pachli-android/core
Nik Clayton df5e65bb47
refactor: Delete account data using foreign key constraints (#1205)
Previous code managed account deletions by having specific functions to
call when an account was deleted that would delete all related data.

Replace this with proper foreign key references back to the account ID,
and cascade account deletes to the related data.

Add tests to ensure the deletes happen as expected. Update existing
tests to create an account where necessary so the new foreign key
constraints are kept.
2025-01-16 18:14:06 +01:00
..
activity fix: Show correct account name in "Open as ..." menu (#1139) 2024-11-26 21:01:36 +01:00
common refactor: Move StatusViewData to core.data.model (#1195) 2025-01-06 15:20:08 +01:00
data refactor: Delete account data using foreign key constraints (#1205) 2025-01-16 18:14:06 +01:00
database refactor: Delete account data using foreign key constraints (#1205) 2025-01-16 18:14:06 +01:00
designsystem refactor: Extract notification type icon code (#1126) 2024-11-22 15:05:06 +01:00
domain refactor: Ongoing work to remove the activeAccount idiom (#964) 2024-11-13 11:45:16 +01:00
eventhub chore: Move EventHub from :app to :core:eventhub (#1204) 2025-01-15 16:19:35 +01:00
model feat: Show link title when viewing posts about a trending link (#1184) 2024-12-16 20:19:44 +01:00
navigation feat: Show link title when viewing posts about a trending link (#1184) 2024-12-16 20:19:44 +01:00
network feat: Show request method and URL in ApiResult errors (#1181) 2024-12-14 15:01:44 +01:00
network-test feat: Initial support for filtering notifications by sending account (#1127) 2024-11-25 11:35:05 +01:00
preferences fix(l10n): Update Norwegian Nynorsk translations 2024-11-16 08:13:15 +01:00
testing feat: Show request method and URL in ApiResult errors (#1181) 2024-12-14 15:01:44 +01:00
ui feat: Show posts that mention a trending link (#1153) 2024-12-03 23:00:31 +01:00
AndroidManifest.xml