chinwag-android/app/src/main/java/com/keylesspalace/tusky
Nik Clayton 100673aa9c
Handle status edit histories with < 2 entries (#3747)
This can happen if the edit history has not been propogated to the user's server.

If the edit history is missing then show an error with a link to the specifc Mastodon issue.

Fixes #3743
2023-06-15 19:59:30 +02:00
..
adapter Ensure textview fields can be copy/pasted (#3707) 2023-06-11 18:39:48 +02:00
appstore Remove Rx from EventHub and TimelineCases (#3446) 2023-03-18 10:11:47 +01:00
components Handle status edit histories with < 2 entries (#3747) 2023-06-15 19:59:30 +02:00
db Make sure the active account is always correctly saved to database (#3720) 2023-06-11 20:24:26 +02:00
di Make AccountPreferenceDataStore injectable (#3653) 2023-06-11 15:34:58 +02:00
entity Refactor "trending hashtags" code (#3595) 2023-06-10 19:47:07 +02:00
fragment Replace deprecated getParcelable* methods with compat versions (#3633) 2023-06-11 12:58:55 +02:00
interfaces Support the mastodon 4 filter api (#3188) 2023-03-11 13:12:50 +01:00
json update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
network Refactor "trending hashtags" code (#3595) 2023-06-10 19:47:07 +02:00
pager Keep the tabs adapter over the life of the viewpager (#3255) 2023-02-15 19:17:59 +01:00
receiver Move cache pruning to a WorkManager worker (#3649) 2023-06-11 13:17:30 +02:00
service Replace deprecated getParcelable* methods with compat versions (#3633) 2023-06-11 12:58:55 +02:00
settings Make AccountPreferenceDataStore injectable (#3653) 2023-06-11 15:34:58 +02:00
usecase Remove Rx from EventHub and TimelineCases (#3446) 2023-03-18 10:11:47 +01:00
util Correctly show non-square custom emojis (#3711) 2023-06-11 20:06:34 +02:00
view Handle status edit histories with < 2 entries (#3747) 2023-06-15 19:59:30 +02:00
viewdata Refactor "trending hashtags" code (#3595) 2023-06-10 19:47:07 +02:00
viewmodel update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
worker Catch missing classes in WorkerFactory (#3744) 2023-06-12 22:04:58 +02:00
AboutActivity.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
AccountsInListFragment.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
BaseActivity.java Make sure the active account is always correctly saved to database (#3720) 2023-06-11 20:24:26 +02:00
BottomSheetActivity.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
EditProfileActivity.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
LicenseActivity.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
ListsActivity.kt 3430: Make list refresh/retry consistent (#3474) 2023-03-30 19:29:42 +02:00
MainActivity.kt Use the tab's contentDescription as the toolbar title (#3609) 2023-05-04 13:19:44 +02:00
SplashActivity.kt remove legacy notification channel cleanup (#2550) 2022-05-25 20:54:25 +02:00
StatusListActivity.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
TabData.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
TabPreferenceActivity.kt 3416: Call the list activity when list list empty (#3426) 2023-03-30 21:23:08 +02:00
TuskyApplication.kt Move cache pruning to a WorkManager worker (#3649) 2023-06-11 13:17:30 +02:00
ViewMediaActivity.kt Replace deprecated getParcelable* methods with compat versions (#3633) 2023-06-11 12:58:55 +02:00