Skip to content

Releases: caarmen/poet-assistant

1.10.9: Improve display of tabs on small screens.

01 Nov 23:15
Compare
Choose a tag to compare
release-1.10.9

1.10.9: Improve display of tabs on small screens.

1.10.8: Maintenance release

01 Nov 19:28
Compare
Choose a tag to compare

Use a content provider for the suggested words.

1.10.7: Support Android 4.0.3 - 4.0.4

30 Oct 20:50
Compare
Choose a tag to compare
release-1.10.7

Merge branch 'support-ics'

1.10.6: suggestions improvements

29 Oct 18:13
Compare
Choose a tag to compare

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.

29 Oct 13:21
Compare
Choose a tag to compare
  • 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

22 Oct 15:35
Compare
Choose a tag to compare
  • 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

22 Oct 15:36
Compare
Choose a tag to compare
  • 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.

15 Oct 12:50
Compare
Choose a tag to compare
release-1.10.2

Fix bug where voice speed wasn't updated

1.10.1: Minor UI improvements

14 Oct 22:32
Compare
Choose a tag to compare
release-1.10.1

1.10.1: Minor UI improvements

1.10.0: favorites and patterns

09 Oct 13:00
Compare
Choose a tag to compare
  • 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.
  • 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.