Commit Graph
522 Commits
Author SHA1 Message Date
José Rebelo 0bca7087bb Set source and target compatibility to Java 17
For context, see https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/4735#issuecomment-4413866
2025-05-10 14:11:41 +01:00
Thomas KuehneandJosé Rebelo 03e14edee4 switch the Java toolchain to version 21
Switch the Java toolchain to version 21 - the version shipped with current AndroidStudio releases.
Disable Java 1.8 warnings - see discussion in PR #4735
2025-05-10 13:09:46 +00:00
Thomas Kuehne 414d266666 Gradle: regenerate changelog_git.xml only when actually required
During one build buildGitChangelog is executed multiple times (one call per defined applicationVariant).
This slows down builds and - because it generates a resource file - blocks Android Studio's Instant Run feature.
2025-05-08 23:42:36 +02:00
dependency-botandJosé Rebelo 225de25689 Update dependency com.google.code.gson:gson to v2.13.1 2025-04-25 17:51:40 +00:00
Thomas Kuehne d5c632f243 fix to ensure targetCompatibility is effective for Android
PR #4735 inadvertently turned Android's targetCompatibility into Java's targetCompatibility thereby rendering it ineffective for Android.
As a result Android used the toolchain version (17) instead of targetCompatibility 1.8 to create *.class files.
See also: https://developer.android.com/build/jdks
2025-04-22 18:49:37 +02:00
José Rebelo 91b9331de3 Remove protobuf and buildconfig generated source directories
This partially reverts 26999c863, which does not seem to be needed
anymore, and breaks the build as of c7f236790 when multiple build
flavors are built without cleaning the build directory.
2025-04-17 23:25:04 +01:00
dependency-botandJosé Rebelo 54961bbf25 Update dependency com.google.code.gson:gson to v2.13.0 2025-04-17 21:16:28 +00:00
dependency-botandJosé Rebelo b176db69bf Update dependency androidx.activity:activity to v1.10.1 2025-04-17 19:47:23 +00:00
dependency-botandJosé Rebelo 65c02be843 Update dependency androidx.recyclerview:recyclerview to v1.4.0 2025-04-17 19:43:36 +00:00
dependency-botandJosé Rebelo 6d301bfdae Update dependency androidx.gridlayout:gridlayout to v1.1.0 2025-04-17 19:36:28 +00:00
Thomas KuehneandJosé Rebelo c7f236790a Upgrade Gradle from 8.10.2 to 8.13
includes prerequisites:
- pcom.android.tools.build update from 8.6.1 to 8.9.1
- compileSdk update from 34 to 35 (targetSdk and minSdk are unchanged)
- .gradle and .java housekeeping fixes to reduce build warnings
2025-04-17 18:16:10 +00:00
José Rebelo dcebe5f4c1 update changelog, bump version 2025-04-17 18:07:00 +01:00
José Rebelo cb7914892e Update mapsforge to 0.25.0 2025-04-13 09:04:24 +01:00
dependency-botandJosé Rebelo ebd34925f7 Update dependency org.mockito:mockito-core to v5.17.0 2025-04-06 22:16:48 +00:00
a0zandJosé Rebelo 502c25e48e Workout: offline map auto zoom, render background color, long press 2025-04-04 22:02:46 +00:00
José RebeloandJosé Rebelo 8cec2282a8 Workout: offline map init 2025-04-04 22:02:46 +00:00
dependency-botandJosé Rebelo e944bfe184 Update protobuf to v4.30.2 2025-03-30 19:33:33 +00:00
dependency-botandJosé Rebelo 1a64484501 Update androidx.camera to v1.4.2 2025-03-30 19:33:20 +00:00
dependency-bot 69cdcdaeac Update dependency org.mockito:mockito-core to v5.16.1 2025-03-22 01:01:32 +00:00
dependency-bot 1dc14551a6 Update protobuf to v4.30.1 2025-03-15 18:14:31 +00:00
dependency-botandJosé Rebelo 1374fcc3cf Update dependency org.slf4j:slf4j-api to v2.0.17 2025-03-15 18:12:31 +00:00
dependency-botandJosé Rebelo 0d219c9094 Update dependency org.mockito:mockito-core to v5.16.0 2025-03-15 18:09:08 +00:00
dependency-botandJosé Rebelo 062fec9b4a Update android-emojify to v1.9.7 2025-03-15 18:08:31 +00:00
dependency-botandJosé Rebelo 2efcee661d Update dependency com.android.tools:desugar_jdk_libs to v2.1.5 2025-03-01 14:01:41 +00:00
dependency-botandJosé Rebelo 3469a98db6 Update dependency androidx.constraintlayout:constraintlayout to v2.2.1 2025-03-01 14:01:25 +00:00
dependency-botandJosé Rebelo 83c94fef2c Update dependency androidx.fragment:fragment to v1.8.6 2025-03-01 14:00:42 +00:00
Andreas Shimokawa aabfd91cf8 update changelog, bump version 2025-02-23 13:51:16 +01:00
dependency-botandJosé Rebelo 8a747f0774 Update dependency com.google.code.gson:gson to v2.12.1 2025-02-02 16:01:37 +00:00
dependency-bot cea57bce50 Update protobuf to v4.29.3 2025-01-11 18:00:06 +00:00
dependency-botandJosé Rebelo e14fd01b8c Update dependency org.msgpack:msgpack-core to v0.9.9 2025-01-11 17:40:31 +00:00
dependency-botandJosé Rebelo 21fd5dd735 Update android-emojify to v1.9.6 2025-01-11 17:40:05 +00:00
dependency-bot a546769ef7 Update dependency org.json:json to v20250107 2025-01-11 16:49:21 +00:00
dependency-botandJosé Rebelo 61831b8a9d Update dependency org.json:json to v20241224 2025-01-04 13:03:37 +00:00
dependency-bot 92a76cfa7b Update dependency org.mockito:mockito-core to v5.15.2 2025-01-04 01:10:02 +00:00
José Rebelo bfefc7f31c bump version, add xml and fastlane changelogs 2024-12-27 17:48:24 +00:00
dependency-botandJosé Rebelo 8aa7df3aeb Update dependency com.android.tools:desugar_jdk_libs to v2.1.4 2024-12-24 14:05:08 +00:00
dependency-botandJosé Rebelo 53b5ccfe6c Update protobuf to v4.29.2 2024-12-24 14:03:40 +00:00
Andreas Shimokawa 1cd30c29c6 bump version update changelog 2024-12-22 00:03:27 +01:00
José Rebelo 66457a76f9 Update protobuf to v4.29.1 2024-12-14 14:03:00 +00:00
dependency-botandJosé Rebelo dc806c4226 Update android-emojify to v1.9.5 2024-12-14 14:01:58 +00:00
dependency-bot c581aba998 Update androidx.camera to v1.4.1 2024-12-14 01:08:19 +00:00
dependency-botandJosé Rebelo 9a40190e5f Update dependency org.robolectric:robolectric to v4.14.1 2024-11-24 09:05:44 +00:00
dependency-botandJosé Rebelo b56ed974a3 Update dependency com.android.tools:desugar_jdk_libs to v2.1.3 2024-11-19 00:15:30 +00:00
Andreas Shimokawa de37e5b6fd bump version, add xml changelog 2024-11-11 23:29:47 +01:00
mvn23andJosé Rebelo d53971c881 Add initial Bowers and Wilkins P series support. (#4288)
Co-authored-by: mvn23 <schopdiedwaas@gmail.com>
Co-committed-by: mvn23 <schopdiedwaas@gmail.com>
2024-11-01 21:06:34 +00:00
José Rebelo cd068abdd3 Update androidx.camera to v1.4.0 2024-10-31 23:44:46 +00:00
José Rebelo aa2b6d142a Update androidx.constraintlayout to v2.2.0 2024-10-31 23:44:27 +00:00
José Rebelo d9cc15e3c5 Update androidx.fragment:fragment to v1.8.5 2024-10-31 23:43:51 +00:00
Andreas Shimokawa 3a152978d7 bump version, update changelog
trim changelog_master.xml to include changes for the last 2 years only
2024-10-29 11:45:00 +01:00
dependency-botandJosé Rebelo 8cf6c457ac Update dependency androidx.activity:activity to v1.9.3 2024-10-26 12:04:59 +01:00