github iblur01/portal-launcher v0.0.3-beta

latest releases: v1.0.4, v1.0.3-beta.1, v1.0.2...
one month ago

0.0.3-beta

Added

  • i18n / internationalization: full translation system with English (default) and French. ~320 strings extracted from hardcoded values into string resources. Adding a new language only requires creating a new values-XX/strings.xml file — no code changes needed.

Changed

  • iOS-style selected chip: when a tray chip is selected (its panel is open), it now renders with a white background, dark text, and white border — matching the iOS Home app look. The colored icon circle retains its accent color.

Technical

  • All user-facing strings now use stringResource(R.string.*) (Compose) or context.getString(R.string.*) (non-Compose)
  • Plurals support for dynamic counts (e.g. "1 shortcut" / "2 shortcuts")
  • PillPriorityEngine refactored from object to class with Context injection for resource access
  • All 162 unit tests updated to assert against English string resources

Don't miss a new portal-launcher release

NewReleases is sending notifications on new releases.