Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.6.0 #3105

Merged
merged 5 commits into from Dec 22, 2021
Merged

Version 1.6.0 #3105

merged 5 commits into from Dec 22, 2021

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    f3db701 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10891bb View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    69bc2a3 View commit details
    Browse the repository at this point in the history
  2. Fix Dispatchers.Main not being fully initialized on Android and Swing (

    …#3101)
    
    * Fix Dispatchers.Main not being fully initialized on Android
    
    If `unitTests.returnDefaultValues=true` is set, then
    `Looper.getMainLooper()` may return `null`. The type system of
    Kotlin is tricked to believe that the method can't ever return
    `null`, so doesn't check for it anywhere. As a result, despite not
    being fully initialized, `Dispatchers.Main` is considered
    correct.
    
    This was not an issue before, as it only surfaced when
    `Dispatchers.Main` was used. However, now, `Main` is the source of
    time for delays, so any delay will throw something
    incomprehensible if this happens.
    dkhalanskyjb committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    bbb175b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Version 1.6.0

    qwwdfsad committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    812f2dd View commit details
    Browse the repository at this point in the history