Commit graph

12 commits

Author SHA1 Message Date
7f2ad06c8a dep updates, logging hardening, crypto storage modernization
- Replace EncryptedSharedPreferences/MasterKey with direct AndroidKeyStore
  AES-256-GCM via new SecureStringPreferences wrapper; remove dead
  androidx.security.crypto dependency
- Gate high-volume debug logs behind BuildConfig.DEBUG in ServerConnection
  and PrismServerClient; redact token/channelID in remaining logs;
  stop logging raw message payloads on deserialization failure
- Remove noisy onDestroy lifecycle log from MainActivity
- Bump activityCompose 1.12.4→1.13.0, uiTooling 1.10.4→1.10.5
- Bump ktlint plugin 14.1.0→14.2.0, pin ktlint engine to 1.8.0
- Auto-fix ktlint 1.8.0 when-block blank line violations
2026-03-12 17:16:26 -07:00
c4e603cbc5 upgrade to latest AGP and gradle, more minor code refacoring and clean up 2026-03-04 18:43:50 -08:00
468e07d321 code cleanup and minor improvements, fix more linting issues 2026-03-02 15:11:39 -08:00
367af79d0d upgrade to gradle v9, update deps to latest, better notification dismissal 2026-02-27 14:57:15 -08:00
962c09794d remove aab release files as this won't be released to the playstore 2026-02-24 23:09:43 -08:00
d69c85f2f8 upgrade to minSdk 31, make the splash screen theme-aware, clean ups, new make target to check for dep upgrades 2026-02-21 14:24:56 -08:00
def5f2f76d clean up 2026-02-19 21:15:07 -08:00
e7f8953b2a new intro screen for prism server, distributor dep update to latest, better adopt the material patterns instead of crappy modals 2026-02-14 19:42:28 -08:00
ea9ff8b596 migrate to distributor v0.7.x 2026-02-12 03:47:20 -08:00
fda60f3c77 add webpush support for manually added apps - now requires for the prism server to be pre-configured, unregister apps on delete or server change 2026-02-03 16:57:03 -08:00
e2e110c363 different theme color, minor improvements 2026-02-03 00:55:04 -08:00
1281803f74 Initial commit 2026-02-02 23:25:04 -08:00