LucasGGamerM
4ad895ab71
Revert "fix(custom-local-timelines): fix inconsistent actions"
...
Reverting this due to realization I did it the other way due to it being better
2023-05-03 08:57:22 -03:00
LucasGGamerM
0fccd0ab37
fix(custom-local-timelines): fix inconsistent actions
...
This fixes a "bug" where you would favorite a post, then reload the page, and favorite the post again, your favorite would not "count". As in, you would click to favorite, and the favorite would just stay as is
2023-05-03 08:36:16 -03:00
FineFindus
397d768f3a
fix(translation): use lookUp status id for request
2023-05-01 17:50:48 +02:00
Grishka
62074e554a
Account switcher M3 redesign
2023-05-01 13:43:00 +03:00
Grishka
0434cda2da
Thread view M3 redesign
2023-04-30 23:04:45 +03:00
LucasGGamerM
f76eba894a
feat(search): show hashtag subtitles even if item.history is null
2023-04-29 17:12:35 -03:00
LucasGGamerM
42ae74f1a7
fix(search): crash on akkoma where hashtag histories arent present
2023-04-29 16:53:58 -03:00
LucasGGamerM
4e13f868fd
fix(notificationsListFragment): fix crash when notification markers are null
...
This would happen when an account had 0 notifications and received one. After which, the user would tap on the notification icon on the tab bar and the app would crash.
Merge this @sk22, as this is a thing that might also happen on megalodon
2023-04-28 15:10:14 -03:00
LucasGGamerM
251ffbba8d
feat: add follow back notification action
2023-04-28 15:00:34 -03:00
LucasGGamerM
df1df28e23
fix: use enableAutoFabHide instead of autoFabHide
2023-04-27 15:35:53 -03:00
LucasGGamerM
23b2603a5f
refactor: change withComposeButton to wantsComposeButton
2023-04-27 15:33:46 -03:00
LucasGGamerM
1e6dadd7ab
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/HomeTabFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
2023-04-27 15:30:58 -03:00
LucasGGamerM
82005bf3bd
feat: swap correct icon for mention reblogger automatically setting
2023-04-25 20:56:53 -03:00
sk
2e84faa505
update languages
2023-04-23 17:08:51 +02:00
sk
e7e8d13d9e
fix auto hide fab in profile fragment
2023-04-22 22:33:20 +02:00
sk
a683c2cb11
hide fab in notifications
2023-04-22 22:20:40 +02:00
sk
addf7de316
single fab for home tabs
...
closes sk22#415
2023-04-22 21:25:02 +02:00
sk
44d4eada51
fix "load missing more" being hidden
...
closes sk22#482
2023-04-22 20:14:07 +02:00
sk
40bfdea5b1
fix pleroma emoji reaction notifications
2023-04-22 19:52:46 +02:00
sk
60ea7cedf6
support glitch react notification
2023-04-22 19:05:14 +02:00
LucasGGamerM
5b391b44d3
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/github/AndroidManifest.xml
# mastodon/src/main/res/values-de-rDE/strings_sk.xml
# mastodon/src/main/res/values-es-rES/strings_sk.xml
# mastodon/src/main/res/values-eu-rES/strings_sk.xml
# mastodon/src/main/res/values-ko-rKR/strings_sk.xml
# mastodon/src/main/res/values-pl-rPL/strings_sk.xml
# mastodon/src/main/res/values-uk-rUA/strings_sk.xml
# metadata/es/changelogs/83.txt
# metadata/fr/short_description.txt
# metadata/gl-ES/changelogs/83.txt
2023-04-22 13:53:50 -03:00
LucasGGamerM
fe20fe4254
feat(compose): add automatically mentioning Reblogger functionality
...
Fixes #173
2023-04-22 13:44:50 -03:00
sk
63e536c66c
fix hidden no alt/alt badge remaining clickable
...
closes sk22#498
2023-04-22 18:20:05 +02:00
Jacoco
b5a08b1b98
Pleroma emoji reaction notifications ( #499 )
2023-04-22 17:39:41 +02:00
r3g_5z
226e2a7cdc
Minor maintenance things ( #501 )
...
* validate gradle wrapper jar file
this is extremely important. see the following:
https://blog.gradle.org/wrapper-attack-report
https://github.com/gradle/wrapper-validation-action#the-gradle-wrapper-problem-in-open-source
Signed-off-by: r3g_5z <june@girlboss.ceo >
* update gradle wrapper to 8.1.1
it is necessary to run the gradlew update command twice to actually
update the jar file properly, e.g.:
./gradlew wrapper --gradle-version=8.1.1 --gradle-distribution-sha256-sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
./gradlew wrapper --gradle-version=8.1.1 --gradle-distribution-sha256-sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
Signed-off-by: r3g_5z <june@girlboss.ceo >
* use Gradle toolchain
this allows for better build reproducibility and avoid mix and matching
JDKs from other projects
https://docs.gradle.org/current/userguide/toolchains.html
Signed-off-by: r3g_5z <june@girlboss.ceo >
* update dependencies and fix build errors
Signed-off-by: r3g_5z <june@girlboss.ceo >
---------
Signed-off-by: r3g_5z <june@girlboss.ceo >
Co-authored-by: sk22 <sk22@mailbox.org >
2023-04-22 17:28:16 +02:00
sk
4d7c4aed4c
enable nonTransitiveRClass
2023-04-22 16:51:44 +02:00
LucasGGamerM
13480ce575
fix(status-display-item): add null check for statusForContent
...
Fuck java
2023-04-21 12:58:05 -03:00
FineFindus
debdda5fed
fix(settings/footer): use footer item
2023-04-21 13:30:16 +02:00
LucasGGamerM
c4c17e3aea
feat(remote-followers): remote constant remoteLookup function on long follower lists
...
This optimizes the scrolling process, where the dialog now doesnt happen more than once
2023-04-20 20:23:09 -03:00
LucasGGamerM
04699c3684
Merge pull request #175
...
Feat/settings debug improvement
2023-04-20 17:52:58 -03:00
LucasGGamerM
d78fce92c6
Merge pull request #176
...
Fix/nightly updater
2023-04-20 17:51:37 -03:00
LucasGGamerM
73a9073ee4
feat(remote-followers): fallback when results from remote server are empty
2023-04-20 15:00:45 -03:00
LucasGGamerM
ef541058c4
feat(for-you): increase corner radius on account card
2023-04-20 14:52:28 -03:00
FineFindus
bf4c905674
feat(settings/debug): add reset action
2023-04-20 17:56:32 +02:00
FineFindus
d256c759ee
feat(settings/debug): add open icon to external actions
2023-04-20 17:56:32 +02:00
FineFindus
6b8418845e
feat(settings/debug): add action to open app info
2023-04-20 17:56:32 +02:00
FineFindus
47a3834716
fix(settings/debug): typo e-mail → E-Mail
2023-04-20 17:56:32 +02:00
FineFindus
b540729f6b
feat(settings/debug): add action to open dev settings
2023-04-20 17:56:32 +02:00
FineFindus
98e24a5285
feat(settings/debug): add copy pref debug action
2023-04-20 17:56:32 +02:00
FineFindus
ec1e850549
feat(settings/version): tap to copy version
2023-04-20 17:56:26 +02:00
FineFindus
730aa28979
fix(settings/updater): hide updater if info is null
2023-04-20 15:55:31 +02:00
FineFindus
6077bf4b55
feat(status): hide boosts on direct privacy
2023-04-20 13:12:55 +02:00
LucasGGamerM
b568dac138
fix(remote-followers): actually fix the infinite loading bug on misskey accounts
2023-04-19 18:46:06 -03:00
LucasGGamerM
2c7df11e84
fix: infinite loading screens when when fetching remote followers on some accounts
2023-04-19 16:58:55 -03:00
LucasGGamerM
29777c2513
fix: fix inconsistencies with the follow button on OnboardingFollowSuggestionsFragment
2023-04-19 16:33:22 -03:00
LucasGGamerM
f70a9cbe3f
feat: make follow button consistent with current theme on FollowSuggestions fragment
2023-04-19 16:17:55 -03:00
LucasGGamerM
7bc49aa21c
feat: re-add long click press home to open OnboardingFollowSuggestionsFragment
...
This is also a small redesign, as I like consistency
2023-04-19 16:11:57 -03:00
LucasGGamerM
bb7b18e148
style: removing whitespace from function
2023-04-19 14:31:21 -03:00
LucasGGamerM
b7b646f03a
feat: add follow button on remote follower lists
...
NOTE: This doesn't actually load remote relationships, so its always going to be in the "follow" state.
2023-04-18 15:09:14 -03:00
LucasGGamerM
e121fccfc1
feat: add an error toast in case remote account lookup fails with new method
...
I forgot to add it
2023-04-17 16:20:43 -03:00