LucasGGamerM
1f4cf2b2f0
feat: use higher resolution method to get image from camera shortcut
2023-06-12 11:17:27 +00: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
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
LucasGGamerM
72fdff96c8
fix: fix crash when onDenied runnable is null on dialogs
2023-06-10 18:15:25 -03:00
LucasGGamerM
7c786e55a5
fix: fix follow button on ProfileFragment
2023-06-10 14:30:29 -03:00
LucasGGamerM
5dcda4f37a
feat: merge megalodon's always reveal equal spoilers in threads/discussions
2023-06-10 11:00:34 -03:00
LucasGGamerM
33d725acb4
refactor: use isRemote instead of reloadWhenClicked
...
Why are my variable naming abilities be so awful?
2023-06-10 10:44:56 -03:00
LucasGGamerM
fb78ac1243
feat: use megalodon's setting item and strings for remote followers
2023-06-10 10:33:30 -03:00
LucasGGamerM
bc7f614573
refactor: fix compilation problems by refactoring old code
2023-06-09 18:52:08 -03:00
LucasGGamerM
7700288dbe
fix: fix compilation problems with isScrolledToTop method not being implemented
2023-06-09 18:31:45 -03:00
LucasGGamerM
e2c62aa76b
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/api/requests/accounts/GetAccountByHandle.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ComposeFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ThreadFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/account_list/BaseAccountListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/account_list/FollowerListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/account_list/FollowingListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/account_list/PaginatedAccountListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/model/Account.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FooterStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/ClickableLinksDelegate.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
# mastodon/src/main/res/layout/display_item_footer.xml
# mastodon/src/main/res/values/dimens.xml
2023-06-09 18:09:23 -03:00
sk
35bf858a83
auto-reveal equal spoilers in threads
2023-06-09 14:54:03 +02:00
sk
870bfaf08c
don't use switch for android ids
2023-06-09 14:50:21 +02:00
sk
c4238fb19b
keep revealed states when reloading
...
closes sk22#561
2023-06-09 13:27:25 +02:00
sk
ba7aeb358b
fix thread status not clickable if filter revealed
...
closes sk22#554
2023-06-09 12:50:10 +02:00
sk
6f3fd4d454
fix opening browser twice
...
closes sk22#559
2023-06-09 12:47:32 +02:00
sk
97547f334f
returning optionals for the optional god
...
closes sk22#555
2023-06-08 15:31:58 +02:00
sk
1ab953d819
fix spoiler button being hidden while editing
...
closes sk22#553
2023-06-08 15:03:04 +02:00
sk
307d483a56
add comment
2023-06-07 21:59:56 +02:00
sk
9612248695
remove unused imports
2023-06-07 21:51:17 +02:00
sk
1f63401e5b
fix pixelfed post editing
2023-06-07 21:50:50 +02:00
sk
d35ec18a88
increase akkoma scheduled posts compatibility
2023-06-07 21:12:38 +02:00
sk
b93b1847c3
increase pixelfed compatibility
2023-06-07 21:12:30 +02:00
sk
cd46ed565f
open browser if login redirects to website
2023-06-07 21:11:20 +02:00
sk
4a0e4edef8
load more if screen isn't full yet
2023-06-07 20:28:56 +02:00
sk
2ea7333daa
only reload main status when refreshing
...
closes sk22#552
2023-06-07 18:45:50 +02:00
sk
fa7a66809d
change profile loading error behavior
2023-06-07 16:09:41 +02:00
sk
71884ab760
don't show wrong relationship with remote accounts
2023-06-07 15:50:30 +02:00
sk
f31205c670
generalize lookup error handling
2023-06-07 15:45:22 +02:00
sk
0091ae87ce
fix issues with external share
...
closes sk22#550
2023-06-07 15:17:44 +02:00
LucasGGamerM
c196dc563f
fix(follow-more): fix follow more fragment pointing to edit profile
...
This was probably made to be used on the create new account procedure, and it was being reused on the Home tab long click action. As we don't have an account creation procedure on Moshidon, we can just stop pointing to the OnboardingProfileSetup fragment
2023-06-06 19:38:04 -03:00
LucasGGamerM
15976a991b
refactor(settings): refactor settings toolbar animations
...
Also fixes wrong elevation on toolbar hidden mode
2023-06-06 19:17:07 -03:00
LucasGGamerM
02f0c794c7
feat(settings): add fadeIn and fadeOut animations to toolbar title
2023-06-06 14:10:06 -03:00
sk
4258c55b88
implement fetching listings from remote instances
2023-06-06 17:04:29 +02:00
sk
969f29e2e9
support string res for small text item
2023-06-06 16:55:20 +02:00
sk
68921d0f0b
fix footer being too close to next header
2023-06-06 14:23:34 +02:00
sk
24e5bda8d3
fix profile options icons
2023-06-06 10:30:32 +02:00
sk
ac4458e106
fix badged toolbar icons with new appkit version
2023-06-05 18:07:22 +02:00
sk
3d24b2de10
add status counters event listener to notifications
2023-06-05 16:19:55 +02:00
sk
ed994b23e9
fix wrong views' states being modified
...
closes sk22#549
2023-06-05 16:12:07 +02:00
sk
8c4678aba5
fix updated main status not being applied
2023-06-05 16:05:58 +02:00
sk
d16e199dd1
scroll up when posting on profile fragment
...
closes sk22#546
2023-06-05 11:48:40 +02:00
sk
a9c2df2e83
do copy spoilerRevealed on clone
...
closes sk22#547
2023-06-05 11:26:36 +02:00
sk
4673a4b9f7
add missing database column in post notification table
2023-06-05 11:22:01 +02:00
Grishka
d4a5286895
Fix #553
2023-06-04 23:47:08 +02:00
Grishka
1b4579346b
Fix #548
2023-06-04 23:39:06 +02:00