LucasGGamerM
1beba48b66
Merge remote-tracking branch 'megalodon_weblate/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/model/TimelineDefinition.java
# mastodon/src/main/res/values-pt-rBR/strings_sk.xml
2023-06-15 14:58:12 -03:00
LucasGGamerM
e7ce822f7e
feat: merge new forward report switch default setting from megalodon
2023-06-15 14:55:39 -03:00
LucasGGamerM
6ecc6c4621
fix(instance-about): actually fix instance url not being trimmed. Also fixes the pixel launcher url feature
2023-06-15 14:43:21 -03:00
sk
94eb6b5775
one less thing for parceler to complain about
2023-06-15 19:21:44 +02:00
sk
6595a088fb
support exclusive lists
...
closes sk22#576
2023-06-15 19:21:26 +02:00
sk
b463ef65ce
fix parceler complaining about private class member
2023-06-15 18:13:59 +02:00
LucasGGamerM
f197d6f19a
feat: trim instance URL on InstanceInfoFragment
...
This is for the akkoma instances, where the local timeline would be inaccessible due to the https header being there. And it also looks better
2023-06-14 21:29:37 -03:00
LucasGGamerM
45e3cc2d24
feat: add radio checks for color theme options menu
2023-06-14 21:13:37 -03:00
LucasGGamerM
b226fcc128
feat: add pin button to custom local timelines
...
This is now a thing due to the new instance about fragment, where you can see a server's local timeline from there, and from there you should be able to pin it. This commit addresses that
2023-06-14 20:57:20 -03:00
LucasGGamerM
7b4728cff7
feat(instance-about): use consistent refreshLayout coloring
2023-06-14 20:44:38 -03:00
LucasGGamerM
9977d7168a
fix(instance-about): fix menu item icons being not colored correctly
2023-06-14 20:42:42 -03:00
LucasGGamerM
3520018812
fix: fix missing strings
2023-06-13 14:31:49 -03:00
LucasGGamerM
b0353920a3
fix: fix compilation problems
2023-06-13 14:26:15 -03:00
LucasGGamerM
e1a262ec5f
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# README.md
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/PushNotificationReceiver.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/HomeTimelineFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ThreadFragment.java
# mastodon/src/main/java/org/joinmastodon/android/model/Status.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/ExtendedFooterStatusDisplayItem.java
# mastodon/src/main/res/values-it-rIT/strings_sk.xml
# metadata/de-DE/changelogs/83.txt
# metadata/de-DE/changelogs/94.txt
# metadata/en-US/changelogs/94.txt
# metadata/es/changelogs/94.txt
# metadata/fr/title.txt
# metadata/my-MM/title.txt
# metadata/my/short_description.txt
# metadata/pt-PT/changelogs/59.txt
# metadata/pt-PT/changelogs/61.txt
# metadata/pt-PT/full_description.txt
# metadata/pt-PT/short_description.txt
# metadata/pt-PT/title.txt
2023-06-13 14:03:50 -03:00
sk
22f5667549
fix javadoc
2023-06-13 11:50:57 +02:00
sk
08dc122b6b
tweak min/max heights
2023-06-13 10:07:30 +02:00
LucasGGamerM
e1f5c9cb63
feat: lower publish button text setting opacity when relocatePublishButton is enabled
2023-06-12 19:09:13 -03:00
sk
09ed3c647a
reduce max height for photos
2023-06-12 20:25:12 +02:00
sk
c005e9bf18
apply upstream alt overlay changes
2023-06-12 19:43:13 +02:00
LucasGGamerM
cda565aadb
feat: use higher resolution camera image when using camera shortcut
2023-06-12 14:26:58 -03:00
LucasGGamerM
e7654affa7
feat: add FileProvider class from AndroidX
...
This is for getting high quality camera images, and was a requirement for the code I need.
2023-06-12 13:49:03 -03:00
sk
320027ca9b
merge upstream photo layout changes
2023-06-12 18:42:07 +02:00
LucasGGamerM
a39024dfe1
Revert "feat: use higher resolution method to get image from camera shortcut"
...
This reverts commit 1f4cf2b2f0 .
2023-06-12 13:06:56 -03:00
LucasGGamerM
7a0e827e23
Revert "style: fix mistyped extra )"
...
This reverts commit bca157a4af .
2023-06-12 13:06:56 -03:00
Grishka
aa9caefed1
Fix unread notifications
2023-06-12 18:54:46 +03:00
Grishka
14bbe1ffef
Update the update icon
2023-06-12 18:50:06 +03:00
sk
be91775f4b
fix pinned posts showing post multiple times
2023-06-12 17:29:00 +02:00
sk
6cf214f127
fix header disappearing in some cases
...
closes sk22#570
2023-06-12 15:39:38 +02:00
sk
871ada23ab
don't display context until fragment transition finished
2023-06-12 14:33:09 +02:00
sk
29b2a25840
no error when opening url that looks like fedi url
2023-06-12 13:33:30 +02:00
LucasGGamerM
bca157a4af
style: fix mistyped extra )
2023-06-12 11:21:14 +00:00
LucasGGamerM
1f4cf2b2f0
feat: use higher resolution method to get image from camera shortcut
2023-06-12 11:17:27 +00:00
sk
bd2f05be67
hide followers/following count if count is -1
2023-06-12 12:13:44 +02:00
LucasGGamerM
123fef2cc7
feat: add an isVisisble check before opening the camera
...
This is another measure to prevent the event from making multiple opened compose screens (like when you click on a notification when you are already replying to someone) open the camera at the same time and add a repeated attachment to all opened compose screens
2023-06-11 21:48:49 -03:00
LucasGGamerM
636bab51da
refactor: use TakePictureRequestEvent instead of PictureTakenEvent
...
This is better for a number of reasons, specially for code simplicity
2023-06-11 21:39:35 -03:00
sk
dd25f3380a
add setting to configure default value for "forward report"
...
closes sk22#565
2023-06-12 01:38:44 +02:00
sk
f3e1fa4b2b
fix announcements loading infinitely
...
closes sk22#569
2023-06-12 01:01:45 +02:00
LucasGGamerM
b1cb75d45f
feat: still show the attach menu even if no PhotoPicker is avaiable
...
This is due to the newly added camera shortcut, which makes the menu necessary even if no PhotoPicker is available
2023-06-11 18:12:30 -03:00
LucasGGamerM
1675c8ab79
fix: unregister ComposeFragment for events on its destruction
2023-06-11 18:06:11 -03:00
LucasGGamerM
986b9731a1
fix: fix attachment not adding only after accepting the permission prompt on camera shortcut
2023-06-11 18:04:30 -03:00
LucasGGamerM
dc66b27c8a
feat: add camera shortcut to compose screen
2023-06-11 16:48:19 -03:00
sk
44154a987d
setting for "re:" reply CW prefix always or only to others
...
re: sk22#567
2023-06-11 19:46:18 +02:00
sk
acb1369e88
fix "show replies/boosts" filter not applied
...
closes sk22#566
2023-06-11 17:23:54 +02:00
sk
8e0d74f9c2
use appkit V.sp
2023-06-11 17:12:56 +02:00
LucasGGamerM
72fdff96c8
fix: fix crash when onDenied runnable is null on dialogs
2023-06-10 18:15:25 -03:00
sk
e43d6c35d8
update languages
2023-06-10 22:10:13 +02:00
sk
19b68855ac
move permission definition to status privacy
2023-06-10 21:54:47 +02:00
sk
70fdfb612e
fix issue on re-bind
2023-06-10 21:54:18 +02:00
sk
0a32c217d8
Merge branch 'main' into pr/FineFindus/557
2023-06-10 21:47:26 +02:00
sk
573ff75498
update ancestor when deleting post
2023-06-10 21:32:41 +02:00