Skip to content

Tags: AwaisKing/Linked-Words

Tags

Release40

updated AGP 8.0.2 to 8.4.0-alpha07

+ some app Gradle fixes and updated dependencies
+ moved some static variables to AppHelper.
+ some code formatting shit.

Release39

A13 Notifications update

* added POST_NOTIFICATIONS permissions for Android 13+

Release38

update

* fixed "my apps" crash issue when no VIEW intent app installed.
* updated libraries and compiler target level.

Release37

Updates and small fixes

+ updated Gradle and dependencies
+ removed Google Services & Firebase (because fuck Google)
+ removed useless styles and attributes from XML files
+ fixed some CustomTabActivity issues
+ fixed filters not working correctly
+ some small fixes & touches here and there

Release36

Updates and crash fixes

+ updated Gradle and dependencies
+ fixed FLAG_MUTABLE crash when using Bubbles API in Android 12+ devices
+ fixed TTS Check crash in DictionaryFragment
+ added try-catch for TTS items in TTS Adapter
+ fixed FloatingDialogView EditText crash

Release35

Crash fixes

+ migrated from minimum API 14 to API 19
+ replaced Firebase Bill-of-Materials with individual deps
+ fixed TTS Check crash

Release34

new Google button

+ fixed Google search button
+ fixed force floating dialog checkbox

Release33

big update

+ added show floating dialog instead of bubbles options
+ fixed search button not showing on main screen
+ fixed word definitions dialog bottom panel not showing
+ fixed Google and Search button in word definitions dialog
+ fixed floating dialog crashing on low-end devices

Release32

Floating dialog update

+ added floating dialog for low-end devices.
+ moved to ViewBinding
+ some other bug fixes

Release31

huge update + bubbles api

+ added new Bubbles API (Android 11+, might work on Android 10; not sure tho)
+ added TTS Settings (for phones with missing voices)
+ added slide-to-open menus in word items
+ fixed material theme issues
+ moved from TaskExecutor to custom AsyncTask
+ removed useless resources
+ some other bug fixes