pachli-android/core
Nik Clayton 4520a29c74
fix: Generate useful error messages for all errors (#719)
Previous code was inconsistent about using getServerErrorMessage() and
whether or not the case where getServerErrorMessage() returns null was
handled.

Switch to using getErrorString() which does handle the null case and
always returns a usable string.

Some string resources are rendered temporarily unused by this change.
They will be used again soon, so configure lint to ignore them at the
moment.
2024-05-30 19:14:43 +02:00
..
accounts fix: Ensure logging out accounts completes (#515) 2024-03-10 12:25:12 +01:00
activity fix: Only include transitionKind in intents for Pachli activities (#716) 2024-05-30 14:05:42 +02:00
common refactor: Simplify and optimize viewBinding delegate (#544) 2024-03-19 16:42:08 +01:00
data fix: Prevent crash when Pachli is a share target (#659) 2024-04-28 18:19:13 +02:00
database refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00
designsystem feat: Update activity transitions, prepare for predictive-back (#650) 2024-04-26 23:18:30 +02:00
model refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00
navigation ci: Simplify and improve CI speed (#615) 2024-04-15 15:24:07 +02:00
network feat: Check Hometown/Glitch server instanceinfo for translation support (#718) 2024-05-30 19:14:27 +02:00
network-test change: Move MediaUploadApi to the correct package 2024-04-30 16:23:34 +02:00
preferences remove: remove janky animation warning (#658) 2024-04-30 16:25:05 +02:00
testing change: Remove unnecessary types 2024-04-30 16:23:34 +02:00
ui fix: Generate useful error messages for all errors (#719) 2024-05-30 19:14:43 +02:00
AndroidManifest.xml refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00