pachli-android/core
Nik Clayton fe8f84847b
fix: Prevent a crash if trending tags, links, or statuses are added to tabs (#323)
The previous code was serialising the `TabKind` enum without the `_`, so
when it was converted back to the enum name (which has a `_`) it failed
and immediately crashed.

Fixes #306
2023-12-14 12:25:03 +01:00
..
accounts refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00
common fix: Calculate length of posts and polls with emojis correctly (#315) 2023-12-12 16:53:09 +01:00
database fix: Prevent a crash if trending tags, links, or statuses are added to tabs (#323) 2023-12-14 12:25:03 +01:00
navigation refactor: Break navigation dependency cycles with :core:navigation (#305) 2023-12-07 18:36:00 +01:00
network feat: Show roles on profiles (#312) 2023-12-11 20:57:11 +01:00
preferences refactor: Use AppTheme enum exclusively (#311) 2023-12-11 14:41:36 +01:00
testing fix: Calculate length of posts and polls with emojis correctly (#315) 2023-12-12 16:53:09 +01:00
AndroidManifest.xml refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00