Commit graph

11427 commits

Author SHA1 Message Date
Milos Kozak ddbeb31d49
Merge pull request #665 from rdziadosz/dev
NullPointerException while processing Bolus entries
2021-09-08 13:53:41 +02:00
Radoslaw Dziadosz 738495ddda NullPointerException while processing Bolus entries 2021-09-08 01:04:42 +02:00
Milos Kozak 5760d3e85b Update Crowdin configuration file 2021-09-07 22:45:53 +02:00
Milos Kozak d18c05205c Resolve warnings 2021-09-07 12:08:19 +02:00
Milos Kozak 2034774b39
Merge pull request #647 from nightscout/dependabot/gradle/dev/kotlin_version-1.5.30
Bump kotlin_version from 1.5.21 to 1.5.30
2021-09-06 17:06:14 +02:00
Milos Kozak 9aaddf12d9
Merge pull request #659 from nightscout/dependabot/gradle/dev/com.android.tools.build-gradle-7.0.2
Bump gradle from 7.0.0 to 7.0.2
2021-09-06 17:04:46 +02:00
Milos Kozak c9897da78d
Merge pull request #641 from nightscout/openhumans_v2
Update Open Humans uploader for new database
2021-09-06 13:54:16 +02:00
Milos Kozak 679a63f757 fix build 2021-09-06 13:50:58 +02:00
Milos Kozak 84343c39a4 fix tests 2021-09-06 11:27:27 +02:00
Milos Kozak 379ed6dca6
Merge pull request #663 from Philoul/Fix_Automation_regression
Fix Automation regression (Add missing return)
2021-09-06 10:27:59 +02:00
Philoul 2fafa78f56 Fix Automation regression (Add missing return) 2021-09-04 23:59:45 +02:00
Milos Kozak ba4a8f3a1d
Merge pull request #660 from rdziadosz/dev
Xstream permission
2021-09-03 13:47:23 +02:00
Radoslaw 991b1257d1 xstream permission 2021-09-03 00:01:45 +02:00
dependabot[bot] 59e02e8a8b
Bump gradle from 7.0.0 to 7.0.2
Bumps gradle from 7.0.0 to 7.0.2.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 08:13:55 +00:00
Milos Kozak 4d5b699cc4 Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev 2021-08-28 21:13:54 +02:00
Milos Kozak 3064fea60d update exam text 2021-08-28 21:13:30 +02:00
Milos Kozak 89e16fa0f5
Merge pull request #648 from nightscout/dependabot/gradle/dev/org.mockito-mockito-core-3.12.4
Bump mockito-core from 3.12.1 to 3.12.4
2021-08-28 21:09:17 +02:00
Milos Kozak 5411f4fb3c key_ns_receive_profile_store default true to fetch NS profiles in setup wizard 2021-08-28 20:58:27 +02:00
Milos Kozak 1b87522a4b Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev 2021-08-28 19:13:20 +02:00
dependabot[bot] e4db86facc
Bump mockito-core from 3.12.1 to 3.12.4
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.1 to 3.12.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.12.1...v3.12.4)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 08:05:33 +00:00
dependabot[bot] 1eb12401b0
Bump kotlin_version from 1.5.21 to 1.5.30
Bumps `kotlin_version` from 1.5.21 to 1.5.30.

Updates `kotlin-gradle-plugin` from 1.5.21 to 1.5.30
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.30/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.5.30)

Updates `kotlin-allopen` from 1.5.21 to 1.5.30
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.30/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.5.30)

Updates `kotlin-stdlib-jdk7` from 1.5.21 to 1.5.30
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.30/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.5.30)

Updates `kotlin-reflect` from 1.5.21 to 1.5.30
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.30/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.5.30)

---
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-stdlib-jdk7
  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>
2021-08-25 08:11:11 +00:00
Milos Kozak 2ec6e625e7
Merge pull request #636 from nightscout/dependabot/gradle/dev/byteBuddyVersion-1.11.13
Bump byteBuddyVersion from 1.11.5 to 1.11.13
2021-08-24 12:03:36 +02:00
Milos Kozak a5caacd90f
Merge pull request #642 from nightscout/dependabot/gradle/dev/org.mockito-mockito-core-3.12.1
Bump mockito-core from 3.12.0 to 3.12.1
2021-08-24 12:03:22 +02:00
Milos Kozak f12973e26c
Merge pull request #643 from nightscout/dependabot/gradle/dev/com.thoughtworks.xstream-xstream-1.4.18
Bump xstream from 1.4.17 to 1.4.18
2021-08-24 12:02:52 +02:00
Milos Kozak e2f33752ea
Merge pull request #644 from nightscout/dependabot/gradle/dev/com.google.code.gson-gson-2.8.8
Bump gson from 2.8.7 to 2.8.8
2021-08-24 12:02:44 +02:00
dependabot[bot] 55f1b5fa0a
Bump gson from 2.8.7 to 2.8.8
Bumps [gson](https://github.com/google/gson) from 2.8.7 to 2.8.8.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.7...gson-parent-2.8.8)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 08:07:53 +00:00
dependabot[bot] 9b30b15a50
Bump xstream from 1.4.17 to 1.4.18
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.17 to 1.4.18.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

---
updated-dependencies:
- dependency-name: com.thoughtworks.xstream:xstream
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 08:07:24 +00:00
dependabot[bot] e6d5481a00
Bump mockito-core from 3.12.0 to 3.12.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.12.0...v3.12.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 08:07:18 +00:00
Milos Kozak ffa666b6c9
Merge pull request #638 from nightscout/dependabot/gradle/dev/org.mockito-mockito-core-3.12.0
Bump mockito-core from 3.11.2 to 3.12.0
2021-08-22 20:28:47 +02:00
TebbeUbben dbf1772397 Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev
 Conflicts:
	build.gradle
2021-08-20 19:42:59 +02:00
TebbeUbben 3aadb92250 Update Open Humans uploader for new database 2021-08-20 19:37:38 +02:00
dependabot[bot] 8fc2f31540
Bump mockito-core from 3.11.2 to 3.12.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v3.12.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 08:06:29 +00:00
Milos Kozak 8c2f4517b4 Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev 2021-08-19 22:49:36 +02:00
dependabot[bot] 6e0d6344ac
Bump byteBuddyVersion from 1.11.5 to 1.11.13
Bumps `byteBuddyVersion` from 1.11.5 to 1.11.13.

Updates `byte-buddy` from 1.11.5 to 1.11.13
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.5...byte-buddy-1.11.13)

Updates `byte-buddy-android` from 1.11.5 to 1.11.13
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.5...byte-buddy-1.11.13)

Updates `byte-buddy-agent` from 1.11.5 to 1.11.13
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.5...byte-buddy-1.11.13)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-19 11:33:58 +00:00
Milos Kozak 7cd71f727f libs update 2021-08-19 13:33:09 +02:00
Milos Kozak dfdea82731 fix Action loading 2021-08-17 18:08:29 +02:00
Milos Kozak 4761a1a5ba kotlin-allopen, fixed tests 2021-08-16 13:47:14 +02:00
Milos Kozak 0af345e340 Make sync variables volatile 2021-08-11 19:55:42 +02:00
Milos Kozak c5857da42f StatsActivity fix 2021-08-11 19:01:19 +02:00
Milos Kozak 24fc69c26b Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev 2021-08-11 18:10:48 +02:00
Milos Kozak 1c065c75e8 API 30 lints 2021-08-11 18:10:44 +02:00
Milos Kozak b5ea857ced Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev 2021-08-10 21:36:38 +02:00
Milos Kozak 0a66ed307a HistoryBrowser improvement 2021-08-10 21:36:26 +02:00
Milos Kozak ff2b4f3427 downgrade gradle 2021-08-09 11:00:22 +02:00
Milos Kozak e8f946ad3f
New Crowdin updates (#604)
* New translations strings.xml (Dutch)

* New translations strings.xml (Dutch)

* New translations strings.xml (Dutch)

* New translations strings.xml (Dutch)

* New translations strings.xml (Dutch)

* New translations strings.xml (Dutch)

* New translations strings.xml (Dutch)

* New translations strings.xml (Dutch)

* New translations strings.xml (Romanian)

* New translations strings.xml (Dutch)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Swedish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Polish)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (French)

* New translations strings.xml (Korean)

* New translations strings.xml (Italian)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Irish)

* New translations strings.xml (German)

* New translations strings.xml (Czech)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Spanish)

* Update source file strings.xml

* New translations strings.xml (Czech)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Slovak)

* New translations strings.xml (Slovak)

* New translations strings.xml (Slovak)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Norwegian)
2021-08-06 23:34:21 +02:00
Milos Kozak 01fb2bca43
Merge pull request #615 from nightscout/dependabot/gradle/dev/dagger_version-2.38.1
Bump dagger_version from 2.37 to 2.38.1
2021-08-06 23:32:25 +02:00
Milos Kozak 22ada435f2
Merge pull request #625 from nightscout/gradleupdate
Gradle update
2021-08-06 23:30:50 +02:00
Milos Kozak e730e11652
Merge pull request #626 from nightscout/circleci-editor/dev
Update .circleci/config.yml
2021-08-06 23:26:29 +02:00
Milos Kozak 54c1dcdb7b
Merge branch 'dev' into circleci-editor/dev 2021-08-06 14:15:38 +02:00
Milos Kozak e4da636d96 Add .circleci/config.yml 2021-08-06 14:13:28 +02:00