mishnz
ff65d150e3
serverKey assignment was missing, corrected.
2023-01-18 13:23:23 -03:00
mishnz
88474ba826
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-18 13:23:17 -03:00
mishnz
dd92f1b66f
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-18 13:23:10 -03:00
LucasGGamerM
7c7f3cc42a
Properly Fixing the bot icon at the end of the username on the header of posts.
2023-01-17 22:26:54 -03:00
LucasGGamerM
734a8049a5
Taking the notes out of the about section until further notice
2023-01-17 21:38:01 -03:00
LucasGGamerM
417faa66f9
Deleting some old stuff
2023-01-17 21:35:58 -03:00
LucasGGamerM
7223a13d08
Editing the padding so that text doesnt go below the button to save
2023-01-17 21:29:51 -03:00
LucasGGamerM
a55002da0c
Messing a bit with the colors, I think I like this one
2023-01-17 21:26:44 -03:00
LucasGGamerM
ce89733f2d
Making the notes thing more beautiful, and also saves when back button is pressed. i love this. Try it later @FineFindus!
2023-01-17 21:12:04 -03:00
LucasGGamerM
18811ec32a
Adding a bigger margin for consistency
2023-01-17 20:42:02 -03:00
LucasGGamerM
e65e6163ba
Successfully putting it back where it was. Still need to add a toggle for it
2023-01-16 21:32:54 -03:00
LucasGGamerM
9c3db24d2f
Little improvement on the note field
2023-01-16 21:10:06 -03:00
LucasGGamerM
19abbe199b
Fixing the Bot icon. Look at how gorgeous this is @FineFindus!
2023-01-16 20:57:05 -03:00
LucasGGamerM
b33003f7b0
Merge pull request #46
...
Feat/private notes
2023-01-16 20:24:53 -03:00
LucasGGamerM
9a5747efc8
Revert "Fixing it"
...
This reverts commit 1a075e32de
.
2023-01-16 15:26:27 -03:00
LucasGGamerM
980503ed57
Merge remote-tracking branch 'origin/master'
2023-01-16 14:49:59 -03:00
LucasGGamerM
c2dd858de8
Merge pull request #47
...
refactor(settings): reorder settings
2023-01-16 14:49:53 -03:00
LucasGGamerM
d2ef6fb567
Merge remote-tracking branch 'origin/master'
2023-01-16 14:48:34 -03:00
LucasGGamerM
9c996b3568
Merge pull request #45 from FineFindus/feat/tooltips
...
feat(status/footer): add tooltips to icons
2023-01-16 14:48:26 -03:00
FineFindus
2387d84bc0
fix(settings): reorder settings
2023-01-14 22:48:03 +01:00
FineFindus
3bd69b5447
fix(note/confirm): animation not displaying
2023-01-14 14:58:31 +01:00
FineFindus
71f6311598
merge: update to latest master
2023-01-14 12:51:29 +01:00
FineFindus
e808977717
refactor(profile/note): rephrase confirm tooltip
2023-01-14 12:50:06 +01:00
FineFindus
8594e34bb5
refactor(profile/note): move note in about tab
2023-01-14 12:46:40 +01:00
FineFindus
4591f06d63
refactor(profile/note): rework edit text hint
2023-01-14 12:44:57 +01:00
FineFindus
b9c3143c6f
feat(profile/note): increase animation duration
2023-01-14 11:01:29 +01:00
FineFindus
adefb0e567
feat(profile/note): add fade animation to confirm icon
2023-01-13 23:46:58 +01:00
FineFindus
5a8fed3c06
feat(profile/note): add toast on save failure
2023-01-13 23:41:57 +01:00
FineFindus
2c1b8da475
feat(profile): add private notes textfield
2023-01-13 23:38:40 +01:00
FineFindus
707c51e4d6
feat(status/footer): add tooltips to icons
2023-01-12 19:32:30 +01:00
LucasGGamerM
1a075e32de
Fixing it
2023-01-11 20:10:14 -03:00
LucasGGamerM
73869b6ea2
86 changelog
2023-01-11 11:28:29 -03:00
LucasGGamerM
3980329112
Merge remote-tracking branch 'origin/master'
2023-01-11 11:26:21 -03:00
LucasGGamerM
6107b21d3b
Merge pull request #43
...
Update german translation
2023-01-11 11:26:14 -03:00
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