Commit graph

14097 commits

Author SHA1 Message Date
Milos Kozak 0f92e5409d fix strings %% 2022-06-24 13:34:11 +02:00
Milos Kozak c7a3aefc2d
Merge pull request #1850 from nightscout/dependabot/gradle/dev/com.google.firebase-firebase-crashlytics-gradle-2.9.1
Bump firebase-crashlytics-gradle from 2.9.0 to 2.9.1
2022-06-24 10:54:14 +02:00
dependabot[bot] 1add820742
Bump firebase-crashlytics-gradle from 2.9.0 to 2.9.1
Bumps firebase-crashlytics-gradle from 2.9.0 to 2.9.1.

---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-crashlytics-gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-24 08:26:59 +00:00
Milos Kozak f0a37d64f3 Eliminate use of Date() 2022-06-23 15:25:17 +02:00
Milos Kozak 1b7ae4e704 RL: code cleanup 2022-06-23 10:58:29 +02:00
Milos Kozak cec6595d0b RL: tasks -> kt, prevent NPE 2022-06-23 10:34:24 +02:00
Milos Kozak 80c325fb0f
Merge pull request #1847 from osodebailar/bugfix/profile-change-icon-color-light-theme
icon color in light theme
2022-06-23 09:01:26 +02:00
osodebailar f014f8d0e5 icon color in light theme 2022-06-23 08:35:24 +02:00
Milos Kozak 43a098ed09 add BG upload option to NSClient prefs 2022-06-22 20:54:40 +02:00
Milos Kozak 15f48e5c51 3.0.0.2-dev-n 2022-06-22 15:08:37 +02:00
Milos Kozak 84cc966e30 revert RandomBgPlugin 2022-06-22 14:31:22 +02:00
Milos Kozak ca5fd58ec6 NSClient: resolve ConcurrentModificationException 2022-06-22 10:26:00 +02:00
Milos Kozak 5b383d5201 resolve ANR in AutomationPlugin 2022-06-22 10:05:03 +02:00
Milos Kozak 9b60655393
Merge pull request #1839 from Philoul/Autotune/UnitTests
Add Unit test for AutotuneCore
2022-06-22 08:02:56 +02:00
Philoul 4e8d057979 Fix UnitTest with default TimeZone 2022-06-21 23:25:41 +02:00
Milos Kozak a1f9d3a75d Omni: fix BolusProgress 2022-06-21 21:59:54 +02:00
Milos Kozak 7f4f5de34d Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev 2022-06-21 18:52:01 +02:00
Milos Kozak bbcbf3f905 fix BolusProgressDialog closing 2022-06-21 18:51:55 +02:00
Milos Kozak fd9d2c2882
Merge pull request #1843 from nightscout/dependabot/gradle/dev/coroutines_version-1.6.3
Bump coroutines_version from 1.6.2 to 1.6.3
2022-06-21 13:28:31 +02:00
Milos Kozak 37593a2d42 cleanup 2022-06-21 13:26:13 +02:00
Milos Kozak 40d1c0c9bc RileyLinkPumpDevice -> kt 2022-06-21 12:43:22 +02:00
Milos Kozak e8928e554f RL: process BroadcastReceiver actions outside UI thread 2022-06-21 12:03:58 +02:00
Milos Kozak 5a0fc8da74 Widget: resolve db access in main thread 2022-06-21 11:05:31 +02:00
dependabot[bot] 532c79c744
Bump coroutines_version from 1.6.2 to 1.6.3
Bumps `coroutines_version` from 1.6.2 to 1.6.3.

Updates `kotlinx-coroutines-core` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3)

Updates `kotlinx-coroutines-android` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3)

Updates `kotlinx-coroutines-guava` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3)

Updates `kotlinx-coroutines-play-services` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-play-services
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 08:07:45 +00:00
Milos Kozak be201f0177 Improve bolus canceling 2022-06-20 23:50:56 +02:00
Milos Kozak bd979d24e5 fix build 2022-06-20 18:32:38 +02:00
Milos Kozak 6b6ba15852 Automation: catch instantiation errors 2022-06-20 11:34:12 +02:00
Milos Kozak dc0b6ac9f7
New Crowdin updates (#1837)
* Update source file strings.xml

* New translations strings.xml (French)

* New translations strings.xml (Czech)

* Update source file strings.xml

* New translations strings.xml (Turkish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Czech)

* New translations strings.xml (Spanish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Turkish)
2022-06-19 22:29:25 +02:00
Milos Kozak b09dd0ed1d
Merge pull request #1838 from avereha/avereha/fix-disconnect
fix disconnect
2022-06-19 21:53:42 +02:00
Milos Kozak 67be22dce4
Merge pull request #1841 from avereha/avereha/fix-discard
fix discard pod
2022-06-19 21:53:04 +02:00
Andrei Vereha 4c690eefd6 fix discard pod 2022-06-19 19:00:19 +02:00
Philoul 3d36964431 Add missing input files from virtual machine and detailed info of oref0 autotune run 2022-06-19 00:50:40 +02:00
Philoul a7c2dbc850 Unit test for AutotuneCore 2022-06-19 00:24:19 +02:00
Philoul 73e4933251 Include dateUtil in test 2022-06-17 22:01:42 +02:00
Philoul d06d5f6b02 Fix BGDatum json import ("_id" from aaps are always long but not "_id" from OpenAPS) 2022-06-17 21:55:23 +02:00
Philoul 44abb7b31b Add PreppedGlucoseTest (correct Load of OpenAPS categorization from external json file) 2022-06-17 21:53:30 +02:00
Andrei Vereha bf889793f0 make it compile 2022-06-17 17:58:21 +02:00
Milos Kozak 1eb7cd69d9 remove unused strings 2022-06-17 12:53:22 +02:00
Milos Kozak 7ba4c19298 sync BolusCalculatorResult in full mode 2022-06-17 12:47:40 +02:00
Milos Kozak 67b4eaee70
Merge pull request #1832 from nightscout/tim2000s_dev
Dynamic ISF update to model cleaned
2022-06-17 11:56:51 +02:00
Andrei Vereha 8d23df61bd Merge branch 'upstream-dev' into avereha/fix-disconnect 2022-06-17 11:55:13 +02:00
Milos Kozak ac0a58bad4
New Crowdin updates (#1828)
* New translations strings.xml (Romanian)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Catalan)

* New translations strings.xml (Czech)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Czech)

* New translations strings.xml (Danish)

* New translations strings.xml (German)

* New translations strings.xml (Greek)

* New translations strings.xml (Irish)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Hungarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Korean)

* New translations strings.xml (Dutch)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Polish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Russian)

* New translations strings.xml (Slovak)

* New translations strings.xml (Swedish)

* New translations strings.xml (Turkish)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Catalan)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Danish)

* New translations strings.xml (Norwegian)

* New translations strings.xml (German)

* New translations strings.xml (Greek)

* New translations strings.xml (Irish)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Hungarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Korean)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Dutch)

* New translations strings.xml (Polish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Russian)

* New translations strings.xml (Slovak)

* New translations strings.xml (Swedish)

* New translations strings.xml (Turkish)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Croatian)

* New translations strings.xml (Romanian)

* New translations strings.xml (French)

* New translations strings.xml (Croatian)

* New translations strings.xml (French)

* New translations strings.xml (Turkish)

* New translations strings.xml (French)

* New translations strings.xml (Turkish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Slovak)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Slovak)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Spanish)
2022-06-17 11:42:06 +02:00
Milos Kozak 8f36b4a0dc Cleanup #2 2022-06-17 11:38:00 +02:00
Milos Kozak c211c2e4c3 resolve deadlock in Objective 7 2022-06-17 11:24:51 +02:00
Milos Kozak 2d6de1970b DynISF cleanup 2022-06-14 11:56:43 +02:00
Tim Street 0b3223d71f
Merge branch 'nightscout:dev' into dev 2022-06-13 21:12:14 +01:00
t_j_s c233f9ba12 Prep for Nightscout Dev upload.
1. DYnamic ISF Plugin uses combination of 8 hour weighted average, last full day and 7 day average TDDs.
2. Model is the reworked 1800 rule using log values and insulin peak.

LGS Threshold moved in preferences to the DynamicISF prefs module and only available in the Dynamic ISF plugin.
2022-06-13 20:35:08 +01:00
Milos Kozak f980d2f73c SMS: set TT type correctly 2022-06-13 18:56:13 +02:00
Milos Kozak 1932966a63 do not export activities 2022-06-13 17:50:31 +02:00
Milos Kozak 9995be702c WizardDialog: move calculation out of main thread 2022-06-13 17:17:54 +02:00