Commit graph

14015 commits

Author SHA1 Message Date
Milos Kozak dece2e1622
Merge pull request #1974 from justmara/fix/debug-optimization
small debug logging optimization
2022-07-30 23:14:40 +02:00
Milos Kozak e635978c1a
Merge pull request #1969 from Philoul/Fix/AutotuneKeyboad
Autotune Fix Keyboard input for TuneDays
2022-07-30 23:10:01 +02:00
Milos Kozak df06b3425d
Merge pull request #1964 from nightscout/dependabot/gradle/dev/dagger_version-2.43
chore(deps): bump dagger_version from 2.42 to 2.43
2022-07-30 23:09:02 +02:00
Milos Kozak 14aace2181
Merge pull request #1953 from osodebailar/bugfix/fix-insight-textcolor-on-whitetheme
fix insight textcolor on white theme
2022-07-30 23:08:32 +02:00
Milos Kozak 53d75daf09
Merge pull request #1970 from nightscout/dependabot/gradle/dev/room_version-2.4.3
chore(deps): bump room_version from 2.4.2 to 2.4.3
2022-07-30 23:07:55 +02:00
Milos Kozak 7f3e29eb84
Merge pull request #1967 from osodebailar/bugfix/fix-wrong-button-style
fix button style
2022-07-30 22:48:17 +02:00
Milos Kozak d4ed32dd6c
Merge pull request #1961 from andyrozman/bug1724_tbr_iob
Bug1724 tbr iob
2022-07-30 22:47:29 +02:00
Sergey Zorchenko 5ee3d14235 moved some debug log messages creation to lambda 2022-07-29 14:05:31 +03:00
dependabot[bot] acf167e8ac
chore(deps): bump room_version from 2.4.2 to 2.4.3
Bumps `room_version` from 2.4.2 to 2.4.3.

Updates `room-ktx` from 2.4.2 to 2.4.3

Updates `room-runtime` from 2.4.2 to 2.4.3

Updates `room-rxjava3` from 2.4.2 to 2.4.3

Updates `room-compiler` from 2.4.2 to 2.4.3

Updates `room-testing` from 2.4.2 to 2.4.3

---
updated-dependencies:
- dependency-name: androidx.room:room-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-rxjava3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 08:09:15 +00:00
Philoul d1429ad150 Autotune replace EditTextPreference by ValidatingEditTextPreference for Default tuneDays 2022-07-27 23:59:17 +02:00
Philoul a67bcddbfd Autotune Fix tuneDays modification from keyboard 2022-07-27 23:38:51 +02:00
osodebailar ff378579c4 fix button style 2022-07-27 09:45:09 +02:00
dependabot[bot] 2887cd5577
chore(deps): bump dagger_version from 2.42 to 2.43
Bumps `dagger_version` from 2.42 to 2.43.

Updates `dagger-compiler` from 2.42 to 2.43
- [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.42...dagger-2.43)

Updates `dagger-android-processor` from 2.42 to 2.43
- [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.42...dagger-2.43)

Updates `dagger` from 2.42 to 2.43
- [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.42...dagger-2.43)

Updates `dagger-android` from 2.42 to 2.43
- [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.42...dagger-2.43)

Updates `dagger-android-support` from 2.42 to 2.43
- [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.42...dagger-2.43)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-android-processor
  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>
2022-07-25 08:08:22 +00:00
Andy Rozman 2e40b17973 - reverting change done for 1724 (code is still there just commented). I need to rework this, and reuse the code, just on different position) 2022-07-24 12:42:33 +01:00
Andy Rozman 3ea2c761f9 Merge branch 'dev' into bug1724_tbr_iob 2022-07-24 12:38:42 +01:00
osodebailar 1c9749ee26 fix insight textcolor on white theme 2022-07-23 13:52:55 +02:00
Milos Kozak 0734b4c620 Insight: fix NPE 2022-07-22 22:59:21 +02:00
Milos Kozak 0599e81327 3.1.0.2-dev-a 2022-07-22 19:21:01 +02:00
Milos Kozak 6b26e528ec 3.1.0.2 2022-07-22 19:19:48 +02:00
Milos Kozak aa54e94c35 fix BT check for android < 12 2022-07-22 19:16:00 +02:00
Milos Kozak dc13682d5e 3.1.0.1-dev-a 2022-07-22 15:05:29 +02:00
Milos Kozak b5ac9f3b94 revert gradle 2022-07-22 11:50:02 +02:00
Milos Kozak 5db4493478 bump 3.1.0.1 2022-07-22 11:35:52 +02:00
Milos Kozak a1df2d322d
Merge pull request #1945 from nightscout/dependabot/gradle/dev/dagger_version-2.43
chore(deps): bump dagger_version from 2.42 to 2.43
2022-07-22 11:34:21 +02:00
Milos Kozak 3d1c7770ab
New Crowdin updates (#1940)
* Update source file strings.xml

* New translations strings.xml (Korean)

* Update source file strings.xml

* New translations strings.xml (Romanian)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

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

* Update source file strings.xml

* Update source file strings.xml

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Romanian)

* New translations strings.xml (Spanish)

* New translations strings.xml (German)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Catalan)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Danish)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Turkish)

* New translations strings.xml (Romanian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Catalan)

* New translations strings.xml (Danish)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Italian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Polish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (German)

* New translations strings.xml (Russian)

* New translations strings.xml (Slovak)

* New translations strings.xml (Swedish)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Greek)

* New translations strings.xml (Irish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Hungarian)

* New translations strings.xml (Korean)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Polish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Swedish)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Czech)

* New translations strings.xml (Polish)

* New translations strings.xml (Hebrew)
2022-07-22 11:33:28 +02:00
dependabot[bot] c5e55eaf85
chore(deps): bump dagger_version from 2.42 to 2.43
Bumps `dagger_version` from 2.42 to 2.43.

Updates `dagger-compiler` from 2.42 to 2.43
- [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.42...dagger-2.43)

Updates `dagger-android-processor` from 2.42 to 2.43
- [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.42...dagger-2.43)

Updates `dagger` from 2.42 to 2.43
- [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.42...dagger-2.43)

Updates `dagger-android` from 2.42 to 2.43
- [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.42...dagger-2.43)

Updates `dagger-android-support` from 2.42 to 2.43
- [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.42...dagger-2.43)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-android-processor
  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>
2022-07-22 08:10:42 +00:00
Milos Kozak 67374301ff MDT: fix fragment state color 2022-07-21 23:34:39 +02:00
Milos Kozak ea8e3e4ace cleanup 2022-07-21 23:10:36 +02:00
Milos Kozak d36f819287 fix concurrent modification 2022-07-21 22:47:28 +02:00
Milos Kozak 6c4796fd21 more permission checks 2022-07-21 19:19:31 +02:00
Milos Kozak 6d3f0014c2 prevent NPE 2022-07-21 16:58:54 +02:00
Milos Kozak a2209d8bfc
New translations strings.xml (Russian) (#1928) 2022-07-21 12:57:44 +02:00
Milos Kozak ac2c11e13b
Merge pull request #1936 from miyeongkim/dev
add pump serial packet and fix bugs and errors
2022-07-21 12:57:30 +02:00
Milos Kozak 80427d4ddb
Merge pull request #1930 from justmara/fix/historybrowser-menu
#1929: fix menu in historybrowser
2022-07-21 09:09:19 +02:00
miyeongkim e4d36c9fca add SerialNumInquirePacket.kt
fix time difference error
ble waitmilis time change
2022-07-21 16:05:47 +09:00
Sergey Zorchenko c555dd693f fix popup menu in historybrowser 2022-07-20 22:27:32 +03:00
Milos Kozak 9e4864e93c lints 2022-07-20 16:58:03 +02:00
Milos Kozak 381708fe11 hide disabled plugins 2022-07-20 16:48:38 +02:00
Milos Kozak d14bc49dc0 fix warning 2022-07-20 14:30:35 +02:00
Milos Kozak 1fcf9553d8
Merge pull request #1926 from osodebailar/bugfix/1920-white-theme-crash-fix
fix white theme crash
2022-07-20 13:48:56 +02:00
Milos Kozak 970ff714b2
Merge pull request #1927 from nightscout/l10n_dev
New Crowdin updates
2022-07-20 13:46:30 +02:00
Milos Kozak af50342db5 New translations strings.xml (Russian) 2022-07-20 13:09:40 +02:00
osodebailar 2b47c80463 fix white theme crash 2022-07-20 12:55:09 +02:00
Milos Kozak a857309add 3.1.0-dev-a 2022-07-19 22:35:47 +02:00
Milos Kozak bc2cd2c594
New Crowdin updates (#1912)
* New translations strings.xml (Spanish)

* New translations strings.xml (Italian)

* New translations exam.xml (Italian)

* New translations strings.xml (Italian)

* New translations exam.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Norwegian)

* New translations strings.xml (French)

* New translations strings.xml (French)

* New translations strings.xml (Chinese Simplified)
2022-07-19 11:13:57 +02:00
Milos Kozak 21e397b51e 3.1.0 2022-07-19 11:12:56 +02:00
Milos Kozak b061bc7dd6 Stop alarm before calling dismiss 2022-07-18 13:38:52 +02:00
Milos Kozak 49421da1d6 limit EventProfileSwitchChanged processing 2022-07-18 13:35:03 +02:00
Milos Kozak 07abc0f2b6 ErrorHelperActivy call cleanup 2022-07-18 13:08:40 +02:00
Milos Kozak d0b229b2cb fix storing BolusCalculatorResult 2022-07-18 11:25:24 +02:00