Releases: caarmen/poet-assistant
Releases · caarmen/poet-assistant
release-1.30.9 - inset fixes.
release-1.30.10: More inset fixes
What's Changed
Full Changelog: release-1.30.9...release-1.30.10
release-1.30.8
What's Changed
- Remove retrolambda. by @caarmen in #202
- Add script to run tests using gmsaas. by @caarmen in #201
- Fix a bug where the license assets weren't included in the apk on a clean build. by @caarmen in #203
- Improve ci tests by @caarmen in #204
- Update dependencies by @caarmen in #200
- Bump app version + bump target api level + various minor doc fixes. by @caarmen in #205
Full Changelog: release-1.30.7...release-1.30.8
release-1.30.7
What's Changed
- Fix memory leak. by @caarmen in #189
- Update the readme to indicate that the app is offline by @caarmen in #186
- Make some tests run on roblectric by @caarmen in #188
- Add github workflow to run unit tests on PRs. by @caarmen in #192
- Add badges to the README.md file. by @caarmen in #193
- Fix process-text intent filter. by @caarmen in #191
- Update versions. by @caarmen in #194
- Fix code coverage by @caarmen in #195
Full Changelog: release-1.30.6...release-1.30.7
1.30.6: Update to support Android 14
What's Changed
Full Changelog: release-1.30.5...release-1.30.6
1.30.5: Fix gradle memory issue building release build
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
Maintenance release. Updated dependencies. Target Android 13.
1.30.3
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
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
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