Alibek Omarov
ff89f698c8
ProgressTextView: fix circle drawing
5 years ago
Alibek Omarov
b7db21d8d4
ProgressView: remove dead code
5 years ago
Alibek Omarov
24c0c8f656
Notification: ignore seen notifications
5 years ago
Alibek Omarov
34ddf62a18
AccountActivity: don't show moderator badge if user already admin
5 years ago
Alibek Omarov
f6a9c51b86
AccountActivity: implement subscribing
5 years ago
Alibek Omarov
d82ca3df9b
MastodonApi: add support for subscribing endpoints and subscribing status field
5 years ago
Alibek Omarov
82aac35fdb
gradle: disable ExtraTranslation
5 years ago
Alibek Omarov
752e14fb8c
AccountActivity: show admin/moderator badge
5 years ago
Alibek Omarov
d447b683cc
ComposeActivity: restore ability to upload any type of file
5 years ago
Alibek Omarov
703d423f82
ComposeActivity: fix crash
5 years ago
Alibek Omarov
ba7cbcffc3
db: upgrade
5 years ago
Konrad Pozniak
e1e9268ef5
use material buttons in timeline ( #1627 )
...
* use material buttons in timeline
* remove wrong switch option
5 years ago
Konrad Pozniak
5dab8c6f5d
give poll result backgrounds a rounded shape ( #1626 )
...
* give poll result backgrounds a rounded shape
* fix rtl layout of poll options
5 years ago
Konrad Pozniak
179a10828a
remove redundant toHtml from StatusBaseViewHolder ( #1625 )
5 years ago
Mélanie Chauvel (ariasuni)
0244ee1865
Display Elephant with better message in Drafts screen when there are none ( #1619 )
...
* Display Elephant with better message in Drafts screen when there are none
* Remove unused import
5 years ago
Levi Bard
844cf317ab
Filters: Make behavior of "whole word" filters consistent with the web UI when filters are non-alphanumeric ( #1623 )
...
* Fix tests build
* Make behavior of non-alphanumeric whole-word filters consistent with the web UI.
Fixes #1543
* Fix typo in filter tests
5 years ago
Alibek Omarov
5e9bd26f24
ComposeActivity: add unlimited attachments support again
5 years ago
Alibek Omarov
2e2ab4ed6a
ComposeActivity: add optional field markdownMode to ComposeOptions
5 years ago
Alibek Omarov
857bedc995
AppDatabase: fix migration
5 years ago
Alibek Omarov
343b121d7b
ComposeActivity: fix compiling
5 years ago
Alibek Omarov
9aa29b75b4
activity_compose: fix after merge
5 years ago
Alibek Omarov
291eb4100d
ComposeViewModel: fix syntax errors
5 years ago
Alibek Omarov
262e7e9445
colors: fix resource name after merge
5 years ago
Alibek Omarov
035334c47c
item_media_preview: try to fix XML parsing
5 years ago
Alibek Omarov
edd7991101
ComposeActivity: reimplement markdown mode again after pointless java->kotlin transition
5 years ago
Alibek Omarov
76a29e4308
ComposeActivity: hide markdown button by default
5 years ago
Alibek Omarov
fd7740838a
VersionUtils: move isPleroma method from Instance
5 years ago
Konrad Pozniak
dba3259ce6
give media previews a rounded outline ( #1617 )
...
* give media previews a rounded outline
* give media previews a rounded outline in ReportActivity
5 years ago
Ivan Kupalov
fd5ec8cf97
Fix missing cases of using StatusDisplayOptions ( #1614 )
5 years ago
Vegard Skjefstad
94a9274de8
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 100.0% (408 of 408 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/nb_NO/
5 years ago
Joan Montané
956456ab17
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (408 of 408 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ca/
5 years ago
ButterflyOfFire
2f998aa49f
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (407 of 407 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ar/
5 years ago
Konrad Pozniak
368df7437e
use RxAwareViewModel for more ViewModels ( #1613 )
...
* use RxAwareViewModel for more ViewModels
* fix ReportViewModel
5 years ago
Konrad Pozniak
b927747518
fix poll button being visible below voted poll ( #1612 )
5 years ago
Konrad Pozniak
283e9d0ad9
address PR feedback
5 years ago
Mélanie Chauvel
e3136cf966
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (406 of 406 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/eo/
5 years ago
Anonymous
942f169a05
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (406 of 406 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
5 years ago
Ivan Kupalov
8dcfec1734
Use blurhash as image preview and as sensitive media cover, close #1571 ( #1581 )
...
* Use blurhash as image preview and as sensitive media cover, close #1571
* Fix focal point for blurhashes
* Fix video indicator overlapping sensitive media indicator
* Add a preference for blurhash
* Add blurhash to report UI.
* Introduce StatusDisplayOptions
5 years ago
Konrad Pozniak
3a80ab727a
add license headers
5 years ago
Konrad Pozniak
3f00b47d0c
remove debug logging
5 years ago
Konrad Pozniak
7c3f19a07e
add empty screen message
5 years ago
Konrad Pozniak
42d2a4798f
color the SwipeRefreshLayout
5 years ago
Konrad Pozniak
7aff41b89c
clean up code
5 years ago
Konrad Pozniak
12a04dfb08
move to androidx paging
5 years ago
kyori19
40b859a06e
Fix ComposeOptions.visibility not applied ( #1605 )
5 years ago
Alibek Omarov
3d6354b155
Move media preview layout definitions to standalone XML file to modify it in future
5 years ago
Conny Duck
04b81c5240
improve layout names
5 years ago
Conny Duck
7f2aab7723
move classes to component packages
5 years ago
Conny Duck
fe0d11b755
convert ScheduledTootAdapter to Kotlin
5 years ago
Konrad Pozniak
03c66d62df
add test for VersionUtils ( #1602 )
...
* add test for VersionUtils
* add nullability annotation to VersionUtils
5 years ago