Commit Graph

2260 Commits

Author SHA1 Message Date
Alibek Omarov 7e3a3cd469 ProgressTextView: fix circle drawing 2020-01-11 13:07:21 +03:00
Alibek Omarov 48bf3fe35a ProgressView: remove dead code 2020-01-11 12:41:44 +03:00
Alibek Omarov 9cb80410e5 Notification: ignore seen notifications 2020-01-11 11:21:42 +03:00
Alibek Omarov b926f5afed AccountActivity: don't show moderator badge if user already admin 2020-01-11 10:24:45 +03:00
Alibek Omarov 04678c5618 AccountActivity: implement subscribing 2020-01-11 10:10:22 +03:00
Alibek Omarov 1d79902bdc MastodonApi: add support for subscribing endpoints and subscribing status field 2020-01-11 10:09:57 +03:00
Alibek Omarov b414d891ad gradle: disable ExtraTranslation 2020-01-11 08:50:03 +03:00
Alibek Omarov ad4b559f8f AccountActivity: show admin/moderator badge 2020-01-11 08:39:40 +03:00
Alibek Omarov f5aa20577e ComposeActivity: restore ability to upload any type of file 2020-01-11 07:47:11 +03:00
Alibek Omarov 0123529f0f Merge with upstream 2020-01-09 02:06:12 +03:00
Alibek Omarov b4d72d7980 ComposeActivity: fix crash 2020-01-09 01:56:39 +03:00
Alibek Omarov 55c7567aab db: upgrade 2020-01-09 01:48:25 +03:00
Konrad Pozniak e5b78f65cf
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 b87a1711f2
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 441a1c1f95
remove redundant toHtml from StatusBaseViewHolder (#1625) 2020-01-07 19:38:08 +01:00
Mélanie Chauvel (ariasuni) bec1ce8b09 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 9d65b2ace1 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
Alibek Omarov f139e0f150 Revert "travis: remove gradle config patching"
This reverts commit 1eb3e453b3.
2020-01-04 05:37:50 +03:00
Alibek Omarov ce1bfb925d ComposeActivity: add unlimited attachments support again 2020-01-04 02:54:31 +03:00
Alibek Omarov 7d4e5d8dc0 ComposeActivity: add optional field markdownMode to ComposeOptions 2020-01-04 02:15:06 +03:00
Alibek Omarov 589d2db393 AppDatabase: fix migration 2020-01-04 02:14:49 +03:00
Alibek Omarov bf1b8c451c ComposeActivity: fix compiling 2020-01-04 02:06:14 +03:00
Alibek Omarov 884cb3a231 activity_compose: fix after merge 2020-01-04 01:59:17 +03:00
Alibek Omarov 80feb90bca ComposeViewModel: fix syntax errors 2020-01-04 01:50:55 +03:00
Alibek Omarov 5b741ffbd9 colors: fix resource name after merge 2020-01-04 01:44:21 +03:00
Alibek Omarov 3b1ae4b319 item_media_preview: try to fix XML parsing 2020-01-04 01:12:44 +03:00
Alibek Omarov 1eb3e453b3 travis: remove gradle config patching 2020-01-04 01:09:14 +03:00
Alibek Omarov b9a9cdb109 ComposeActivity: reimplement markdown mode again after pointless java->kotlin transition 2020-01-04 00:49:36 +03:00
Alibek Omarov be145d9ea2 ComposeActivity: hide markdown button by default 2020-01-03 23:58:40 +03:00
Alibek Omarov f5de85c39e VersionUtils: move isPleroma method from Instance 2020-01-03 23:58:12 +03:00
Alibek Omarov 678ed81626 Merge upstream develop 2020-01-03 22:55:09 +03:00
Konrad Pozniak 352ff3a2d1
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 426e7edb73 Fix missing cases of using StatusDisplayOptions (#1614) 2020-01-03 20:22:02 +01:00
Konrad Pozniak 4a9c1288d0
Merge pull request #1611 from nailyk-weblate/weblate-tusky-tusky
Update from Weblate
2020-01-02 19:02:09 +01:00
Vegard Skjefstad 21f59d003d 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é b1bc214144 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 b339877576 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 cdb9d87f41
use RxAwareViewModel for more ViewModels (#1613)
* use RxAwareViewModel for more ViewModels

* fix ReportViewModel
2020-01-02 18:50:58 +01:00
Konrad Pozniak 88d59da13c
fix poll button being visible below voted poll (#1612) 2019-12-31 16:56:04 +01:00
Konrad Pozniak 8a9d62e654
Merge pull request #1610 from tuskyapp/improve_scheduled_toot
Improve ScheduledTootActivity
2019-12-31 15:00:23 +01:00
Konrad Pozniak 54f04fb4d7 address PR feedback 2019-12-31 13:57:24 +01:00
Konrad Pozniak 4acbcce029
Merge pull request #1606 from nailyk-weblate/weblate-tusky-tusky
Update from Weblate
2019-12-30 21:41:44 +01:00
Mélanie Chauvel b6759fa46e 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 54df9cf3da 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 7623962a0d 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 76026f5afa add license headers 2019-12-30 21:09:10 +01:00
Konrad Pozniak f0112743eb remove debug logging 2019-12-30 21:05:03 +01:00
Konrad Pozniak b66faab71c add empty screen message 2019-12-30 21:01:38 +01:00
Konrad Pozniak 75378e5284 color the SwipeRefreshLayout 2019-12-30 20:54:00 +01:00
Konrad Pozniak 7107018ae2 clean up code 2019-12-30 20:48:01 +01:00