Commit Graph
540 Commits
Author SHA1 Message Date
dependency-botandJosé Rebelo 4e01505c77 Update dependency org.apache.commons:commons-lang3 to v3.18.0 2025-07-12 14:22:42 +02:00
José Rebelo c9812aac54 Enable Kotlin support 2025-07-06 21:16:45 +01:00
dependency-botandJosé Rebelo b84d282586 Update dependency org.jsoup:jsoup to v1.21.1 2025-06-28 19:43:43 +02:00
dependency-bot 7889c7fd6e Update dependency org.robolectric:robolectric to v4.15.1 2025-06-28 08:03:07 +00:00
José Rebelo fa625597ad update changelog, bump version 2025-06-23 22:57:40 +01:00
José Rebelo 816f909805 update changelog, bump version 2025-06-21 08:43:20 +01:00
dependency-bot 7f5b672504 fix(deps): update dependency org.robolectric:robolectric to v4.15 2025-06-21 01:01:44 +00:00
dependency-botandJosé Rebelo 27b896a772 Update dependency androidx.fragment:fragment to v1.8.8 2025-06-07 09:44:06 +02:00
dependency-bot 5daacf6b6f Update dependency androidx.appcompat:appcompat to v1.7.1 2025-06-07 01:21:38 +00:00
Thomas KuehneandJosé Rebelo 3320203c23 gradle: upgrade Android SDK to API 36 / Baklava
Keep targetSdk and minSdk unchanged. Ensure SDK is up-to-date as Google once again changed relevant CompanionDevice APIs.
2025-06-03 20:59:49 +02:00
dependency-bot d4707a2492 Update protobuf to v4.31.1 2025-05-31 01:11:35 +00:00
dependency-botandJosé Rebelo 088eb81fec Update dependency com.google.android.material:material to v1.12.0 2025-05-24 14:39:01 +02:00
dependency-botandJosé Rebelo dbe6aa9ad8 Update dependency org.json:json to v20250517 2025-05-24 14:25:12 +02:00
dependency-bot 17b2f4af01 Update dependency org.mockito:mockito-core to v5.18.0 2025-05-24 12:22:54 +00:00
dependency-botandJosé Rebelo 7309c01aed Update dependency androidx.fragment:fragment to v1.8.7 2025-05-24 14:18:49 +02:00
Gordon WilliamsandJosé Rebelo 5805559e4d Added HTML-compatible xpath implementation for Bangle.js http requests as per https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/4845#issuecomment-4588211 2025-05-23 21:49:45 +02:00
dependency-bot 9814ee74ac fix(deps): update protobuf to v4.31.0 2025-05-17 01:02:49 +00:00
José Rebelo 02acbb87a0 Fix lint report path
The DirectoryProperty was being interpolated directly to a string, which
would not result in a correct path.
2025-05-11 14:07:30 +01:00
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