Skip to content

Releases: AwaisKing/Linked-Words

Release40

28 Jan 17:49
Compare
Choose a tag to compare
  • updated AGP 8.0.2 to 8.4.0-alpha07
  • some app Gradle fixes and updated dependencies
  • moved some static variables to AppHelper class
  • some code formatting shit

v12.7

12 Jun 13:23
Compare
Choose a tag to compare
  • added POST_NOTIFICATIONS permissions for Android 13+

v12.6

12 Jun 08:16
Compare
Choose a tag to compare
  • fixed "my apps" crash issue when no VIEW intent app installed.
  • updated dependencies and compiler target level.

v12.5

15 Apr 11:37
Compare
Choose a tag to compare
  • 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

v12.1

17 Feb 14:05
Compare
Choose a tag to compare
  • updated Gradle and dependencies
  • fixed FLAG_MUTABLE crash when using Bubbles API in Android 12+ devices
  • fixed TTS Check crash for some phones
  • fixed crash in TTS Settings for some phones
  • fixed rarely occurring FloatingDialogView crash

v12.0

19 Dec 09:35
Compare
Choose a tag to compare
  • migrated from minimum API 14 to API 19
  • replaced Firebase Bill-of-Materials with individual deps
  • fixed TTS Check crash

v11.9

08 Oct 20:24
Compare
Choose a tag to compare
  • fixed Google search button
  • fixed force floating dialog checkbox

v11.8

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

v11.7

18 Sep 06:14
Compare
Choose a tag to compare
  • added floating dialog for low-end devices.
  • moved to ViewBinding
  • some other bug fixes

v11.6

22 Jul 20:11
Compare
Choose a tag to compare

version 11.6

  • 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 items (hold and drag down on Search/3-dot menu in item containers)
  • Fixed some Material Theme issues
  • Moved from TaskExecutor to custom AsyncTask
  • Removed useless resources
  • Fixed some copy, speak issues and some fragment issues