Skip to content

Releases: mwdle/another-widget

Patched v2.3.3 P9

10 Nov 20:29
Compare
Choose a tag to compare

Various fixes, removals, and dependency/SDK updates.

What's Changed

  • Fixed some code that had a potential for memory leaks.
  • Removed widget icon/text shadow feature along with associated UI elements, strings, and translations, as the code it relied upon is deprecated.
  • Upgraded Gradle to 7.3.3
  • Upgraded AGP Plugin to 7.2.2
  • Upgraded target and compile SDK versions to 33.
  • Replaced all deprecated methods with their newer alternatives.
  • Upgraded various dependencies for compatibility with newer Gradle and SDK versions.
  • Modified wallpaper/storage permissions for compatibility with SDK 33+.
    • Implemented dialog to inform/prompt SDK 33+ users about permissions needed for the (optional) widget preview wallpaper feature.
  • Modified alarm access permissions for compatibility with SDK 33+.
  • Removed all strings from translations that do not appear in the default locale.
  • Removed unused resource images with missing base versions that resulted in warnings.
  • Changed layouts to allow horizontal orientation in the app and avoid related warnings.
  • Removed various deprecated, unused, and unreachable code/UI elements.

Full Changelog: v2.3.3.8...v.2.3.3.9

Patched v2.3.3 P8

31 Oct 22:55
c5f34d9
Compare
Choose a tag to compare

Various dependency and version updates, improvements, and removals.
Up to date with all patches from Azuo's Fork

What's Changed

  • Fixed dependency resolution issues and removed jcenter() repository, build no longer fails like original repo does.
  • Changed clock font weight to be thinner (Some people may not like this, sorry but this is just my preference and is part of the reason I modified the original app).
  • Upgrade to Gradle 7.2 and AGP to 7.0.4.
  • Changed Minimum SDK to 28.
  • Changed target and compile SDK versions to 31.
  • Removed Kapt and replaced it with KSP.
  • Removed unused methods, dependencies, imports, deprecated syntax, example tests, permissions, and more.
  • Removed UI and classes for user feedback, dev support and Google dependencies like billing, etc.
  • Fixed various warnings throughout the project.
  • Removed .idea folder from repository, updated gitignores.

Full Changelog: v2.3.3.7...v2.3.3.8