pachli-android/core/data
Nik Clayton 7da4bc090b fix: Update tabs when lists are renamed or deleted
If the user has tabs containing one or more lists, and any of those
lists are renamed or deleted then the change should be reflected in the
tabs.

To do that:

`MainActivity`:

- Re-create tabs whenever lists are loaded and there's a list in a tab
- Compare lists-in-tabs by the ID of the list when restoring the user's
  tab, so that a list rename doesn't lose their position.

`NetworkListsRepository`:

- Update the user's tab preferences whenever lists are loaded, removing
  tabs that contain lists that have been deleted, and updating the
  list's title for lists that have been renamed.

Fixes #192
2024-03-12 19:52:45 +01:00
..
src fix: Update tabs when lists are renamed or deleted 2024-03-12 19:52:45 +01:00
build.gradle.kts fix: Update InstanceV1/V2 related types based on real-world usage (#476) 2024-02-28 00:02:03 +01:00
lint-baseline.xml refactor: Modularise "about" activities (#405) 2024-02-02 15:14:31 +01:00