pachli-android/core
Nik Clayton 84fdf4abb7
fix: Only include transitionKind in intents for Pachli activities (#716)
Previous code always included the transitionKind enum as an extra, and
could cause a crash if the activity launched by the intent was not a
Pachli activity.

Fixes #700.
2024-05-30 14:05:42 +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 change: Move MediaUploadApi to the correct package 2024-04-30 16:23:34 +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 change: Use SAM with sortWith comparator 2024-04-30 16:23:34 +02:00
AndroidManifest.xml