Skip to content

Releases: SebiAi/GlyphPort

v2.0.3

22 Mar 20:06
b2057c1

Choose a tag to compare

Caution

The app does not have a self updating mechanism! See here on how to get automatic app updates: See README

  • Reduce app size again by about 86% by re-enabling app minification and resource shrinking.
  • Adjust app colors to use yellow instead of red for the second outline color.
  • Explicitly throw an exception when the screen title can not be resolved, instead of silently failing by showing an empty title.

VirusTotal | Koodous

v2.0.2

18 Mar 22:15
15a88a3

Choose a tag to compare

  • Fix reproducible builds for F-Droid by disabling build-id generation in the linker for native libraries, using Java 21 for compilation and updating the apksigner command to preserve alignment for build-tools >= 35.0.0-rc1.

v2.0.1

18 Mar 17:31
caed962

Choose a tag to compare

  • Misc: Remove org.gradle.toolchains.foojay-resolver plugin, as it is not needed and F-Droid complains about it during build.
  • Misc: Define NDK version explicitly for taglib native build.

v2.0.0

18 Mar 15:39
9a4e37e

Choose a tag to compare

  • Reduce app size by almost 65% by switching from ffmpeg-kit to a taglib implementation for audio metadata extraction and manipulation.
  • Comply with F-Droid's inclusion policies by building taglib from source, instead of using precompiled binaries (ffmpeg-kit) like before.
  • Fix 16KB page alignment due to a bug in androidx.datastore.datastore.

v1.0.1

12 Mar 12:24
08aaf81

Choose a tag to compare

Fix bug where the top app bar would not work as expected (missing title and wrong actions visible on certain screens) due to minification. Minification has been disabled for now.

v1.0.0

11 Mar 23:08
40c1baf

Choose a tag to compare

Initial release 🎉