mastodon-app-ufficiale-android/mastodon
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
..
src Second fix for MIME64 inconsistency in serverKey. 2023-01-02 23:56:52 +13:00
.gitignore Fix volume buttons in photo viewer 2022-02-17 00:58:12 +03:00
build.gradle Minor fixes 2022-12-15 20:16:32 +03:00
proguard-rules.pro Fix crash in ComposeFragment::onSaveInstanceState in release builds 2022-12-15 20:02:26 +03:00