Commit graph

16637 commits

Author SHA1 Message Date
Milos Kozak 8ce178bce2 add missing string 2023-12-12 11:47:11 +01:00
Milos Kozak bea6c4df80 Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev 2023-12-12 11:22:41 +01:00
Milos Kozak f13c70bbde update circleci image 2023-12-12 11:22:33 +01:00
Milos Kozak 29a88d0f23
New Crowdin updates (#3104)
* New translations objectives.xml (Russian)

* New translations oh_strings.xml (Russian)

* Update source file strings.xml

* Update source file strings.xml

* Update source file strings.xml

* New translations objectives.xml (Polish)
2023-12-12 10:37:16 +01:00
Milos Kozak 8e76e2b2a1
Merge pull request #3106 from nightscout/dependabot/gradle/dev/org.jlleitschuh.gradle.ktlint-12.0.3
chore(deps): bump org.jlleitschuh.gradle.ktlint from 12.0.2 to 12.0.3
2023-12-12 10:37:00 +01:00
Milos Kozak 4f2adcfcae update circleci 2023-12-12 10:36:20 +01:00
dependabot[bot] ae1e12c5f6
chore(deps): bump org.jlleitschuh.gradle.ktlint from 12.0.2 to 12.0.3
Bumps org.jlleitschuh.gradle.ktlint from 12.0.2 to 12.0.3.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 08:55:00 +00:00
Milos Kozak 4017ea2bc7
Merge pull request #3103 from swissalpine/patch-1
Fix for a misleading string (Garmin -> Samsung)
2023-12-11 11:01:26 +01:00
swissalpine f79afa9477
Add Tizen OS hint 2023-12-10 13:45:16 +01:00
swissalpine 7c9aadc6e0
Fix for a misleading string (Garmin -> Samsung) 2023-12-10 09:52:35 +01:00
Milos Kozak f08104b9dd
Merge pull request #3101 from buessow/dev-garmin3
Fix flaky GarminSimulatorClientTest
2023-12-09 12:05:57 +01:00
Robert Buessow 4cdf2e6969 Fix flaky GarminSimulatorClientTest.sendMessage 2023-12-08 16:43:42 +01:00
Milos Kozak c77d7dedb8 fix crash 2023-12-08 09:53:10 +01:00
Robert Buessow ec596c51df Fix flaky GarminSimulatorClientTest.receiveMessage 2023-12-07 22:18:47 +01:00
Robert Buessow 6e4c7d9376 Increase Gradle JVM memory from 3 to 4G 2023-12-07 20:56:25 +01:00
Milos Kozak c972b7ed02
Merge pull request #3092 from Jackenmen/handle_sensor_start_time_in_xdrip_broadcast
Add support for SensorStartedAt extra in xDrip+ BG source
2023-12-07 15:50:52 +01:00
Milos Kozak 6397b02237
Merge pull request #3100 from swissalpine/patch-1
Fix double /connect endpoint
2023-12-07 15:46:01 +01:00
Milos Kozak fee3c25739 MidnightUtils -> java.time, tests, javadoc 2023-12-07 15:17:32 +01:00
swissalpine d686e62996
Fix double /connect endpoint 2023-12-06 20:27:38 +01:00
Milos Kozak bafdaa304d joda -> java.time 2023-12-06 18:09:42 +01:00
Jakub Kuczys 78f1fe096a
Remove xdrip prefs file 2023-12-06 15:54:34 +01:00
Milos Kozak 05895b643c Garmin: libs update 2023-12-06 15:35:54 +01:00
Milos Kozak 6528f9cdc3 WizardDialog: move buttons to bottom 2023-12-06 09:31:18 +01:00
Jakub Kuczys 65b34599d0
Add unit tests 2023-12-05 23:25:50 +01:00
Milos Kozak 9642f3ee26
Merge pull request #3059 from buessow/dev-garmin3
Support automatic exchange of communication key for HTTP via connecti…
2023-12-05 21:34:37 +01:00
Robert Buessow 35b3ce0300 pull upstream/dev 2023-12-05 15:37:30 +01:00
Robert Buessow f0e7134d29 pull upstream/dev 2023-12-05 15:36:05 +01:00
Milos Kozak 18af3e94ec
Merge pull request #3097 from nightscout/dependabot/gradle/dev/org.jlleitschuh.gradle.ktlint-12.0.2
chore(deps): bump org.jlleitschuh.gradle.ktlint from 11.6.1 to 12.0.2
2023-12-05 13:37:00 +01:00
Milos Kozak 51a832f51b
Merge pull request #3093 from Jackenmen/handle_finger_bg_in_medtronic_driver
Auto-add "BG Check" treatment for Contour Link readings
2023-12-05 12:42:38 +01:00
Milos Kozak 0beaacbe31
Merge pull request #3095 from ssuppe/dev
Include profile name in profile delete confirmation dialog
2023-12-05 12:40:41 +01:00
Jakub Kuczys 4a38a5b219
Add unit tests 2023-12-05 01:44:46 +01:00
dependabot[bot] 6de92da1da
chore(deps): bump org.jlleitschuh.gradle.ktlint from 11.6.1 to 12.0.2
Bumps org.jlleitschuh.gradle.ktlint from 11.6.1 to 12.0.2.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 08:01:17 +00:00
ssuppe 2a1ddc956f Added profile name to the actual code (not just the string). 2023-12-02 23:42:54 +00:00
ssuppe b6af7447e8 In the profile editor, include profile name in the confirmation dialog (to make it clearer which profile you are deleting). 2023-12-02 23:09:49 +00:00
Jakub Kuczys f98d310a8e
Fix missing dependency in tests 2023-12-02 02:02:30 +01:00
Jakub Kuczys 00e36392bd
Auto-add "BG Check" treatment for Contour Link readings 2023-12-01 23:56:36 +01:00
Jakub Kuczys 13f06ef110
Add a setting for sensor change upload to xDrip BG source 2023-12-01 18:50:05 +01:00
Milos Kozak 0ec3f4eae8
Merge pull request #3091 from Jackenmen/auto_add_medtronic_battery_change_to_careportal
Auto-add Medtronic battery changes to careportal
2023-12-01 16:51:58 +01:00
Milos Kozak 3cdf73ce46
Merge pull request #3082 from swissalpine/garmin-sgv-json
Add iob, cob, tbr to GARMIN sgv.json endpoint
2023-12-01 16:47:02 +01:00
Jakub Kuczys faeddef68e
Add support for SensorStartedAt extra in xDrip+ BG source 2023-12-01 14:57:39 +01:00
Jakub Kuczys 52335bc7da
Auto-add battery changes to careportal 2023-12-01 14:48:36 +01:00
Milos Kozak 56937dc704 gradle 8.2.0 2023-12-01 14:13:19 +01:00
swissalpine 4d504e60cd
Add values to onSGV tests 2023-11-30 15:47:39 +01:00
swissalpine 3ce6280e4c
Add missing import 2023-11-30 12:14:26 +01:00
swissalpine aecde2032e
Delete unfinished function 2023-11-30 11:54:51 +01:00
swissalpine dad61d5a37
Fix tests 2023-11-30 11:51:36 +01:00
swissalpine 46c5e82e6c
Fix tests 2023-11-30 11:49:54 +01:00
swissalpine e6c9e13d51
Rework 2023-11-30 11:48:38 +01:00
swissalpine 1e13237a5b
Rework 2023-11-30 11:46:35 +01:00
swissalpine 9b2441f457
Rework tbr 2023-11-30 11:44:42 +01:00