megalodon/mastodon/src/main/java/org/joinmastodon/android
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
..
api enable nonTransitiveRClass 2023-04-22 16:51:44 +02:00
events session-specific notification badge 2023-03-21 10:03:31 +01:00
fragments Minor maintenance things (#501) 2023-04-22 17:28:16 +02:00
model implement notification badge using markers 2023-03-21 00:52:20 +01:00
ui fix alt badge padding and margin 2023-04-13 23:17:46 +02:00
updater add changelog to updater 2023-01-17 01:26:08 +01:00
utils distinct default languages 2023-04-07 18:21:23 +02:00
AudioPlayerService.java Notifications 2022-03-05 12:59:27 +03:00
E.java Tooting of text toots 2022-01-17 21:50:48 +03:00
ExternalShareActivity.java improve external share behavior 2023-04-07 16:58:02 +02:00
GlobalUserPreferences.java Revert "display reblog popup by default" 2023-04-07 16:20:29 +02:00
MainActivity.java fix crashes 2023-01-30 23:46:32 +01:00
MastodonApp.java Get rid of Microsoft appcenter related stuff 2022-11-26 13:37:03 +05:30
OAuthActivity.java Signup flow redesign 2022-12-15 19:41:38 +03:00
PushNotificationReceiver.java session-specific notification badge 2023-03-21 10:03:31 +01:00