pachli-android/core
Nik Clayton 72e5ca887d
fix(deps): update agp to v8.3.0, lint to 31.3.0 (#483)
New lint rules highlighted a potential crash; the use of named match
groups (used here when extracting server versions) requires API >= 26 or
throws an exception.

Use the group numbers instead of names when extracting the value, but
keep the group names in the regular expressions for readability.
2024-03-01 23:07:14 +01:00
..
accounts
activity refactor: Enable core library desugaring as build convention logic (#480) 2024-02-29 09:43:44 +01:00
common fix: Update InstanceV1/V2 related types based on real-world usage (#476) 2024-02-28 00:02:03 +01:00
data refactor: Enable core library desugaring as build convention logic (#480) 2024-02-29 09:43:44 +01:00
database refactor: Enable core library desugaring as build convention logic (#480) 2024-02-29 09:43:44 +01:00
designsystem fix: Show previews for playable audio media from accounts (#460) 2024-02-20 16:20:34 +01:00
navigation
network fix(deps): update agp to v8.3.0, lint to 31.3.0 (#483) 2024-03-01 23:07:14 +01:00
preferences
testing fix(deps): update agp to v8.3.0, lint to 31.3.0 (#483) 2024-03-01 23:07:14 +01:00
ui
AndroidManifest.xml