From 13929862790b6edb3352ac032ac44737ae5dce6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 08:11:24 +0000 Subject: [PATCH 1/4] Bump json from 20211205 to 20220320 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20211205 to 20220320. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- wear/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wear/build.gradle b/wear/build.gradle index bb760a4ab2..db12d79c41 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -121,7 +121,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" testImplementation "junit:junit:$junit_version" - testImplementation 'org.json:json:20211205' + testImplementation 'org.json:json:20220320' testImplementation("org.mockito:mockito-core:${mockito_version}") { exclude group: 'net.bytebuddy', module: 'byte-buddy' exclude group: 'net.bytebuddy', module: 'byte-buddy-android' From 9463775d9cac103713f971fbf377852d29d305ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 08:11:35 +0000 Subject: [PATCH 2/4] Bump joda-time from 2.10.13 to 2.10.14 Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.13 to 2.10.14. - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/JodaOrg/joda-time/compare/v2.10.13...v2.10.14) --- updated-dependencies: - dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d0cfc3ad7..11b5ba0511 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { preferencektx_version = '1.2.0' commonslang3_version = '3.11' commonscodec_version = '1.15' - jodatime_version = '2.10.13' + jodatime_version = '2.10.14' work_version = '2.5.0' tink_version = '1.5.0' From 778fbf2581db3d3dfac663f3d6b563e5dde6cb2c Mon Sep 17 00:00:00 2001 From: Andries Smit Date: Mon, 21 Mar 2022 10:53:52 +0100 Subject: [PATCH 3/4] fix: number picker image button --- .../layout/number_picker_layout_vertical.xml | 14 +++----- .../androidaps/utils/ui/NumberPicker.kt | 5 +-- core/src/main/res/drawable/ic_minus.xml | 10 ++++++ core/src/main/res/drawable/ic_plus.xml | 10 ++++++ .../main/res/layout/number_picker_layout.xml | 34 +++++++------------ 5 files changed, 41 insertions(+), 32 deletions(-) create mode 100644 core/src/main/res/drawable/ic_minus.xml create mode 100644 core/src/main/res/drawable/ic_plus.xml diff --git a/app/src/main/res/layout/number_picker_layout_vertical.xml b/app/src/main/res/layout/number_picker_layout_vertical.xml index 240333831f..99b5063235 100644 --- a/app/src/main/res/layout/number_picker_layout_vertical.xml +++ b/app/src/main/res/layout/number_picker_layout_vertical.xml @@ -6,14 +6,12 @@ android:background="@drawable/background_total" android:orientation="vertical"> -