Konrad Pozniak
39915442aa
migrate ReportPagerAdapter to ViewPager2 ( #1635 )
2020-01-13 21:15:22 +01:00
Konrad Pozniak
31b29047c7
fix crash in NotificationAdapter when status is null ( #1634 )
2020-01-13 21:12:33 +01:00
Konrad Pozniak
ab6c79a5d7
Merge pull request #1622 from nailyk-weblate/weblate-tusky-tusky
...
Update from Weblate
2020-01-13 15:55:00 +01:00
Daniele Lira Mereb
9b519ed1db
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (408 of 408 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/pt_BR/
2020-01-13 14:54:26 +00:00
Muha Aliss
04b15095c1
Translated using Weblate (Turkish)
...
Currently translated at 97.3% (397 of 408 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/tr/
2020-01-13 14:54:26 +00:00
ButterflyOfFire
5d4adf7fda
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (408 of 408 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/ar/
2020-01-13 14:54:26 +00:00
Vegard Skjefstad
f1e060a3f3
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/
2020-01-13 14:54:26 +00:00
nailyk-weblate
66e34cbe1e
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/
2020-01-13 14:54:26 +00:00
Anonymous
62283f2765
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (408 of 408 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/pt_BR/
2020-01-13 14:54:26 +00:00
hg
4ffe2c40fa
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (408 of 408 strings)
Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/sv/
2020-01-13 14:54:26 +00:00
Konrad Pozniak
6b6eedaadf
Merge pull request #1621 from nailyk-weblate/weblate-tusky-tusky-app
...
Update from Weblate
2020-01-13 15:54:22 +01:00
ButterflyOfFire
8ca8346db0
Translated using Weblate (French)
...
Currently translated at 100.0% (7 of 7 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/fr/
2020-01-13 14:22:49 +00:00
hg
149172530f
Translated using Weblate (Swedish)
...
Currently translated at 57.1% (4 of 7 strings)
Translation: Tusky/Tusky-app
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/sv/
2020-01-13 14:22:48 +00:00
kyori19
cafd5a3a64
Fix emoji sorting ( #1633 )
2020-01-13 15:22:45 +01:00
Ivan Kupalov
e60a9b19e9
Add space before emojo code in editor when needed, fix #1616 ( #1632 )
2020-01-13 15:21:40 +01:00
Levi Bard
91bf35f627
Compose activity: When selection is nonempty and a "special character" button is pressed, decorate all selected word starts ( #1523 )
...
* ComposeActivity: When selection is nonempty and a "special character" button is pressed, decorate all selected word starts
Closes #1417
* ComposeActivity: Tests for word break prepend logic
2020-01-13 15:21:17 +01:00
Levi Bard
a811ae0c83
Don't drop content warning when replying ( #1631 )
2020-01-13 15:18:55 +01:00
Konrad Pozniak
74ee19716f
Fix search bugs ( #1624 )
...
* fix toggling media visibility
* cleanup search code to make it more readable
* remove redundant OnQueryTextListener
this is the default behavior
* fix bookmarking
* fix status interaction causing unnecessary network requests
2020-01-13 13:57:44 +01:00
Konrad Pozniak
79003a5465
update rick roll domain list
2020-01-13 13:48:53 +01:00
Konrad Pozniak
e1e9268ef5
use material buttons in timeline ( #1627 )
...
* use material buttons in timeline
* remove wrong switch option
2020-01-07 19:40:52 +01:00
Konrad Pozniak
5dab8c6f5d
give poll result backgrounds a rounded shape ( #1626 )
...
* give poll result backgrounds a rounded shape
* fix rtl layout of poll options
2020-01-07 19:38:32 +01:00
Konrad Pozniak
179a10828a
remove redundant toHtml from StatusBaseViewHolder ( #1625 )
2020-01-07 19:38:08 +01:00
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
2020-01-06 18:24:54 +01:00
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
2020-01-06 16:16:54 +01:00
Konrad Pozniak
dba3259ce6
give media previews a rounded outline ( #1617 )
...
* give media previews a rounded outline
* give media previews a rounded outline in ReportActivity
2020-01-03 20:22:16 +01:00
Ivan Kupalov
fd5ec8cf97
Fix missing cases of using StatusDisplayOptions ( #1614 )
2020-01-03 20:22:02 +01:00
Konrad Pozniak
5f55168864
Merge pull request #1611 from nailyk-weblate/weblate-tusky-tusky
...
Update from Weblate
2020-01-02 19:02:09 +01:00
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/
2020-01-02 17:51:03 +00:00
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/
2020-01-02 17:51:03 +00:00
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/
2020-01-02 17:51:03 +00:00
Konrad Pozniak
368df7437e
use RxAwareViewModel for more ViewModels ( #1613 )
...
* use RxAwareViewModel for more ViewModels
* fix ReportViewModel
2020-01-02 18:50:58 +01:00
Konrad Pozniak
b927747518
fix poll button being visible below voted poll ( #1612 )
2019-12-31 16:56:04 +01:00
Konrad Pozniak
ae121ccb2c
Merge pull request #1610 from tuskyapp/improve_scheduled_toot
...
Improve ScheduledTootActivity
2019-12-31 15:00:23 +01:00
Konrad Pozniak
283e9d0ad9
address PR feedback
2019-12-31 13:57:24 +01:00
Konrad Pozniak
c9d254fbc3
Merge pull request #1606 from nailyk-weblate/weblate-tusky-tusky
...
Update from Weblate
2019-12-30 21:41:44 +01:00
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/
2019-12-30 20:37:25 +00:00
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/
2019-12-30 20:37:25 +00:00
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
2019-12-30 21:37:20 +01:00
Konrad Pozniak
3a80ab727a
add license headers
2019-12-30 21:09:10 +01:00
Konrad Pozniak
3f00b47d0c
remove debug logging
2019-12-30 21:05:03 +01:00
Konrad Pozniak
7c3f19a07e
add empty screen message
2019-12-30 21:01:38 +01:00
Konrad Pozniak
42d2a4798f
color the SwipeRefreshLayout
2019-12-30 20:54:00 +01:00
Konrad Pozniak
7aff41b89c
clean up code
2019-12-30 20:48:01 +01:00
Konrad Pozniak
12a04dfb08
move to androidx paging
2019-12-30 20:40:27 +01:00
kyori19
40b859a06e
Fix ComposeOptions.visibility not applied ( #1605 )
2019-12-27 21:02:16 +01:00
Conny Duck
04b81c5240
improve layout names
2019-12-22 11:55:26 +01:00
Conny Duck
7f2aab7723
move classes to component packages
2019-12-22 11:47:34 +01:00
Conny Duck
fe0d11b755
convert ScheduledTootAdapter to Kotlin
2019-12-22 11:42:13 +01:00
Konrad Pozniak
03c66d62df
add test for VersionUtils ( #1602 )
...
* add test for VersionUtils
* add nullability annotation to VersionUtils
2019-12-21 18:56:30 +01:00
Konrad Pozniak
99032100d4
Implement identity proof api ( #1597 )
...
* implement identity proof api
* fix warnings in AccountActivity
* fix createClickableText method
* improve error handling
* use combineOptionalLiveData to simplify code
2019-12-21 18:56:16 +01:00