Skip to content

v1.0.21

Latest

Choose a tag to compare

@samyak2403 samyak2403 released this 16 Aug 14:55

Redesigned app pages

"About this app", "What's new" and the README are collapsible rows with a chevron that
rotates on expand. Long content is clipped until you tap: descriptions to 4 lines, release
notes to 6, the README to 8. Previously a repo with a substantial README made the page
enormous.

Similar apps

Every app page now has a "Similar apps" shelf. Matching is based on the repository's most
distinctive topic, falling back to its language, and skips generic tags like android,
kotlin and hacktoberfest that nearly every repo here carries. The section stays hidden
when there are no results.

Featured and Trending cards

Gradients are now generated across eight hues by scaling lightness in HSL, replacing the
hand-picked palettes that had been duplicated in two adapters. Contrast now behaves
consistently on every hue. Cards also carry a new concentric-circle motif tinted per card.

Fixes

  • Bottom navigation overlap — the fragment container had a hardcoded 56dp bottom margin
    against an 80dp Material 3 bottom bar, hiding the last row of every list.
  • Stale update checks — the App Updates screen now forces a fresh release fetch instead
    of reading cached data.
  • Wrong APK on some devices — corrected ABI mapping (x64x86_64, x32x86)
    and switched asset matching to token boundaries.
  • Version comparison — pre-release suffixes are now handled, and comparison is
    Long-safe.
  • Developer page search — in-flight jobs are cancelled and results de-duplicated, fixing
    flicker and duplicate entries.
  • Thread safety — caches in GitHubRepository are now thread-safe, and the
    negative-release cache actually works.
  • Re-tapping the active tab no longer rebuilds the fragment and loses your scroll
    position.

What's Changed

  • Added initial Ukrainian localization. Most core UI is translated. by @sergij235 in #44
  • fix: add themed launcher icon support by @SpencerJung in #40

New Contributors

Full Changelog: v1.0.20...v1.0.21