LucasGGamerM
5a1a2ac9f5
feat: bypass instances which dont allow unauthenticated searches
...
This bypasses the search function for when an account is searched for, which makes it work with instances like universeodon and many others. This is used for remote lookups of profiles, and it works wonders!
2023-04-17 16:15:55 -03:00
Grishka
4b4c88d44d
Support opening mastodon.online and mastodon.social links
2023-04-17 06:47:49 +03:00
LucasGGamerM
a649ea0a00
feat: move some settings around
...
Make it so that the ones which default to True are always on the top
2023-04-16 21:36:37 -03:00
LucasGGamerM
180cf3c902
feat: add a settings toggle for remote profile lookups
...
Adds a toggle for the remote followers
2023-04-16 21:29:17 -03:00
LucasGGamerM
ba997903b6
Merge branch 'feature/remote-followers'
2023-04-16 20:10:41 -03:00
LucasGGamerM
32da4f8e09
feat: use targetAccount domain name in lookup dialog
2023-04-16 18:27:29 -03:00
LucasGGamerM
1098c855c4
fix: this fixes the bug where the app would only load 10-20 remote followers
2023-04-16 18:07:49 -03:00
FineFindus
ed75a62228
refactor(follower): move remote check to own method
2023-04-16 21:44:05 +02:00
FineFindus
c3c76126a3
feat(follower): show own domain accounts as username
2023-04-16 21:32:26 +02:00
FineFindus
4da6016e06
refactor(follower): move null check in called method
2023-04-16 21:19:24 +02:00
FineFindus
e4f4ca5392
refactor: move request to their own methods
2023-04-16 21:13:20 +02:00
FineFindus
9d690e7670
fix: own instance accounts not loading
2023-04-16 21:07:22 +02:00
FineFindus
e1acfef1bf
refactor: use useful variable names
2023-04-16 21:00:07 +02:00
LucasGGamerM
29267dacb4
feat: add onClick lookup for remote accounts
2023-04-16 15:31:47 -03:00
LucasGGamerM
7c8698521d
feat: add remote follower and following lookup
...
Clicking the regenerated accounts wont do anything for now though
2023-04-16 15:25:55 -03:00
LucasGGamerM
fb02689c30
Revert "feat: add remote lookups to the PaginatedAccountListFragment"
...
This reverts commit 74f2bb4707 .
2023-04-16 14:13:25 -03:00
LucasGGamerM
8a4231686b
Revert "feat(linkSpan/longClick): use share intent istead of copy text"
...
This reverts commit bcfb63b57c .
This revert is necessary for consistency, as the other links arent long pressable
2023-04-15 20:47:41 -03:00
LucasGGamerM
6a12708905
fix: make disable marquee setting require a restart
2023-04-15 10:46:16 -03:00
LucasGGamerM
04a8e33385
fix: inconsistent marquee behavior on home timelines. Fixes #147
2023-04-15 10:46:16 -03:00
LucasGGamerM
665a0176b9
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/res/layout/fragment_splash.xml
2023-04-14 14:27:42 -03:00
sk
15fcb0e25d
fix alt badge padding and margin
2023-04-13 23:17:46 +02:00
sk
3ad46926f1
Merge remote-tracking branch 'upstream/master'
2023-04-13 21:46:45 +02:00
LucasGGamerM
74f2bb4707
feat: add remote lookups to the PaginatedAccountListFragment
2023-04-13 16:08:26 -03:00
LucasGGamerM
76a85af0d7
fix: make remoteLookups not resolve other instance's data
...
This was done because unauthenticated users cannot access them.
2023-04-13 16:04:19 -03:00
LucasGGamerM
5d7363585a
feat: add remote lookup functions in UiUtils
...
This will help when getting remote status's interactions, and remote accounts' followers and follows
2023-04-13 15:08:41 -03:00
Grishka
9e116bec97
Merge branch 'master' into m3_redesign
...
# Conflicts:
# mastodon/build.gradle
2023-04-12 19:41:39 +03:00
LucasGGamerM
8b27e6de33
fix: long click boost button actions on customlocaltimelines
...
Before, you just couldnt reblog something with the unlisted visibility directly from the custom local timelines, now you can! And there are some small adjustments to the behavior.
2023-04-12 13:32:22 -03:00
Grishka
4ef18f1f4a
Add touch interaction for the SplashFragment art
2023-04-12 19:20:23 +03:00
LucasGGamerM
4c698cf217
feat: make confirm reblog setting consistent on customlocaltimelines
...
Make it so there is also a confirmation to reblog on custom local timelines
2023-04-12 13:12:57 -03:00
LucasGGamerM
05217b7712
refactor: move confirm reblog setting to behavior tab
2023-04-12 13:10:21 -03:00
LucasGGamerM
64e681c227
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/ui/displayitems/FooterStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
# metadata/de-DE/changelogs/83.txt
# metadata/en-US/changelogs/83.txt
2023-04-12 13:04:31 -03:00
Grishka
eef33266fc
Remove unused code and strings
2023-04-12 18:34:28 +03:00
LucasGGamerM
2cea6a9df5
Merge branch 'master' of https://github.com/LucasGGamerM/moshidon
2023-04-10 15:17:14 -03:00
LucasGGamerM
d6d6155f2c
refactor: move LatestNotificationID preference away from GlobalUserPreferences
...
This is solely for the purpose of organization, as I think GlobalUserPreferences should only directly contain Global user preferences
2023-04-10 15:14:47 -03:00
LucasGGamerM
f39690b7e5
Merge pull request #160 from FineFindus/fix/sign-in-flow
...
fix: use BuilType defined REDIRECT_URI
2023-04-10 07:34:19 -03:00
LucasGGamerM
0a1c42f90b
feat: add nightly auto updater
2023-04-09 10:56:41 -03:00
FineFindus
a59587eb62
fix(auth): use BuildType depended redirect uri
2023-04-09 15:46:30 +02:00
FineFindus
7615723d4f
refactor(auth): use REDIRECT_URI
2023-04-09 15:07:22 +02:00
LucasGGamerM
1f4970c0d2
fix: NPE when instance is null and attempts to get new notifications
...
For some weird reason, someone saw a pixelfed instance return null as the instance, causing a crash on the updateNotificationsBadge method. This reminds me of why java is such a shit language
2023-04-08 15:53:40 -03:00
LucasGGamerM
e9833baaa4
Merge pull request #157 from FineFindus/fix/notification-id
...
fix(notification): overwriting IDs
2023-04-07 21:30:21 -03:00
Grishka
42a7c324fa
Merge branch 'master' into m3_redesign
2023-04-07 23:16:53 +03:00
Grishka
924ea2d03a
Fix #557
2023-04-07 22:58:04 +03:00
Grishka
4f8d8f0c8d
Welcome fragment redesign again
...
# Conflicts:
# mastodon/src/main/res/values/strings.xml
# mastodon/src/main/res/values/styles.xml
2023-04-07 22:44:28 +03:00
Grishka
849888d128
Welcome fragment redesign again
2023-04-07 22:40:00 +03:00
sk
df93a1a845
increase max height
2023-04-07 18:42:18 +02:00
sk
41a70a353c
distinct default languages
...
closes sk22#487
2023-04-07 18:21:23 +02:00
sk
0ef30f82a7
fix disappearing no-alt indicator
...
closes sk22#484
2023-04-07 17:16:45 +02:00
sk
be60e78ea6
improve external share behavior
2023-04-07 16:58:02 +02:00
sk
0a04c9357c
Revert "display reblog popup by default"
...
This reverts commit 21c4cef397 .
okay, so, i think i'll keep reblog as a default. i fear that exposing everyone
to an overwhelming menu (you literally have to *decide* for a visibility!)
when just pressing reblog might not be a good idea. i'll just have "confirm
before reblogging" as an option in the settings instead
https://floss.social/@megalodon/110157968813469351
2023-04-07 16:20:29 +02:00
sk
21c4cef397
display reblog popup by default
2023-04-07 16:04:35 +02:00