Releases: caarmen/poet-assistant
Releases · caarmen/poet-assistant
1.26.7: Update environment (big update)
compileSdkVersion: 27 -> 28
buildToolsVerison: 28.0.1 -> 28.0.3
tagetSdkVersion: 27 -> 28
agp: 3.1.3 -> 3.2.1
gradle: 4.8.1 -> 4.10.2
support lib: 27.1.1 -> 28.0.0
kotlin: 1.2.51 -> 1.3.0
kotlin coroutines: 0.23.4 -> 1.0.1
jacoco: 0.8.1 -> 0.8.2
dexcount: 0.8.3 -> 0.8.4
robolectroc: 3.8 -> 4.0.2
leak canary: 1.5.4 -> 1.6.2
constraintlayout: 1.1.2 -> 1.1.3
dagger: 2.16 -> 2.19
- Remove the prefs lib (it conflicted with dagger)
- Migrate kotlin code to new coroutines
- Fix code inspection issues for kotlin
- Fix tab icons (they weren't being displayed properly because of https://issuetracker.google.com/issues/117745810
1.26.6: Maintenance and adaptive launcher icon
release-1.26.6 1.26.6: Update environment and add adaptive launcher icon.
1.26.5: Maintenance release
- Update build environment.
- agp: 3.1.0 -> 3.1.2
- kotlin: 1.2.31 -> 1.2.40
- constraint layout: 1.0.2 -> 1.1.0
- test runner: 1.0.2-alpha1 -> 1.0.2
- espresso: 3.0.1 -> 3.0.2
- Use ListAdapter instead of RecyclerView.Adapter
1.26.4 - Maintenance and bug fix release
- Update build environment.
- jacoco: 0.8.0 -> 0.8.1
- robolectric: 3.6.1 -> 3.8
- arch components: 1.1.0 -> 1.1.1
- dagger: 2.14.1 -> 2.15
- agp: 3.0.1 -> 3.1.0
- kotlin: 1.2.21 -> 1.2.31
- coroutines: 0.22.1 -> 0.22.5
- support lib: 27.0.2 -> 27.1.1
- Fix at least one case of issue 140, where the player only read empty text.
1.26.3: Maintenance release.
Maintenance release: update build environment:
- android-arch: 1.0.0 -> 1.1.0
- kotlin: 1.2.10 -> 1.2.21
- kotlin coroutines: 0.21 -> 0.22.1
1.26.2: Crash fixes after Kotlin migration.
1.26.1: Update the min sdk to 16
ICS users will have to use version 1.25.0, due to issue #133
1.26.0: Rewrite in Kotlin
- Complete rewrite of the app in Kotlin.
- Replace RxJava schedulers with Kotlin coroutines.
1.25.1: Attempt to fix a crash related to the search view hint.
release-1.25.1 1.25.1: Attempt to fix a crash related to the search view hint.
1.25.0: Save last tab
- Open the app in the last tab the user had selected.
- Update to support library 27.0.1