Bart Sopers
1872e1ceb7
Correctly handle NAK response for Omnipod Dash
2021-03-14 21:45:52 +01:00
Bart Sopers
10c316edd9
Omnipod Dash: provide and verify expected response type
2021-03-14 21:25:15 +01:00
Andrei Vereha
442a0b274f
dash ble: add comment about why I think the NACK logic is not ok
2021-03-14 21:21:47 +01:00
Andrei Vereha
109f66a48d
dash ble: start implementing retries
...
Handle NACKs for now.
2021-03-14 21:21:47 +01:00
AdrianLxM
95d7f0737c
fix gitignore and tests
2021-03-14 21:19:24 +01:00
Bart Sopers
aff38851e1
Add Omnipod Dash response parsing
2021-03-14 20:14:11 +01:00
AdrianLxM
9922239a6d
Merge pull request #25 from 0pen-dash/adrian/refactoring-tests
...
Adrian/refactoring tests
2021-03-14 20:02:49 +01:00
AdrianLxM
7db5c28632
delint
2021-03-14 19:52:08 +01:00
AdrianLxM
bf3fe19a4e
only open for tests/debug
2021-03-14 19:42:02 +01:00
AdrianLxM
3d93e4d84d
mock provider instead of constructor parameter
2021-03-14 18:24:15 +01:00
Philoul
fc78e5c0b7
Stats: inRange percentage to always get a sum equal to 100%
2021-03-14 17:37:58 +01:00
Philoul
4bd21c2a68
Add string to Activity monitor for translation
2021-03-14 17:07:27 +01:00
Andrei Vereha
2f9c88594b
Merge pull request #24 from 0pen-dash/andrei/tests
...
Andrei/tests
2021-03-14 16:14:30 +01:00
Andrei Vereha
b33c55273c
dash ble: fix detekt issues
2021-03-14 16:14:00 +01:00
Andrei Vereha
b71f065974
dash ble tests: ktlintFormat
2021-03-14 16:00:59 +01:00
Andrei Vereha
a94d6ce652
dash ble test: remove fixed TODO
2021-03-14 15:59:36 +01:00
Andrei Vereha
379c0cd8c7
dash bke tests: fix decrypt test
...
We were trying to use an encryption NONCE for decryption.
The fix was to replac data with data from logs.
2021-03-14 15:58:12 +01:00
Andrei Vereha
752f393f3b
dash ble: add test for MessagePacket
2021-03-14 15:57:16 +01:00
Andrei Vereha
eff6247f77
dash ble: remove unused class
2021-03-14 15:57:16 +01:00
Andrei Vereha
eda52857e5
dash ble: add tests for StringLengthPrefixEncodingTest
...
We tested this part with a real pod and confirmed that it's working
2021-03-14 15:57:16 +01:00
Andrei Vereha
5f71e1b27f
dash ble: add tests for payload splitting and joining
2021-03-14 15:57:16 +01:00
Andrei Vereha
2892d385ab
Merge pull request #23 from 0pen-dash/andrei/ltk-test
...
andrei/ltk test
2021-03-14 15:45:36 +01:00
Andrei Vereha
50d1dad786
dash LTK: add test
...
Now that we know this part is working, I'm adding a test with data from
logs
Moved the key exchange logic to its own class so it is easier to
test
2021-03-14 15:44:28 +01:00
Andrei Vereha
27daa4554a
Merge pull request #22 from 0pen-dash/andrei/detekt-max-issues
...
dash detekt: set maxIssues to -1
2021-03-14 15:42:03 +01:00
Andrei Vereha
3c3132ad17
Merge pull request #21 from 0pen-dash/andrei/activateNewPod
...
dash ble: add a separate method for activating a new pod
2021-03-14 15:41:27 +01:00
Philoul
c08af324e2
Refactor UserEntry.Units and UserEntry.Actions translations (now included in Translator.kt)
...
=> Just missing TT_Reason included in #414
2021-03-13 22:46:14 +01:00
Philoul
fcb3bfc6eb
Fix Missing Profile Name
2021-03-13 22:35:37 +01:00
Philoul
605ca7def4
Fix TT Reason in TTDialog and add Reason to translator
2021-03-13 17:31:58 +01:00
Philoul
d731762c70
Add optional condition in ValueWithUnit constructor and remove tests for uel.log
2021-03-13 12:15:21 +01:00
Milos Kozak
9790f1d558
Merge pull request #409 from nightscout/dependabot/gradle/dev/org.json-json-20210307
...
Bump json from 20201115 to 20210307
2021-03-12 17:28:38 +01:00
Philoul
c3febbcaf6
DB v5->v6
2021-03-12 00:04:05 +01:00
Andrei Vereha
0396b9ca99
dash ble: use .let(Id::fromLong)
...
https://github.com/0pen-dash/AndroidAPS/pull/21#pullrequestreview-610227073
2021-03-11 23:06:00 +01:00
Andrei Vereha
a1f8cf807d
dash detekt: set maxIssues to -1
...
I noticed that with this setting I can detekt from android-studio and
see all the issues reported in the Build Output.
Without it, I can only see: "Build failed with X issues."
2021-03-11 21:43:25 +01:00
Andrei Vereha
27e9b25e86
dash: update TODO comment
2021-03-11 21:40:51 +01:00
Andrei Vereha
1a678a9507
dash/ble: stop reading a message on send
...
We were receiving a message in that case just because we used the `eqos`
parameter incorrectly.
2021-03-11 21:36:43 +01:00
Andrei Vereha
2aed2005ef
dash ble: renames and fixes after testing
2021-03-11 21:27:18 +01:00
Philoul
391c5e19f7
Fix Notes visibility + Update UE on Pref change
2021-03-10 20:55:22 +01:00
dependabot[bot]
f4b2bbfbdf
Bump json from 20201115 to 20210307
...
Bumps [json](https://github.com/douglascrockford/JSON-java ) from 20201115 to 20210307.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases )
- [Commits](https://github.com/douglascrockford/JSON-java/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 07:21:51 +00:00
dependabot[bot]
2b430ffc0d
Bump byteBuddyVersion from 1.10.21 to 1.10.22
...
Bumps `byteBuddyVersion` from 1.10.21 to 1.10.22.
Updates `byte-buddy` from 1.10.21 to 1.10.22
- [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.10.21...byte-buddy-1.10.22 )
Updates `byte-buddy-android` from 1.10.21 to 1.10.22
- [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.10.21...byte-buddy-1.10.22 )
Updates `byte-buddy-agent` from 1.10.21 to 1.10.22
- [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.10.21...byte-buddy-1.10.22 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 07:21:21 +00:00
Andrei Vereha
8154e16c94
dash ble: add a separate method for activating a new pod
...
So we can call it explicitly instead of activating a new pod on
connect()
2021-03-09 23:19:22 +01:00
Philoul
dc010adf8c
Improve UserEntryitem Layout
2021-03-09 23:02:31 +01:00
Philoul
441f419bfa
Merge remote-tracking branch 'Nightscout/dev' into UE_VWU_DevMerge
2021-03-09 22:44:33 +01:00
Philoul
9e2ce1cc27
Fix uel after last merge (Mainly Careportal entries form NS)
2021-03-09 22:41:57 +01:00
Milos Kozak
8ec346cd35
specify glucoseUnit, DB++
2021-03-09 22:11:30 +01:00
Andrei Vereha
034cbef215
Merge pull request #19 from 0pen-dash/andrei/encryption
...
andrei/encryption
2021-03-09 21:52:25 +01:00
Philoul
f3787304f8
Merge remote-tracking branch 'Nightscout/dev' into UE_VWU_DevMerge
...
# Conflicts:
# app/src/main/java/info/nightscout/androidaps/dialogs/CarbsDialog.kt
# app/src/main/java/info/nightscout/androidaps/dialogs/CareDialog.kt
# app/src/main/java/info/nightscout/androidaps/dialogs/FillDialog.kt
# app/src/main/java/info/nightscout/androidaps/dialogs/InsulinDialog.kt
# app/src/main/java/info/nightscout/androidaps/dialogs/TreatmentDialog.kt
# app/src/main/java/info/nightscout/androidaps/plugins/general/nsclient/NSClientPlugin.java
# app/src/main/java/info/nightscout/androidaps/plugins/treatments/fragments/TreatmentsCareportalFragment.kt
# app/src/main/java/info/nightscout/androidaps/utils/wizard/BolusWizard.kt
# database/schemas/info.nightscout.androidaps.database.AppDatabase/4.json
2021-03-09 21:50:17 +01:00
Philoul
01a1321cbb
Clean and simplify code
...
Add comment in UserEntry (data type for each Unit)
2021-03-09 21:09:59 +01:00
Andrei Vereha
c337b52aa0
dash/ble: support both 1 and 2 byte command
...
It seems that the PDM is sending 1 byte commands and the POD answers
with 2 byte commands.
Add logging for decrypted responses.
I think `eqos` means that we are expecting an ACK for the last message.
Read (and log for now) a pending message if the POD is trying to sending it back while we want
to send a command.
2021-03-08 22:52:04 +01:00
Andrei Vereha
db51b762ca
dash ble: disconnect on errors
2021-03-08 22:52:04 +01:00
Andrei Vereha
64aa05f7f9
dash en/decrypt test: add comment about failing test
2021-03-08 22:52:04 +01:00