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.
5 years ago
charlag
357250f6d5
Fix loading placeholder being stuck in timeline indefinitely.
...
When top status in TL is deleted and another one is added we get a
placeholder. We were not sending update after removing this placeholder
correctly.
This does not fix the fact that removed statuses is still in timeline.
5 years ago
charlag
34a16c1f25
Fix showing empty view before showing loading in timeline
5 years ago
charlag
93fb523130
Fix triggering view update in timeline after loading cache
5 years ago
Ho Nhat Duy
2766225ba4
Translated using Weblate (Vietnamese)
...
Currently translated at 100.0% (460 of 460 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/vi/
5 years ago
Levi Bard
59b977c57c
Fix filtering timelines ( #2214 )
5 years ago
Konrad Pozniak
2cc53d6772
fix codestyle
5 years ago
Konrad Pozniak
9ca7e708bd
fix liking/boosting/bookmarking/voting boosted statuses in timeline ( #2212 )
5 years ago
Konrad Pozniak
16ffcca748
add ktlint plugin to project and apply default code style ( #2209 )
...
* add ktlint plugin to project and apply default code style
* some manual adjustments, fix wildcard imports
* update CONTRIBUTING.md
* fix formatting
5 years ago
Konrad Pozniak
955267199e
migrate scheduled toots to paging 3 ( #2208 )
5 years ago
Konrad Pozniak
f6dd131b95
migrate drafts to paging 3 ( #2206 )
...
* migrate drafts to paging 3
* migrate DraftHelper to coroutines
5 years ago
majava
4173750cbf
Translated using Weblate (Finnish)
...
Currently translated at 33.4% (154 of 460 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/fi/
5 years ago
Ihor Hordiichuk
6d09544d70
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (460 of 460 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/uk/
5 years ago
Connyduck
a3aaef75f7
Added translation using Weblate (Finnish)
5 years ago
Vegard Skjefstad
3fa2099261
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (460 of 460 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/nb_NO/
5 years ago
Daniele Lira Mereb
70681cbad9
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (460 of 460 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (460 of 460 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/pt_BR/
5 years ago
Vancha
cee22e70d1
Translated using Weblate (Dutch)
...
Currently translated at 99.5% (458 of 460 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/nl/
5 years ago
XoseM
bb0f529127
Translated using Weblate (Galician)
...
Currently translated at 100.0% (460 of 460 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/gl/
5 years ago
Konrad Pozniak
554820de5f
migrate reporting to paging 3 ( #2205 )
...
* migrate reporting to paging 3
* apply PR feedback
5 years ago
Konrad Pozniak
920c71560b
throw HttpException instead of generic exception in TimelineViewModel ( #2202 )
5 years ago
Ivan Kupalov
837ee2e40d
Convert some adapters to Kotlin ( #2187 )
...
* Rename .java adapters to .kt
* Convert Account adapters to Kotlin
* Apply feedback for adapter refactoring
5 years ago
Konrad Pozniak
6d4f5ad027
migrate to paging 3 ( #2182 )
...
* migrate conversations and search to paging 3
* delete SearchRepository
* remove unneeded executor from search
* fix bugs in conversations
* update license headers
* fix conversations refreshing
* fix search refresh indicators
* show fullscreen loading while conversations are empty
* search bugfixes
* error handling
* error handling
* remove mastodon bug workaround
* update ConversationsFragment
* fix conversations more menu and deleting conversations
* delete unused class
* catch exceptions in ConversationsViewModel
* fix bug where items are not diffed correctly / cleanup code
* fix search progressbar display conditions
5 years ago
Konrad Pozniak
31da851f28
correctly serialize custom spans to html ( #2199 )
5 years ago
Konrad Pozniak
e84dec29b2
update dependencies ( #2198 )
5 years ago
Konrad Pozniak
f04a2a1ee4
fix reblog avatar ( #2197 )
5 years ago
idontwanttohaveausername
ed001db6e4
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (458 of 458 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/uk/
5 years ago
翻訳者X
26ab5a22a8
Translated using Weblate (Japanese)
...
Currently translated at 92.3% (423 of 458 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ja/
5 years ago
Alberto Vacca
1054aaf47f
Translated using Weblate (Italian)
...
Currently translated at 98.6% (452 of 458 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/it/
5 years ago
Balázs Meskó
9f40b283ee
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (458 of 458 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/hu/
5 years ago
Konrad Pozniak
86002efc97
fix "show notifications filter" preference opening tabs preferences ( #2193 )
5 years ago
Konrad Pozniak
6281e37aec
improve kotlin related proguard rules ( #2190 )
5 years ago
Ivan Kupalov
44a5b42cac
Timeline refactor ( #2175 )
...
* Move Timeline files into their own package
* Introduce TimelineViewModel, add coroutines
* Simplify StatusViewData
* Handle timeilne fetch errors
* Rework filters, fix ViewThreadFragment
* Fix NotificationsFragment
* Simplify Notifications and Thread, handle pin
* Redo loading in TimelineViewModel
* Improve error handling in TimelineViewModel
* Rewrite actions in TimelineViewModel
* Apply feedback after timeline factoring review
* Handle initial failure in timeline correctly
5 years ago
cami
d432d9f184
Translated using Weblate (German)
...
Currently translated at 100.0% (458 of 458 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/de/
5 years ago
Konrad Pozniak
3301643c1d
update to SDK 30 and fix deprecations ( #2173 )
...
* update to SDk 30 and fix deprecations
* remove unnecessary .run
* revert ViewMediaActivity change
5 years ago
Konrad Pozniak
e032d38d56
fix LiveData nullability issues ( #2181 )
5 years ago
Conny Duck
a85568abdf
Release 83
5 years ago
Konrad Pozniak
30ed9a4d1c
don't upscale images in caption dialog ( #2165 )
...
* don't upscale images in caption dialog
* don't upscale images in caption dialog
5 years ago
Ivan Kupalov
59c62204c7
Fix crash in NotificationsAdapter when spoiler is null. ( #2178 )
5 years ago
Konrad Pozniak
d5e539fd64
cleanup MainActivity / last remnants of SavedToots ( #2174 )
5 years ago
Konrad Pozniak
8b56e9bc27
update Glide to 4.12.0 ( #2169 )
5 years ago
Konrad Pozniak
ca5c455881
update AndroidX, use ActivityResultContracts ( #2170 )
...
* update AndroidX, use ActivityResultContracts
* make allowMultiple setable in PickMediaFiles
* add license headers to PickMediaFiles
5 years ago
Konrad Pozniak
d2cdaae129
update okhttp to 4.9.1 ( #2168 )
5 years ago
Konrad Pozniak
a1dfbee669
update dagger to 2.35.1 ( #2167 )
5 years ago
edave64
5b2bb1c60e
Translated using Weblate (German)
...
Currently translated at 100.0% (458 of 458 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/de/
Translated using Weblate (German)
Currently translated at 99.1% (454 of 458 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/de/
5 years ago
翻訳者X
f385aae3ee
Translated using Weblate (Japanese)
...
Currently translated at 92.1% (422 of 458 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ja/
Translated using Weblate (Japanese)
Currently translated at 91.7% (420 of 458 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ja/
5 years ago
Konrad Pozniak
2632c4c5bd
update Glide to 4.12.0
5 years ago
Ho Nhat Duy
862165ccbc
Translated using Weblate (Vietnamese)
...
Currently translated at 100.0% (458 of 458 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/vi/
5 years ago
nailyk-weblate
09da9105f6
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/
5 years ago
Konrad Pozniak
81057213db
don't upscale images in caption dialog ( #2165 )
...
* don't upscale images in caption dialog
* don't upscale images in caption dialog
5 years ago
Konrad Pozniak
387e62ea4b
get rid of jcenter ( #2163 )
...
* get rid of jcenter
* fix BottomSheetActivityTest
* update Android Image Cropper license
5 years ago