LucasGGamerM
851fa70563
feat: add mute conversations menu item
2023-09-19 12:13:03 -03:00
LucasGGamerM
77e2c6c09f
fix(video-player): fixes looping video Seekbar and timestamp going on indefinitely as video restarts
2023-09-18 10:36:32 -03:00
LucasGGamerM
af60c8ba4a
fix(insets): fix window insets on video player
2023-09-18 07:37:47 -03:00
LucasGGamerM
de1a3fb939
fix(strings): use correct "sk_settings_see_new_posts_button" instead of "sk_settings_show_new_posts_button"
2023-09-17 10:11:33 -03:00
LucasGGamerM
823344dfc0
Merge branch 'feat/mutes-list'
...
# Conflicts:
# mastodon/src/main/res/menu/profile_own.xml
# mastodon/src/main/res/values/strings_sk.xml
2023-09-17 10:09:02 -03:00
LucasGGamerM
a6e6143157
Merge branch 'fix/akkoma_media_issue_fix'
2023-09-17 10:02:14 -03:00
LucasGGamerM
b5feab89b4
Merge branch 'fix/gap-singular'
2023-09-17 09:59:15 -03:00
LucasGGamerM
c2c31de433
fix(notifications): make reply language equal to language of the status being replied to
2023-09-17 09:45:11 -03:00
LucasGGamerM
775f799968
fix(notifications): fix reply visibility being PUBLIC no matter the status being replied to
2023-09-17 09:41:58 -03:00
LucasGGamerM
5cda112129
refactor(PreviewlessMedia): move margin value to layout file
2023-09-17 09:26:33 -03:00
LucasGGamerM
f69ae5e816
refactor(PreviewlessMediaItems): make FileStatusDisplayItem be used only for files
2023-09-17 08:41:32 -03:00
LucasGGamerM
91c7fc64bd
refactor(PreviewlessMediaItems): remove unused class
2023-09-17 08:37:07 -03:00
LucasGGamerM
91211b7720
refactor: do some final adjustments to PreviewlessMediaGridStatusDisplayItem layout
2023-09-17 08:34:29 -03:00
LucasGGamerM
51ef732d50
fix: fix crashes on PreviewlessMediaGridStatusDisplayItem
2023-09-16 16:22:00 -03:00
LucasGGamerM
31a7aa9d40
refactor: start of refactor of previewless media status display item
...
Its crashing a lot, and has a lot to be done
2023-09-16 16:14:48 -03:00
FineFindus
10c2ee9597
fix(timeline/gap): use plurals for time
2023-09-15 10:19:43 +02:00
Jacocococo
fd99879ffc
Revert "Fix media layout with unknown sizes"
...
This reverts commit a014fe9443 .
2023-09-14 17:16:03 +02:00
LucasGGamerM
9515edea4b
feat: make images scrollable in hidden preview mode
2023-09-13 07:43:00 -03:00
LucasGGamerM
1ba30a4d28
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FooterStatusDisplayItem.java
# mastodon/src/main/res/values-ar/strings_sk.xml
# mastodon/src/main/res/values-fr-rFR/strings_sk.xml
# mastodon/src/main/res/values-ja-rJP/strings_sk.xml
# metadata/ar/short_description.txt
2023-09-11 16:47:24 -03:00
FineFindus
e274cf89c0
refactor: add query params
2023-09-10 21:31:06 +02:00
FineFindus
8929482466
feat: add blocks fragment
2023-09-10 21:29:40 +02:00
FineFindus
b570c8d946
feat: add mutes fragment
2023-09-10 21:19:50 +02:00
sk
380e4ff77e
remove unused member
2023-09-09 01:48:49 +02:00
sk
58f0c07357
determine next display item using items list
...
closes sk22#815
2023-09-09 01:27:32 +02:00
sk
77dee59b9c
fix string and tweak banner margin
...
closes sk22#812
2023-09-09 01:24:36 +02:00
sk
fdf0414698
fix missing banner icons and wrong strings
...
closes sk22#805
2023-09-08 22:05:06 +02:00
sk
cc699a3f5e
fix spacing stuff in report fragment
2023-09-08 21:58:08 +02:00
LucasGGamerM
12eaa8d5f1
fix: fix window insets on ScheduledStatusListFragment
...
cc: @sk22
2023-09-08 21:49:29 +02:00
sk
efa003a9a5
implement bidirectional missing posts gap
2023-09-08 21:16:42 +02:00
sk
068d42175e
Merge remote-tracking branch 'upstream/master'
2023-09-08 17:37:00 +02:00
sk
2314871246
temporary fix for pre-release users
2023-09-08 17:36:17 +02:00
sk
9dd694ce2e
Merge branch 'merge/load-more-direction'
2023-09-07 18:32:21 +02:00
FineFindus
f51f2a1197
fix: use random account id in notification endpoint ( #806 )
...
Closes https://github.com/sk22/megalodon/issues/803 . This was due to registering with the actual accounId, whilst saving a random one. Once receiving a notification, the id could not be found.
2023-09-07 18:28:32 +02:00
LucasGGamerM
3020cab243
fix: fixes crashes when currentQuery is null and suicide prevention dialog is enabled ( #807 )
...
cc: @FineFindus
2023-09-07 10:03:22 +02:00
LucasGGamerM
da54c93af1
Merge branch 'fix/notification-endpoint'
2023-09-06 14:34:27 -03:00
LucasGGamerM
777891ebe9
fix: fixes crashes when currentQuery is null and suicide prevention dialog is enabled
...
cc: @FineFindus
2023-09-06 11:24:50 -03:00
LucasGGamerM
090d2658dd
feat: also hide link card image previews according to showMediaPreview setting
2023-09-06 09:06:14 -03:00
FineFindus
8338fff4e5
fix: use random account id in notification endpoint
...
Closes https://github.com/sk22/megalodon/issues/803 . This was due to registering with the actual accounId, whilst saving a random one. Once receiving a notification, the id could not be found.
2023-09-06 09:44:03 +02:00
FineFindus
b2d09c2ab6
fix: update timeline when showMediaPreview changes
2023-09-06 09:05:51 +02:00
LucasGGamerM
6e2a5437e8
fix: apply correct showMediaPreview setting on threads and notifications
2023-09-05 20:46:56 -03:00
LucasGGamerM
ae61007d22
fix: use correct polarization in FLAG_NO_MEDIA_PREVIEW in StatusListFragment
...
Wtf is wrong with this
2023-09-05 20:29:57 -03:00
LucasGGamerM
20f3c7c9db
fix: use correct polarization in FLAG_NO_MEDIA_PREVIEW
2023-09-05 19:52:59 -03:00
LucasGGamerM
57306ff7fe
fix(editing-alt-text): fix small oversight on editing existing attachments without alt text
...
This makes the implementation hopefully bug free
2023-09-05 19:37:12 -03:00
LucasGGamerM
bbdd1c4aa9
fix(editing-alt-text): fix small oversight on editing existing attachments without alt text
...
This makes the implementation hopefully bug free
2023-09-05 19:00:16 -03:00
LucasGGamerM
b6c951c026
feat: add indicatives/hints of what type of media is on an media item without preview
2023-09-05 14:51:32 -03:00
LucasGGamerM
860cdb05e2
feat: add no alt text and sensitive media warning to images without preview
2023-09-05 14:25:20 -03:00
LucasGGamerM
e239600af6
feat: full implementation of not showing media preview in timelines
2023-09-05 11:56:56 -03:00
LucasGGamerM
d7bef67550
feat: initial steps for only show media preview setting
...
It contains settings, flags and settings. But no implementation just yet
2023-09-05 11:24:35 -03:00
LucasGGamerM
ad86a00fa7
fix: make changing showPostDividers setting restart the activity
2023-09-05 10:37:17 -03:00
LucasGGamerM
fb3b9513f2
fix: fix window insets on ScheduledStatusListFragment
...
cc: @sk22
2023-09-05 08:21:06 -03:00