Commit graph

11391 commits

Author SHA1 Message Date
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
Milos Kozak 6649386c58
Merge branch 'dev' into gradleupdate 2021-08-06 11:03:26 +02:00
Milos Kozak 0e928bbb9c compileSdkVersion 30 2021-08-06 00:08:49 +02:00
Milos Kozak 776d85ec90 gradle 7.1 2021-08-04 17:14:57 +02:00
Milos Kozak 24bcc4ecfe
Merge pull request #620 from miyeongkim/dev
Bug fix and clean code
2021-08-04 11:28:24 +02:00
miyeongkim a14e1a3b84 - Fixed bugs due to time difference between App and Pump
- Delete unused method
2021-08-02 10:49:56 +09:00
dependabot[bot] 22678e777a
Bump dagger_version from 2.37 to 2.38.1
Bumps `dagger_version` from 2.37 to 2.38.1.

Updates `dagger-compiler` from 2.37 to 2.38.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.37...dagger-2.38.1)

Updates `dagger-android-processor` from 2.37 to 2.38.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.37...dagger-2.38.1)

Updates `dagger-android` from 2.37 to 2.38.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.37...dagger-2.38.1)

Updates `dagger-android-support` from 2.37 to 2.38.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.37...dagger-2.38.1)

---
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-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>
2021-07-28 08:06:19 +00:00
Milos Kozak 15e61108db update icon size 2021-07-12 17:52:49 +02:00
Milos Kozak b995243947 Dana-i icon 2021-07-12 15:43:02 +02:00
Milos Kozak 201f9f2a84
Merge pull request #573 from nightscout/dependabot/gradle/dev/org.mockito-mockito-core-3.11.2
Bump mockito-core from 3.11.1 to 3.11.2
2021-07-09 21:57:29 +02:00
Milos Kozak 581bb0af01
New Crowdin updates (#588)
* New translations strings.xml (Czech)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Italian)

* New translations strings.xml (Tamil)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Turkish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Slovenian)

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

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Korean)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Spanish)

* New translations strings.xml (Romanian)

* New translations strings.xml (French)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Irish)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Catalan)

* New translations strings.xml (Danish)

* New translations strings.xml (German)

* New translations strings.xml (Greek)

* New translations alert_titles.xml (Korean)

* New translations alert_descriptions.xml (Korean)

* New translations alert_descriptions.xml (Lithuanian)

* New translations strings.xml (Korean)

* New translations objectives.xml (Hebrew)

* New translations strings.xml (Korean)

* New translations strings.xml (Croatian)

* New translations exam.xml (Korean)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Korean)

* New translations strings.xml (Korean)

* New translations exam.xml (Korean)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Russian)

* New translations strings.xml (French)

* New translations strings.xml (French)

* New translations strings.xml (Korean)

* New translations exam.xml (Korean)

* New translations objectives.xml (Korean)

* New translations strings.xml (Korean)

* New translations strings.xml (French)
2021-07-09 21:54:34 +02:00
AdrianLxM 9020ca1696
Merge pull request #603 from nightscout/adrian/test-flexbox-circleci
update flexbox, delete maven repository, update jacoco
2021-07-09 20:40:58 +02:00
AdrianLxM a6fc9fee0f update jacoco and add global config 2021-07-09 20:02:22 +02:00
AdrianLxM da55d65907 update flexbox and delete maven repository 2021-07-09 18:20:10 +02:00
AdrianLxM 275fe74044 fix gradle dependency versioning 2021-07-09 17:51:49 +02:00
Milos Kozak ad98bcec2e Fix RS protocol=5 pumps 2021-07-08 00:04:18 +02:00
Milos Kozak fdc71785e2
Merge pull request #595 from miyeongkim/dev
updated firmware version check
2021-07-02 09:29:47 +02:00
miyeongkim 641a712216 restore gradle file 2021-07-02 10:07:31 +09:00
miyeongkim ba64816a47
Merge branch 'nightscout:dev' into dev 2021-07-02 09:39:03 +09:00
Milos Kozak 444d5aeebd
Merge pull request #571 from andyrozman/mdt_new_fix_2
Fixes for medtronic driver refactoring
2021-07-01 12:38:51 +02:00
youn7986 f157d4186c BigAPSMainInfoInquirePacket is activated from version 3.0 or higher. 2021-07-01 17:09:45 +09:00
Milos Kozak 272cdbbb00 use package for nsclient broadcast 2021-06-27 12:39:42 +02:00
Andy Rozman d5a8838cab - changed/reverted change 2021-06-26 22:00:29 +01:00
Milos Kozak cf006790b9 make automation profile switch based on last profile switch instead of profile store 2021-06-26 22:57:40 +02:00
Milos Kozak dc90c6b140 fix switching to virtual pump 2021-06-26 22:52:51 +02:00
Andy Rozman 3288eb2966 Merge branch 'dev' into mdt_new_fix_2 2021-06-26 21:50:00 +01:00
Milos Kozak e08af1e7e4 fix NS sync issue 2021-06-26 22:15:02 +02:00
Milos Kozak 49776c8872 remove unused import 2021-06-26 20:54:13 +02:00
Milos Kozak 62cb1bb506 reduce warnings amount 2021-06-26 19:53:09 +02:00
Andy Rozman c8d11c375a - problem with evaluating Rewing/NoDelivery records 2021-06-26 17:12:03 +01:00
Milos Kozak 71ada7203a Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dev 2021-06-25 07:57:47 +02:00
Milos Kozak 93b5701a89 add diaconn for translations 2021-06-25 07:54:35 +02:00
Milos Kozak 2c964194d3
Merge pull request #578 from nightscout/dependabot/gradle/dev/com.google.firebase-firebase-crashlytics-gradle-2.7.1
Bump firebase-crashlytics-gradle from 2.7.0 to 2.7.1
2021-06-24 19:39:43 +02:00
Milos Kozak 7bb03c4c13
Merge pull request #580 from nightscout/diaconn
Diaconn
2021-06-24 19:34:22 +02:00
dependabot[bot] 80fe38bf93
Bump firebase-crashlytics-gradle from 2.7.0 to 2.7.1
Bumps firebase-crashlytics-gradle from 2.7.0 to 2.7.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>
2021-06-24 08:05:42 +00:00
Milos Kozak 626a1d22a7
Merge pull request #576 from miyeongkim/diaconn
Some Error fixed
2021-06-24 08:44:59 +02:00
Milos Kozak 33047e478d 2.8.2.2-dev 2021-06-23 22:43:18 +02:00