Commit Graph

2453 Commits

Author SHA1 Message Date
sk d72f8d3f9c disable more button when read
closes #262
2023-01-10 16:09:55 +01:00
sk cd95a75f8f fix editing sensitive option
closes sk22#260
2023-01-10 15:54:08 +01:00
sk e7bb393cee add more domains 2023-01-10 15:41:52 +01:00
sk 9b74373c22 improve domain check logic 2023-01-10 15:41:46 +01:00
LucasGGamerM de0afdfa16 improve fab background color
thanks, @LucasGGamerM!
2023-01-10 15:26:19 +01:00
sk 480b3f1902 add missing icons to popup 2023-01-10 15:25:06 +01:00
sk be73ca188d add dividers to lists 2023-01-10 15:05:06 +01:00
sk d0ad55611d move lists and change icons 2023-01-10 14:26:46 +01:00
sk d47797bf7a implement editing lists
re: sk22#30
2023-01-10 13:56:37 +01:00
sk 54c29fd787 implement deleting lists
re: sk22#30
2023-01-10 13:27:28 +01:00
sk 294595513a implement creating lists
re: sk22#30
2023-01-10 11:33:04 +01:00
sk b8f101ead7 change lists string 2023-01-10 09:39:25 +01:00
sk 2614118d7d don't overwrite notifications
re: sk22#219
2023-01-10 09:38:28 +01:00
sk cbcbaaa9fa add missing margin 2023-01-10 09:13:15 +01:00
FineFindus 7c6f6816b3 feat(settings): add about instance link (#263) 2023-01-10 09:13:02 +01:00
sk 3e3ed050ba bump version 2023-01-09 17:18:43 +01:00
sk 84179bc207 implement announcements
closes #127
2023-01-09 17:16:55 +01:00
sk 9dc795ded7 don't connect to fascists 2023-01-09 12:25:48 +01:00
sk 9c733d65b2 tweak header text margin 2023-01-09 11:24:02 +01:00
sk 4d49890b1e hide keyboard when navigating
closes #227
2023-01-09 11:15:14 +01:00
sk f78c6978cf scale text according to system
closes #244
2023-01-09 11:11:00 +01:00
sk b58a3d89e8 fix wrong pin icon
closes #230
2023-01-09 10:47:12 +01:00
sk cd0cfba7c0 click "replying to" to scroll up
closes #241
2023-01-09 10:44:51 +01:00
sk 713c95d597 tweak reply animation
closes #237
2023-01-09 10:38:30 +01:00
sk 15534ad42e don't add subject if blank
closes #240
2023-01-09 10:30:49 +01:00
Thiago 'Jedi' Abreu 32bb3fac69
Filter all status, even if filters are empty (#255) 2023-01-09 10:23:14 +01:00
sk e604da4ff4 Merge remote-tracking branch 'upstream/master' 2023-01-09 10:22:25 +01:00
Tyler Saunders 557d535e5a
Update ComposeFragment to use the photopicker.
The android platform has a great photopicker, and this change checks
for the current device's sdk version, and uses the photopicker if it's
available on the device.

For pre Android R sdkrev2 devices, the experience remains unchanged.
2023-01-03 17:21:22 +00:00
Gregory K 60517b00f3
Merge pull request #491 from mishnz/master
Second fix for MIME64 inconsistency in serverKey.
2023-01-02 14:23:23 +03:00
mishnz faf5e8e82b Merge branch 'master' of https://github.com/mishnz/mastodon-android 2023-01-03 00:16:12 +13:00
mishnz 7264982761 serverKey assignment was missing, corrected. 2023-01-03 00:15:45 +13:00
mishnz fedf74258f
Merge branch 'mastodon:master' into master 2023-01-03 00:06:53 +13:00
mishnz def4960be6 Second fix for MIME64 inconsistency in serverKey.
The previous fix https://github.com/mastodon/mastodon-android/pull/486 would break any connections to any instances using WEB_SAFE MIME64 encoding on the serverKey, which actually appears to be the usual case.
This update reverts to the previous logic, but also converts standard MIME64 characters ('/' and '+') to their WEB_SAFE equivalents.
This ensures the standard case of WEB_SAFE BASE64 serverKeys and the anomolous case of DEFAULT BASE64 keys both work.
2023-01-02 23:56:52 +13:00
Eugen Rochko 525cc69c70
Merge pull request #486 from mishnz/master
The Mastodon server does not currently use URL_SAFE encoding on its s…
2023-01-01 10:01:17 +01:00
mishnz 7ed1b164b5 The Mastodon server does not currently use URL_SAFE encoding on its serverKey. Using URL_SAFE in this client means the client will crash for any server that uses a key that generates a Mime64 string containing a "+" or "/". This change removes the URL_SAFE logic. See: https://github.com/mastodon/mastodon-android/issues/483 2023-01-01 18:50:09 +13:00
sk 0a9c31fb09 update changelog 2022-12-31 03:13:06 +01:00
sk 5ed6f97846 update changelog 2022-12-31 03:08:08 +01:00
sk 7dc195606c fix empty space when no text 2022-12-31 03:07:14 +01:00
sk b2377a3353 tweak scroll height/timing 2022-12-31 02:54:33 +01:00
sk 0fdae0c775 Revert "match navigation bar color with toolbar"
This reverts commit 43d334259b.
2022-12-31 02:50:18 +01:00
sk 113bbd960f move settings items 2022-12-31 02:40:49 +01:00
sk a48e09e77b bump version 2022-12-31 02:02:38 +01:00
sk 3c3f759d9a update readme 2022-12-31 02:02:00 +01:00
sk 5f0986d03b add option to reduce motion 2022-12-31 02:00:40 +01:00
sk 579794d7e0 peek original post before scrolling 2022-12-31 01:52:07 +01:00
sk 4956543eac update changelog 2022-12-31 01:37:39 +01:00
sk 87043f19bc Merge remote-tracking branch 'weblate/main' 2022-12-31 01:35:07 +01:00
sk 375f8ceb27 display original post when replying
closes sk22#193
2022-12-31 01:33:37 +01:00
sk 496ad6a442 change interact with strings 2022-12-30 23:08:04 +01:00
ihor_ck 83a09c4af2
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (12 of 12 strings)

Translation: Megalodon/metadata
Translate-URL: https://translate.codeberg.org/projects/megalodon/metadata/uk/
2022-12-30 21:54:40 +00:00