Commit Graph

4295 Commits

Author SHA1 Message Date
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 ef207f885b increase update check interval 2022-11-04 03:37:32 +01:00
sk c4eee28335 Merge branch 'feature/check-for-update-button' into fork 2022-11-04 03:34:06 +01:00
sk 6fe466779e add toash message 2022-11-04 03:33:41 +01:00
sk e71db1b883 custom app name in strings 2022-11-04 03:11:10 +01:00
sk b6efafe99d Merge branch 'feature/check-for-update-button' into fork 2022-11-04 03:09:39 +01:00
sk 688d466f8e implement manual update check settings item 2022-11-04 03:09:19 +01:00
Samuel Kaiser 3c5797932e
add download badge 2022-11-03 17:42:31 +01:00
sk 48a5e262ce bump version 2022-11-03 17:18:57 +01:00
sk 63b0365208 remove reverted default visibility 2022-11-03 17:18:42 +01:00
sk 972c05d60b Revert "set unlisted as default visibility"
This reverts commit d34653750e.
2022-11-03 17:13:10 +01:00
sk acb5778e0b bump version, again 2022-11-03 16:36:31 +01:00
sk 7694c50358 Merge branch 'fix-editing-cw' into fork 2022-11-03 16:35:31 +01: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
sk 93d57d847e fix newly published posts appearing twice
see https://github.com/mastodon/mastodon-android/issues/283
2022-11-03 16:14:12 +01:00
sk 83a4f5eec2 re-add missing onStatusUpdate event listener 2022-11-03 16:11:44 +01:00
obstsalatschuessel 21a526dda9 Add list timelines view
* get accounts list timelines from API
* display available lists in discover view tab
* display list timeline
2022-11-03 09:03:34 +01:00
Samuel Kaiser 836c2dba8d
Merge branch 'mastodon:master' into fork 2022-11-02 22:32:57 +01:00
Samuel Kaiser 13ae8d2ebe
Update README.md 2022-11-02 22:30:16 +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 85b8bae42e bump version 2022-11-02 22:15:26 +01:00
Samuel Kaiser 64416ef9ee
Merge pull request #26 from Y32Gcnte8z/fork
Should we also change the client name in the footer of status?
2022-11-02 21:55:20 +01:00
Samuel Kaiser 6274ab3384
Merge pull request #27 from Y32Gcnte8z/visibility
Retain visibility of status when editing
2022-11-02 21:53:34 +01:00
sk 4ea5d94dc6 Merge branch 'fix-notifications-crash' into fork 2022-11-02 21:41:30 +01: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
sk 349d95b8ee fix syntax error 2022-11-02 20:25:42 +01:00
sk 8c8eb395de Merge remote-tracking branch 'origin/upstream' into fork 2022-11-02 20:22:33 +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
sk 596799bf2f enable github update check 2022-11-01 23:28:55 +01:00
sk 10a405ef13 change self updater api url 2022-11-01 21:38:30 +01:00
Eugen Rochko 118c5d4b44 New translations strings.xml (French) 2022-11-01 21:31:10 +01:00
sk a4cb05080a Merge branch 'upstream' into fork 2022-11-01 21:26:44 +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