kotlin-android
Here are 5,428 public repositories matching this topic...
-
Updated
Oct 27, 2020 - Kotlin
-
Updated
Oct 6, 2020 - Java
-
Updated
Aug 8, 2020 - Kotlin
-
Updated
Oct 28, 2020 - Java
-
Updated
Oct 21, 2020 - Java
-
Updated
Sep 25, 2020 - Kotlin
-
Updated
Jun 30, 2020 - Kotlin
-
Updated
Oct 18, 2020 - Kotlin
-
Updated
May 15, 2019 - Java
-
Updated
Oct 27, 2020 - Java
-
Updated
Oct 23, 2020 - Kotlin
-
Updated
Oct 2, 2020 - Kotlin
-
Updated
Nov 2, 2019 - Kotlin
-
Updated
May 9, 2019 - Java
-
Updated
Oct 1, 2020 - Kotlin
-
Updated
Oct 12, 2020
-
Updated
Sep 10, 2020 - Kotlin
Add focusRectSizeFactor parameter for rectangle focus shape (like focusCircleRadiusFactor for circular). Default value should be 1.
-
Updated
Oct 28, 2020 - Kotlin
-
Updated
Jul 24, 2020 - Kotlin
-
Updated
Nov 24, 2016 - Kotlin
-
Updated
Apr 20, 2020 - Kotlin
-
Updated
Jun 6, 2018 - Kotlin
-
Updated
Jun 13, 2020 - Java
-
Updated
Sep 30, 2020 - Kotlin
-
Updated
Oct 16, 2020 - Kotlin
-
Updated
May 20, 2020 - Kotlin
Onboarding Overlays
Something like this: https://i.imgur.com/fZETnkc.png
-
Updated
Aug 26, 2018 - Kotlin
Improve this page
Add a description, image, and links to the kotlin-android topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kotlin-android topic, visit your repo's landing page and select "manage topics."


Steps to Reproduce
Just start the app on an API 27 device
Updating the config triggers a check for whether heap dumping is enabled in the UI, which in turns triggers a shared preferences load which apparently triggers a strict mode failure. This is likely a stupid AOSP bug (SharedPref loading used to be fully async when loading and block if necessary of first getter call)