Tusky-App-Android/app
charlag 453a000d49
Fix refreshing timeline
Before on initial load we tried to get current statuses using some
ID math plus we've been fetching latest statuses. Updating current
doesn't actually work so instead now we are doing what Mastodon itself
is doing: we just fetch latest and update current if they overlap.

There were also a few issues with finding overlap index (using
indexOfLast using ===) so it wasn't actually working.
2021-07-03 00:06:17 +02:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
src Fix refreshing timeline 2021-07-03 00:06:17 +02:00
.gitignore Adds a forgotten keystore. 2017-06-02 04:47:22 -04:00
build.gradle migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
proguard-rules.pro improve kotlin related proguard rules (#2190) 2021-06-11 20:50:42 +02:00