Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/service
Konrad Pozniak 54e92b2156
improve local status updates (#3480)
The idea here is: Everytime we get hold of a new version of a post, we
update everything about that post everywhere.
This makes the distincion between different event types unnecessary, as
everythng is just a `StatusChangedEvent`.
The main benefit is that posts should be up-to-date more often, which is
important considering there is now editing and #3413
2023-09-26 09:08:58 +02:00
..
SendStatusService.kt improve local status updates (#3480) 2023-09-26 09:08:58 +02:00
ServiceClient.kt Rename Toots to Posts (#2396) 2022-03-20 20:21:42 +01:00
TuskyTileService.kt update minSdk to 24, cleanup code (#4014) 2023-09-12 19:25:45 +02:00