Commit Graph

1082 Commits

Author SHA1 Message Date
Johan Degraeve 6896902f1d disclosureIndicator in same color as Section titles, blue 2021-03-14 23:26:07 +01:00
Johan Degraeve ecf0235778 PickerViewController, removed unused label 2021-03-14 21:02:19 +01:00
Johan Degraeve 01e03a6bb3 PickerViewController, light gray background 2021-03-14 20:41:44 +01:00
Johan Degraeve 2e21c7c951 DatePickerViewController, removed unused label 2021-03-14 20:30:44 +01:00
Johan Degraeve 0ea8416326 DatePickerViewController, , light gray background 2021-03-14 20:30:17 +01:00
Johan Degraeve 4fe1192cf5 SnoozeViewController, light gray background 2021-03-10 23:04:09 +01:00
Johan Degraeve 236cdd0d69 M5StackSettingsViewController : removed unnecessary code 2021-03-10 21:45:07 +01:00
Johan Degraeve 48ca2795b4 when selecting a cell in tableview : set background color to blue 2021-03-10 21:40:05 +01:00
Johan Degraeve 7437b73498 In Tableview's, Section titles in blue. 2021-03-10 21:34:47 +01:00
Paul Plant df93f7869c Dark Menu and Picker UI 2021-03-10 21:30:03 +01:00
Johan Degraeve 103db208c9 removed portugese brazil localization, not used 2021-03-08 22:48:43 +01:00
Johan Degraeve 0945ba506f adding a few missing localizations, some strings file where there but not used for sl and fi 2021-03-08 22:44:39 +01:00
Johan Degraeve df1daf90f9
Merge pull request #195 from paulplant/es-translations
Missing Spanish translations added and other small corrections made
2021-03-05 22:46:15 +01:00
Paul Plant 05f3eede86 Missing Spanish translations and other small corrections 2021-03-05 14:43:56 +01:00
Paul Plant 977aa95d11
Merge pull request #4 from JohanDegraeve/develop
Update
2021-03-05 13:57:45 +01:00
Johan Degraeve a78ff040a8 version 4.5.22 - build 4144 2021-03-04 23:01:37 +01:00
Johan Degraeve b5e3306ad3 NightScout upload, restrict upload to 300 readings to avoid exceeding size limit of 102400 2021-03-04 23:00:50 +01:00
Johan Degraeve fcddbd2c40 Replaced Dexcom share errors 'Account Not Found' and 'Invalid Password' by generic error 'Invalid account or password'.
For two reasons :
- Dexcom share response is not always giving the right error code, for example if initial value in the settings is done with random account and random password, then Dexcom does not say if it's the account or password that is wrong
- it's simply not secure to say if it was the account or password that is wrong

And moved the string to TextsCommon as it may apply to other providers as well (never know)
2021-03-03 21:46:30 +01:00
Johan Degraeve 39fc553bfd fix #194 Dexcom Share upload always says it verified successfully.
Apparently Dexcom sometimes returns no error even for invalid username/password but gives session id "00000000-0000-0000-0000-000000000000".
The fix is to generate error when the session id is "00000000-0000-0000-0000-000000000000"
2021-03-03 20:43:11 +01:00
Johan Degraeve b3231c9acc update Podfile : CryptoSwift from 1.3.2 to 1.3.8 2021-03-03 17:34:52 +01:00
Johan Degraeve 1296822aa8 don't call update rows if UIViewController is not on top 2021-03-02 23:30:25 +01:00
Johan Degraeve cea4e4989b version 4.5.21 - build 4143 2021-02-28 22:26:00 +01:00
Johan Degraeve a20f911a82 fix crashes in BluetoothPeripheralViewController 2021-02-27 23:46:57 +01:00
Johan Degraeve bc55afb8cc version 4.5.20 - build 4142 2021-02-25 20:18:00 +01:00
Johan Degraeve 32e5649269 fix in PRODUCT_BUNDLE_IDENTIFIER 2021-02-25 20:16:23 +01:00
Johan Degraeve 9261135d39 Blucon : fixes in blockNumberForNowGlucoseData to remove frequent crashes. Also small code improvements. 2021-02-25 19:54:54 +01:00
Johan Degraeve 845cc720c4 Atom : small fix in trace message 2021-02-23 22:58:13 +01:00
Johan Degraeve 83731a7e0e Text for bluetooth screen : button text should is now 'Transmitter Id' without ':'. 2021-02-23 21:02:03 +01:00
Johan Degraeve 3aed4412c0 Dutch text : small fix 2021-02-23 20:51:04 +01:00
Johan Degraeve 262decf3f3 fix upload calibrations to nightscout, there were crashes because a Calibration object (which is an NSManagedObject), which was retrieved in the main thread, was being used in the background thread 2021-02-21 10:02:17 +01:00
Johan Degraeve 3c006a78a8 version 4.5.19 - build 4141 2021-02-20 21:19:47 +01:00
Johan Degraeve daad6c675e atom : fix for new sensor detection 2021-02-20 21:17:01 +01:00
Johan Degraeve 8e23d69af0 Libre : correct state shown in starting phase 2021-02-20 21:17:01 +01:00
Johan Degraeve f54234e6e1 Libre 2 direct : fix in calculation sensorId, should always start with 3 and not 0 (related to fix #160) 2021-02-20 21:16:25 +01:00
Johan Degraeve 3592a8e838 fix #189 Libre 2 with Bubble : when using xDrip algo, app asks for new calibration randomly
There was a wrong calculation of sensorId. A first connect, patchInfo was not yet available, resulting in sensorId starting with 0. Next reading, the patchInfo is available, resulting in sensorId starting with 3. Which results in a new sensor being detected, and a stop/start of the sensor, and so a new calibration request.
2021-02-19 23:44:58 +01:00
Johan Degraeve f068e6df87 atom 2021-02-19 21:33:54 +01:00
Johan Degraeve 3a981af5e5 fix for Libre 1 with Bubble or MM : status was not upated if sensor state is different from expired or ready 2021-02-14 17:05:59 +01:00
Johan Degraeve 0b27ee403e
Merge pull request #187 from parapenT1sta/parapenT1sta-PT_update
update PT
2021-02-13 17:04:18 +01:00
parapenT1sta 432f089f8b
update PT 2021-02-13 15:29:57 +00:00
Johan Degraeve b508503682 add missing string for 'Home Screen' in translation files, still to be translated for most languages, except Finnish 2021-02-13 16:20:45 +01:00
Johan Degraeve 06cc4f336d version 4.5.18 - build 4140 2021-02-12 23:17:52 +01:00
Johan Degraeve f65ae0f6a6 fix #185 - crashes libre 2 - creation nfcCommand fails 2021-02-12 23:08:04 +01:00
Johan Degraeve d55a39a24d removed unused text sensorAge14Days 2021-02-12 16:46:40 +01:00
Johan Degraeve 7c5191a514 fix #183 move developer settings texts to strings file 2021-02-11 22:30:23 +01:00
Johan Degraeve 931a366968 Libre 2 NFC string : better explanation what to do when app connects to previous sensor. User should either 'disconnect' or 'stop scanning' 2021-02-11 22:02:15 +01:00
Johan Degraeve e257a83a89 version 4.5.17 - build 4139 2021-02-10 23:18:52 +01:00
Johan Degraeve d2437db7db Merge branch 'fixCoreDataCrash' into develop 2021-02-10 23:18:00 +01:00
Johan Degraeve cbaa743841 version 4.5.16 - build 4138 2021-02-10 23:10:11 +01:00
Johan Degraeve 1bf7d377f2 Fix crashes in coredata.
Several crashes were happening randomly due to wrong handling of NSManagedObjectContext.
This should now be fixed.
2021-02-10 23:09:29 +01:00
Johan Degraeve 8cb7adf71e version 4.5.16 - build 4138 2021-02-09 21:46:21 +01:00