Releases: caarmen/poet-assistant
Releases · caarmen/poet-assistant
1.13.0: Layout setting: "Clean" vs "Efficient"
Added a layout setting with two options: "Clean" and "Efficient".
- The "Clean" layout has no RTD buttons: you tap on a word to see a popup with the RTD entries and other actions.
- The "Efficient" layout: you have the RTD buttons to more quickly look up a word, and tapping on a word shows additional actions.
- For selectable text (inside the dictionary + reader): the RTD actions are inserted into the system action popup.
1.12.0: Wotd list and suggestions fixes
- The word of the day will be the same for everybody on a given day.
- Added a list of the past 100 words of the day.
- Fixed some minor regressions in suggestions: (sorted, removed duplicates)
1.11.3: greendao, crash fixes
- Use greenDAO to persist the favorites and suggestions
- Fixed a crash when searching with a pattern
1.11.2: Minor improvements
- Use the SeekBarPreference from the support library.
- When saving a poem to a new file, suggest a file name based on the poem content.
- Added contextual menu when tapping on a dictionary definition word, to look up the selected word in the rhymer, thesaurus or dictionary.
1.11.1
- Improved confirmation dialogs for "new poem" and deleting favorites.
- Allow undoing clearing search history
1.11.0
- Add a setting for the voice pitch
- Make the voice speed and pitch settings sliders instead of lists
- Display a snackbar when the user tries to play the poem without TTS initialized
1.10.11: Fix corrupt db exception, added dagger
1.10.11 *(2016-12-02)* -------------------- * Use support library 25.0.1 * Fix corrupt db crashes * Added dagger
1.10.10: Confirm before clearing the poem ("New" menu)
release-1.10.10 Prompt before clearing the poem text (from the "new" menu item)
1.10.9: Improve display of tabs on small screens.
release-1.10.9 1.10.9: Improve display of tabs on small screens.
1.10.8: Maintenance release
Use a content provider for the suggested words.