Eugen Rochko
32f6a5664f
New translations strings.xml (Vietnamese)
2022-11-13 07:05:48 +01:00
Eugen Rochko
13321ce5e2
New translations short_description.txt (Portuguese, Brazilian)
2022-11-13 07:05:47 +01:00
Eugen Rochko
d81e698d3b
New translations full_description.txt (Polish)
2022-11-13 07:05:45 +01:00
Eugen Rochko
ee3123f45a
New translations full_description.txt (Vietnamese)
2022-11-13 07:05:44 +01:00
Eugen Rochko
4bf1a5215c
New translations strings.xml (Kabyle)
2022-11-13 07:05:43 +01:00
Eugen Rochko
d1b7c84473
New translations strings.xml (Thai)
2022-11-13 07:05:40 +01:00
Eugen Rochko
75c02f8d3c
New translations full_description.txt (Portuguese, Brazilian)
2022-11-13 07:05:39 +01:00
Eugen Rochko
86f583ada4
New translations strings.xml (Portuguese, Brazilian)
2022-11-13 07:05:38 +01:00
Gregory K
8d60264ee3
Merge pull request #344 from sk22/fix-edit-polls
...
Apply poll duration when editing status
2022-11-13 08:55:31 +03:00
sk
3b28bd6ce9
get poll duration from edited status
...
fixes mastodon#343
2022-11-11 19:10:45 +01:00
Julien Humbert
20d838f576
Fix CJK text cut off for category names on Onboarding screen
2022-11-08 23:48:04 +09:00
Grishka
ae50e618c0
Fix #316
2022-11-08 09:41:07 +03:00
Grishka
defa8b014e
Fix #315
2022-11-08 09:38:26 +03:00
Grishka
159d91f390
Crash fixes
2022-11-08 09:36:56 +03:00
Gregory K
1ac6a04a46
Merge pull request #309 from julroy67/perapp-language
...
Add Android 13 per-app language preferences
2022-11-07 06:49:58 +03:00
Julien Humbert
21927d2e25
Add missing line in Android Manifest
2022-11-07 12:32:20 +09:00
Julien Humbert
c35441f5f7
Add per-app language preferences
2022-11-07 12:27:26 +09:00
Grishka
c8abf26040
Fix #301
2022-11-06 05:43:17 +03:00
Grishka
bc733af147
Actually no, this makes more sense
2022-11-06 05:39:22 +03:00
Grishka
77a2fd2a60
Fix #298
2022-11-06 05:36:43 +03:00
Gregory K
bfa48c2d3e
Merge pull request #289 from sk22/fix-editing-cw
...
Fix spoiler not being published when editing
2022-11-04 07:02:40 +03:00
Gregory K
b5e229a84d
Merge pull request #288 from sk22/fix-editing-visibility
...
Fix wrong visibility displayed when editing
2022-11-04 07:02:19 +03:00
sk
7ffa368d10
fix spoiler not being published when editing
2022-11-03 16:33:12 +01:00
Y32Gcnte8z
53f8f41d88
remain visibility when editing
2022-11-03 16:15:17 +01:00
Gregory K
98dafb4e49
Merge pull request #280 from sk22/fix-notifications-crash
...
Check whether title status item is null to fix null pointer exception
2022-11-03 00:27:07 +03:00
sk
db4dd436b7
more concise null check
2022-11-02 21:36:14 +01:00
sk
6906ac6c8f
remove unnecessary import
2022-11-02 21:34:05 +01:00
sk
bc0b56a90e
avoid null in notification display items
...
fixes bug where type = status, but status = null,
causing buildDisplayItems to return a null title status item and an account card
2022-11-02 21:31:44 +01:00
Grishka
50c844aa25
It was the wrong icon this whole time
2022-11-02 11:06:00 +03:00
Grishka
85b232330b
Merge branch 'l10n_master'
2022-11-02 11:02:18 +03:00
Grishka
b4c305d094
Add privacy policy step to the signup flow
2022-11-02 11:01:52 +03:00
Grishka
be2ee3a029
Fix #277
2022-11-02 09:07:48 +03:00
Eugen Rochko
118c5d4b44
New translations strings.xml (French)
2022-11-01 21:31:10 +01:00
Eugen Rochko
699ececc42
New translations strings.xml (French)
2022-11-01 20:17:30 +01:00
Gregory K
4f8f698911
Merge pull request #275 from davidmhewitt/fix-duplicate-emoji-crash
...
Fix crash on duplicate custom emojis
2022-11-01 21:51:24 +03:00
Eugen Rochko
30083837a5
New translations full_description.txt (Vietnamese)
2022-11-01 18:21:16 +01:00
Eugen Rochko
ea7aa6c52f
New translations strings.xml (Vietnamese)
2022-11-01 18:21:15 +01:00
David Hewitt
244f2ed911
Fix crash on duplicate custom emojis
...
Fixes #274
Add a merge function to `Collectors.toMap` to discard any duplicate custom emojis that may be returned if a user uses the same custom emoji in both their name and profile.
2022-11-01 14:47:25 +00:00
Eugen Rochko
99a71c67e4
New translations full_description.txt (German)
2022-11-01 15:23:49 +01:00
Eugen Rochko
b3c0550a86
New translations strings.xml (German)
2022-11-01 15:23:47 +01:00
Eugen Rochko
39a0c6d08a
New translations strings.xml (Vietnamese)
2022-11-01 11:03:52 +01:00
Gregory K
0ee494bcfc
Merge pull request #273 from davidmhewitt/load-post-visibility-preference
...
Load post privacy preference
2022-11-01 00:30:01 +03:00
Eugen Rochko
4233c743e2
New translations strings.xml (Italian)
2022-10-31 22:06:56 +01:00
David Hewitt
eea00b0d53
Load post privacy preference
...
This queries the user's post visibility preference when opening the composer, and sets it on the composer.
In the case of composing a reply, the user's preference is only respected if it is "more private" than the privacy of the post being replied to, as this appears to be the behaviour in the web interface (and is what I'd expect)
2022-10-31 20:51:28 +00:00
Eugen Rochko
7cef4d282c
New translations strings.xml (German)
2022-10-31 19:11:31 +01:00
Eugen Rochko
df6e085c97
New translations strings.xml (German)
2022-10-31 18:14:37 +01:00
Eugen Rochko
70cf48355e
New translations strings.xml (German)
2022-10-31 10:54:54 +01:00
Eugen Rochko
da06c798d7
New translations strings.xml (German)
2022-10-31 09:23:34 +01:00
Eugen Rochko
9055c094e8
New translations strings.xml (Kabyle)
2022-10-31 07:46:18 +01:00
Eugen Rochko
5ab3ae3d59
New translations strings.xml (Chinese Traditional)
2022-10-31 07:46:17 +01:00