Skip to content

Releases: caarmen/poet-assistant

1.26.7: Update environment (big update)

11 Nov 20:52
Compare
Choose a tag to compare

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


1.26.6: Maintenance and adaptive launcher icon

04 Jul 18:34
Compare
Choose a tag to compare
release-1.26.6

1.26.6: Update environment and add adaptive launcher icon.

1.26.5: Maintenance release

01 May 19:20
Compare
Choose a tag to compare
  • 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

07 Apr 15:05
Compare
Choose a tag to compare
  • 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.

31 Jan 20:47
Compare
Choose a tag to compare

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.

31 Jan 20:51
Compare
Choose a tag to compare

Issue #134: Fix crash when copying word to clipboard
Issue #136: Fix crash when searching then rotating.

1.26.1: Update the min sdk to 16

29 Dec 06:57
Compare
Choose a tag to compare

ICS users will have to use version 1.25.0, due to issue #133

1.26.0: Rewrite in Kotlin

29 Dec 06:06
Compare
Choose a tag to compare
  • 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.

14 Nov 21:15
Compare
Choose a tag to compare
release-1.25.1

1.25.1: Attempt to fix a crash related to the search view hint.

1.25.0: Save last tab

11 Nov 22:21
Compare
Choose a tag to compare
  • Open the app in the last tab the user had selected.
  • Update to support library 27.0.1