chinwag-android/app/src/main/java/com/keylesspalace/tusky
Konrad Pozniak 31e4f08966
fix account switching (#4636)
closes #4631 
closes #4629 

and other weirdness introduced in Tusky 26.1.
I did a lot of testing on 2 physical devices and multiple emulators. It
definitely is better than before, but probably still not perfect.
2024-09-02 19:49:22 +02:00
..
adapter split out FilteredStatusViewHolder from StatusBaseViewHolder (#4543) 2024-07-05 10:13:37 +02:00
appstore fix (un)muting conversations (#4525) 2024-06-22 11:02:51 +02:00
components fix account switching (#4636) 2024-09-02 19:49:22 +02:00
db fix account switching (#4636) 2024-09-02 19:49:22 +02:00
di prevent mixup of account timelines (#4599) 2024-08-14 18:58:12 +02:00
entity add more options to default reply visibility setting (#4568) 2024-08-02 17:15:10 +02:00
fragment Fixes issue where alt text positioning covers video controller (#4632) 2024-09-02 18:39:23 +02:00
interfaces Followed hashtags view improvements (#4475) 2024-05-31 13:43:41 +02:00
json Replace Gson library with Moshi (#4309) 2024-04-02 21:01:04 +02:00
network fix account switching (#4636) 2024-09-02 19:49:22 +02:00
pager upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
receiver add more options to default reply visibility setting (#4568) 2024-08-02 17:15:10 +02:00
service add more options to default reply visibility setting (#4568) 2024-08-02 17:15:10 +02:00
settings add more options to default reply visibility setting (#4568) 2024-08-02 17:15:10 +02:00
usecase fix account switching (#4636) 2024-09-02 19:49:22 +02:00
util fix: RequestBuilder.submitAsync() throwing an Exception if the Glide request is restarted (#4569) 2024-07-14 09:01:01 +02:00
view improved color scheme & theming (#4507) 2024-06-19 16:50:35 +02:00
viewdata Improve translating posts via Mastodon api (#4463) 2024-05-26 08:06:51 +02:00
viewmodel small code improvements / code cleanup (#4502) 2024-06-12 17:17:21 +02:00
worker Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
AboutActivity.kt Followed hashtags view improvements (#4475) 2024-05-31 13:43:41 +02:00
AccountsInListFragment.kt Fix bot badge in accounts in list fragment (#4474) 2024-05-31 13:42:37 +02:00
BaseActivity.java Fix incorrect theme override outside of MainActivity (#4469) 2024-05-31 13:23:06 +02:00
BottomSheetActivity.kt Replace RxJava3 code with coroutines (#4290) 2024-02-29 15:28:48 +01:00
EditProfileActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
LicenseActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
ListsActivity.kt improved color scheme & theming (#4507) 2024-06-19 16:50:35 +02:00
MainActivity.kt fix account switching (#4636) 2024-09-02 19:49:22 +02:00
StatusListActivity.kt only check once for filters v2 availability (#4539) 2024-07-03 21:18:09 +02:00
TabData.kt Refactor notifications to Kotlin & paging (#4026) 2024-05-03 18:27:10 +02:00
TabPreferenceActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
TuskyApplication.kt Replace "Hide compose button while scrolling" setting with bottom padding (#4486) 2024-06-05 19:36:58 +02:00
ViewMediaActivity.kt Followed hashtags view improvements (#4475) 2024-05-31 13:43:41 +02:00