Andy Rozman
be9039d8b0
Minor changes
2019-03-12 22:41:52 +00:00
Milos Kozak
a212ba7156
SmsCommunicatorPluginTest 2
2019-03-12 23:30:31 +01:00
Milos Kozak
b24217491b
SmsCommunicatorPluginTest 1
2019-03-12 22:58:04 +01:00
Tanja Schmidt
dc89d0dfcf
Fixed: Use bage instead of pgage variable for coloring the battery age.
2019-03-12 21:30:23 +01:00
Milos Kozak
3ebd7dcdb8
AuthRequestTest 2
2019-03-12 20:03:41 +01:00
Milos Kozak
bb22b00245
AuthRequestTest
2019-03-12 19:55:47 +01:00
Milos Kozak
b7305f156f
SmsActionTest
2019-03-12 19:14:15 +01:00
Milos Kozak
a8a1bb793f
SmsTest
2019-03-12 18:58:26 +01:00
Milos Kozak
a32508a7ad
move test to correct package
2019-03-12 18:41:20 +01:00
Milos Kozak
f6d85bdd96
correct wakelock in iob calculation
2019-03-12 11:31:21 +01:00
Milos Kozak
f25b629fbc
Merge branch 'dev' into smsrefactor
2019-03-11 23:11:33 +01:00
Milos Kozak
e1a82cc78e
SMS eleminate I and l from passcode
2019-03-11 18:33:43 +01:00
Milos Kozak
b9ea583d3d
SMS read status after bolus
2019-03-11 18:29:43 +01:00
Andy Rozman
0c27b8c6e3
fixing OverviewFragment
2019-03-10 22:24:38 +00:00
Andy Rozman
6fcb1ce230
Medtronic 0.8.1-SNAPSHOT
...
- wear changes
- refactoring of decoder
- started work on bolus, tbr, resumes
2019-03-10 19:08:54 +00:00
Milos Kozak
c7c3506b53
SMS PROFILE command
2019-03-10 07:59:14 +01:00
Milos Kozak
f30f4cbee2
SMS code cleanup
2019-03-09 18:46:22 +01:00
Milos Kozak
daaad02300
Merge pull request #1641 from andyrozman/ench_1455_custom_actions
...
Enhancement 1455 custom actions
2019-03-09 15:50:31 +01:00
Milos Kozak
53721d5d2c
SMS Plugin extended bolus support
2019-03-09 09:52:58 +01:00
Andy Rozman
8594525d2c
Merge branch 'dev' into ench_1455_custom_actions
2019-03-08 23:49:56 +00:00
Milos Kozak
79b6bc6c43
SMS Plugin allow duration in basal command
2019-03-08 23:56:35 +01:00
Milos Kozak
56f977df3c
SMS Plugin allow basal in %
2019-03-08 23:48:41 +01:00
Milos Kozak
95da55724e
SMS Plugin show ignored too
2019-03-08 23:30:25 +01:00
Milos Kozak
592d04af1d
Merge pull request #1669 from harispoljo/feature-TTRunLoop
...
[Enhancement] Run loop when TemporyTarget is changed
2019-03-08 23:16:09 +01:00
Milos Kozak
9e2cb7d047
allow any non letter for SMS to ignore command
2019-03-08 23:01:33 +01:00
Milos Kozak
cc3b50c12d
Merge pull request #1676 from TebbeUbben/dev
...
Insight: Enforce using first profile
2019-03-08 22:44:28 +01:00
Milos Kozak
0e95808c27
fix tests
2019-03-08 22:26:26 +01:00
Milos Kozak
1eea170ead
SMS Plugin correct response for % TBR
2019-03-08 22:07:20 +01:00
Milos Kozak
967009b8d1
Merge pull request #1674 from PoweRGbg/patch-6
...
added test for getAvailableInternalMemorySize()
2019-03-08 22:01:26 +01:00
Milos Kozak
6ea49f17bc
SMS Plugin add missing fragment refresh
2019-03-08 21:08:21 +01:00
Milos Kozak
791d5dbd1b
add missing files after merge
2019-03-08 19:42:48 +01:00
Milos Kozak
0051830b25
Merge branch 'dev' into smsrefactor
2019-03-08 19:41:32 +01:00
harispoljo
537c241e76
Made the intent easier to read.
2019-03-07 16:33:36 +01:00
Tebbe Ubben
9524818c4d
Headline for Insight related settings
2019-03-07 15:25:29 +01:00
Tebbe Ubben
286be1e78f
Insight: Enforce using first profile
2019-03-07 15:22:51 +01:00
Roumen Georgiev
065192f11e
added test for getAvailableInternalMemorySize()
...
it took me some time, but it's OK now
2019-03-07 14:49:07 +02:00
Milos Kozak
f7c6f60131
Low storage notification
2019-03-07 11:32:09 +01:00
Milos Kozak
e8a41b01b7
bump 2.1.3-dev
2019-03-07 11:07:48 +01:00
Milos Kozak
c6916f0b74
Merge pull request #1673 from PoweRGbg/storageConstraint
...
storageConstraint
2019-03-07 11:05:56 +01:00
Roumen Georgiev
2b10e0f9e9
initial work
2019-03-07 11:32:29 +02:00
Milos Kozak
562ccf27cf
Merge pull request #1671 from tanja3981/issue1619
...
Issue1619: Fixed status notification for charging/uncharging
2019-03-07 07:43:45 +01:00
Andy Rozman
a148f5d21d
Fixed some files after merge.
2019-03-07 00:01:19 +00:00
Andy Rozman
b91ab26863
Wear android manifest
2019-03-06 23:48:45 +00:00
Andy Rozman
6e500c1e75
On both sides changed BIND_LISTENER in manifest and added a lot of logging, some might be commented out.
...
On AAPS side:
- added some capabilites
- fully refactored SendToDataLayerThread (copied from xdrip)
- updated code
- all tasks are now executed on Executor (and not by itself) - main problem that some data was not sent
On Wear side:
- added capabilities and refactored code in ListenerService (by looking at xdrip code)
2019-03-06 23:38:18 +00:00
Tanja Schmidt
c40907b951
Allow some objectives to go back.
2019-03-06 19:03:42 +01:00
Tanja Schmidt
a5d1905be8
Allow some objectives to go back.
2019-03-06 19:03:42 +01:00
Tanja Schmidt
92cbe45341
Fixed status noticication for charging/uncharging: check battery not power state.
2019-03-06 19:00:11 +01:00
harisp
605601bcc6
Run loop when TemporyTarget is changed
2019-03-06 12:10:28 +01:00
Milos Kozak
1a73d60535
fix tests
2019-03-05 23:29:55 +01:00
Milos Kozak
02db9b681d
fix MidnightTime crash + tests
2019-03-05 23:12:35 +01:00