Eugen Rochko
2ff771391c
New translations strings.xml (Turkish)
2023-01-17 21:00:59 +01:00
Eugen Rochko
087e55277c
New translations strings.xml (Spanish)
2023-01-17 14:46:10 +01:00
Eugen Rochko
c76bec2298
New translations strings.xml (Belarusian)
2023-01-16 16:05:32 +01:00
Eugen Rochko
290e47386e
New translations strings.xml (Belarusian)
2023-01-16 14:43:34 +01:00
Eugen Rochko
3d96475c21
New translations strings.xml (Belarusian)
2023-01-16 12:54:15 +01:00
Eugen Rochko
b62fe06187
New translations strings.xml (Belarusian)
2023-01-16 11:49:53 +01:00
Eugen Rochko
c0dc2b8392
New translations strings.xml (Belarusian)
2023-01-16 09:21:59 +01:00
Eugen Rochko
e777bbb215
New translations strings.xml (Belarusian)
2023-01-16 08:16:21 +01:00
Eugen Rochko
014f9f4d99
New translations strings.xml (Belarusian)
2023-01-15 22:22:23 +01:00
Eugen Rochko
86bfd3d09f
New translations strings.xml (Igbo)
2023-01-15 14:40:38 +01:00
Eugen Rochko
9a0ff42ec2
New translations strings.xml (Igbo)
2023-01-15 13:36:26 +01:00
Grishka
6e6fdbccd5
Fix #484
2023-01-15 11:40:06 +03:00
Grishka
1764e5f3d1
Paginate trending posts
2023-01-15 11:09:53 +03:00
Eugen Rochko
6f61d3f0e3
New translations strings.xml (Polish)
2023-01-14 07:31:43 +01:00
Eugen Rochko
3a4e8ebdf4
New translations strings.xml (Polish)
2023-01-14 06:36:08 +01:00
Eugen Rochko
537242b277
New translations strings.xml (Czech)
2023-01-13 17:24:51 +01:00
Eugen Rochko
97eece59ea
New translations strings.xml (Belarusian)
2023-01-13 15:29:36 +01:00
Eugen Rochko
fc88d42e50
New translations strings.xml (Belarusian)
2023-01-13 14:21:42 +01:00
Eugen Rochko
ec74712e55
New translations strings.xml (Belarusian)
2023-01-13 11:50:08 +01:00
Eugen Rochko
12e1ccf439
New translations strings.xml (Belarusian)
2023-01-13 10:53:08 +01:00
Eugen Rochko
24b8d5ce7c
New translations strings.xml (Belarusian)
2023-01-13 07:50:35 +01:00
Eugen Rochko
46c9c83b63
New translations strings.xml (Belarusian)
2023-01-13 06:47:00 +01:00
Eugen Rochko
526a9fec03
New translations strings.xml (Belarusian)
2023-01-13 05:47:47 +01:00
Eugen Rochko
ca20f3b906
New translations strings.xml (Portuguese, Brazilian)
2023-01-13 01:19:33 +01:00
Eugen Rochko
af8c8a6248
New translations strings.xml (Portuguese, Brazilian)
2023-01-12 22:31:03 +01:00
Eugen Rochko
2940e5d3d8
New translations strings.xml (Portuguese, Brazilian)
2023-01-12 03:45:12 +01:00
Eugen Rochko
c98b001c9f
New translations strings.xml (Portuguese, Brazilian)
2023-01-12 02:45:05 +01:00
Grishka
836c493951
Fix #499
2023-01-12 00:40:50 +03:00
Eugen Rochko
e4d0c4eda5
New translations strings.xml (Czech)
2023-01-11 12:16:23 +01:00
Eugen Rochko
df2ff9f874
New translations strings.xml (Norwegian)
2023-01-11 11:15:28 +01:00
Grishka
d667b8fa98
Fix #498
2023-01-11 13:06:40 +03:00
Eugen Rochko
4bac852d37
New translations strings.xml (Norwegian)
2023-01-11 08:30:29 +01:00
Eugen Rochko
e509b8afa4
New translations strings.xml (Norwegian)
2023-01-07 17:43:47 +01:00
Eugen Rochko
60293d5a65
New translations strings.xml (Danish)
2023-01-07 17:43:43 +01:00
Eugen Rochko
09b4aff9f5
New translations strings.xml (Filipino)
2023-01-06 11:31:21 +01:00
Eugen Rochko
7326cbeb14
New translations strings.xml (Burmese)
2023-01-06 10:13:45 +01:00
Eugen Rochko
3cc6a9905e
New translations strings.xml (Burmese)
2023-01-06 09:04:20 +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
Eugen Rochko
7ab28a6db6
New translations strings.xml (Swedish)
2023-01-03 12:40:31 +01:00
Eugen Rochko
48b0207636
New translations strings.xml (Burmese)
2023-01-02 22:49:09 +01:00
Eugen Rochko
f7b8ed519c
New translations strings.xml (Filipino)
2023-01-02 20:56:03 +01:00
Eugen Rochko
eba88f2c0a
New translations strings.xml (Filipino)
2023-01-02 20:00:36 +01:00
mishnz
7264982761
serverKey assignment was missing, corrected.
2023-01-03 00:15:45 +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
5db91627a1
New translations strings.xml (Filipino)
2023-01-01 17:18:39 +01:00
Eugen Rochko
7e473aa8a8
New translations strings.xml (Filipino)
2023-01-01 16:17:30 +01:00
Eugen Rochko
1e1edd698d
New translations strings.xml (Vietnamese)
2023-01-01 09:16:11 +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
Eugen Rochko
aa42a0a4c4
New translations strings.xml (Filipino)
2022-12-29 06:02:04 +01:00
Eugen Rochko
ad61596f66
New translations strings.xml (Filipino)
2022-12-29 05:04:36 +01:00