Commit Graph

2463 Commits

Author SHA1 Message Date
LucasGGamerM 42a0b881af Bumping version number 2023-01-11 11:23:00 -03:00
LucasGGamerM 2076818220 Now its fixed for good. That was easier than I thought 2023-01-11 11:19:30 -03:00
Tobias S 513bea7959
Merge branch 'LucasGGamerM:master' into master 2023-01-11 05:52:06 +01:00
LucasGGamerM a48dc18df5 Possibly fixing #29 for good, but the mastodon servers of the accounts I own are slow, so there is basically no way to test it 2023-01-10 21:45:35 -03:00
dontobi c55639e966 Update german translation 2023-01-10 17:28:26 +01:00
Tobias S 1fc89d7448
Merge branch 'LucasGGamerM:master' into master 2023-01-10 17:20:37 +01:00
LucasGGamerM 4fcc07fcd6 Adding a margin to the char counter when its on the top 2023-01-10 12:24:01 -03:00
LucasGGamerM b50b1c33da Renaming custom login fragment to custom welcome fragment 2023-01-10 12:11:11 -03:00
LucasGGamerM 25460191b0
Merge pull request #44
feat(compose): move charCounter to action bar if relocatePublishButto…
2023-01-10 12:09:44 -03:00
FineFindus 1206ce6efc
feat(compose): move charCounter to action bar if relocatePublishButton is enabled 2023-01-10 15:43:26 +01:00
sk 3cdcffe03d implement announcements
closes #127
2023-01-10 11:16:14 -03:00
sk b09aab4a1d don't connect to fascists 2023-01-10 11:13:30 -03:00
sk d27fe4ebd1 tweak header text margin 2023-01-10 11:13:27 -03:00
sk ab2cee08fe hide keyboard when navigating
closes #227
2023-01-10 11:13:14 -03:00
sk 1fa42fd20f scale text according to system
closes #244
2023-01-10 11:13:04 -03:00
sk e343131670 fix wrong pin icon
closes #230
2023-01-10 11:11:32 -03:00
sk f157313d9a click "replying to" to scroll up
closes #241
2023-01-10 11:11:28 -03:00
sk 9bd4433942 tweak reply animation
closes #237
2023-01-10 11:08:56 -03:00
sk c9cc8e23c1 don't add subject if blank
closes #240
2023-01-10 11:08:53 -03:00
Thiago 'Jedi' Abreu 786dbaf92c Filter all status, even if filters are empty (#255) 2023-01-10 11:08:40 -03:00
mishnz 8dd22e1853 serverKey assignment was missing, corrected. 2023-01-10 11:08:33 -03:00
mishnz 34a4dd6d1f 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-10 11:08:27 -03:00
mishnz 6e13e592d0 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-10 11:08:20 -03:00
Tobias S 485ab4ee22
Update german translation 2023-01-10 10:09:11 +01:00
dontobi 59a8d1d462 Update german translation 2023-01-10 06:24:10 +01:00
LucasGGamerM f4e5baf94d
Merge pull request #41
feat(accessibility) add missing toolTipTexts and contentDescriptions
2023-01-09 18:32:21 -03:00
FineFindus a782160dd3
refactor: use getContentDescription instead of duplicate code 2023-01-09 21:30:52 +01:00
FineFindus 871c17cbe2
merge: update to latest master 2023-01-09 21:18:43 +01:00
FineFindus 047e72ce9c
refactor(compose): use UiUtils.getVisibiltyText 2023-01-09 21:05:58 +01:00
FineFindus 6c1424055f
feat(StatusDisplay): add toolTip/ContentDescription to visibilty icon 2023-01-09 21:02:00 +01:00
FineFindus 369902ffe5
feat(compose): add toolTip/ContentDescription to error icon 2023-01-09 20:19:29 +01:00
FineFindus 747439999d
feat(profile): add toolTip/ContentDescription to fab 2023-01-09 19:23:38 +01:00
FineFindus 4d836f8032
feat(instanceCategory): set (unused) emoji importantForAccessibility to no 2023-01-09 19:21:54 +01:00
FineFindus f97ab73c5d
feat(reportChoice): set radioIcon importantForAccessibility to no 2023-01-09 19:21:20 +01:00
FineFindus 147fb94442
feat(settingsItem): set icon to not importantForAccessibility 2023-01-09 19:20:07 +01:00
FineFindus 975dc94d41
feat(settingsThemeItem): hide image for accessibility 2023-01-09 19:12:19 +01:00
FineFindus a5c1053c58
feat(recycler_fragment_with_fab): add toolTip/ContentDescription 2023-01-09 17:46:27 +01:00
FineFindus 1bfbb4bf38
fix(composeMedia): change sk_remove_attachment to delete 2023-01-09 17:42:01 +01:00
FineFindus c2950ace90
feat(tabBar): accessibilty hide profile avatar
Sets the `importantForAccessibility` to no on the profile avatar, since the parent already has a contentDescription.
2023-01-09 17:36:04 +01:00
FineFindus f0846465c2
feat(accessibility): add contentDesc/toolTip to remove attachment 2023-01-09 17:22:54 +01:00
FineFindus ddc4512116
feat(accessibility): add contentDesc/toolTip to poll options 2023-01-09 17:22:33 +01:00
FineFindus 1c9e4fe561
feat(accessibility): add contentDesc/toolTip to poll options 2023-01-09 17:21:38 +01:00
FineFindus 35299a7b3f
feat(accessibility): add contentDesc and toolTip to audioItem 2023-01-09 17:19:20 +01:00
LucasGGamerM 3a1b71e95c Adding a small little different icon for when the toot has replies. Thanks @sk22 2023-01-08 20:55:41 -03:00
LucasGGamerM 54ec1a6cf7
Merge pull request #38
Update german translation
2023-01-07 20:46:23 -03:00
FineFindus bed3e987b7
feat(compose/poll): add contentDescription to addPoll 2023-01-07 11:38:00 +01:00
Tobias S 639ddb3f80
Update german translation 2023-01-06 19:43:28 +01:00
LucasGGamerM e645abb771
Merge pull request #35
Update german translation
2023-01-06 14:51:00 -03:00
LucasGGamerM 762adce054 Merge branch 'bugfix/#29' 2023-01-06 14:47:37 -03:00
LucasGGamerM 263bde658e Fixing #29 for good 2023-01-06 14:47:06 -03:00