Files
moshidon/mastodon/src/main/java/org/joinmastodon/android
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
..
2022-12-31 14:05:03 -03:00
2023-01-10 11:16:14 -03:00
2022-03-05 12:59:27 +03:00
2022-01-17 21:50:48 +03:00
2022-12-16 10:30:42 -03:00