Commit graph

7 commits

Author SHA1 Message Date
Paweł Orzech
46cd22b2e4
Add settings screen with localization support for 20 languages
Introduces a new Settings screen with language picker, contact/feedback button,
and logout functionality. All UI strings now use centralized string resources
with translations for English, Chinese, Spanish, Hindi, Arabic, Portuguese,
Bengali, Russian, Japanese, French, German, Korean, Italian, Turkish,
Vietnamese, Polish, Ukrainian, Dutch, Thai, and Indonesian.

Uses AppCompatDelegate for runtime locale switching without app restart.
Also adds CLAUDE.md for Claude Code guidance.
2026-01-31 12:16:03 +01:00
Paweł Orzech
c66d30af19
Release v1.2: Fix login crash with lazy TokenStorage initialization
- Use lazy initialization for EncryptedSharedPreferences
- Defer MasterKey and crypto setup until first actual use
- Prevents ParameterizedType reflection errors during Hilt injection
- Bump version to 1.2
2026-01-31 02:16:47 +01:00
Paweł Orzech
5ab1be6cd4
Release v1.1: Fix ProGuard/R8 minification crash
- Fix ParameterizedType casting error in release builds
- Add ProGuard rules for Google Tink (security-crypto dependency)
- Add dontwarn rules for Tink optional dependencies
- Bump version to 1.1
- Update README with changelog
2026-01-31 02:10:24 +01:00
Paweł Orzech
4a081300cb
Add templates, splash screen, and UI enhancements
Introduces GitHub issue and PR templates, contributing and security documentation. Adds Android 12+ splash screen support, updates theming and status color handling, and improves MaskedEmail card/detail UI with shared transitions and accessibility. Updates dependencies for Compose and Material3, and enhances README with detailed setup and contribution instructions.
2026-01-31 02:04:54 +01:00
Paweł Orzech
367a7bb604
Prepare v1.0 release
- Update README with comprehensive documentation
- Add release signing configuration
- Create GitHub Pages site in docs/
2026-01-31 01:58:38 +01:00
Paweł Orzech
06c7991ad0
Update .gitignore and add IDE/Gradle config files
Expanded .gitignore to exclude Gradle, Android, and IDE files. Added several .idea configuration files and the gradle-wrapper.jar to support project setup and development environment consistency. Updated app/build.gradle.kts and JmapModels.kt for build and API model changes.
2026-01-31 01:29:53 +01:00
Paweł Orzech
47bca4d678
Initial commit 2026-01-31 01:15:54 +01:00