Commit graph

15305 commits

Author SHA1 Message Date
dependabot[bot] 00b7920271
chore(deps): bump androidx.navigation:navigation-fragment-ktx
Bumps androidx.navigation:navigation-fragment-ktx from 2.5.3 to 2.6.0.

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-fragment-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 09:16:30 +00:00
dependabot[bot] 09893713c8
chore(deps): bump kotlin_version from 1.8.21 to 1.8.22
Bumps `kotlin_version` from 1.8.21 to 1.8.22.

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin:kotlin-allopen` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin:kotlin-serialization` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.android` from 1.8.21 to 1.8.22

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 09:15:55 +00:00
dependabot[bot] ece1dd6ad4
chore(deps): bump org.jlleitschuh.gradle.ktlint from 11.3.2 to 11.4.0
Bumps org.jlleitschuh.gradle.ktlint from 11.3.2 to 11.4.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-07 08:57:40 +00:00
Milos Kozak 306406733c
New Crowdin updates (#2563)
* New translations strings.xml (French)

* New translations objectives.xml (French)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations protection.xml (Russian)

* Update source file strings.xml

* Update source file strings.xml

* Update source file strings.xml

* New translations strings.xml (Czech)

* New translations strings.xml (Czech)

* New translations strings.xml (Korean)

* New translations strings.xml (Romanian)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Catalan)

* New translations strings.xml (Czech)

* New translations strings.xml (Danish)

* New translations strings.xml (German)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Italian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Dutch)

* 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 (Spanish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Hebrew)

* New translations strings.xml (French)

* New translations strings.xml (French)

* New translations strings.xml (French)

* New translations strings.xml (Slovak)

* New translations strings.xml (Slovak)

* New translations strings.xml (Slovak)
2023-06-05 13:07:08 +02:00
Milos Kozak 231d82f439
EOPATCH: translate error codes 2023-06-05 13:06:29 +02:00
Milos Kozak cd9f5e4723
Merge pull request #2549 from jbr7rr/dash-handle-tbr-out-of-sync
DASH: handle tbr out of sync
2023-06-01 14:32:44 +02:00
Milos Kozak 29410ecb03
Merge pull request #2554 from jbr7rr/dash-fix-race-condition-on-disconnect
DASH: Fix race condition on dash disconnect
2023-06-01 14:31:42 +02:00
Milos Kozak 0c847616cb
Merge pull request #2562 from buessow/stage
Get heart rate from Wear watch and display as graph in Overview
2023-06-01 14:31:25 +02:00
Milos Kozak 1691b680d1
Merge pull request #2565 from jungsomyeonggithub/dev
EOPATCH: bug fix
2023-06-01 14:29:53 +02:00
jungsomyeonggithub c07a155424 bug fix 2023-06-01 19:23:31 +09:00
Milos Kozak 757afdc4aa
Merge pull request #2555 from nightscout/dependabot/gradle/dev/androidx.activity-activity-ktx-1.7.2
chore(deps): bump androidx.activity:activity-ktx from 1.7.1 to 1.7.2
2023-05-30 10:08:56 +02:00
dependabot[bot] d6383f70f9
chore(deps): bump androidx.activity:activity-ktx from 1.7.1 to 1.7.2
Bumps androidx.activity:activity-ktx from 1.7.1 to 1.7.2.

---
updated-dependencies:
- dependency-name: androidx.activity:activity-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 07:08:15 +00:00
Milos Kozak 18af89fb02
Merge pull request #2557 from nightscout/dependabot/gradle/dev/com.google.guava-guava-32.0.0-jre
chore(deps): bump com.google.guava:guava from 31.1-jre to 32.0.0-jre
2023-05-30 09:07:32 +02:00
Milos Kozak 726e33b237
Merge pull request #2558 from nightscout/dependabot/gradle/dev/com.google.firebase-firebase-bom-32.1.0
chore(deps): bump com.google.firebase:firebase-bom from 32.0.0 to 32.1.0
2023-05-30 09:07:14 +02:00
robertbuessow c4ad9f12aa Request sensor permissions when heart rate sampling is enabled. 2023-05-29 18:22:51 +03:00
dependabot[bot] 1836b349d2
chore(deps): bump com.google.firebase:firebase-bom from 32.0.0 to 32.1.0
Bumps com.google.firebase:firebase-bom from 32.0.0 to 32.1.0.

---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 08:58:01 +00:00
dependabot[bot] c9fcdb13b2
chore(deps): bump com.google.guava:guava from 31.1-jre to 32.0.0-jre
Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 08:57:53 +00:00
jbr7rr d5647ce021 Fix race condition on dash disconnect 2023-05-22 20:06:59 +02:00
robertbuessow b82aeb9379 Rewrite HeartRateListener to better handle watches that don't regularely send heart rate events.
Make ActionHeartRate and HeartRate consistent.
2023-05-22 17:35:23 +02:00
robertbuessow 7f14535852 Store heart rate events from watch in local storage. 2023-05-19 17:05:11 +02:00
Robert Buessow 411ec8bd68 Get heart rate readings from Wear watch sensor and send to phone. 2023-05-19 17:04:51 +02:00
Robert Buessow 7f0c361ca2 Add AppRepository::getHeartRatesFromTimeToTime 2023-05-19 17:02:58 +02:00
Robert Buessow ecea212c83 Support heart rate in overview graph 2023-05-19 17:01:23 +02:00
jbr7rr cd3869ea07 Move verifyPumpState to its own function, cleanup 2023-05-19 16:54:32 +02:00
jbr7rr 77feeedf35 Shorten TBR string to cleanup history view 2023-05-19 16:54:20 +02:00
jbr7rr 38728bac01 Handle DASH basal and TBR out of sync 2023-05-19 09:55:13 +02:00
jbr7rr 2826854b7c Add total delivered to dash history 2023-05-19 09:55:01 +02:00
Milos Kozak 7faa34aa50 fix activities translation 2023-05-17 18:36:01 +02:00
Milos Kozak 111093f7cd SW: accept MGDL values correctly 2023-05-17 17:26:39 +02:00
Milos Kozak 0a63a59bb6
Merge pull request #2542 from nightscout/dependabot/gradle/dev/coroutines_version-1.7.1
chore(deps): bump coroutines_version from 1.7.0 to 1.7.1
2023-05-16 09:57:59 +02:00
dependabot[bot] 6d4e02f9eb
chore(deps): bump coroutines_version from 1.7.0 to 1.7.1
Bumps `coroutines_version` from 1.7.0 to 1.7.1.

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.0 to 1.7.1
- [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.7.0...1.7.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.7.0 to 1.7.1
- [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.7.0...1.7.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-guava` from 1.7.0 to 1.7.1
- [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.7.0...1.7.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-play-services` from 1.7.0 to 1.7.1
- [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.7.0...1.7.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-rx3` from 1.7.0 to 1.7.1
- [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.7.0...1.7.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.0 to 1.7.1
- [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.7.0...1.7.1)

---
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
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-rx3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 07:19:16 +00:00
Milos Kozak 6f46564100
Merge pull request #2541 from nightscout/dependabot/gradle/dev/dagger_version-2.46.1
chore(deps): bump dagger_version from 2.45 to 2.46.1
2023-05-16 09:18:24 +02:00
dependabot[bot] b8708aa383
chore(deps): bump dagger_version from 2.45 to 2.46.1
Bumps `dagger_version` from 2.45 to 2.46.1.

Updates `com.google.dagger:dagger-android-processor` from 2.45 to 2.46.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.45...dagger-2.46.1)

Updates `com.google.dagger:dagger-compiler` from 2.45 to 2.46.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.45...dagger-2.46.1)

Updates `com.google.dagger:dagger` from 2.45 to 2.46.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.45...dagger-2.46.1)

Updates `com.google.dagger:dagger-android` from 2.45 to 2.46.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.45...dagger-2.46.1)

Updates `com.google.dagger:dagger-android-support` from 2.45 to 2.46.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.45...dagger-2.46.1)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger-android-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-android-support
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 14:06:44 +00:00
Milos Kozak 12c79bcf56 fix tests 2023-05-15 11:29:33 +02:00
Milos Kozak 6f22c5122f actions: do not show labels in low-res landscape mode 2023-05-15 11:13:36 +02:00
Milos Kozak c86edb94fd improve statuslights layout 2023-05-14 12:50:34 +02:00
Milos Kozak fba804b2cb EOPATCH: disable screen rotation during activation 2023-05-14 10:04:07 +02:00
Milos Kozak 0dad5ca499 profile: fix redundant EPS 2023-05-14 09:57:48 +02:00
Milos Kozak 01bb554651 fix overlapping profile switches of the same value, fix storing profiles from NS 2023-05-13 23:18:06 +02:00
Milos Kozak 016cf9dada lint 2023-05-13 19:36:09 +02:00
Milos Kozak 129869b720 3.2.0-dev-j 2023-05-13 19:12:11 +02:00
Milos Kozak c96e0d596f
Merge pull request #2537 from nightscout/dependabot/gradle/dev/kotlinx_serialization_version-1.5.1
chore(deps): bump kotlinx_serialization_version from 1.5.0 to 1.5.1
2023-05-13 18:51:06 +02:00
dependabot[bot] 19f4e0000c
chore(deps): bump kotlinx_serialization_version from 1.5.0 to 1.5.1
Bumps `kotlinx_serialization_version` from 1.5.0 to 1.5.1.

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.5.0...v1.5.1)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-core` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 08:57:35 +00:00
Milos Kozak ea19edaba9
Merge pull request #2535 from nightscout/dependabot/gradle/dev/androidx.core-core-ktx-1.10.1
chore(deps): bump androidx.core:core-ktx from 1.10.0 to 1.10.1
2023-05-12 07:49:54 +02:00
Milos Kozak e91a74b430
Merge pull request #2536 from LoriLori/use_MenuCompat_setGroupDividerEnabled
use MenuCompat for setGroupDividerEnabled
2023-05-12 07:49:38 +02:00
Lorelai L 04f82332a7 use MenuCompat 2023-05-11 23:46:34 +02:00
dependabot[bot] a574d06d61
chore(deps): bump androidx.core:core-ktx from 1.10.0 to 1.10.1
Bumps androidx.core:core-ktx from 1.10.0 to 1.10.1.

---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 08:57:50 +00:00
Milos Kozak c29782e0f4
Merge pull request #2506 from buessow/dev
Add local storage of heart rate values.
2023-05-10 09:55:16 +02:00
Milos Kozak e22a4f681e
Merge pull request #2533 from nightscout/dependabot/gradle/dev/coroutines_version-1.7.0
chore(deps): bump coroutines_version from 1.6.4 to 1.7.0
2023-05-10 08:57:47 +02:00
Milos Kozak 4a1ed1f584
Merge pull request #2531 from jbr7rr/dash-fix-long-0temp
Dash: Workaround for long 0temp
2023-05-09 11:58:19 +02:00