Commit graph

13 commits

Author SHA1 Message Date
Egor
a502df4caa v1.1.0 release 2026-03-12 17:35:21 -07:00
Egor
d5fd3d2564 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
Egor
a84619c7dc fix manual app addition regression, v1 release 2026-03-04 21:08:52 -08:00
Egor
624ce20ef4 upgrade to latest AGP and gradle, more minor code refacoring and clean up 2026-03-04 18:43:50 -08:00
Egor
aaeb6b76a8 code cleanup and minor improvements, fix more linting issues 2026-03-02 15:11:39 -08:00
Egor
69009b7447 release v0.3.0, dont group untagged notifications 2026-02-27 18:28:45 -08:00
Egor
2b3c0062a2 upgrade to gradle v9, update deps to latest, better notification dismissal 2026-02-27 14:57:15 -08:00
Egor
47e2a138c1 do a better job of dimissing empty group notification containers 2026-02-27 09:46:12 -08:00
Egor
f9d3343576 ignore (but log) ANR errors on network actions failing due to a bad/slow network 2026-02-24 19:47:12 -08:00
Egor
c25fb8dfb0 better action resolution 2026-02-23 09:59:12 -08:00
Egor
e2a1280517 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
Egor
26266fee16 allow http connections for release builds 2026-02-19 23:30:58 -08:00
Egor
248488255c clean up 2026-02-19 21:15:07 -08:00