Skip to content

Releases: tirkarthi/NotificationDictionary

v0.0.23

17 Feb 17:30
d8ac11d
Compare
Choose a tag to compare

What's Changed

  • Exclude proper noun result from notification by @Aethelflaed in #62
  • Add intent to receive selected text through share menu. by @tirkarthi in #36
  • Add support to store history and favourite words. Favourite action has been added in favor of copy action since Android limits action to 3. by @tirkarthi in #63
  • Add part of speech to meaning content. by @tirkarthi in #63

New Contributors

Full Changelog: v0.0.22...v0.0.23

v0.0.22

04 Oct 05:59
Compare
Choose a tag to compare
  • Add Polish language support

Full Changelog: v0.0.21...v0.0.22

v0.0.21

02 Oct 12:44
Compare
Choose a tag to compare
  • Read aloud meaning of the word with notification across apps. This uses the TextToSpeech API provided by Android and works offline.
  • Per notification read button to read aloud meaning individually.
  • Add support to copy and share meaning to others with action buttons in the notification.
  • Support for more apps like Google Keep.

Full Changelog: v0.0.20...v0.0.21

v0.0.20

01 Oct 11:48
Compare
Choose a tag to compare

Android 13+ requires notification permission to display notifications. This release adds the permission in manifest and also makes a prompt at the app startup for notification access.

Full Changelog: v0.0.18...v0.0.20