pachli-android/core
Nik Clayton 8257ded395
refactor: Remove `TabData` type (#576)
`TabData` recorded the type of the timeline the user had added to a tab.
`TimelineKind` is another type that records general information about
configured timelines, with identical properties.

There's no need for both, so remove `TabData` and use `TimelineKind` in
its place.

`TimelineKind` is itself mis-named; it's not just the timeline's kind
but also holds data necessary to display that timeline (e.g., the list
ID if it's a `.UserList`, or the hashtags if it's a `.Hashtags`) so
rename to `Timeline` to better reflect its usage. Move it to a new
`core.model` module.
2024-03-30 23:27:25 +01:00
..
accounts fix: Ensure logging out accounts completes (#515) 2024-03-10 12:25:12 +01:00
activity fix: Show sized placeholder for hidden account media (#516) 2024-03-10 23:13:58 +01:00
common refactor: Simplify and optimize viewBinding delegate (#544) 2024-03-19 16:42:08 +01:00
data refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00
database refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00
designsystem refactor: Extract user list functionality to `feature:lists` (#537) 2024-03-16 18:42:11 +01:00
model refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00
navigation refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00
network refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00
preferences feat: Allow the user to trigger update checks (#458) 2024-02-20 14:50:59 +01:00
testing fix(deps): update agp to v8.3.0, lint to 31.3.0 (#483) 2024-03-01 23:07:14 +01:00
ui fix: Surface all exceptions to the user instead of crashing (#565) 2024-03-24 18:36:28 +01:00
AndroidManifest.xml refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00