๐ v1.80.1 โ Multi-Language Support & Biometric Refactor
โจ What's New
Localization
- Added Spanish, French, Arabic, and Chinese language support
- New
LocaleManagerutility handles runtime locale switching across Android versions - Added a language selection UI via modal bottom sheet with DataStore-backed persistence
Navigation
- Replaced default bottom nav bar with a fully custom implementation
โป๏ธ Refactors & Improvements
Security
- Migrated biometric auth to use
BiometricPromptAPI directly - Removed
androidx.biometricdependency โHomeActivitynow extendsComponentActivityinstead ofFragmentActivity
UI
- Added
maxLines+TextOverflow.Ellipsisto text elements in dashboard, app lists, and settings rows for better layout robustness - Refactored
HomeScreen,AppList,Settings, and widgets to use proper string resources (no more hardcoded strings)
๐งน Housekeeping
- Removed unused
androidx.appcompatandcom.google.android.materialfromlibs.versions.toml - Bumped
versionCodeโ1801ยทversionNameโ1.80.1