Releases: caarmen/poet-assistant
Releases · caarmen/poet-assistant
release-1.31.1
What's Changed
Full Changelog: release-1.31.0...release-1.31.1
release-1.31.0
What's Changed
- Use the gmsaas github action. by @caarmen in #210
- Update the theme to material 3, with new search ui, in addition to other smaller changes). by @caarmen in #212
- Theming: Set the default theme to auto, and archive captured screenshots in github actions. by @caarmen in #213
- More adjustments related to scrolling... by @caarmen in #214
- Fix retrieving the theme as auto by default if it hasn't been set yet. by @caarmen in #215
- Fix the insets for the search widget and suggestions by @caarmen in #216
Full Changelog: release-1.30.10...release-1.31.0
Expect UI glitches in this release 😭
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
)