Commit graph

12 commits

Author SHA1 Message Date
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
48ba01de18 update ktlint and enforce its new lint + formatting rules 2026-03-07 16:15:06 -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
2b3c0062a2 upgrade to gradle v9, update deps to latest, better notification dismissal 2026-02-27 14:57:15 -08:00
Egor
7439164b1d bringing in upstream fixes from sunup 2026-02-23 11:28:46 -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
acb364155c new icon, dep updates, new gradle daemon props, allow changing the push server 2026-02-18 22:56:31 -08:00
Egor
8b41645f82 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
Egor
b2ae8c3e0c migrate to distributor v0.7.x 2026-02-12 03:47:20 -08:00
Egor
cf1efbf0e1 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
Egor
8533fba925 Initial commit 2026-02-02 23:25:04 -08:00