Commit graph

6945 commits

Author SHA1 Message Date
Milos Kozak bfb65d0f8a run wizard to setup units 2019-11-27 23:39:16 +01:00
Milos Kozak 3ee9836e66 handle default TT valuses in current units 2019-11-27 23:26:29 +01:00
Milos Kozak 0f631b1d47 fix 2019-11-26 16:59:40 +01:00
Milos Kozak fed2839a72 Merge branch 'dev' into localprofile 2019-11-26 16:40:46 +01:00
Milos Kozak 6969dc4873
Merge pull request #2222 from MilosKozak/2186
New SMS commands
2019-11-25 22:40:00 +01:00
Milos Kozak c33e3994b6 some cleanup and kotlin conversion 2019-11-25 18:07:16 +01:00
Milos Kozak 1ea25b68a8 fix NPE 2019-11-25 17:06:08 +01:00
andreas 63808ad553 Also deactivate Automation if Loop is disabled, not only if it is suspended. 2019-11-22 18:30:22 +01:00
fabriziocasellato 46270d87e2 Removed + control for Phone Numbers, Added Tests for TT, Added TARGET STOP/CANCEL command 2019-11-22 16:41:09 +01:00
Milos Kozak fa765708f1 fix test 2019-11-22 16:10:27 +01:00
fabriziocasellato f26e683dbe Removed + control for Phone Numbers, Added Tests for TT, Added TARGET STOP/CANCEL command 2019-11-22 15:58:03 +01:00
Milos Kozak bcfb1feda3 Merge branch 'dev' into pull/2185 2019-11-22 15:39:16 +01:00
Milos Kozak 16038caed8
Merge branch 'sms' into 2186 2019-11-22 14:30:19 +01:00
fabriziocasellato ebc89e7526 New tests for SMS commands: TARGET MEAL/HYPO/ACTIVITY and SMS STOP/DISABLE 2019-11-22 12:31:59 +01:00
Milos Kozak 820b704bfe fix test 2019-11-22 11:40:51 +01:00
Milos Kozak 17ea3843ae SMS HELP command 2019-11-22 11:19:09 +01:00
Milos Kozak e9aa4835ed SBS CARBS command 2019-11-22 10:40:48 +01:00
Milos Kozak a62750c3a3 SmsCommunicatorFragment -> kt 2019-11-22 00:33:13 +01:00
Milos Kozak d227013496 SmsCommunicatorPlugin -> kt 2019-11-22 00:12:46 +01:00
Milos Kozak b2079aa316 Warn 12h before DST change 2019-11-21 00:20:01 +01:00
Milos Kozak 9aa77122ba Use on Rx for NetworkChange 2019-11-21 00:07:50 +01:00
Milos Kozak 2fe276d101 accept data 1 month back in Dexcom plugin 2019-11-20 22:03:31 +01:00
Milos Kozak baf77e2e67 fix tests 2019-11-20 21:50:02 +01:00
fabriziocasellato 1f4f3fb687 Added the new MEAL feature to tests 2019-11-20 16:44:33 +01:00
Milos Kozak 5d768bd368 Move plugin related code from preferences to plugin 2019-11-20 00:20:08 +01:00
Milos Kozak 788ff545ca Merge branch 'dev' into localprofile 2019-11-19 23:22:08 +01:00
Milos Kozak 822731ada8 Merge branch 'dev' into localprofile 2019-11-19 23:21:20 +01:00
Milos Kozak 363d6d48be ProfileStore -> kt 2019-11-19 23:17:14 +01:00
Milos Kozak bf6449f201 fix tests 2019-11-19 20:43:42 +01:00
Milos Kozak 117f56e247
Merge pull request #2204 from andyrozman/double_bolus_debug_master
Fix for some Double bolus problems
2019-11-19 17:35:15 +01:00
Andy Rozman fe7726b5bf Reset VERSION number in build.gradle 2019-11-15 23:33:23 +00:00
Milos Kozak c6bbc0fe8b
Merge pull request #2198 from jotomo/log-unhandled-exceptions-again
Log unhandled exceptions again
2019-11-14 22:40:15 +01:00
Andy Rozman 740b795b42 Little bit of cleanup:
- removed some unsused (commented) code
- removed few logs that were very useless
2019-11-14 21:22:03 +00:00
Johannes Mockenhaupt db403dc39d
MDT logging fixup. 2019-11-14 20:49:29 +01:00
Johannes Mockenhaupt 94f10a44a5
Rethrow unhandled exceptions in tests as runtime exception. 2019-11-14 18:04:36 +01:00
Johannes Mockenhaupt b9d600edf4
Log unhandled exceptions as errors. 2019-11-14 17:50:32 +01:00
Anton Bracke 7e712a5fc4 added default location trigger mode value 2019-11-14 15:12:40 +01:00
Milos Kozak 3e5206b4cd
Merge pull request #2178 from 2flea/dev
Countdown time for temporary PS in overview
2019-11-14 11:39:01 +01:00
Milos Kozak 232555b407
Merge pull request #2195 from boc-the-git/rounding-changes
Rounding: Use BigDemical for more accurate comparison
2019-11-14 11:07:14 +01:00
Anton Bracke d122b3e329 Added mode (entered / left) to location trigger 2019-11-12 21:48:07 +01:00
Milos Kozak 3c025e97a8 fix some tests 2019-11-12 17:37:44 +01:00
Milos Kozak 128e8a024d units selection in setup wizard 2019-11-12 15:19:18 +01:00
Johannes Mockenhaupt dc38615ec9
Ignore InternalErrors during app shutdown. 2019-11-12 13:44:02 +01:00
Johannes Mockenhaupt cce3a77a37
Log unhandled exception rather than printing to stdout. 2019-11-12 13:41:36 +01:00
Milos Kozak 37ea3b3e30 better skipping objective message 2019-11-12 07:40:49 +01:00
boc-the-git b682432ca0 Change roundTo method to use BigDecimal rather than Double for more accurate comparison. Update tests to introduce more scenarios where without the code change, they'd fail. 2019-11-12 15:39:42 +11:00
Andy Rozman 1d1549105b Merge branch 'double_bolus_debug_master' of https://github.com/andyrozman/AndroidAPS into double_bolus_debug_master 2019-11-11 23:02:49 +00:00
Milos Kozak 02891a14fc use global units setting 2019-11-12 00:01:58 +01:00
Andy Rozman 4b7fc10402 - changed how edit is done.. We now edit Treatment object directly without DetailedBolusInfo object. 2019-11-11 23:00:07 +00:00
Milos Kozak 5cc19d2b87 remove simple profile from startup wizard 2019-11-11 16:51:45 +01:00
Milos Kozak 360efa4682 Merge branch 'dev' into localprofile 2019-11-11 16:49:14 +01:00
Milos Kozak 25b18d93d9 fix max_daily_basal to support insight min rate 2019-11-11 16:47:09 +01:00
Milos Kozak 8fa4c49060 remove simple profile 2019-11-11 16:42:29 +01:00
Milos Kozak 1f622e3517 Merge branch 'dev' into localprofile 2019-11-11 16:37:46 +01:00
Milos Kozak 09c1ab5960 smbmaxminutes fix 2019-11-11 14:57:56 +01:00
fabriziocasellato 2319536adc Cumulative corrections for Milos msgs in 2019, 7 Nov about try/catch and missed 'if null' contition 2019-11-11 09:57:35 +01:00
Brian Quinion 1467361d54 re-run calculateInsulin when OK is pressed to ensure changes to notes fields are used 2019-11-07 11:46:55 +00:00
fabriziocasellato 86d4b755ea 1) Added SMS commands:
- SMS DISABLE/STOP to disable SMS Service;
- TARGET MEAL/ACTIVITY/HYPO to switch to the standard temp targets;
- BOLUS 0.60 MEAL, to do a bolus and set the stadard meal TT (ie 90 mg/dL for 45').

2) Modified the SMS Timeout in a range from 3' to 60'.
This preference is useful for parents that will manage many boluses in a single meal (because often, eaten foods are unpredictable with babies, so parents need to perform many closed boluses).
Due to safety reasons (prevent multiple boluses for stolen phones, cloned SIM, ...):
- Added a further SMS command to disable SMS Services (SMS DISABLE/STOP);
- To modify the default timeout of 15', 2 Phone Numbers are mandatory
In this way, if unwanted/suspicious boluses are notified, the other parent can disable Remote Management (till to re-enable it directly with the AAPS in the master smartphone).
2019-11-07 10:39:17 +01:00
Philoul d23faf65bf Add strings for shortday (shorthour allready exists) for translation of statuslights and remaining time TT in main screen 2019-11-06 20:31:05 +01:00
andreas 2044fe6860 Instead of computing name in overview fragment add function
ProfileFunctions.getInstance().getProfileNameWithDuration()

to be called
2019-11-05 15:43:11 +01:00
Andy Rozman 3797e7671a - one missing core log 2019-11-04 12:25:21 +00:00
Andy Rozman 220bd20f1f medtronic-2.5.1.1
- DetailedBolusInfo.add is used when Bolus delivered
- fixed some logging problems with Gson for core objects
- when bolus is given, date is changed to when it was actually delivered (in case contacting pump takes longer than exprected)
2019-11-04 12:21:29 +00:00
Andy Rozman 7371ae3315 - added DetailedBolusInfoStorage add to deliverBolus 2019-11-04 11:55:34 +00:00
Andreas 70172bf8e4 Add temporary PS remaining time in profile name 2019-11-03 16:20:20 +01:00
Rob Kresha 64dba46a96 Typo with Daylight Savings Time strings
-2 strings with Daylight missing a 't'
-Savings not capitalized in the 3 string
2019-11-02 16:41:21 -05:00
AdrianLxM 3c4b16378b Merge branch 'master' into dev and update version 2019-11-01 00:22:06 +01:00
AdrianLxM cdecf790e1
Merge pull request #2163 from MilosKozak/adrian/semantic-versioning
Adrian/semantic versioning
2019-10-31 08:38:44 +01:00
AdrianLxM c87c68f84c
Merge pull request #2162 from MilosKozak/adrian/NCRworkaround
ncr-workaround
2019-10-31 08:36:26 +01:00
AdrianLxM 83f31aeeb6
bump 2.5.1 2019-10-31 08:34:44 +01:00
AdrianLxM 9ccda7cfee
semantic versioning 2019-10-31 08:28:27 +01:00
AdrianLxM d2b059fd6b
Update Tests for new versioning 2019-10-31 08:20:00 +01:00
AdrianLxM 7189115c3e
no more singletons - what is heap space if we can have tasty side effects 2019-10-29 22:25:02 +01:00
AdrianLxM 9798c9b47a
public cton on NetworkChangeReceiver 2019-10-29 22:23:23 +01:00
Milos Kozak 0da6377687 SignatureVerifierPluginTest 2019-10-28 13:45:42 +01:00
Milos Kozak c10963dcbd fix NPE 2019-10-27 15:48:09 +01:00
Milos Kozak 466084db71 more tweaking 2019-10-26 23:21:51 +02:00
Milos Kozak 7af7220301 Merge branch 'dev' into biometric 2019-10-26 23:11:39 +02:00
Milos Kozak 1a4b3801e5 2.5.0-dev 2019-10-26 23:04:19 +02:00
Milos Kozak 2c956f43ba biometrics support for Preferences 2019-10-26 22:29:41 +02:00
Milos Kozak e440d89537 bump 2.5.0 2019-10-26 21:09:15 +02:00
Milos Kozak aa3ec9ffa0
New Crowdin translations (#2142)
* New translations strings.xml (French)

* New translations strings.xml (Czech)

* New translations strings.xml (Portuguese)

* New translations strings.xml (French)

* New translations strings.xml (German)

* New translations strings.xml (Slovak)

* New translations strings.xml (Italian)
2019-10-26 20:28:39 +02:00
Milos Kozak c82fd6a56b
Merge pull request #2141 from andyrozman/double_bolus_debug
Double bolus debug
2019-10-26 18:21:07 +02:00
Andy Rozman a87eceb950 - finalized added BolusDebug (added debug messages, added activation by configuraton)
- added battery type NiZn
- fixed problem with RileyLinkStatusGeneral
- added check if only one entry found, then we check if entry is in range (previously we returned the entry), and return only if value in range +- 2min
2019-10-26 16:45:34 +01:00
Milos Kozak 058dc250d8
New Crowdin translations (#2135)
* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Slovak)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Polish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Korean)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Italian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Russian)

* New translations strings.xml (Greek)

* New translations strings.xml (German)

* New translations strings.xml (French)

* New translations strings.xml (Dutch)

* New translations strings.xml (Czech)

* New translations strings.xml (Spanish)

* New translations strings.xml (German)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Slovak)

* New translations strings.xml (Slovak)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (German)

* New translations strings.xml (Italian)

* New translations strings.xml (German)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Russian)

* New translations strings.xml (Romanian)

* New translations exam.xml (Romanian)

* New translations strings.xml (Romanian)

* New translations objectives.xml (Bulgarian)

* New translations objectives.xml (Czech)

* New translations exam.xml (Portuguese, Brazilian)

* New translations objectives.xml (German)

* New translations objectives.xml (Italian)

* New translations objectives.xml (Romanian)

* New translations objectives.xml (Russian)

* New translations objectives.xml (Slovak)

* New translations objectives.xml (Swedish)

* New translations objectives.xml (Dutch)

* New translations objectives.xml (French)

* New translations objectives.xml (Greek)

* New translations objectives.xml (Lithuanian)

* New translations objectives.xml (Polish)

* New translations objectives.xml (Portuguese)

* New translations objectives.xml (Portuguese, Brazilian)

* New translations objectives.xml (Spanish)

* New translations objectives.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations strings.xml (Czech)

* New translations objectives.xml (Czech)

* New translations strings.xml (Dutch)

* New translations objectives.xml (Dutch)

* New translations exam.xml (Dutch)

* New translations exam.xml (Czech)

* New translations strings.xml (Slovak)

* New translations objectives.xml (Slovak)

* New translations objectives.xml (French)

* New translations exam.xml (German)

* New translations objectives.xml (German)

* New translations objectives.xml (Russian)

* New translations objectives.xml (Polish)

* New translations exam.xml (Polish)

* New translations strings.xml (Polish)

* New translations exam.xml (Slovak)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Slovak)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Polish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Korean)

* New translations strings.xml (Japanese)

* New translations strings.xml (Irish)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Croatian)

* New translations strings.xml (Italian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Russian)

* New translations strings.xml (Greek)

* New translations strings.xml (German)

* New translations strings.xml (French)

* New translations strings.xml (Finnish)

* New translations strings.xml (Dutch)

* New translations strings.xml (Czech)

* New translations strings.xml (Spanish)

* New translations strings.xml (German)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Czech)

* New translations objectives.xml (Portuguese, Brazilian)

* New translations exam.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations objectives.xml (Czech)

* New translations strings.xml (Slovak)

* New translations exam.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Dutch)

* New translations strings.xml (Greek)

* New translations objectives.xml (Greek)

* New translations exam.xml (Italian)

* New translations strings.xml (Italian)

* New translations exam.xml (French)

* New translations strings.xml (Polish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Swedish)

* New translations objectives.xml (Italian)

* New translations objectives.xml (Swedish)

* New translations strings.xml (French)

* New translations strings.xml (Greek)

* New translations objectives.xml (Lithuanian)

* New translations strings.xml (Russian)

* New translations objectives.xml (Spanish)

* New translations exam.xml (Swedish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Spanish)

* New translations exam.xml (Lithuanian)

* New translations exam.xml (Russian)
2019-10-26 12:29:15 +02:00
Milos Kozak 7233497dc9 fix index out of bounds 2019-10-26 11:48:43 +02:00
Milos Kozak 044a958340 Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-10-25 13:41:13 +02:00
Milos Kozak 6c4a6fac18 run response on UI thread 2019-10-25 13:41:05 +02:00
Andy Rozman e5e291c4da - adding configuration option 2019-10-25 12:22:24 +01:00
Andy Rozman 4917292806 Merge branch 'dev' into double_bolus_debug 2019-10-25 11:27:04 +01:00
Andy Rozman 6bdc01dded - commented out invalid "test" 2019-10-25 11:25:55 +01:00
Andy Rozman 68745a3525 Merge branch 'dev' into bug_2111_pump_stopped_when_not 2019-10-25 10:52:38 +01:00
Milos Kozak 59c2b24e36
Merge pull request #2139 from rkresha/dev
Threshold battery % in Overview Plugin > Advanced Settings
2019-10-25 11:39:15 +02:00
Milos Kozak f399f8bb1f Brasil language, better working Locale setting 2019-10-25 11:38:23 +02:00
Rob Kresha e02b5746a0 Threshold battery % in Overview Plugin > Advanced Settings
Change from two %'s to one
2019-10-24 23:05:07 -05:00
Milos Kozak 776e1361df format icon 2019-10-25 00:14:55 +02:00
Milos Kozak ae0946fa2a Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-10-25 00:11:32 +02:00
Milos Kozak a18f5523b9 better update objectives gui 2019-10-24 23:54:59 +02:00
Milos Kozak 68b0b25548
Merge pull request #2134 from andyrozman/bug_2080_rewind_via_pump
Bug 2080 rewind via pump
2019-10-24 23:14:58 +02:00
Milos Kozak 830f59b2fa fix pluging list 2019-10-24 23:06:43 +02:00
Milos Kozak e84e59b4ca fix objectives fragment 2019-10-24 21:36:44 +02:00
AdrianLxM 2a7a004afd Merge branch 'adrian/glif-objective' into devmerge 2019-10-24 19:46:24 +02:00
Milos Kozak 1d7b3e10e4 typo 2019-10-24 14:14:51 +02:00
Andy Rozman 9f8df64f45 Merge branch 'dev' into bug_2111_pump_stopped_when_not 2019-10-24 10:39:35 +01:00
Milos Kozak 414695c5e3 preserve show calculation checkbox state, make wizard better translatable" 2019-10-24 11:34:22 +02:00
Milos Kozak e2abdce146
New Crowdin translations (#2128)
* New translations objectives.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations objectives.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations objectives.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations objectives.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations objectives.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations strings.xml (German)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (French)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (French)

* New translations strings.xml (Russian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (German)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Czech)
2019-10-24 10:28:50 +02:00
Milos Kozak c867ae1104 VirtualPumpFragment -> kotlin 2019-10-23 22:55:49 +02:00
Andy Rozman ef9ac7dd42 Merge branch 'dev' into double_bolus_debug 2019-10-23 11:17:56 +01:00
Andy Rozman c1fe9e0954 Merge branch 'dev' into bug_2080_rewind_via_pump 2019-10-23 11:15:38 +01:00
Andy Rozman 66e7d0d29a - Added a lot of logging for Double Bolus problem...
- Found one small problem when calling update treatment (if called from NS)...
2019-10-23 11:14:04 +01:00
Milos Kozak 688218fa40 Revert move wakelock to MainApp 2019-10-22 23:01:38 +02:00
Milos Kozak ba94d09fb4 SignatureVerifier -> SignatureVerifierPlugin 2019-10-22 20:21:18 +02:00
Milos Kozak 7ec0665dbf compare fix 2019-10-22 15:51:03 +02:00
Milos Kozak b5a1543b92 Merge branch 'dev' into signature 2019-10-22 15:24:44 +02:00
Milos Kozak ecbfd294a8 send hash to firebase 2019-10-22 15:24:37 +02:00
Milos Kozak e566e9debc calculate tir 2019-10-22 13:24:35 +02:00
Milos Kozak 5d17916e73 Merge branch 'dev' into survey 2019-10-22 10:45:18 +02:00
Milos Kozak 43f0fe1df9 MDT driver without eng mode 2019-10-22 08:02:28 +02:00
Milos Kozak 81e621b249 2.4-dev-j 2019-10-21 21:39:19 +02:00
Milos Kozak 7cd66a6a43 Confirmation on automation task delete 2019-10-21 19:04:55 +02:00
Milos Kozak b0e180ef8a fix automation layout 2019-10-21 18:03:32 +02:00
Milos Kozak 4eed8f7397
New Crowdin translations (#2125)
* New translations strings.xml (French)

* New translations strings.xml (French)

* New translations objectives.xml (Portuguese)

* New translations strings.xml (French)

* New translations exam.xml (Portuguese)
2019-10-21 13:20:42 +02:00
Milos Kozak 98cb17c6bf
Merge pull request #2124 from jotomo/recalc-iob-on-insulin-peak-change
Recalculate IOB on insulin peak time pref change.
2019-10-20 22:58:51 +02:00
Johannes Mockenhaupt 2417a57531
Recalculate IOB on insulin peak time pref change. 2019-10-18 18:18:54 +02:00
Milos Kozak d2a4aea9e2 remove MainApp::getSpecificPlugin 2019-10-18 13:12:45 +02:00
Milos Kozak 56152fa1fa move wakelock to MainApp 2019-10-18 11:21:50 +02:00
Andy Rozman 902422ddf0 Added BatteryChange event, as verification that pump is running. 2019-10-17 22:37:12 +01:00
Milos Kozak 6a7cb2ac7b fix disabling automation 2019-10-17 22:46:00 +02:00
Milos Kozak 2365be851f ActivityMonitor 2019-10-17 21:35:50 +02:00
Milos Kozak c80f1b4851
New Crowdin translations (#2117)
* New translations objectives.xml (Dutch)

* New translations exam.xml (Dutch)

* New translations objectives.xml (Dutch)

* New translations exam.xml (Dutch)

* New translations strings.xml (Dutch)

* New translations exam.xml (Dutch)

* New translations objectives.xml (Dutch)

* New translations exam.xml (Polish)

* New translations objectives.xml (Polish)

* New translations exam.xml (Polish)

* New translations exam.xml (Portuguese)

* New translations strings.xml (Swedish)

* New translations strings.xml (French)

* New translations strings.xml (French)

* New translations strings.xml (French)

* New translations exam.xml (Spanish)

* New translations objectives.xml (Spanish)

* New translations exam.xml (Spanish)

* New translations strings.xml (Spanish)
2019-10-17 19:46:45 +02:00
Andy Rozman 0fcad5646e Added processing of Prime records from Pump
- it only processes if record is less than 30 minutes old and if it was not processed already (we store last PrimeRecord)
2019-10-17 13:23:29 +01:00
Milos Kozak 5f3d503458 Pump disconnection: alarm on failed TBR 2019-10-17 11:25:30 +02:00
Milos Kozak 3b1f6294a9 fix exception 2019-10-17 10:09:50 +02:00
Milos Kozak 3a16339516 time spent 2019-10-15 23:50:09 +02:00
Milos Kozak 7bbf30ec65 Merge branch 'dev' into survey 2019-10-15 23:49:17 +02:00
Milos Kozak 49b2aee320 TODO 2019-10-15 22:35:04 +02:00
Milos Kozak 3397659320 LocalProfile tweaking switching profiles 2019-10-15 21:58:48 +02:00
Sebastian Lenz 95a2159b12 add missing translation for pump battery change 2019-10-15 21:31:44 +02:00
Milos Kozak b6b748fc4a Merge branch 'dev' into localprofile 2019-10-15 20:46:45 +02:00
Milos Kozak 6f03743ebc fix recreating tabs 2019-10-15 20:44:03 +02:00
Milos Kozak da447b8afe LocalProfile allow more profiles 2019-10-15 19:34:29 +02:00
Milos Kozak 60a113bda6 fragment redesign 2019-10-15 19:31:33 +02:00
Milos Kozak cf506a5439 LocalProfilePlugin -> kotlin 2019-10-15 19:25:11 +02:00
Milos Kozak c8c830f51c LocalProfileFragment -> kotlin 2019-10-15 19:00:11 +02:00
Milos Kozak 8d5fbeb66d remove Extended bolus from Actions 2019-10-15 18:30:36 +02:00
Milos Kozak c33bbe6acb
New Crowdin translations (#2102)
* 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 (Russian)

* New translations strings.xml (French)

* New translations exam.xml (Czech)

* New translations exam.xml (Spanish)

* New translations exam.xml (Slovak)

* New translations exam.xml (Italian)

* New translations exam.xml (German)

* New translations exam.xml (French)

* New translations exam.xml (Swedish)

* New translations exam.xml (Russian)

* New translations exam.xml (German)

* New translations strings.xml (German)

* New translations strings.xml (Portuguese)

* New translations objectives.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Russian)

* New translations exam.xml (Russian)

* New translations strings.xml (Italian)

* New translations strings.xml (Bulgarian)

* New translations exam.xml (Czech)

* New translations exam.xml (Italian)

* New translations strings.xml (French)

* New translations objectives.xml (French)

* New translations exam.xml (French)

* New translations strings.xml (French)

* New translations exam.xml (Czech)

* New translations exam.xml (Spanish)

* New translations exam.xml (Slovak)

* New translations exam.xml (Portuguese, Brazilian)

* New translations exam.xml (Portuguese)

* New translations exam.xml (Italian)

* New translations exam.xml (German)

* New translations exam.xml (French)

* New translations exam.xml (Swedish)

* New translations exam.xml (Russian)

* New translations strings.xml (Czech)

* New translations exam.xml (Spanish)

* New translations strings.xml (Portuguese)

* New translations objectives.xml (Spanish)

* New translations strings.xml (Spanish)

* New translations exam.xml (Swedish)

* New translations strings.xml (Swedish)

* New translations exam.xml (Swedish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Swedish)

* New translations exam.xml (Lithuanian)

* New translations exam.xml (Lithuanian)

* New translations strings.xml (Swedish)

* New translations strings.xml (Swedish)

* New translations exam.xml (French)

* New translations exam.xml (Lithuanian)

* New translations strings.xml (Lithuanian)

* New translations exam.xml (French)

* New translations strings.xml (Lithuanian)

* New translations objectives.xml (Lithuanian)

* New translations exam.xml (French)

* New translations strings.xml (Lithuanian)

* New translations objectives.xml (Lithuanian)

* New translations exam.xml (French)

* New translations strings.xml (Lithuanian)

* New translations exam.xml (French)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations strings.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Czech)

* New translations exam.xml (Czech)

* New translations exam.xml (Russian)

* New translations exam.xml (Russian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations exam.xml (German)

* New translations exam.xml (German)

* New translations objectives.xml (Bulgarian)

* New translations objectives.xml (Bulgarian)

* New translations objectives.xml (French)

* New translations objectives.xml (French)

* New translations objectives.xml (Polish)

* New translations exam.xml (Polish)

* New translations strings.xml (Polish)

* New translations objectives.xml (Polish)

* New translations exam.xml (Slovak)

* New translations strings.xml (Slovak)

* New translations objectives.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations objectives.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations objectives.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations exam.xml (Lithuanian)

* New translations exam.xml (Lithuanian)

* New translations exam.xml (Lithuanian)

* New translations exam.xml (Greek)

* New translations strings.xml (Greek)

* New translations objectives.xml (Greek)

* New translations exam.xml (Greek)

* New translations strings.xml (Portuguese, Brazilian)

* New translations objectives.xml (Portuguese, Brazilian)

* New translations exam.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations exam.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations exam.xml (Dutch)

* New translations exam.xml (Dutch)

* New translations exam.xml (Dutch)

* New translations exam.xml (Dutch)

* New translations objectives.xml (Dutch)

* New translations exam.xml (Dutch)

* New translations objectives.xml (Dutch)

* New translations objectives.xml (Dutch)
2019-10-15 17:14:12 +02:00
Milos Kozak bc12e05b77
Merge pull request #2116 from MilosKozak/rxbus
RxBus
2019-10-15 17:12:04 +02:00
Milos Kozak 0d70102cab Fix Insight 0.02U/h bug 2019-10-15 16:37:45 +02:00
Milos Kozak 1c5b2c9858 remove failing test 2019-10-15 16:05:04 +02:00
Milos Kozak 3040ef6b7b 2.4-dev-i 2019-10-15 13:35:37 +02:00
Milos Kozak c42ef8e5ff Events to RxBus 2019-10-15 13:31:55 +02:00
Milos Kozak 6044335b1d Events to RxBus 2019-10-15 09:52:48 +02:00
Milos Kozak 06f8af82d8 Events to RxBus 2019-10-15 00:54:30 +02:00
Milos Kozak 837cb0d4a2 Events to RxBus 2019-10-15 00:23:56 +02:00
Milos Kozak 1aa8771f4d Events to RxBus 2019-10-14 23:49:53 +02:00
Milos Kozak 4ed8f0a1e1 Events to RxBus 2019-10-14 23:35:24 +02:00
Milos Kozak 30cf4f77da Events to RxBus 2019-10-14 23:16:51 +02:00
Milos Kozak 7596775331 clone notification list for viewing 2019-10-14 21:55:40 +02:00
Milos Kozak 0f792dc092 Events to RxBus 2019-10-14 20:26:33 +02:00
Milos Kozak 64f16c5a7b Events to RxBus 2019-10-14 19:50:22 +02:00
Milos Kozak ada6e38f5f Events to RxBus 2019-10-14 17:23:31 +02:00
AdrianLxM 2c5597c5bf nicer string 2019-10-13 18:12:32 +02:00
AdrianLxM 78fe46d33e fix string 2019-10-13 18:08:24 +02:00
AdrianLxM fa20af4440 network status before time 2019-10-13 17:58:45 +02:00
Milos Kozak 14dd29befd boluswizard: do not check for correction constraints 2019-10-13 00:01:15 +02:00
Milos Kozak d0b6b4e9fd Exam grammar 2019-10-12 20:30:06 +02:00
Milos Kozak b514aadf3d Exam grammar 2019-10-12 20:03:01 +02:00
Milos Kozak 40a2f7ee9f Exam grammar 2019-10-12 19:40:30 +02:00
Milos Kozak 63aaa38834 do not run automation if loop is suspended 2019-10-11 10:12:58 +02:00
Milos Kozak 1340f60b5a WizardDialog refactor 2019-10-10 23:02:35 +02:00
Milos Kozak 8cfb35d599 update answer in hypo tt exam 2019-10-10 15:25:57 +02:00
Tebbe Ubben 4a5b0f2a86 Save Dexcom sensor type 2019-10-09 16:59:22 +02:00
Milos Kozak 9ffed9943d 2.4-dev-h 2019-10-08 21:21:02 +02:00
Milos Kozak 450f4fabf0 Survey 2019-10-08 21:20:04 +02:00
Milos Kozak 11ac8a1d5b
New Crowdin translations (#2101)
* New translations strings.xml (German)

* New translations strings.xml (Italian)

* New translations strings.xml (Slovak)
2019-10-08 19:15:01 +02:00
Milos Kozak 9df28fbde0
New Crowdin translations (#2076)
* New translations strings.xml (Bulgarian)

* New translations strings.xml (German)

* New translations exam.xml (Swedish)

* New translations exam.xml (Russian)

* New translations exam.xml (Italian)

* New translations exam.xml (Czech)

* New translations exam.xml (Italian)

* New translations exam.xml (Czech)

* New translations exam.xml (German)

* New translations exam.xml (Slovak)

* New translations strings.xml (Slovak)

* New translations exam.xml (Czech)

* New translations exam.xml (Russian)

* New translations strings.xml (Spanish)

* New translations strings.xml (Czech)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Swedish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Polish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Korean)

* New translations strings.xml (Italian)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Greek)

* New translations objectives.xml (Afrikaans)

* New translations objectives.xml (Japanese)

* New translations objectives.xml (Korean)

* New translations objectives.xml (Lithuanian)

* New translations objectives.xml (Polish)

* New translations objectives.xml (Portuguese)

* New translations objectives.xml (Portuguese, Brazilian)

* New translations objectives.xml (Romanian)

* New translations strings.xml (German)

* New translations strings.xml (French)

* New translations objectives.xml (Russian)

* New translations objectives.xml (Slovak)

* New translations objectives.xml (Spanish)

* New translations strings.xml (Dutch)

* New translations objectives.xml (Swedish)

* New translations strings.xml (Czech)

* New translations strings.xml (Turkish)

* New translations objectives.xml (Italian)

* New translations objectives.xml (Bulgarian)

* New translations strings.xml (Chinese Simplified)

* New translations objectives.xml (Greek)

* New translations objectives.xml (Hebrew)

* New translations objectives.xml (Irish)

* New translations objectives.xml (Turkish)

* New translations objectives.xml (German)

* New translations objectives.xml (Finnish)

* New translations objectives.xml (French)

* New translations objectives.xml (Chinese Simplified)

* New translations objectives.xml (Dutch)

* New translations objectives.xml (Czech)

* New translations objectives.xml (Croatian)

* New translations objectives.xml (Czech)

* New translations objectives.xml (Russian)

* New translations exam.xml (Italian)

* New translations objectives.xml (German)

* New translations objectives.xml (German)

* New translations objectives.xml (Italian)

* New translations objectives.xml (German)

* New translations objectives.xml (Italian)

* New translations objectives.xml (German)

* New translations strings.xml (Italian)

* New translations objectives.xml (German)

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

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations objectives.xml (Russian)

* New translations objectives.xml (Russian)

* New translations objectives.xml (Russian)

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

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations objectives.xml (Italian)

* New translations strings.xml (Italian)

* New translations objectives.xml (Italian)

* New translations insight_alert_titles.xml (Italian)

* New translations objectives.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (German)

* New translations exam.xml (German)

* New translations exam.xml (German)

* New translations exam.xml (German)

* New translations exam.xml (German)

* New translations exam.xml (German)

* New translations exam.xml (German)

* New translations exam.xml (German)

* New translations strings.xml (Italian)

* New translations exam.xml (German)

* New translations exam.xml (Czech)

* New translations exam.xml (Slovak)

* New translations exam.xml (Italian)

* New translations exam.xml (German)

* New translations exam.xml (Swedish)

* New translations exam.xml (Russian)

* New translations exam.xml (German)

* New translations exam.xml (Czech)

* New translations exam.xml (Italian)

* New translations exam.xml (Russian)

* New translations strings.xml (Czech)

* New translations objectives.xml (Slovak)

* New translations exam.xml (Slovak)

* New translations objectives.xml (Russian)

* New translations objectives.xml (Portuguese)

* New translations exam.xml (Portuguese)

* New translations objectives.xml (German)

* New translations exam.xml (Swedish)

* New translations objectives.xml (Swedish)

* New translations objectives.xml (Czech)

* New translations strings.xml (Russian)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Czech)

* New translations objectives.xml (Slovak)

* New translations strings.xml (Slovak)

* New translations strings.xml (German)

* New translations strings.xml (Polish)

* New translations strings.xml (French)

* New translations objectives.xml (Italian)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Czech)

* New translations strings.xml (Romanian)

* New translations objectives.xml (Romanian)

* New translations strings.xml (Czech)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Bulgarian)

* New translations objectives.xml (Italian)

* New translations strings.xml (German)

* New translations strings.xml (Slovak)

* New translations strings.xml (Czech)

* New translations strings.xml (Russian)

* New translations strings.xml (German)

* New translations strings.xml (French)

* New translations strings.xml (French)

* New translations strings.xml (French)

* New translations objectives.xml (French)

* New translations objectives.xml (French)

* New translations objectives.xml (Spanish)

* New translations strings.xml (Spanish)

* New translations objectives.xml (French)

* New translations exam.xml (Spanish)

* New translations objectives.xml (French)

* New translations exam.xml (Spanish)

* New translations objectives.xml (French)

* New translations exam.xml (Spanish)

* New translations objectives.xml (French)

* New translations exam.xml (French)

* New translations exam.xml (French)

* New translations exam.xml (French)

* New translations exam.xml (French)

* New translations exam.xml (French)

* New translations objectives.xml (French)

* New translations exam.xml (French)

* New translations strings.xml (French)

* New translations strings.xml (French)

* New translations exam.xml (Spanish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (German)

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

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations objectives.xml (Portuguese, Brazilian)

* New translations exam.xml (Portuguese, Brazilian)
2019-10-08 19:05:55 +02:00
Milos Kozak 32865f6d34
Merge pull request #2092 from PoweRGbg/triggerPumpDisconnected
TriggerPumpDisconnected: Initial work
2019-10-08 18:19:43 +02:00
Milos Kozak 4d1fccaf01 CommandQueue synchronized 2019-10-08 09:52:55 +02:00
Milos Kozak 4b8395a373 make objective reset not permanent 2019-10-08 08:27:33 +02:00
Roumen Georgiev a81f607122 fix test 2019-10-07 11:09:34 +03:00
Roumen Georgiev d3d7fd6cc9 renamed strings 2019-10-07 10:49:15 +03:00
Roumen Georgiev 3f1f199690 renamed to TriggerPumpLastConnection 2019-10-07 10:45:26 +03:00
Milos Kozak b108f1fa78
Merge branch 'dev' into triggerPumpDisconnected 2019-10-04 19:34:54 +02:00
Milos Kozak 532a7e3741 ActionSendSMS improvement 2019-10-04 19:34:12 +02:00
Roumen Georgiev c8443f1095 TriggerPumpDisconnected: Initial work 2019-10-04 15:16:57 +03:00
Roumen Georgiev e12217ae69 Copy&paste from ActionNotification 2019-10-04 10:55:33 +03:00
Milos Kozak 98f874d1fe use bolus size is DetailedBolusInfo search 2019-10-03 21:21:12 +02:00
Milos Kozak cbb0a4e12b clear SMS numbers before processing new ones 2019-10-02 16:43:20 +02:00
Milos Kozak c44101ce76
Merge pull request #2089 from PoweRGbg/ChangeProfileAction
Automation ActionCahangeProfile
2019-10-02 16:33:58 +02:00
Milos Kozak ac69d1069e
Merge pull request #2017 from PoweRGbg/TriggerTOD
Trigger for time of day
2019-10-02 14:41:24 +02:00
Roumen Georgiev 3c11e87d2d logging condition 2019-10-02 15:21:53 +03:00
Roumen Georgiev 7406577546 better test coverage & some cleanup 2019-10-02 14:37:00 +03:00
Roumen Georgiev 157028c4fd initial work 2019-10-02 10:54:04 +03:00
Milos Kozak 0139547499 fix test 2019-10-01 23:34:09 +02:00
Milos Kozak 43f53865e7 remove unused code 2019-10-01 22:36:07 +02:00
Milos Kozak c961b77733 Notify on invalid profile only for actual 2019-10-01 20:10:09 +02:00
Milos Kozak e93b05c73e fix EditQuickWizardDialog, -> kotlin 2019-10-01 17:44:05 +02:00
Milos Kozak ee26795d97 QuickWizardListActivity -> kotlin 2019-10-01 15:48:48 +02:00
Milos Kozak c1109a5b41 QuickWizard cleanup, -> kotlin 2019-10-01 15:00:19 +02:00
Milos Kozak 20a2d84a0a Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-10-01 14:56:21 +02:00
Milos Kozak 3ecee09443 Automation layouts improvement 2019-10-01 13:11:10 +02:00
Milos Kozak 2d395b625e Do not allow too low max basal 2019-10-01 11:46:54 +02:00
Milos Kozak 4642f0ab5b EventNewNotification, EventDismissNotification -> RxBus 2019-10-01 00:00:22 +02:00
Milos Kozak 654c90a836
Remove extended statuslights for NSClient (#2084) 2019-09-30 17:38:26 +02:00
Milos Kozak c6f2eaecdc profile switch duration 7 days 2019-09-30 17:22:07 +02:00
Milos Kozak d2d4d5054f better check for finishing objectives 2019-09-30 14:39:57 +02:00
p5nbTgip0r 12ca0ee890 Remove extended statuslights for NSClient 2019-09-29 21:46:25 -07:00
Milos Kozak f118efa6ed objectives fix 2019-09-27 18:03:58 +02:00
PoweRGbg b277fc872c passing long as lastrun 2019-09-27 15:56:40 +03:00
PoweRGbg 0cc3df589f another try to fix test 2019-09-27 15:25:47 +03:00
PoweRGbg e990dc6524 Revert "improved statuslights layout (#78)"
This reverts commit 553fb4d0f9.
2019-09-27 14:54:09 +03:00
Roumen Georgiev 466bb7dc23 removed extra logging 2019-09-27 12:28:55 +03:00
Roumen Georgiev f901c956e5 fixed problem with incorrect string values and test
setTimeInMillis sets time in milliseconds after * January 1, 1970, 0:00:00 GMT., but our time contains timezone offsset
2019-09-27 12:19:19 +03:00
Roumen Georgiev 553fb4d0f9
improved statuslights layout (#78) 2019-09-27 09:32:04 +03:00
Milos Kozak 300eecf27d improved statuslights layout 2019-09-26 16:51:29 +02:00
Milos Kozak 2f1bfc8f66
Merge branch 'dev' into TriggerTOD 2019-09-25 15:00:56 +02:00
Milos Kozak 4d9088b63e objectives: links for another tasks 2019-09-25 14:33:23 +02:00
Milos Kozak be13b5f39e Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-09-24 21:49:04 +02:00
Milos Kozak 199076576e exam update 2019-09-24 21:48:57 +02:00
Milos Kozak 8a04714587
New Crowdin translations (#2074)
* New translations exam.xml (Czech)

* New translations exam.xml (Swedish)

* New translations exam.xml (Czech)

* New translations exam.xml (Swedish)

* New translations exam.xml (Czech)

* New translations exam.xml (Russian)

* New translations strings.xml (German)
2019-09-24 12:43:47 +02:00
Milos Kozak 8f16b16f60 2.4-dev-g 2019-09-23 22:19:36 +02:00
Milos Kozak 51003dbb7a
New Crowdin translations (#2046)
* New translations strings.xml (Greek)

* New translations strings.xml (Czech)

* New translations strings.xml (Italian)

* New translations strings.xml (German)

* New translations strings.xml (Polish)

* New translations exam.xml (Afrikaans)

* New translations exam.xml (Slovak)

* New translations exam.xml (Portuguese, Brazilian)

* New translations exam.xml (Romanian)

* New translations exam.xml (Russian)

* New translations exam.xml (Spanish)

* New translations exam.xml (Swedish)

* New translations exam.xml (Portuguese)

* New translations exam.xml (Bulgarian)

* New translations exam.xml (German)

* New translations exam.xml (Chinese Simplified)

* New translations exam.xml (Croatian)

* New translations exam.xml (Czech)

* New translations exam.xml (Dutch)

* New translations exam.xml (Finnish)

* New translations exam.xml (French)

* New translations exam.xml (Greek)

* New translations exam.xml (Polish)

* New translations exam.xml (Hebrew)

* New translations exam.xml (Irish)

* New translations exam.xml (Italian)

* New translations exam.xml (Japanese)

* New translations exam.xml (Korean)

* New translations exam.xml (Lithuanian)

* New translations exam.xml (Turkish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Polish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Korean)

* New translations strings.xml (Italian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Greek)

* New translations strings.xml (German)

* New translations strings.xml (French)

* New translations strings.xml (Dutch)

* New translations strings.xml (Czech)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Spanish)

* New translations strings.xml (Turkish)

* New translations strings.xml (German)

* New translations strings.xml (Romanian)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Czech)

* New translations strings.xml (Dutch)

* New translations strings.xml (French)

* New translations strings.xml (German)

* New translations strings.xml (Greek)

* New translations strings.xml (Italian)

* New translations strings.xml (Korean)

* New translations strings.xml (Polish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Romanian)

* New translations strings.xml (Russian)

* New translations strings.xml (Slovak)

* New translations strings.xml (Swedish)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Spanish)

* New translations strings.xml (Czech)

* New translations exam.xml (Czech)

* New translations strings.xml (German)

* New translations exam.xml (Czech)

* New translations strings.xml (Russian)

* New translations strings.xml (Bulgarian)

* New translations exam.xml (Russian)

* New translations exam.xml (Russian)

* New translations exam.xml (Russian)

* New translations exam.xml (Russian)

* New translations exam.xml (Russian)

* New translations exam.xml (Russian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations exam.xml (Russian)

* New translations exam.xml (Russian)

* New translations exam.xml (Russian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations strings.xml (German)

* New translations strings.xml (German)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.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 (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 (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 (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 (Bulgarian)

* New translations strings.xml (Bulgarian)

* 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 (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 (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 (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 (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 (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 (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 (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 exam.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 (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 exam.xml (Italian)

* New translations insight_alert_descriptions.xml (Italian)

* New translations insight_alert_titles.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Italian)

* New translations exam.xml (Czech)

* New translations exam.xml (Czech)

* New translations exam.xml (Italian)

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

* New translations strings.xml (Portuguese)

* New translations strings.xml (Polish)

* New translations strings.xml (Korean)

* New translations strings.xml (Italian)

* New translations strings.xml (Spanish)

* New translations strings.xml (Greek)

* New translations strings.xml (German)

* New translations strings.xml (French)

* New translations strings.xml (Dutch)

* New translations strings.xml (Czech)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Italian)

* New translations strings.xml (Russian)

* New translations strings.xml (Portuguese)

* New translations exam.xml (Italian)

* New translations exam.xml (Czech)

* New translations exam.xml (Russian)

* New translations strings.xml (Czech)

* New translations strings.xml (Swedish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Swedish)
2019-09-23 22:17:01 +02:00
Milos Kozak 4c780f4f78 new exam 2019-09-23 21:31:06 +02:00
Milos Kozak 79c0ca4ca0 config builder fragment fix 2019-09-23 21:02:35 +02:00
Milos Kozak c4e21db11d objectives hint for remote monitoring 2019-09-23 20:38:15 +02:00
Milos Kozak fe9df4de4e do not jump to last tab 2019-09-23 20:35:49 +02:00
Milos Kozak 5fa9d4df62 Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-09-23 19:37:42 +02:00
Milos Kozak 2e2c9c5d8f better info in wizard confirmation dialog 2019-09-23 19:36:25 +02:00
Milos Kozak a8f68e1182
Merge pull request #2061 from andyrozman/bug_1969_error_decoding_basal_profile
Bug 1969 error decoding basal profile
2019-09-20 08:01:03 +02:00
Roumen Georgiev e7953b33af fix tests 2019-09-16 12:31:51 +03:00
Roumen Georgiev d66eb78415 update buttons correctly 2019-09-16 09:37:48 +03:00
Milos Kozak a903ff6eea
Merge pull request #2056 from rkresha/dev
Small changes to fix a typo and more consistency in exam.xml
2019-09-15 21:19:00 +02:00
Milos Kozak afa654f3b9 com.google.firebase:firebase-core:17.2.0 2019-09-15 19:04:34 +02:00
Milos Kozak 9295d51e1c androidx.appcompat:appcompat:1.1.0 2019-09-15 18:56:54 +02:00
Rob Kresha 37589c8f90 Update Objective2.java
typo
2019-09-15 11:29:37 -05:00
Rob Kresha 4546ffa838 Consistency, typos, and labels
Small tweaks to make things more uniform.
2019-09-15 11:25:52 -05:00
Milos Kozak 5828e90f83 improved description 2019-09-15 15:54:43 +02:00
Milos Kozak 8cc6b4b0b0 typo 2019-09-15 15:37:48 +02:00
Milos Kozak aa7f921ad9 more objectives 2019-09-15 15:18:55 +02:00
Milos Kozak 25fab5f30e objectives cleanup 2019-09-15 12:39:11 +02:00
Milos Kozak eaf3526949 removed wrong links from exam 2019-09-15 11:55:57 +02:00
Milos Kozak 50041e1733 simplify statuslights preferences 2019-09-15 11:42:01 +02:00
Milos Kozak 4d23fb1d61 fix onClick superbolus checkbox 2019-09-15 11:04:33 +02:00
Milos Kozak bb41ee76d3 fix showing % in wizard dialog 2019-09-15 10:57:37 +02:00
Milos Kozak de5a41b196 remove pump.iob for pump status 2019-09-15 10:17:38 +02:00
Milos Kozak 180b70f3da missing preference title for automation 2019-09-15 10:13:07 +02:00
Andy Rozman bdf65ab077 - fix for getting basal profile (getRawContentOfFrame needed to be rewritten to cut 1 character and then create fixed length of frame at 64 bytes (it seems that in some cases frame can contain crc at end) 2019-09-12 12:36:13 +01:00
Roumen Georgiev 68b6591f42 fix tests 2019-09-12 12:08:36 +03:00
Roumen Georgiev 7c78270981 Fixed after comments 2019-09-11 15:30:29 +03:00
Milos Kozak c68190a22b
New Crowdin translations (#2034)
* New translations strings.xml (Bulgarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Greek)

* New translations strings.xml (French)

* New translations strings.xml (Czech)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Dutch)

* New translations strings.xml (Korean)

* New translations strings.xml (German)

* New translations strings.xml (Polish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Czech)

* New translations strings.xml (Spanish)

* New translations strings.xml (Russian)

* New translations strings.xml (German)

* New translations strings.xml (German)

* New translations strings.xml (Polish)

* New translations strings.xml (Romanian)

* New translations strings.xml (Greek)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Romanian)

* New translations strings.xml (Italian)
2019-09-11 12:22:34 +02:00
Roumen Georgiev d525c3f220
Merge branch 'dev' into TriggerTOD 2019-09-10 10:30:20 +03:00
Roumen Georgiev e3d7d4cb67 fixed name and tests 2019-09-10 10:01:36 +03:00
Roumen Georgiev 8ad35dcc45 fix of description 2019-09-09 17:01:50 +03:00
Roumen Georgiev c88841b361 reworked to have start and end of time range 2019-09-09 16:50:48 +03:00
Milos Kozak a3bc942cd7 R: handle not received time, refactor to kotlin, unify SerialIOThread 2019-09-08 14:17:41 +02:00
Milos Kozak 118b4bc0d1 RS: handle not received time 2019-09-08 10:39:32 +02:00
Milos Kozak 8b502c93c9 fix NPE 2019-09-08 09:43:10 +02:00
Milos Kozak 13a03c362b Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-09-07 22:40:31 +02:00
Milos Kozak 7871addaad change text 2019-09-07 22:40:16 +02:00
Milos Kozak c57a6335d9
Merge pull request #2027 from triplem/ext_statusline
Add extended statuslight to overview fragment
2019-09-07 22:38:11 +02:00
triplem 0bec3cb224 fix color formatting 2019-09-07 22:05:59 +02:00
triplem 1687d13952 Try to fix colour formatting 2019-09-07 21:50:01 +02:00
Milos Kozak 9e4ddbf8fc fix SSID trigger 2019-09-07 20:31:28 +02:00
Milos Kozak cba5b640cb safer default TT value in automation 2019-09-07 19:51:40 +02:00
Milos Kozak 23aedb0c6c more exams 2019-09-07 19:34:31 +02:00
Milos Kozak 9b15d9da89 more exams 2019-09-07 19:27:31 +02:00
Milos Kozak c0d65df330 exams cleanup 2019-09-07 18:52:17 +02:00
Milos Kozak 1f37aef9ce more exams 2019-09-07 14:26:10 +02:00
Milos Kozak 459898e83c typo 2019-09-07 13:57:32 +02:00
Milos Kozak 1b1ce941db more exams 2019-09-07 13:50:55 +02:00
Milos Kozak 2699f255b8 exams cleanup 2019-09-07 12:43:36 +02:00
Milos Kozak 940d413d1e
Merge branch 'dev' into dev 2019-09-07 11:58:19 +02:00
Milos Kozak 45638ef5eb more exams 2019-09-07 11:56:16 +02:00
Milos Kozak b5e4c044ac display hint in exam 2019-09-07 11:32:24 +02:00
Milos Kozak 88c263bb39 better hypott question 2019-09-07 11:21:14 +02:00
typ1-brods 6d85215641
Update exam.xml 2019-09-06 23:53:28 +02:00
typ1-brods 18269b66d6
Update strings.xml 2019-09-06 23:29:15 +02:00
Milos Kozak bc08784c81
Merge pull request #2026 from MilosKozak/objectives
New objectives
2019-09-06 15:24:29 +02:00
Milos Kozak 6545036e96
Merge pull request #2013 from MilosKozak/l10n_dev
New Crowdin translations
2019-09-06 15:04:25 +02:00
Milos Kozak 00349c13ac more exam tasks 2019-09-06 15:02:41 +02:00
Milos Kozak 92d6f08e5c do not warn on 30 min profile in NSClient mode 2019-09-06 13:36:26 +02:00
Milos Kozak 9de293acc0 Merge branch 'objectives' of https://github.com/MilosKozak/AndroidAPS into objectives 2019-09-05 21:43:00 +02:00
Milos Kozak 99a8c94cff fix tests 2019-09-05 21:42:02 +02:00
triplem cc298f81b8 add extended statuslight to overview fragment 2019-09-05 21:39:53 +02:00
Milos Kozak 64a2b45866 add rice to objective bypass code 2019-09-05 20:53:53 +02:00
Milos Kozak 91ebc11d9b ObjectivesExamDialog fine tunning 2019-09-05 20:26:23 +02:00
Milos Kozak 6b388b3bd2 Merge branch 'dev' into objectives 2019-09-04 22:32:10 +02:00
Milos Kozak 07fd0654ca remove doubled notifyDatasetChanged 2019-09-04 22:11:45 +02:00
Milos Kozak 139455747e fix copy constructors in automation plugin 2019-09-04 21:00:00 +02:00
Milos Kozak d452d21c93 fix BG Difference in MGDL 2019-09-04 20:21:27 +02:00
Roumen Georgiev 2a80477bb5 tests 2019-09-04 16:48:32 +03:00
Roumen Georgiev c9e841c131 converted minSinceMidnight to int 2019-09-04 16:06:23 +03:00
Roumen Georgiev a77835d541 Initial work 2019-09-04 15:50:37 +03:00
Milos Kozak c848095060 add automation TT action TextWatcher 2019-09-04 11:30:55 +02:00
Milos Kozak 37d10fbcbf Exam objective 2019-09-04 00:00:52 +02:00
Milos Kozak 702ca21459 ObjectivesFragment to kotlin 2019-09-03 18:11:28 +02:00
Milos Kozak a75312eea0 ObjectivesPlugin -> kotlin 2019-09-02 23:54:47 +02:00
Milos Kozak 05bb5a660b simplify manual actions code 2019-09-02 23:38:14 +02:00
Milos Kozak b9e91f3d20 confirm dialog on entering code 2019-09-02 23:10:31 +02:00
Milos Kozak c97515b163 New translations strings.xml (Italian) 2019-09-02 18:23:09 +02:00
Milos Kozak 84bec28699 Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-09-02 08:57:14 +02:00
Milos Kozak 11ca21ebbd automation without engineering mode 2019-09-02 08:55:08 +02:00
Milos Kozak 99b5e1e9d5 fix NPE 2019-09-02 08:44:21 +02:00
Milos Kozak 99893a3ab1 allow bypass objectives 2019-09-02 08:42:25 +02:00
Milos Kozak 12a2d789c1 convert objectives 2019-09-01 21:27:56 +02:00
Milos Kozak 2ce7ba3fc4 remove tidepool from plugin list 2019-09-01 18:09:52 +02:00
Milos Kozak 80efc9369c new objective Using AAPS 2019-09-01 13:43:11 +02:00
Milos Kozak 3274f372ef show accomplished 2019-09-01 10:33:17 +02:00
Milos Kozak 0de7413427 use constants in objectives 2019-09-01 09:59:34 +02:00
Andy Rozman d50d6087ea - changed PumpMessage to be get correct frame from 523 and 554 2019-08-31 17:32:09 +01:00
Milos Kozak 764e4cfb7c
2.4-dev-f 2019-08-31 11:25:21 +02:00
Milos Kozak dd989b5251
New Crowdin translations (#2002)
* New translations strings.xml (Romanian)

* New translations strings.xml (Dutch)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Spanish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Greek)

* New translations strings.xml (French)

* New translations strings.xml (Czech)

* New translations strings.xml (Italian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Dutch)

* New translations strings.xml (Korean)

* New translations strings.xml (German)

* New translations strings.xml (Polish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Czech)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Polish)

* New translations strings.xml (French)

* New translations strings.xml (Korean)

* New translations strings.xml (Korean)

* New translations strings.xml (Korean)

* New translations strings.xml (Dutch)

* New translations strings.xml (Russian)

* New translations strings.xml (Romanian)

* New translations strings.xml (French)

* New translations strings.xml (German)
2019-08-31 11:14:29 +02:00
Milos Kozak e732c31043 fix NPE in APS plugins 2019-08-31 10:09:53 +02:00
Milos Kozak 5d9277abdb
Merge pull request #2006 from andyrozman/bug_1954_mdt_wrong_min_bolus_for_554
Bug 1954 mdt wrong min bolus for 554
2019-08-30 15:12:38 +02:00
Milos Kozak 67fe19ee2c
Merge pull request #2003 from aviau/typo/setup-it
strings.xml: 'setup it' -> 'set it up'
2019-08-29 08:37:32 +02:00
Milos Kozak 1d6969e18e
Merge pull request #2004 from aviau/fix/sw-patientage-duplicate
SetupWizard: only ask for patient age once
2019-08-29 08:37:11 +02:00
aviau ee217e2bfa
typo: offline available -> available offline 2019-08-28 23:47:10 -04:00
aviau 125141d326
SetupWizard: only ask for patient age once 2019-08-28 23:38:23 -04:00
aviau a0b1b26460
strings.xml: 'setup it' -> 'set it up' 2019-08-28 23:25:21 -04:00
Milos Kozak 9d55ef9120
Merge pull request #1992 from twain47/loggerhelper-readability
Clean up log output from determine-basal.js
2019-08-28 21:03:28 +02:00
Andy Rozman b48fec4624 - changed bolus step to 0.05 for 523 and 554 2019-08-28 19:29:18 +01:00
Andy Rozman e1b24eb900 Merge branch 'dev' into bug_1954_mdt_wrong_min_bolus_for_554 2019-08-28 19:24:19 +01:00
Milos Kozak 7d9d70fba8 better notification layout 2019-08-28 17:57:48 +02:00
Milos Kozak 7e5d96f3f3 remove unused resources 2019-08-28 16:55:20 +02:00
Milos Kozak 47ec03efec Merge commit 'd827c10161c621664f5041b3ee586b8fe76a7707' into dev 2019-08-28 15:38:27 +02:00
Andy Rozman f0ccf57e69 - fixing reading profile 2019-08-28 14:10:28 +01:00
Milos Kozak 6f9aec95e5 fix NPE 2019-08-28 13:55:51 +02:00
Milos Kozak 0433953ff6 2.4-dev-e 2019-08-27 22:10:54 +02:00
Milos Kozak a3cce45cbf
New Crowdin translations (#1985)
* New translations strings.xml (French)

* New translations strings.xml (Greek)

* New translations strings.xml (Greek)

* New translations insight_exceptions.xml (Greek)

* New translations strings.xml (Greek)

* New translations strings.xml (Polish)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Czech)

* New translations strings.xml (Italian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Dutch)

* New translations strings.xml (Korean)

* New translations strings.xml (German)

* New translations strings.xml (Swedish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Italian)

* New translations strings.xml (German)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Czech)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (French)

* New translations strings.xml (Russian)

* New translations strings.xml (Swedish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (German)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Swedish)

* New translations strings.xml (Czech)
2019-08-27 22:02:49 +02:00
Milos Kozak b9c965ac95
Merge branch 'dev' into bw 2019-08-27 21:36:51 +02:00
Milos Kozak 66512dbe38 limit TT values 2019-08-27 20:16:51 +02:00
Milos Kozak f184aa0c6a TriggerDelta show units 2019-08-27 19:35:37 +02:00
Milos Kozak 022ca2fe6e TriggerDelta default value 0 2019-08-27 19:28:28 +02:00
Milos Kozak e6ae4f03d5 fix limit values in InputBg 2019-08-27 19:07:05 +02:00
Milos Kozak 52830f620f Allow comma in NumberPicker 2019-08-27 18:07:17 +02:00
Milos Kozak 46968aa597 fix NPE 2019-08-27 09:47:18 +02:00
Milos Kozak 3fed995d51 fix disappearing save button 2019-08-26 22:40:54 +02:00
Milos Kozak 0866b480ac fix reset button in local profile 2019-08-26 20:30:00 +02:00
Milos Kozak 775214676e fix bug in TimeListEdit 2019-08-26 20:21:07 +02:00
Milos Kozak 21ee334218 workaround for https://github.com/nightscout/cgm-remote-monitor/issues/4929 2019-08-26 18:42:17 +02:00
Milos Kozak 55c1bd1a01 2.4-dev-d 2019-08-26 17:38:24 +02:00
Milos Kozak 4c7b8ef210 fast >>>Loading ...<<< notification on app start 2019-08-26 17:33:20 +02:00
Milos Kozak 1eff4697fa Fragments cleanup & Synchonized updateGui 2019-08-26 16:15:16 +02:00
Milos Kozak b04641e466 Revert "DataService as JobIntentService"
This reverts commit e0c2e7d579.
2019-08-26 15:06:34 +02:00
Brian Quinion e6994bd4b3 Clean up log output from determine-basal.js 2019-08-25 21:27:53 +01:00
Brian Quinion 157dc097d1 Clean up log output from determine-basal.js 2019-08-25 21:23:47 +01:00
Andy Rozman 2569e66bce - minor change. New absoluteValue is now put through pumpType.determineCorreectBasalValue method, so that we get correct value 2019-08-25 19:25:36 +01:00
Andy Rozman d4d1110d68 - added fake method TBR Percent. If pecent is 0, it calls absolute methods with 0, if not, it calculates value, writes log and then starts absolute method 2019-08-25 14:48:00 +01:00
Milos Kozak d57d847bf7 bump 2.4-dev-c 2019-08-24 19:33:52 +02:00
Milos Kozak c53e8d5615 lint issue fix 2019-08-24 19:33:09 +02:00
Milos Kozak 11264dff51
Merge pull request #1984 from MilosKozak/updated1976
Allow for Battery Optimization failing on some platforms
2019-08-24 19:26:40 +02:00
Milos Kozak b5b62d4bb8
Merge pull request #1983 from MilosKozak/locationforeground
Location service foreground
2019-08-24 19:03:51 +02:00
Milos Kozak 224926d38c
New Crowdin translations (#1978)
* New translations strings.xml (French)

* New translations strings.xml (Greek)

* New translations strings.xml (Greek)

* New translations insight_exceptions.xml (Greek)

* New translations strings.xml (Greek)

* New translations strings.xml (Polish)
2019-08-24 19:03:19 +02:00
Milos Kozak 792a1d7ddd code cleanup 2019-08-24 18:58:17 +02:00
Milos Kozak 719f90a3ac remove ctx from PersistentNotificationPlugin 2019-08-24 18:33:04 +02:00
Milos Kozak cdb42f671f Merge branch 'dev' into pull/1975 2019-08-24 18:28:01 +02:00
Milos Kozak 06d69ea252 fix test 2019-08-24 17:43:21 +02:00
Milos Kozak 0aec043696 Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-08-24 17:07:32 +02:00
Milos Kozak a6ea69bad0 Cleanup 2019-08-24 10:56:36 +02:00
Milos Kozak cd550e4c0f
Merge pull request #1979 from andyrozman/bug_1972_double_bolus_fill_cancula
Fix for fill canula double bolus
2019-08-23 22:09:41 +02:00
Milos Kozak 2c712bd1c0 Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-08-23 21:48:07 +02:00
Milos Kozak 6d91938b3f allow disable automation event 2019-08-23 21:48:00 +02:00
Milos Kozak 0a77fb9bcb implement percentage in wizard, refactoring to kotlin 2019-08-23 16:31:30 +02:00
Milos Kozak 40ffb6f199 force use iob when cob is selected 2019-08-22 21:33:10 +02:00
Milos Kozak 6ed0f9b40e more detailed message 2019-08-22 20:55:58 +02:00
Milos Kozak 5ca170e660 Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-08-22 20:33:50 +02:00
Milos Kozak d414b9b651 fixed TimeListEdit when time is localized, larger add/remove buttons 2019-08-22 20:33:18 +02:00
Milos Kozak ac8dffe44c
Merge pull request #1977 from jotomo/tombstone-writings
Log an uncaught exception before it crashes the app.
2019-08-22 13:56:47 +02:00
Brian Quinion 75be27485c Typo in battery optimization code 2019-08-22 10:29:13 +01:00
Johannes Mockenhaupt 91bd2c5b4f
Log an uncaught exception before it crashes the app.
According to https://fabric.io/kits/android/crashlytics/features (Step 3, 2nd paragraph), registering an UncaughtExceptionHandler before Fabric is set up does not interfere with Fabric.
2019-08-22 11:25:40 +02:00
Johannes Mockenhaupt fb6bcfdccd
Log an uncaught exception before it crashes the app. 2019-08-22 11:12:15 +02:00
Milos Kozak 86fa8199b6
New Crowdin translations (#1973)
* New translations strings.xml (French)

* New translations strings.xml (Greek)
2019-08-22 10:41:06 +02:00
Andy Rozman 2384573831 Fix for fill canula double bolus 2019-08-21 20:41:29 +01:00
Brian Quinion d0335e56fa Allow for Battery Optimization failing on some platforms 2019-08-21 17:45:31 +01:00
Brian Quinion 450a25c3b8 Allow for Battery Optimization failing on some platforms 2019-08-21 17:38:01 +01:00
Johannes Mockenhaupt e0421b509c
LocationService: invoke startForeground in onCreate(). 2019-08-21 17:41:54 +02:00
Milos Kozak 2f3a2116fb gradle update to 3.5.0 2019-08-21 11:08:23 +02:00
Andy Rozman 7946e3ad73 - changed bolus configuration for 523 and 554 2019-08-20 09:00:34 +01:00
Andy Rozman b1486c5ed6 - fixing the problem with minimal bolus that can be used for Medtronic Pumps. 2019-08-18 09:16:16 +01:00
Milos Kozak 0bdaa17082 Insulin activity scale detection 2019-08-15 17:54:57 +02:00
Milos Kozak bfedc3d9d7 MedtronicFragment synchronized 2019-08-15 17:11:07 +02:00
Milos Kozak 1cb93c630d EventChargingState not extending Event 2019-08-15 17:10:36 +02:00
Milos Kozak e6c8ecdc2f 2.4-dev-b 2019-08-15 15:32:01 +02:00
Milos Kozak 6c2fcc3c01
New Crowdin translations (#1960)
* New translations strings.xml (Dutch)

* New translations strings.xml (Romanian)
2019-08-15 14:41:03 +02:00
Milos Kozak b5bc80bc52 Merge branch 'pull/1956' into dev 2019-08-15 14:40:19 +02:00
Milos Kozak 956b9947b6 fix string format 2019-08-15 14:39:42 +02:00
Milos Kozak 3de3c27218
New Crowdin translations (#1957)
* New translations strings.xml (Bulgarian)

* New translations strings.xml (Spanish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Greek)

* New translations strings.xml (French)

* New translations strings.xml (Czech)

* New translations strings.xml (Italian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Dutch)

* New translations strings.xml (Korean)

* New translations strings.xml (German)

* New translations strings.xml (Polish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Czech)

* New translations strings.xml (Italian)

* New translations strings.xml (German)

* New translations strings.xml (Italian)

* New translations strings.xml (Russian)

* New translations strings.xml (Slovak)

* New translations strings.xml (French)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Turkish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Swedish)

* New translations strings.xml (Portuguese, Brazilian)
2019-08-14 18:17:06 +02:00
Milos Kozak 56d6a04e2b MDT prefs translatable=false 2019-08-14 17:49:01 +02:00
Milos Kozak 156ff4ec93 Remove HandlerThread from MedtronicHistoryActivity 2019-08-13 08:20:20 +02:00
Milos Kozak 49c4e4cba1 Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-08-13 08:17:05 +02:00
Milos Kozak d8795f4d80 Remove Sync button from DanaRHistoryActivity 2019-08-13 08:16:46 +02:00
Milos Kozak 899c801822 Remove unused HandlerThread 2019-08-13 08:08:59 +02:00
Milos Kozak c68c7e5cb4 Remove unneeded HandlerThreads 2019-08-13 00:01:33 +02:00
Milos Kozak 8615dacf9e
New Crowdin translations (#1947)
* New translations strings.xml (Bulgarian)

* New translations strings.xml (Spanish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Greek)

* New translations strings.xml (French)

* New translations strings.xml (Czech)

* New translations strings.xml (Italian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Dutch)

* New translations strings.xml (Korean)

* New translations strings.xml (German)

* New translations strings.xml (Polish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Czech)

* New translations strings.xml (Italian)

* New translations strings.xml (German)

* New translations strings.xml (Italian)

* New translations strings.xml (Russian)

* New translations strings.xml (Slovak)

* New translations strings.xml (French)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Turkish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Swedish)
2019-08-12 23:07:26 +02:00
Andy Rozman a1bbf29230 - added check before bolus is attempted, if we have enough in reservoir (from local info, we don't query the pump,
while this might not always be 100% correct, it is updated every hour (if under 50 U and every 4h if over
50U and every 15 minutes if under 20U, so it should be accurate, information is not accurate only if you cancel bolus midway...
2019-08-12 17:20:38 +01:00
Milos Kozak 5b4a88ed1b remove NSClient restart receiver 2019-08-09 16:00:41 +02:00
Milos Kozak e0c2e7d579 DataService as JobIntentService 2019-08-09 14:17:17 +02:00
Milos Kozak 9d6654eecf fix SingleFragmentActivity 2019-08-08 21:16:15 +02:00
Milos Kozak dd8229ef7d MedtronicHistoryActivity extends NoSplashActivity 2019-08-08 20:59:05 +02:00
Milos Kozak d21080169d run LocationService on foreground 2019-08-08 19:53:25 +02:00
Milos Kozak f26069db00 run DummyService on start instead of NSClientService 2019-08-08 19:44:22 +02:00
Milos Kozak d467d679df
Merge pull request #1928 from triplem/firebase_events_test
disable firebase for tests
2019-08-08 19:27:37 +02:00
Milos Kozak 7eafb76f3e
Merge pull request #1939 from MilosKozak/loopkotlin
Remove butterknife dependency
2019-08-08 19:24:28 +02:00
Milos Kozak 2b3dc396fe EventMedtronicDeviceStatusChange fix 2019-08-08 18:48:16 +02:00
Milos Kozak 6802c0ea85 fix activities 2019-08-08 18:39:56 +02:00
Milos Kozak fa9bc3af97 2.4-dev-a 2019-08-07 23:05:33 +02:00
Milos Kozak b653b5096d remove butterknife from gradle 2019-08-07 23:05:05 +02:00
Milos Kozak 829aa98097 MedtronicFragment -> kotlin 2019-08-07 23:00:02 +02:00
Milos Kozak 20859e9662 fix Fragment Rx lifecycle 2019-08-07 19:44:40 +02:00
Milos Kozak 858759873a MedtronicFragment remove static variables 2019-08-07 18:45:33 +02:00
AdrianLxM 82323c3c37
Use AppCompatImageButton 2019-08-07 17:36:48 +02:00
Milos Kozak 9226a561db remove butterknife from HistoryBrowseActivity 2019-08-07 16:58:57 +02:00
Milos Kozak 607d7c4b24 Merge remote-tracking branch 'origin/dev' into loopkotlin 2019-08-07 16:23:03 +02:00
Milos Kozak 4f562d8f86 fix crash in Dana fragment 2019-08-07 16:22:33 +02:00
Milos Kozak 8f3c4e25c5 DanaRFragment -> kotlin 2019-08-07 15:50:37 +02:00
Milos Kozak 97e39c0bf1
Merge pull request #1942 from andyrozman/mdt_crashalytics_2
- fixed 4 (or more) crashalytics problems
2019-08-07 13:26:41 +02:00
Milos Kozak 1b09a467cf
New Crowdin translations (#1941)
* New translations strings.xml (Italian)

* New translations strings.xml (Italian)
2019-08-07 13:26:24 +02:00
Andy Rozman 163c043492 - preliminary fix for #1940 (if calculated voltage is under 0, we set it to 1%) 2019-08-07 11:59:47 +01:00
Andy Rozman d06c5fdcc8 - fixed 4 (or more) crashalytics problems 2019-08-07 11:48:37 +01:00
Milos Kozak a0eef61745 remove @BindView from RileyLinkStatusActivity 2019-08-06 23:22:56 +02:00
Milos Kozak fe716bdc2e LogSettingActivity -> kotlin 2019-08-06 23:15:06 +02:00
Milos Kozak 949cde143a NSProfileFragment -> kotlin 2019-08-06 22:53:09 +02:00
Milos Kozak 73e8d21ca0 OpenAPSPlugins -> kotlin 2019-08-06 21:50:08 +02:00
Milos Kozak d2c01501a8 ConfigBuilderFragment -> kotlin 2019-08-06 20:46:35 +02:00
Milos Kozak 63e45fd549 PluginViewHolder -> kotlin 2019-08-06 20:27:17 +02:00
Milos Kozak 9b6312a495 remove dead code 2019-08-06 02:58:50 +02:00
Milos Kozak 9e962b953f eliminate PluginSwitcher 2019-08-06 02:34:57 +02:00
Milos Kozak c1a1cc3108 ProfileViewerDialog -> kotlin 2019-08-06 01:19:24 +02:00
Milos Kozak 9608f5185f lint warnings 2019-08-05 16:04:16 +02:00
Milos Kozak 89d2ff9de8 LoopFragment -> kotlin 2019-08-05 14:12:39 +02:00
Milos Kozak 9d27b5f83e
New Crowdin translations (#1926)
* 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 (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 (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 (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 (Dutch)

* New translations strings.xml (Dutch)

* New translations strings.xml (Dutch)

* New translations strings.xml (Bulgarian)

* New translations insight_alert_descriptions.xml (Lithuanian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations insight_exceptions.xml (Portuguese)

* New translations insight_alert_titles.xml (Portuguese)

* New translations insight_alert_descriptions.xml (Portuguese)

* New translations insight_alert_codes.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations insight_exceptions.xml (Polish)

* New translations insight_alert_titles.xml (Polish)

* New translations insight_alert_descriptions.xml (Polish)

* New translations insight_alert_codes.xml (Polish)

* New translations insight_exceptions.xml (Lithuanian)

* New translations insight_alert_titles.xml (Lithuanian)

* New translations insight_alert_codes.xml (Lithuanian)

* New translations insight_alert_descriptions.xml (Portuguese, Brazilian)

* New translations insight_exceptions.xml (Korean)

* New translations insight_alert_titles.xml (Korean)

* New translations insight_alert_descriptions.xml (Korean)

* New translations insight_alert_codes.xml (Korean)

* New translations insight_exceptions.xml (Japanese)

* New translations insight_alert_titles.xml (Japanese)

* New translations insight_alert_descriptions.xml (Japanese)

* New translations insight_alert_codes.xml (Japanese)

* New translations insight_exceptions.xml (Italian)

* New translations insight_alert_titles.xml (Italian)

* New translations insight_alert_descriptions.xml (Italian)

* New translations insight_alert_codes.xml (Italian)

* New translations insight_alert_codes.xml (Portuguese, Brazilian)

* New translations insight_alert_titles.xml (Portuguese, Brazilian)

* New translations insight_alert_titles.xml (Irish)

* New translations insight_exceptions.xml (Slovak)

* New translations insight_alert_titles.xml (Turkish)

* New translations insight_alert_descriptions.xml (Turkish)

* New translations insight_alert_codes.xml (Turkish)

* New translations strings.xml (Turkish)

* New translations insight_exceptions.xml (Swedish)

* New translations insight_alert_titles.xml (Swedish)

* New translations insight_alert_descriptions.xml (Swedish)

* New translations insight_alert_codes.xml (Swedish)

* New translations insight_exceptions.xml (Spanish)

* New translations insight_alert_titles.xml (Spanish)

* New translations insight_alert_descriptions.xml (Spanish)

* New translations insight_alert_codes.xml (Spanish)

* New translations strings.xml (Spanish)

* New translations insight_alert_titles.xml (Slovak)

* New translations insight_exceptions.xml (Portuguese, Brazilian)

* New translations insight_alert_descriptions.xml (Slovak)

* New translations insight_alert_codes.xml (Slovak)

* New translations strings.xml (Slovak)

* New translations insight_exceptions.xml (Russian)

* New translations insight_alert_titles.xml (Russian)

* New translations insight_alert_descriptions.xml (Russian)

* New translations insight_alert_codes.xml (Russian)

* New translations strings.xml (Russian)

* New translations insight_exceptions.xml (Romanian)

* New translations insight_alert_titles.xml (Romanian)

* New translations insight_alert_descriptions.xml (Romanian)

* New translations insight_alert_codes.xml (Romanian)

* New translations strings.xml (Romanian)

* New translations insight_exceptions.xml (Irish)

* New translations insight_alert_descriptions.xml (Irish)

* New translations strings.xml (Italian)

* New translations insight_alert_titles.xml (Bulgarian)

* New translations strings.xml (Czech)

* New translations insight_exceptions.xml (Croatian)

* New translations insight_alert_titles.xml (Croatian)

* New translations insight_alert_descriptions.xml (Croatian)

* New translations insight_alert_codes.xml (Croatian)

* New translations insight_exceptions.xml (Chinese Simplified)

* New translations insight_alert_titles.xml (Chinese Simplified)

* New translations insight_alert_descriptions.xml (Chinese Simplified)

* New translations insight_alert_codes.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)

* New translations insight_exceptions.xml (Bulgarian)

* New translations insight_alert_descriptions.xml (Bulgarian)

* New translations insight_alert_descriptions.xml (Czech)

* New translations insight_alert_codes.xml (Bulgarian)

* New translations insight_exceptions.xml (Afrikaans)

* New translations insight_alert_titles.xml (Afrikaans)

* New translations insight_alert_descriptions.xml (Afrikaans)

* New translations insight_alert_codes.xml (Afrikaans)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Dutch)

* New translations strings.xml (Korean)

* New translations strings.xml (German)

* New translations strings.xml (Polish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Lithuanian)

* New translations insight_alert_codes.xml (Czech)

* New translations insight_alert_titles.xml (Czech)

* New translations insight_alert_codes.xml (Irish)

* New translations insight_alert_codes.xml (German)

* New translations insight_exceptions.xml (Hebrew)

* New translations insight_alert_titles.xml (Hebrew)

* New translations insight_alert_descriptions.xml (Hebrew)

* New translations insight_alert_codes.xml (Hebrew)

* New translations insight_exceptions.xml (Greek)

* New translations insight_alert_titles.xml (Greek)

* New translations insight_alert_descriptions.xml (Greek)

* New translations insight_alert_codes.xml (Greek)

* New translations strings.xml (Greek)

* New translations insight_exceptions.xml (German)

* New translations insight_alert_titles.xml (German)

* New translations insight_alert_descriptions.xml (German)

* New translations insight_exceptions.xml (French)

* New translations insight_exceptions.xml (Czech)

* New translations insight_alert_titles.xml (French)

* New translations insight_alert_descriptions.xml (French)

* New translations insight_alert_codes.xml (French)

* New translations strings.xml (French)

* New translations insight_exceptions.xml (Finnish)

* New translations insight_alert_titles.xml (Finnish)

* New translations insight_alert_descriptions.xml (Finnish)

* New translations insight_alert_codes.xml (Finnish)

* New translations insight_exceptions.xml (Dutch)

* New translations insight_alert_titles.xml (Dutch)

* New translations insight_alert_descriptions.xml (Dutch)

* New translations insight_alert_codes.xml (Dutch)

* New translations insight_exceptions.xml (Turkish)

* 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 (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 insight_alert_descriptions.xml (Italian)

* New translations insight_alert_titles.xml (Italian)

* New translations strings.xml (Italian)

* New translations insight_alert_titles.xml (Italian)

* New translations insight_exceptions.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Dutch)
2019-08-05 10:01:08 +02:00
AdrianLxM 8bc9828a8b
Update LocalProfileFragment.java 2019-08-04 11:44:19 +01:00
Milos Kozak e81fa734e7 remove replaced strings 2019-08-04 00:05:52 +02:00
Milos Kozak 4bbb77907f separate config for pumpcontrol 2019-08-03 23:22:30 +02:00
Milos Kozak 4831eb9193 Merge branch 'dev' into batteryopt 2019-08-03 23:17:02 +02:00
Milos Kozak 49ae8747fd remove code redundancy 2019-08-03 21:22:24 +02:00
Milos Kozak 93ecd43e2e handle callback from ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS 2019-08-03 20:01:55 +02:00
Milos Kozak 81eeb66538 SDK checking cleanup 2 2019-08-03 20:00:56 +02:00
Milos Kozak c9d1cc6a24 SDK checking cleanup 2019-08-03 19:11:16 +02:00
Milos Kozak f439f1c6dd revert skippable in wizard 2019-08-03 18:54:53 +02:00
Milos Kozak 43c0ce25ba startForeground in onCreate 2019-08-03 18:19:38 +02:00
Milos Kozak e4a3b0656e ErrorHelperActivity, ErrorDialog -> kotlin 2019-08-02 22:33:35 +02:00
Milos Kozak 628adf25ba better check soundid passed to AlarmSoundService 2019-08-02 21:55:34 +02:00
Milos Kozak b572d110d8 remove splash on other activities 2019-08-02 17:15:57 +02:00
Milos Kozak a738672dbb Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-08-02 16:32:20 +02:00
Milos Kozak 442d48b4c2 fix OPAS fragments 2019-08-02 16:31:57 +02:00
Brian Quinion 0c3d3f0dd8 Make needwhitelisting skippable to avoid issues with not being able to detect step being completed 2019-08-02 14:44:39 +01:00
Brian Quinion 246186f03f Check we have battery optimisation with PowerManager (required in addition to REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission) 2019-08-02 14:13:57 +01:00
triplem c9f054bd47 disable firebase for tests 2019-08-01 21:20:17 +02:00
Milos Kozak 7db98bf810 Splash logo 2019-08-01 16:29:20 +02:00
Milos Kozak b0eecac00e BolusProgress code cleanup 2019-08-01 10:26:31 +02:00
Paulus d827c10161 CR #1903 initial commit 2019-08-01 00:47:57 +02:00
Milos Kozak e4c92c1863
Bump 2.4-alpha2 2019-07-31 22:42:20 +02:00
Milos Kozak 32ff72b620
Merge pull request #1923 from jotomo/rotating-bolus-progress-dialog
BolusProgressDialog: persist/resurrect state message across restarts.
2019-07-31 19:15:01 +02:00
Milos Kozak e9dfee8263
New Crowdin translations (#1919)
* 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 (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 (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)
2019-07-31 18:56:27 +02:00
Johannes Mockenhaupt 056125ffb3
BolusProgressDialog: persist/resurrect state message across restarts.
Intents to solve #1909.
2019-07-31 18:48:31 +02:00
Milos Kozak 0d9578763d fix warnClock from NS 2019-07-31 15:11:20 +02:00
Milos Kozak 978b68eee7 Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-07-31 14:56:39 +02:00
Milos Kozak 8290d5a954 fix issuing another SMB is one is currently running 2019-07-31 14:56:30 +02:00
Andy Rozman c8faf49cd7 - changed bolus size for medtronic 512- 522 models 2019-07-31 11:56:21 +01:00
Milos Kozak 6e14cd8d81
New Crowdin translations (#1916)
* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Polish)
2019-07-30 21:25:05 +02:00
Milos Kozak a2852e4a1c remove old style language files 2019-07-30 15:24:48 +02:00
Milos Kozak 05e0a9a91a
New Crowdin translations (#1915)
* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Irish)

* New translations strings.xml (Turkish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Polish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Korean)

* New translations strings.xml (Japanese)

* New translations strings.xml (Italian)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Greek)

* New translations strings.xml (German)

* New translations strings.xml (French)

* New translations strings.xml (Finnish)

* New translations strings.xml (Dutch)

* New translations strings.xml (Czech)

* New translations strings.xml (Croatian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Italian)
2019-07-30 15:22:05 +02:00
Andy Rozman de00fb83ea Fixed problems found on Crashalytics (5 of them) 2019-07-30 10:33:30 +01:00
Milos Kozak 27ec907611 fix NPE in Automation 2019-07-29 23:48:23 +02:00
Milos Kozak 6daba3b9e7 fix crash in NumberPicker 2019-07-29 23:24:55 +02:00
Milos Kozak c0ec445fbe Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-07-29 23:21:14 +02:00
Milos Kozak 2fbc9be152 fix Tidepool crash 2019-07-29 23:20:44 +02:00
Milos Kozak 96fcd3c250
New Crowdin translations (#1910)
* New translations strings.xml (Slovak)

* New translations strings.xml (Hebrew)

* New translations strings.xml (Romanian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Polish)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Korean)

* New translations strings.xml (Japanese)

* New translations strings.xml (Russian)

* New translations insight_alert_titles.xml (Croatian)

* New translations insight_alert_descriptions.xml (Croatian)

* New translations insight_alert_codes.xml (Croatian)

* New translations strings.xml (Croatian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Dutch)

* New translations strings.xml (Czech)

* New translations strings.xml (Italian)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Irish)

* New translations insight_exceptions.xml (Greek)

* New translations insight_alert_titles.xml (Greek)

* New translations insight_alert_descriptions.xml (Greek)

* New translations strings.xml (Greek)

* New translations strings.xml (Finnish)

* New translations strings.xml (German)

* New translations strings.xml (French)

* New translations insight_exceptions.xml (Croatian)

* New translations strings.xml (Slovak)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Slovak)

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

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Afrikaans)
2019-07-29 23:20:37 +02:00
Milos Kozak 4834a2ba7c fix adding zero deviations 2019-07-29 16:36:37 +02:00
Sebastian Lenz 62f3fc022f newer version of weekdaysselector, fixes #1904 2019-07-28 20:07:31 +02:00
Milos Kozak 3ffa75aede
Merge pull request #1899 from MarieT1D/patch-1
string.xml: specify description for Open Loop setting
2019-07-28 14:25:27 +02:00
Marie 0ea9118fc6
string.xml: specify description for Open Loop setting
Adding "Open" to description of 'Minimum request change' in open loop mode and adding " in %" to value,

so that people immediatly know for what it's for
2019-07-28 13:32:16 +02:00
Milos Kozak b518077c50 Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-07-28 13:26:32 +02:00
Milos Kozak 68d9a5af70 prevent NPE in test 2019-07-28 13:26:15 +02:00
Milos Kozak e98ae5078f
Merge pull request #1857 from MilosKozak/iobfix
calculate iob prediction based on autosens
2019-07-28 11:38:21 +02:00
Milos Kozak 53b9d97f5d
Merge pull request #1893 from MilosKozak/lint
lint recommendations - code style
2019-07-28 10:28:17 +02:00
Milos Kozak 78f1fe6423 Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev 2019-07-28 10:20:37 +02:00
Milos Kozak a0854a895c Language cleanup 2019-07-28 10:20:31 +02:00
Milos Kozak 7db694044d Merge branch 'dev' into iobfix 2019-07-28 01:49:52 +02:00
Milos Kozak 7b946f8cc9 Merge branch 'dev' into lint 2019-07-28 01:43:49 +02:00
Milos Kozak 74bcf3e73e Rx drivers: set new TBR if running is expiring 2019-07-28 01:37:44 +02:00
Milos Kozak f58a219d2d pass enforceNew properly 2019-07-28 01:22:00 +02:00
Milos Kozak 4bf1b777a2 Rx drivers: set new TBR if running is expiring 2019-07-27 23:59:27 +02:00
Milos Kozak 84ecb92771 lint recommendations 2019-07-27 19:56:07 +02:00
Milos Kozak 7bf54a8ce9
New Crowdin translations (#1889)
* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Polish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Russian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)
2019-07-27 19:53:22 +02:00
Milos Kozak 1baec16c4b remove unneeded semicolons 2019-07-26 23:21:01 +02:00
Milos Kozak b49f377549
New Crowdin translations (#1886)
* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Slovak)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Czech)

* New translations strings.xml (Italian)

* New translations strings.xml (Italian)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

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

* New translations strings.xml (Italian)

* New translations strings.xml (Polish)

* New translations strings.xml (Italian)

* New translations strings.xml (Swedish)

* New translations strings.xml (Italian)

* New translations strings.xml (Swedish)

* New translations strings.xml (Russian)
2019-07-26 22:30:43 +02:00
Milos Kozak b448bbe670
Merge branch 'dev' into signature_verifier 2019-07-26 22:28:22 +02:00
Milos Kozak 3b2c9248a1 remove forgotten file 2019-07-26 22:20:02 +02:00
Milos Kozak 48316dbd4c fix calculation, conditional rendering 2019-07-26 20:30:58 +02:00
Milos Kozak 595bf0314c Merge branch 'dev' into iobfix 2019-07-26 00:39:40 +02:00
Milos Kozak 7735612daf
Merge pull request #1888 from MilosKozak/bwfix
Bolus wizard confirmation
2019-07-25 23:59:41 +02:00
Milos Kozak 76439777b0 Better bolus wizard warning 2019-07-25 23:32:00 +02:00
Johannes Mockenhaupt d9de09d7f0
Confirm pump plugin activation for all hardware pumps (MDT, Insight). 2019-07-25 22:30:47 +02:00
Johannes Mockenhaupt cf1bcf9943
Dedup pump activation confirmation. 2019-07-25 22:30:25 +02:00
Milos Kozak 75baa473f1 fix carbtime in BolusWizard 2019-07-25 21:45:54 +02:00
Milos Kozak efb44331b0
New Crowdin translations (#1885)
* New translations strings.xml (Portuguese)

* New translations strings.xml (Spanish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Swedish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Swedish)
2019-07-25 20:45:28 +02:00
Milos Kozak c0116b744e remove failing test 2019-07-25 20:07:32 +02:00
Milos Kozak 97c75052e5 Merge branch 'dev' into automation 2019-07-25 18:22:46 +02:00
Milos Kozak a6e0ced920
New Crowdin translations (#1884)
* New translations strings.xml (Hebrew)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Polish)

* New translations strings.xml (Romanian)

* New translations strings.xml (Lithuanian)

* New translations strings.xml (Korean)

* New translations strings.xml (Turkish)

* New translations strings.xml (Swedish)

* New translations strings.xml (Spanish)

* New translations strings.xml (Slovak)

* New translations strings.xml (Russian)

* New translations strings.xml (Japanese)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Dutch)

* New translations strings.xml (Czech)

* New translations strings.xml (Bulgarian)

* New translations strings.xml (Afrikaans)

* New translations strings.xml (Finnish)

* New translations strings.xml (Italian)

* New translations strings.xml (Irish)

* New translations strings.xml (Greek)

* New translations strings.xml (German)

* New translations strings.xml (French)
2019-07-25 17:08:53 +02:00
Milos Kozak 0d5ea4f700 add Lithuanian language 2 2019-07-25 16:43:39 +02:00
Milos Kozak 838e19877b add Lithuanian language 2019-07-25 16:43:00 +02:00
Milos Kozak 09270f36bf
Merge branch 'dev' into automation 2019-07-25 16:17:16 +02:00
Milos Kozak 0b28c92c2d
Merge pull request #1868 from andyrozman/medtronic_andy_merge
Medtronic driver merge
2019-07-25 16:15:17 +02:00
Andy Rozman dbc527605b - disabled test 2019-07-25 14:49:43 +01:00
Milos Kozak 283fa0debf fix string 2019-07-25 15:17:58 +02:00
Andy Rozman 29d0545d47 - fixed manufacturer and model 2019-07-25 13:41:57 +01:00
Milos Kozak 51bc5d3618 Merge branch 'dev' into medtronic_andy_merge 2019-07-25 13:40:37 +02:00
Andy Rozman da0b3c84f9 - added translatable="false" to all new keys 2019-07-24 16:42:10 +01:00
Andy Rozman b1320c4bcb - added keys for preferences and fixes on all other places 2019-07-23 16:09:56 +01:00
Milos Kozak f778e0ac0d fix code after merge 2019-07-23 13:32:21 +02:00
Milos Kozak e02681ac31
Merge branch 'dev' into automation 2019-07-23 13:13:26 +02:00
Milos Kozak 29c8740e08
Merge pull request #1879 from MilosKozak/psfix
ProfileSwitch validation
2019-07-23 09:18:12 +02:00
Milos Kozak ae7332df2d cleanup 2019-07-23 00:26:59 +02:00
Milos Kozak 47ed0acec2 ChooseTriggerDialog to kotlin 2019-07-23 00:04:44 +02:00
Milos Kozak 063c27fb89 ChooseActionDialog to kotlin 2019-07-22 22:47:26 +02:00
Milos Kozak a809c0ac35 ActionListAdapter to kotlin 2019-07-22 21:41:42 +02:00
Milos Kozak e539dbc112 fix tests, use location form service 2019-07-22 16:58:25 +02:00
Milos Kozak 77d7f1ca65 Merge branch 'automation' of https://github.com/MilosKozak/AndroidAPS into automation 2019-07-22 16:28:57 +02:00
Milos Kozak c3b90275aa relocate trigger dummy objects 2019-07-22 16:28:53 +02:00
Milos Kozak 12f436c681 hide ok button on wrong input 2019-07-22 13:58:50 +02:00
Milos Kozak 4848aca82e
Merge pull request #1860 from MilosKozak/l10n_dev
New Crowdin translations
2019-07-22 11:56:46 +02:00
Milos Kozak 11edd1b4a0
Merge pull request #1876 from andyrozman/ref_manufacturer
Ref manufacturer
2019-07-22 09:56:43 +02:00
Milos Kozak 2ee8467243
Merge pull request #1880 from PoweRGbg/automationTests
more Automation tests
2019-07-22 09:54:59 +02:00
Roumen Georgiev 4cc556b1cb TriggerRecurringTime tests 2019-07-19 14:19:54 +03:00
Milos Kozak 01e87e0a93 New translations insight_exceptions.xml (Korean) 2019-07-19 13:14:08 +02:00
Milos Kozak 00caa39ba3 New translations insight_alert_titles.xml (Korean) 2019-07-19 13:14:07 +02:00
Milos Kozak e27df9a0f3 New translations insight_alert_descriptions.xml (Korean) 2019-07-19 13:14:06 +02:00
Milos Kozak 412be05cc6 New translations insight_alert_codes.xml (Korean) 2019-07-19 13:14:05 +02:00
Milos Kozak ff4ff43146 New translations strings.xml (Korean) 2019-07-19 13:03:23 +02:00
Milos Kozak 12c3b3c300 New translations strings.xml (Korean) 2019-07-19 12:53:51 +02:00
Milos Kozak 048b3fce15 New translations strings.xml (Korean) 2019-07-19 12:43:54 +02:00
Milos Kozak 03bcdf82b3 validate on focus change 2019-07-19 11:44:43 +02:00
Roumen Georgiev 04c3236258 increase coverage in TriggerTime 2019-07-19 11:57:30 +03:00
Roumen Georgiev 7b3d2d4372 TriggerLocation tests 2019-07-19 10:50:30 +03:00
Milos Kozak d25f6f07b0 migrate to kotlin, remove butterknife, code claeanup 2019-07-18 23:49:59 +02:00
Andy Rozman 5379b1af88 - removed tests (they are not real tests yet) 2019-07-18 18:24:10 +01:00
Andy Rozman 7de907f3d6 - fixed NPE in RiuleyLinkStatus History
- added 2 Broadcast Receivers:
    - TimeDateOrTZChangeReceiver, this one in registered with MainApp in MainApp
    - RileyLinkBluetoothReceiver, this one is registered with MainApp from RileyLinkService
2019-07-18 18:09:49 +01:00
Milos Kozak b73bccb5b1 New translations strings.xml (Korean) 2019-07-18 13:18:52 +02:00
Milos Kozak 25fe80fc85 New translations strings.xml (Korean) 2019-07-18 12:50:00 +02:00
Milos Kozak 1b937bfe08 fix passcode generation 2019-07-17 21:16:36 +02:00
Milos Kozak 69f857b48a New translations strings.xml (German) 2019-07-17 08:02:25 +02:00
Milos Kozak 1c8aae9757 fix tests 2019-07-16 22:35:46 +02:00
Andy Rozman cd4868f781 - changed manufacturer() and model() methods in PumpInterface... both now return enums...
- manufacturer can be used with ManufacturerType.getDescription()
- model can be used with PumpType.getModel()
2019-07-16 21:12:36 +01:00
Milos Kozak 58da7fc854 Preconditions, code cleanup 2019-07-16 21:57:45 +02:00
Andy Rozman be05ff3510 - Added 2 receivers... 2019-07-16 20:36:37 +01:00
Andy Rozman cfc1d7135f - Removed double methods that are not used 2019-07-16 18:40:35 +01:00
Milos Kozak 67b06f51fe remove loop from actions 2019-07-16 17:05:51 +02:00
Milos Kozak 888a63a5b0 Merge branch 'automation' of https://github.com/MilosKozak/AndroidAPS into automation 2019-07-16 16:00:21 +02:00
Milos Kozak 75b2f7f77f Location interval as constant 2019-07-16 15:58:47 +02:00