pachli-android/core
Nik Clayton 71f39b3823
fix: Ensure clientId and clientSecret are non null during db migration (#1103)
Previous migration code could crash if the `clientId` or `clientSecret`
columns were null during the migration (unclear how that could happen
but there's at least one user report of this crash).

Re-write the migration to set these columns to the empty string if NULL
first.
2024-11-16 00:24:43 +01:00
..
activity feat(l10n): Added Norwegian Nynorsk translation 2024-11-15 08:54:53 +01:00
common change: Bump compileSdk to 35 (#1070) 2024-10-31 19:38:22 +01:00
data feat(l10n): Added Norwegian Nynorsk translation 2024-11-15 08:54:53 +01:00
database fix: Ensure clientId and clientSecret are non null during db migration (#1103) 2024-11-16 00:24:43 +01:00
designsystem feat(l10n): Added Norwegian Nynorsk translation 2024-11-15 08:54:53 +01:00
domain refactor: Ongoing work to remove the `activeAccount` idiom (#964) 2024-11-13 11:45:16 +01:00
model refactor: Ongoing work to remove the `activeAccount` idiom (#964) 2024-11-13 11:45:16 +01:00
navigation refactor: Ongoing work to remove the `activeAccount` idiom (#964) 2024-11-13 11:45:16 +01:00
network feat(l10n): Added Norwegian Nynorsk translation 2024-11-15 08:54:53 +01:00
network-test refactor: Ongoing work to remove the `activeAccount` idiom (#964) 2024-11-13 11:45:16 +01:00
preferences feat(l10n): Added Norwegian Nynorsk translation 2024-11-15 08:54:53 +01:00
testing refactor: Ongoing work to remove the `activeAccount` idiom (#964) 2024-11-13 11:45:16 +01:00
ui feat(l10n): Added Norwegian Nynorsk translation 2024-11-15 08:54:53 +01:00
AndroidManifest.xml refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00