Releases: tirkarthi/NotificationDictionary
Releases · tirkarthi/NotificationDictionary
v0.0.23
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
- @Aethelflaed made their first contribution in #62
Full Changelog: v0.0.22...v0.0.23
v0.0.22
- Add Polish language support
Full Changelog: v0.0.21...v0.0.22
v0.0.21
- 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
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