v1.1.0 Changelog
Added
- Redesigned authentication experience with a new AMOLED-style login UI.
- Added subtle animated app logo motion on the auth screen.
- Added password show/hide toggle in the login form.
Improved
- Improved login and server connection error handling with user-friendly messages (instead of raw HTTP-style errors like
401). - Improved keyboard behavior on auth forms so focused fields are brought into view.
- Improved bottom navigation visual design with cleaner spacing, steadier animations, and better selection feedback.
- Simplified splash-to-app handoff to reduce flicker/jumpy transitions.
- Centralized app versioning (
versionCode/versionName) across modules for consistent build metadata.
Fixed
- Fixed home/dashboard restore behavior after app minimize: cached content now stays visible instead of getting stuck on a black/loading state.
- Added request timeout handling for stale home refresh requests to fail fast.
- Fixed Featured tab to only show titles that include both logo and backdrop assets (avoids blank/text-only hero cards).
- Fixed bottom nav label visibility on smaller/high-density devices.