Commit Graph

12 Commits

Author SHA1 Message Date
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
Grishka 531b8ead04 Make verified fields more like on iOS 2022-11-27 13:14:31 +03:00
Jeff Bowen 5d056d5bea
AboutViewHolder: Set the background of the field item to green when verified 2022-11-16 19:01:32 -05:00
Grishka b57df8e175 Use pattern-matching instanceof 2022-04-19 07:32:33 +03:00
Grishka 25a3135de8 Fixes 2022-04-15 03:53:30 +03:00
Grishka f73669124f Settings and other things 2022-04-06 03:11:15 +03:00
Grishka 3215960115 Profile edit remove row buttons 2022-02-17 23:16:30 +03:00
Grishka a91538582a Fix state save/restore and move colors to attrs 2022-02-13 16:16:20 +03:00
Grishka c9078ca8d7 Custom emoji in more places 2022-02-10 22:10:16 +03:00
Grishka 82a8d0cc29 Profile editing 2022-02-10 17:59:47 +03:00
Grishka b8e3426a1e Profile about tab 2022-02-09 17:53:27 +03:00