Releases: caarmen/poet-assistant
Releases · caarmen/poet-assistant
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.
1.10.7: Support Android 4.0.3 - 4.0.4
release-1.10.7 Merge branch 'support-ics'
1.10.6: suggestions improvements
1.10.6 (2016-10-29)
- Fix issue #36: save voice-searched words to suggested words list.
- Add more words to suggested list dropdown, based on similar sounding words.
1.10.5: fix for crash with "show all rhymes" enabled.
- Fix issue #35: crash when searching for some words, with "show all rhymes" enabled.
- Use rhymer 1.1.2, which excludes "last syllable" rhymes if there there are too many and if there are "strict" rhymes.
1.10.4: random word and rhyme selection improvements
- Try to improve random word selection by filtering out words which are too common or too rare.
- Added a setting to show/hide rhymes which have no definition
1.10.3: Maintenance release + simplified rhyme labels
- Maintenance (updated Android SDK components)
- Simplified labels of different types of rhymes
- Use NotificationCompat for the word of the day notification.
1.10.2: Fixed bug where changing the voice speed setting required an app restart.
release-1.10.2 Fix bug where voice speed wasn't updated
1.10.1: Minor UI improvements
release-1.10.1 1.10.1: Minor UI improvements
1.10.0: favorites and patterns
- Possibility to star words.
- In the rhymer they will appear before the other rhymes.
- In the thesaurus they appear starred but, for now, they remain at the default position
- A new "favorites" tab shows all the starred words.
- Basic pattern search support.
- Two wildcards are supported:
*
matches any number of letters, and?
matches exactly one letter. - When searching for a word with one of these symbols, a new "Patterns" tab appears with the results, from
which you may navigate to the rhymer, thesaurus, or dictionary tabs.
- Two wildcards are supported:
- Slight modification to the UI: since we can now have 5 or 6 tabs, it wasn't possible anymore to use
a fixed tab layout with text labels. Now the app has scrolling tabs, with icons instead of text labels
on phones in portrait mode.