Skip to content

Releases: caarmen/poet-assistant

release-1.30.7

12 May 20:06
bb4e405
Compare
Choose a tag to compare

What's Changed

Full Changelog: release-1.30.6...release-1.30.7

1.30.6: Update to support Android 14

24 Sep 03:27
c0b2649
Compare
Choose a tag to compare

What's Changed

Full Changelog: release-1.30.5...release-1.30.6

1.30.5: Fix gradle memory issue building release build

23 Oct 16:28
bf75b4f
Compare
Choose a tag to compare

Disable lint for release builds, to prevent running out of memory when building a release.

No functional change compared to 1.30.4.

This release is done to allow f-droid to build the release.

1.30.4

15 Oct 02:26
61085af
Compare
Choose a tag to compare

Maintenance release. Updated dependencies. Target Android 13.

1.30.3

28 Oct 17:08
e50ffba
Compare
Choose a tag to compare

Android 11: Declare more <queries> elements in the manifest

  • Be able to check if we can open TTS settings on the device (TTS_SETTINGS)
  • Allow web search of words (WEB_SEARCH)
  • Allow looking up words in other apps (PROCESS_TEXT)

1.30.2: Maintenance release

28 Oct 16:27
a320448
Compare
Choose a tag to compare

Maintenance release:

  • Support Android 11
  • Update environment:
    • compile and target api level 30
    • gradle: 5.5.2 -> 6.7
    • android gradle plugin: 3.5.1 -> 4.1.0
    • jacoco: 0.8.4 - 0.8.6
    • ben-manes: 0.27.0 -> 0.33.0
    • kotlin: 1.3.50 -> 1.4.10
    • kotlin coroutines: 1.3.2 -> 1.4.0
    • androidx:
      • appcompat: 1.1.0 -> 1.2.0
      • constraint layout: 1.1.3 -> 2.0.3
      • lifecycle: 2.1.0 -> 2.2.0
      • preference: 1.1.0 -> 1.1.1
      • room: 2.2.0 -> 2.2.5
    • material: 1.0.0 -> 1.2.1
    • dagger: 2.24 -> 2.29.1
    • leak canary: 1.6.3 -> 2.5
    • testing libraries:
    • junit: 4.12 -> 4.13.1
    • robolectric: 4.3.1 -> 4.4
    • androidx junit: 1.1.1 -> 1.1.2
    • espresso: 3.2.0 -> 3.3.0
    • other androidx test libs: 1.2.0 -> 1.3.0
  • Remove dexcount

1.30.1: Maintenance release

16 Oct 17:46
Compare
Choose a tag to compare

Update build environment and dependencies:

  • compile and target api level 29
  • gradle: 5.5.1 -> 5.6.2
  • android gradle plugin: 3.4.2 -> 3.5.1
  • jacoco: 0.8.4 - 0.8.5
  • ben-manes: 0.22.0 -> 0.27.0
  • robolectric: 4.3 -> 4.3.1
  • kotlin: 1.3.41 -> 1.3.50
  • kotlin coroutines: 1.2.2 -> 1.3.2
  • androidx:
    • appcompat: 1.0.2 -> 1.1.0
    • lifecycle: 2.0.0 -> 2.1.0
    • preference: 1.0.0 -> 1.1.0
    • room: 2.1.0 -> 2.2.0

1.30.0: Maintenance release

07 Aug 15:38
Compare
Choose a tag to compare

Update build environment and dependencies

1.29.2 - Fix background task crashes

22 Apr 10:41
Compare
Choose a tag to compare
release-1.29.2

1.29.2: Catch crashes thrown in background tasks

1.29.1: Update build environment and fix autobackup

21 Apr 17:20
Compare
Choose a tag to compare
  • Update build environment:
    • agp: 3.3.0 -> 3.4.0
    • kotlin: 1.3.20 -> 1.3.30
    • kotlin coroutines: 1.1.1 -> 1.2.0
    • dagger: 2.21 -> 2.22.1
    • robolectric: 4.1 -> 4.2.1
    • ben manes: 0.20.0 -> 0.21.0
    • dexcount: 0.8.5 -> 0.8.6
  • Fix issue #164: make autobackup work for settings and the user db