Commit graph

110 commits

Author SHA1 Message Date
Milos Kozak d108755814 move to plugins module 2022-11-11 17:46:09 +01:00
Milos Kozak 3a87a95e32 VirtualPump: fix and improve bolus progress 2022-10-04 12:44:17 +02:00
Carlos Rafael Giani 9b1b797d09 IDEA/Android Studio: Disallow wildcard imports
Wildcard imports are generally discouraged for these reasons:

(Source: https://jiga.dev/avoiding-wildcard-imports-in-java-kotlin-with-intellij/)

* Explicit imports clearly states what external classes the current class
  is directly using, provided that you don’t leave redundant imports
  in your code.

* If there are two classes with the same name from different packages,
  it can introduce collision when using wildcard imports.

* When multiple people are working in a project, wildcard imports can
  create confusion as to which classes are actually imported.

Also note that ktlint has a rule against wildcard imports.

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
2022-08-01 15:37:50 +02:00
Milos Kozak d14bc49dc0 fix warning 2022-07-20 14:30:35 +02:00
Milos Kozak 09466bae10 dictionary update 2022-05-18 10:05:25 +02:00
Milos Kozak e01647d496 Wear: fix DigitalStyle watchface 2022-05-08 23:11:10 +02:00
Mark Breen 10d1170d9c
Add Aidex 2022-03-29 23:22:39 +01:00
Milos Kozak ddc37324a8 cleanup 2021-10-08 09:42:11 +02:00
Andrei Vereha 09675de3f1 Merge branch 'dev' of https://github.com/nightscout/AndroidAPS into dash 2021-09-20 18:32:52 +02:00
Milos Kozak 545ff0af6e update dictionary 2021-09-20 16:13:37 +02:00
AdrianLxM b6d41e7d73 make deliveryStatus engineering mode only 2021-07-31 13:34:35 +02:00
Andrei Vereha fc7c1bd957 merge 2021-06-26 15:50:29 +02:00
Andrei Vereha 1018a41346 Merge remote-tracking branch 'upstream/dev' into avereha/conn 2021-06-26 15:21:40 +02:00
miyeongkim 57ceb9993d 1. 임시기저 설정/취소 진행 시 펌프의 임시기저 상태를 먼저 확인 후 동작되도록 처리
2. 확장볼러스 설정/취소 진행 시 펌프의 임시기저 상태를 먼저 확인 후 동작되도록 처리
3. 펌프에서 듀얼볼러스 진행 후 aps에서 실행 탭에서 취소시 듀얼 명령이 취소되도록 처리(기존은 square취소명령)
4. 패킷 sendMessage 이후 2초 버퍼 제거 (test)
2021-06-22 15:05:51 +09:00
Andrei Vereha e3f7608de7 Merge remote-tracking branch 'upstream/dev2_dana_combo_only' into avereha/dev2-merge 2021-05-01 20:11:48 +02:00
Milos Kozak e57c9ea0b8 utils -> kt 2021-04-13 22:52:40 +02:00
Milos Kozak 36040b7ed2 IobCobCalculator refactor 2021-04-13 18:33:44 +02:00
Milos Kozak aadeeeebbf lints 2021-04-11 22:03:22 +02:00
Andrei Vereha 96b1b177a6 call readyToRead on BleIOs 2021-03-28 23:14:41 +02:00
Milos Kozak 69f8195bbe 2.8.2.1-dev-e 2021-03-20 23:17:05 +01:00
AdrianLxM 7d2e364c77 use UploadQueue through interface 2021-03-19 21:35:09 +01:00
Milos Kozak 8db8edc3f6 Careportal -> Room 2021-03-08 20:10:02 +01:00
Milos Kozak 2ea423c704 PumpEnactResult -> kt 2021-03-07 13:31:11 +01:00
AdrianLxM 81b34f8680 don't align when in columns according to kotlin styleguide 2021-03-06 14:16:23 +01:00
Milos Kozak 94edd017dd show TBR tab in engineering mode only 2021-03-02 23:32:30 +01:00
Milos Kozak 46fbde9643 add project-dictionary 2021-03-02 00:11:05 +01:00
AdrianLxM 89ff502518 a bit more formatting 2021-03-01 14:35:50 +01:00
Milos Kozak ba282f098e allow NS_UPLOAD_ONLY in engineering mode only 2021-01-12 10:55:20 +01:00
Matthew Gray 0f5bfd1b08 1st few changes 2020-10-28 11:37:38 +00:00
Milos Kozak e7627f4f6c try to fix IllegalStateException 2020-08-21 13:41:48 +02:00
Milos Kozak fcf1966f58 Merge branch 'dev' into dagger3 2020-02-28 18:20:31 +01:00
Milos Kozak fef74726b2 daggerize 2019-12-30 00:53:44 +01:00
AdrianLxM b49abbcdb4 add code style to project 2019-12-21 12:04:34 +01:00
viktoria c6c6bc4f40 delete .idea 2017-02-11 01:51:15 +01:00
Milos Kozak 715d15b51f CS translations 2017-02-09 22:44:42 +01:00
Milos Kozak 90061c6f25 Show log 2017-02-09 22:29:21 +01:00
Milos Kozak 8d0c1dcacf do not calculate autosens for MA 2017-01-30 15:19:50 +01:00
Milos Kozak 90924e607f 1.1d 2017-01-30 14:36:04 +01:00
Milos Kozak 2754e23c08 CS translations 2017-01-19 19:52:14 +01:00
Milos Kozak 98a95fb16e 1.1c 2017-01-19 19:22:04 +01:00
Milos Kozak c62e498aac ensure we are loading 24h + dia data 2017-01-09 10:57:15 +01:00
Milos Kozak e9b900d74a show predictions in graph 2017-01-08 23:10:27 +01:00
Milos Kozak d6f4135d6e travis 2016-12-28 15:58:44 +01:00
Milos Kozak fdb252b62d show direction next to BG 2016-12-27 20:41:28 +01:00
Milos Kozak abfb832a10 basic notification functionality 2016-12-05 15:20:44 +01:00
AdrianLxM 0d8fd9df5c wear profile may be null 2016-12-01 09:30:39 +01:00
AdrianLxM b02fba11e8 wear cleanup unused resources 2016-11-27 14:51:08 +01:00
AdrianLxM d53217dfe0 wear active-inactive mode 2016-11-27 06:24:22 +01:00
AdrianLxM a69c1150ea tap tests 2016-11-26 07:09:57 +01:00
AdrianLxM b306de49dc wear Emma 2016-11-24 16:23:31 +01:00