chinwag-android/app/src/main/java/com/keylesspalace/tusky
Konrad Pozniak 170358fe89
fix voting in boosted polls on user profiles (#4890)
Without this fix, the vote goes through but the poll in the app doesn't
update.
Fixed by using `updateStatusByActionableId`, which automatically handles
boosted & regular posts. Also handle poll votes the same way as in the
home timeline, by listening to the `PollVoteEvent`.
2025-01-23 19:22:51 +01:00
..
adapter improve preview card when there is no author or description (#4872) 2025-01-17 12:35:48 +01:00
appstore Move all database queries off the ui thread & add a ViewModel for MainActivity (#4786) 2025-01-17 12:35:35 +01:00
components fix voting in boosted polls on user profiles (#4890) 2025-01-23 19:22:51 +01:00
db Refactor notifications (#4883) 2025-01-22 21:16:33 +01:00
di Refactor notifications (#4883) 2025-01-22 21:16:33 +01:00
entity improve preview cards (#4782) 2025-01-06 10:27:39 +01:00
fragment fix pinning boosted posts (#4740) 2024-10-28 21:27:21 +01:00
interfaces Move all database queries off the ui thread & add a ViewModel for MainActivity (#4786) 2025-01-17 12:35:35 +01:00
json Replace Gson library with Moshi (#4309) 2024-04-02 21:01:04 +02:00
network Notification policy (#4768) 2024-12-03 18:46:50 +01:00
pager upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
receiver Refactor notifications (#4883) 2025-01-22 21:16:33 +01:00
service Refactor notifications (#4883) 2025-01-22 21:16:33 +01:00
settings Move all database queries off the ui thread & add a ViewModel for MainActivity (#4786) 2025-01-17 12:35:35 +01:00
usecase Refactor notifications (#4883) 2025-01-22 21:16:33 +01:00
util Move all database queries off the ui thread & add a ViewModel for MainActivity (#4786) 2025-01-17 12:35:35 +01:00
view merge hashtag dialogs into one (#4861) 2025-01-14 19:29:07 +01:00
viewdata 3771: Add "display replied to" functionality (#4834) 2025-01-06 10:27:27 +01:00
viewmodel Move all database queries off the ui thread & add a ViewModel for MainActivity (#4786) 2025-01-17 12:35:35 +01:00
worker Refactor notifications (#4883) 2025-01-22 21:16:33 +01:00
AboutActivity.kt Followed hashtags view improvements (#4475) 2024-05-31 13:43:41 +02:00
AccountsInListFragment.kt fix dialog background colors (#4864) 2025-01-14 19:29:27 +01:00
BaseActivity.kt Move all database queries off the ui thread & add a ViewModel for MainActivity (#4786) 2025-01-17 12:35:35 +01:00
BottomSheetActivity.kt Replace RxJava3 code with coroutines (#4290) 2024-02-29 15:28:48 +01:00
EditProfileActivity.kt Material Design 3 (#4637) 2024-09-10 19:50:09 +02:00
LicenseActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
ListsActivity.kt Adds auto keyboard popup to dialogs (#4667) 2024-09-13 15:52:11 +02:00
MainActivity.kt Refactor notifications (#4883) 2025-01-22 21:16:33 +01:00
MainViewModel.kt Refactor notifications (#4883) 2025-01-22 21:16:33 +01:00
StatusListActivity.kt fix updating filter expiration to indefinite (#4743) 2024-11-05 20:44:08 +01:00
TabData.kt Move all database queries off the ui thread & add a ViewModel for MainActivity (#4786) 2025-01-17 12:35:35 +01:00
TabPreferenceActivity.kt Move all database queries off the ui thread & add a ViewModel for MainActivity (#4786) 2025-01-17 12:35:35 +01:00
TuskyApplication.kt Refactor notifications (#4883) 2025-01-22 21:16:33 +01:00
ViewMediaActivity.kt Move all database queries off the ui thread & add a ViewModel for MainActivity (#4786) 2025-01-17 12:35:35 +01:00