Commit Graph

2386 Commits

Author SHA1 Message Date
Karol Kosek 2ad4d2bf4f Translated using Weblate (Polish)
Currently translated at 79.3% (69 of 87 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/pl/
2020-10-09 18:12:14 +02:00
Alibek Omarov e13a02e219 ChatActivity: fix crash, fix sticker button enabling conditions 2020-10-07 01:42:58 +03:00
Alibek Omarov 1805a99a6c ChatActivity: set sendbutton inactive when text or media are empty, fix media menu, fix media button stay inactive after removing media 2020-10-06 15:27:14 +03:00
Alibek Omarov 866e725d9c ComposeTokenizer: try to fix test 3 2020-10-05 23:31:17 +03:00
Alibek Omarov 7295ace378 ChatMessagesAdapter: fix non-clickable URLs 2020-10-05 23:16:46 +03:00
Alibek Omarov b5ffbfe000 ComposeTokenizer: try to fix test 2 2020-10-05 23:08:31 +03:00
Alibek Omarov e394eb6a5c ComposeTokenizer: try to fix test 2020-10-05 22:03:15 +03:00
Alibek Omarov ed2053b00f Account: add optional ap_id field 2020-10-05 21:15:30 +03:00
Alibek Omarov 5f198cde13 BottomSheetActivity: fix account URL search leading to wrong accounts or threads 2020-10-05 20:43:04 +03:00
Alibek Omarov 629a336e7e CommonComposeViewModel: filter all unrelated autocomplete suggestions 2020-10-05 19:51:56 +03:00
Alibek Omarov 3fff54c1f4 ComposeTokenizer: do not search stop after second @ 2020-10-05 19:51:17 +03:00
Alibek Omarov c5cedbe85f SpanUtils: allow extended username format 2020-10-05 19:50:31 +03:00
Alibek Omarov fabf921569 ChatActivity: fix #91 2020-10-05 17:59:40 +03:00
Alibek Omarov 9bdd4e49ca ComposeActivity: fix ignoring opened preview when back pressed 2020-10-05 17:49:57 +03:00
Alibek Omarov 7435d38d7b ChatsFragment: fix list not rendering sometimes 2020-10-05 17:43:56 +03:00
Alibek Omarov daabaf2bdb chats: implement attachment onClick 2020-10-05 17:25:49 +03:00
Alibek Omarov db18d55619 SFragment: open browser if attachment type is unknown 2020-10-05 17:24:49 +03:00
Weblate 4eb56b713c Merge origin/develop 2020-10-05 15:10:44 +02:00
Alibek Omarov 9c1e60c55a Merge weblate/develop 2020-10-05 16:05:47 +03:00
Alibek Omarov bba5c06166 ViewImageFragment: fix thumbnail being shown under main image, fix scaling 2020-10-05 15:52:13 +03:00
Alibek Omarov 8774d2e476 Set preffered pixelformat for SubsamplingScaleImageView 2020-10-05 15:28:01 +03:00
Alibek Omarov 1514ee65f7 streaming: fix streaming may be disabled without running service, fix crash on start up 2020-10-05 15:11:09 +03:00
Alibek Omarov 2e9b2cf409 Fix build errors after merge 2020-10-05 15:10:16 +03:00
Levi Bard 8e7f77429b Set onClick listener for poll result view. (#1946)
Fixes #1861
2020-10-05 13:44:02 +03:00
Levi Bard b32a7523d1 Save draft when redrafting a post (#1744) 2020-10-05 13:32:48 +03:00
Konrad Pozniak f47265d920 improve relative poll timestamp string format (#1939) 2020-10-05 13:31:25 +03:00
Levi Bard ba979f10e1 Publish mute/block events from the report activity. (#1945)
Fixes #1870
2020-10-05 13:27:56 +03:00
Karol Kosek cf392c8f95 Use status text size for poll descriptions (#1942) 2020-10-05 13:27:56 +03:00
Ivan Kupalov 162360eef3 Improve notifications fetching (#1930)
* Improve notifications fetching

 - Only fetch notifications up to the latest fetched one
 - Use timeline markers to avoid showing already seen notifications

* Apply some of the suggestions
2020-10-05 13:27:55 +03:00
duggalsu 8b1585dd88 Remove 'Add Data' button if all 4 metadata fields are used in Edit Profile (#1934)
* Remove 'Add Data' button if all 4 metadata fields are used

* Removed option for disabling add field button
2020-10-05 13:23:51 +03:00
Konrad Pozniak e2d2d89afb simplify timeline cleanup (#1932)
* simplify timeline cleanup

* fix test
2020-10-05 13:23:51 +03:00
Konrad Pozniak cfd99ed216 fix another crash in ViewVideoFragment (#1926) 2020-10-05 13:22:16 +03:00
Konrad Pozniak 2f137d8c92 fix various bugs when creating tab with multiple hashtags (#1925) 2020-10-05 13:22:16 +03:00
Konrad Pozniak dceda501ad convert EmojiPreference and EmojiCompatFont to Kotlin (#1922)
* convert EmojiPreference and EmojiCompatFont to Kotlin

* move preference related to to dedicated preference package

* update proguard-rules.pro

* reformat & add comment

* maintain disposable information in EmojiPreference instead of EmojiCompatFont
2020-10-05 13:22:15 +03:00
Konrad Pozniak 64ebcc39b6 use current user's avatar as drawer toggle (#1919)
* use current user's avatar as drawer toggle

* avoid hardcoded 36dp

* remove unused import
2020-10-05 13:19:53 +03:00
Konrad Pozniak 36a75a0ba3 explicitly set text colors in LicenseCard (#1910) 2020-10-05 13:19:21 +03:00
Konrad Pozniak 8d9465a657 fix notifications sometimes not rendering (#1905)
* fix notifications sometimes not rendering

* fix empty timeline fragment as well

* add link to github issue as explanation
2020-10-05 13:19:21 +03:00
Karol Kosek d47b94265f SettingsConstants: fix home tab filters (#1906)
Showing repeats was swapped with showing replies.
2020-10-05 13:18:41 +03:00
Levi Bard abbcc5a9d0 Fix opening public filter list from account preferences (#1904) 2020-10-05 13:18:27 +03:00
Konrad Pozniak 5f723de354 update dependencies (#1886)
* update dependencies

* update AGP
2020-10-05 13:18:27 +03:00
Konrad Pozniak 903165f7f6 add icon for tabs preference (#1892) 2020-10-05 13:17:12 +03:00
Konrad Pozniak 609ea268ee Fix crash in ViewVideoFragment (#1894) 2020-10-05 13:17:12 +03:00
Konrad Pozniak dfd9769c53 add setting to hide top toolbar 2020-10-05 13:17:11 +03:00
David Teresi 6ceb5cda8b Allow newlines in image descriptions 2020-10-05 13:15:15 +03:00
Alibek Omarov 70fd0b864f Regenerate translations 2020-10-05 13:12:11 +03:00
Alibek Omarov 8ee91169e7 Merge translation from upstream 2020-10-05 13:11:14 +03:00
Alibek Omarov 5a824b5112 chats: implement mark as read in chat and updating on receiving new chat message 2020-10-04 17:54:01 +03:00
Alibek Omarov 8223f0223e events: send new event when user got new chat message 2020-10-04 17:53:03 +03:00
toumi f5dd326255 Added translation using Weblate (Arabic) 2020-10-04 14:24:27 +02:00
Alibek Omarov 4b2eefda7e activity_chat: fix lint error 2020-10-04 05:06:32 +03:00