Conny Duck
b21e2256ea
Release 84
4 years ago
ButterflyOfFire
1674e83bb8
Translated using Weblate (French)
...
Currently translated at 99.5% (460 of 462 strings)
Translated using Weblate (Arabic)
Currently translated at 98.7% (456 of 462 strings)
Co-authored-by: ButterflyOfFire <butterflyoffire@protonmail.com>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/ar/
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/fr/
Translation: Tusky/Tusky
4 years ago
Ho Nhat Duy
ca3c455082
Translated using Weblate (Vietnamese)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: Ho Nhat Duy <kantcer@gmail.com>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/vi/
Translation: Tusky/Tusky
4 years ago
Konrad Pozniak
2fd45c1cdb
Fix comparing statuses and diffing in NotificationsFragment ( #2318 )
4 years ago
Konrad Pozniak
d2d52da717
Fix crash in TimelineFragment ( #2317 )
4 years ago
Konrad Pozniak
db1cc02fb8
Fix announcement reactions ( #2311 )
...
* fix size of announcement reactions
* fix announcement reactions not updating correctly
* remove unused code
* improve code
* remove unused imports
4 years ago
Konrad Pozniak
329bc51f90
fix apng emojis not rendered when animation is turned off ( #2312 )
4 years ago
Konrad Pozniak
17207312d6
update licenses ( #2315 )
4 years ago
Konrad Pozniak
808cb5f27b
add new translations (Scottish Gaelic, Galician, Ukrainian) to in-app language picker ( #2314 )
4 years ago
Connyduck
00e13e98ea
Deleted translation using Weblate (Punjabi)
4 years ago
Connyduck
67e3716670
Deleted translation using Weblate (Telugu)
4 years ago
Connyduck
6d1ffe9f4b
Deleted translation using Weblate (Luxembourgish)
4 years ago
Connyduck
dccf7c0ec1
Deleted translation using Weblate (French (Belgium))
4 years ago
Connyduck
f97c3bb869
Deleted translation using Weblate (English (Australia))
4 years ago
Konrad Pozniak
61ba6fe181
Fix disappearing placeholders ( #2309 )
...
* add getNextPlaceholderIdAfter to TimelineDao
* fix disappearing placeholders
* fix disappearing placeholders
4 years ago
Konrad Pozniak
c3da6f901f
display custom emoji in announcements ( #2310 )
4 years ago
Konrad Pozniak
ab6ea6dc89
fix placeholder not disappearing when no statuses are loaded ( #2305 )
4 years ago
Konrad Pozniak
8f5fb5b35c
Fix some weird behavior when clicking links in statuses ( #2304 )
...
* Fix some weird behavior when clicking links in statuses
* open browser when user clicks a status link again
4 years ago
Connyduck
2850775c14
Translated using Weblate (German)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: Connyduck <weblate@connyduck.at>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/de/
Translation: Tusky/Tusky
4 years ago
Konrad Pozniak
6c5c628b90
delete unused class NetworkState ( #2301 )
4 years ago
Konrad Pozniak
e29567c9ec
Cleanup dagger setup ( #2300 )
...
* cleanup dagger setup
* fix tests
* fix ktlint
* cleanup FragmentBuildersModule
4 years ago
Konrad Pozniak
0b70f52ad2
add proguard rules to make Jsondadapter annotation work ( #2299 )
4 years ago
Konrad Pozniak
2fd01f7e2d
use custom JsonAdapter to be compatible with instances that have a custom subscribing feature ( #2298 )
4 years ago
Konrad Pozniak
1586817c3d
Update gradle, kotlin and other dependencies ( #2291 )
...
* update gradle, kotlin and other dependencies
* fix new warnings
* remove unused import
* update Proguard rules
* add explicit dependency on Gson to get the newest version
* remove debug flag from proguard rules again
* fix typo
4 years ago
Konrad Pozniak
a000228165
correctly detect end of pagination in network timeline ( #2296 )
...
* correctly detect end of pagination in network timeline
closes #2293
* improve NetworkTimelineRemoteMediatorTest
* remove unused import
4 years ago
Konrad Pozniak
f29e46ad55
fix media hidden default in ViewThreadFragment ( #2295 )
4 years ago
leo
0d9067b2cf
Translated using Weblate (Russian)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: leo <aaoth@aaoth.xyz>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/ru/
Translation: Tusky/Tusky
4 years ago
Konrad Pozniak
fe350ccf36
move AccountActivity and related classes to a new package ( #2216 )
...
* move AccountActivity and related classes to a new package
* fix ktlint
* fix ktlint
* fix imports
4 years ago
Ho Nhat Duy
07798a90c1
Translated using Weblate (Vietnamese)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: Ho Nhat Duy <kantcer@gmail.com>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/vi/
Translation: Tusky/Tusky
4 years ago
Mélanie Chauvel
879493bd2d
Translated using Weblate (French)
...
Currently translated at 99.1% (458 of 462 strings)
Translated using Weblate (Esperanto)
Currently translated at 96.5% (446 of 462 strings)
Co-authored-by: Mélanie Chauvel <perso@hack-libre.org>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/eo/
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/fr/
Translation: Tusky/Tusky
4 years ago
Konrad Pozniak
643e012b11
Timeline paging ( #2238 )
...
* first setup
* network timeline paging / improvements
* rename classes / move to correct package
* remove unused class TimelineAdapter
* some code cleanup
* remove TimelineRepository, put mapper functions in TimelineTypeMappers.kt
* add db migration
* cleanup unused code
* bugfix
* make default timeline settings work again
* fix pinning statuses from timeline
* fix network timeline
* respect account settings in NetworkTimelineRemoteMediator
* respect account settings in NetworkTimelineRemoteMediator
* update license headers
* show error view when an error occurs
* cleanup some todos
* fix db migration
* fix changing mediaPreviewEnabled setting
* fix "load more" button appearing on top of timeline
* fix filtering and other bugs
* cleanup cache after 14 days
* fix TimelineDAOTest
* fix code formatting
* add NetworkTimeline unit tests
* add CachedTimeline unit tests
* fix code formatting
* move TimelineDaoTest to unit tests
* implement removeAllByInstance for CachedTimelineViewModel
* fix code formatting
* fix bug in TimelineDao.deleteAllFromInstance
* improve loading more statuses in NetworkTimelineViewModel
* improve loading more statuses in NetworkTimelineViewModel
* fix bug where empty state was shown too soon
* reload top of cached timeline on app start
* improve CachedTimelineRemoteMediator and Tests
* improve cached timeline tests
* fix some more todos
* implement TimelineFragment.removeItem
* fix ListStatusAccessibilityDelegate
* fix crash in NetworkTimelineViewModel.loadMore
* fix default state of collapsible statuses
* fix default state of collapsible statuses -tests
* fix showing/hiding media in the timeline
* get rid of some not-null assertion operators in TimelineTypeMappers
* fix tests
* error handling in CachedTimelineViewModel.loadMore
* keep local status state when refreshing cached statuses
* keep local status state when refreshing network timeline statuses
* show placeholder loading state in cached timeline
* better comments, some code cleanup
* add TimelineViewModelTest, improve code, fix bug
* fix ktlint
* fix voting in boosted polls
* code improvement
4 years ago
Mélanie Chauvel
c0c8eec36b
filter messages by also looking at media descriptions ( #2285 )
4 years ago
Ho Nhat Duy
83aaa8a162
Translated using Weblate (Vietnamese)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: Ho Nhat Duy <kantcer@gmail.com>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/vi/
Translation: Tusky/Tusky
4 years ago
Konrad Pozniak
0ae3a2ed2a
fix confirmFavourites default ( #2282 )
4 years ago
sleepycrow
4faabe87ed
Translated using Weblate (Polish)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: sleepycrow <sleepycrow@posteo.net>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/pl/
Translation: Tusky/Tusky
4 years ago
helabasa
44b2203e6d
Translated using Weblate (Sinhala)
...
Currently translated at 53.4% (247 of 462 strings)
Co-authored-by: helabasa <R45XvezA@pm.me>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/si/
Translation: Tusky/Tusky
4 years ago
Sveinn í Felli
815f303388
Translated using Weblate (Icelandic)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/is/
Translation: Tusky/Tusky
4 years ago
Ho Nhat Duy
3b0d548548
Translated using Weblate (Vietnamese)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: Ho Nhat Duy <kantcer@gmail.com>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/vi/
Translation: Tusky/Tusky
4 years ago
Konrad Pozniak
6b7d3ef613
fix loading Gif avatars into the main appbar ( #2268 )
...
* fix loading Gif avatars into the main appbar
and respect the animateAvatars setting
closes #2259
* fix formatting
4 years ago
Konrad Pozniak
b62ccd918f
fix compose button on profile page being half hidden ( #2267 )
4 years ago
Ho Nhat Duy
8f78a28744
Translated using Weblate (Vietnamese)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: Ho Nhat Duy <kantcer@gmail.com>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/vi/
Translation: Tusky/Tusky
4 years ago
XoseM
461b049d20
Translated using Weblate (Galician)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: XoseM <xosem@disroot.org>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/gl/
Translation: Tusky/Tusky
4 years ago
Vachan
7c2e165f3b
Translated using Weblate (Malayalam)
...
Currently translated at 33.9% (157 of 462 strings)
Co-authored-by: Vachan <translation.spiting@aleeas.com>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/ml/
Translation: Tusky/Tusky
4 years ago
Sojo
68f1a657f7
Translated using Weblate (Basque)
...
Currently translated at 100.0% (462 of 462 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: Sojo <sendoasojo@gmail.com>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/es/
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/eu/
Translation: Tusky/Tusky
4 years ago
Ihor Hordiichuk
3a4492fe24
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/uk/
Translation: Tusky/Tusky
4 years ago
Konrad Pozniak
d1d564a7e2
support animated PNGs and WEBPs ( #2244 )
5 years ago
Vegard Skjefstad
cee9623c8c
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: Vegard Skjefstad <vegard@vegard.net>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/nb_NO/
Translation: Tusky/Tusky
5 years ago
GunChleoc
926f4c3ddc
Translated using Weblate (Gaelic)
...
Currently translated at 100.0% (462 of 462 strings)
Co-authored-by: GunChleoc <fios@foramnagaidhlig.net>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/gd/
Translation: Tusky/Tusky
5 years ago
Muha Aliss
8a7c84a102
Translated using Weblate (Turkish)
...
Currently translated at 93.4% (430 of 460 strings)
Co-authored-by: Muha Aliss <muhaaliss@pm.me>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/tr/
Translation: Tusky/Tusky
5 years ago
Eric
65f6e0e017
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (460 of 460 strings)
Co-authored-by: Eric <spice2wolf@gmail.com>
Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/zh_Hans/
Translation: Tusky/Tusky
5 years ago