Aleksander Nowakowski
1f2d78c8f5
Refactoring and bug fixing
2018-04-27 10:29:44 +02:00
Aleksander Nowakowski
bf19e1f240
Handling battery level in the Glucose activity
2018-04-27 10:28:28 +02:00
Aleksander Nowakowski
9655f67172
Glucose switched to new BleManager
2018-04-26 23:28:07 +02:00
Aleksander Nowakowski
978054697d
Minor refactoring
2018-04-26 11:37:45 +02:00
Aleksander Nowakowski
315cbbbcb8
#47 fixed
2018-04-25 10:29:43 +02:00
Aleksander Nowakowski
92fe6cb5fb
Minor fix in CGMS
2018-04-25 09:52:41 +02:00
Aleksander Nowakowski
db3e4c8cd7
Bugs fixed in CGMS
2018-04-25 09:40:55 +02:00
Aleksander Nowakowski
01cf1a56d8
Minor issues fixed
2018-04-24 23:47:37 +02:00
Aleksander Nowakowski
b8ec4f3499
CGMS refactored to use new BLE Common Library
2018-04-24 23:19:32 +02:00
Aleksander Nowakowski
b7aa00fb4f
Bug fixed in CGMS parser
2018-04-24 23:18:05 +02:00
Aleksander Nowakowski
eb3bcc15c3
ICPStatus -> BPMStatus
2018-04-24 23:17:33 +02:00
Aleksander Nowakowski
0e2887ab24
Battery logging added
2018-04-24 23:16:07 +02:00
Aleksander Nowakowski
b4802e1684
Callbacks moved to profile packages
2018-04-24 16:05:58 +02:00
Aleksander Nowakowski
ef012b5af3
Refactoring to avoid class names duplicates
2018-04-22 12:01:43 +02:00
Aleksander Nowakowski
08b8d1e5a8
Merge branch 'develop' of https://github.com/NordicSemiconductor/Android-nRF-Toolbox into develop
2018-04-19 22:19:41 +02:00
Aleksander Nowakowski
1fa7c98fb3
CGMS improvements
2018-04-19 22:12:28 +02:00
Aleksander Nowakowski
45cd10b144
ProximityServerManagerCallbacks doesn't have to extend BleManagerCallbacks
2018-04-19 17:19:22 +02:00
Aleksander Nowakowski
bc8cac6b63
Handling Battery Service updates in CGMS service and activity
2018-04-19 17:10:04 +02:00
Aleksander Nowakowski
1a81c11ad4
Handling Battery Level updates in ProximityService
2018-04-19 17:09:13 +02:00
Aleksander Nowakowski
28f76f363c
Battery Service handling removed from BleMulticonnectProfileService (moved to ProximityService)
2018-04-19 17:00:01 +02:00
Aleksander Nowakowski
7f3902bdc5
BluetoothDevice object propagated to callbacks (for consistency)
2018-04-19 16:58:13 +02:00
Aleksander Nowakowski
21d56493aa
Battery level value available in the manager
2018-04-19 16:56:35 +02:00
Aleksander Nowakowski
1603a0dcb3
DataCallbacks moved to callback package
2018-04-19 14:44:46 +02:00
Aleksander Nowakowski
3689c8b3cc
Refactoring. Common DataCallbacks moved to BLE-Common-Library
2018-04-17 12:44:53 +02:00
Aleksander Nowakowski
e5a42841cf
Minor fixes in BPM and ICP parsers
2018-04-17 10:37:39 +02:00
Aleksander Nowakowski
6dd7b9e530
Adjusting to match BLE library changes, BPM and CSC done
2018-04-16 22:18:57 +02:00
Aleksander Nowakowski
1d7b396d13
Moving battery level views to profile activities, part 1
2018-04-16 13:05:33 +02:00
Aleksander Nowakowski
1c16898c15
Adjusting CSC to changes in BLE library
2018-04-13 17:03:04 +02:00
Aleksander Nowakowski
0627f29ec9
Adopting to BLE lib changes, part 1
2018-04-13 08:53:37 +02:00
Aleksander Nowakowski
27c491f633
Required changes for 'Request moved to a separate class'
2018-04-11 12:16:57 +02:00
Aleksander Nowakowski
f25a902305
BleManager extracted to a standalone module
2017-12-18 13:05:01 +01:00
Aleksander Nowakowski
7b88d8300d
Exporting UART configuration fixed
...
+ file:// URIs can no longer be exported outside the app
2017-11-30 17:59:38 +01:00
Aleksander Nowakowski
2e477c47b9
DFU Library 1.6.1
2017-11-30 16:04:47 +01:00
Aleksander Nowakowski
d269484ab7
Proceeding with the request queue on error ( #37 )
2017-11-15 15:42:22 +01:00
Aleksander Nowakowski
f7b2839292
GLS fixed
...
+ fixed parsing record type and location
+ handing time offset
+ fixed behavior on Samsung S3
+ fixed big fonts on older Androids
2017-11-09 12:44:21 +01:00
Aleksander Nowakowski
7c96c9c2f8
Removing diplicate error notification
2017-11-09 12:37:19 +01:00
Aleksander Nowakowski
64df27257a
Doc updated
2017-11-09 12:35:14 +01:00
Aleksander Nowakowski
fec8377db5
Option to set Scope in DFU. DFU 1.5.2
...
Setting scope allows to upload only application from a ZIP that contains
both SD/BL and App. This is useful for Secure DFU when SD/BL update
succeeds but App upload fails. Repeating SD/BL is not possible as the BL
version check fails.
2017-11-03 17:42:22 +01:00
Aleksander Nowakowski
a22f9eb17a
Bugfix: NPE fix
...
RSC calls isConnected() from handler's post() which could execute after
the service was destroyed.
2017-11-03 17:36:32 +01:00
Aleksander Nowakowski
7a81c7bca0
DFU version info updated
2017-11-03 14:03:55 +01:00
Aleksander Nowakowski
299fca0f96
Adaptive icons
2017-11-03 11:59:13 +01:00
Aleksander Nowakowski
bdf31bd93c
Small code refactoring in base profile activities classes
2017-11-02 13:55:09 +01:00
Aleksander Nowakowski
392cd5d31f
Bugfix: Fixed cancelling pending connection attempt
...
+ fixed handling connection timeout
2017-11-02 13:49:58 +01:00
Aleksander Nowakowski
7221b04c26
Bugfix: Invalid unit
2017-11-02 13:04:36 +01:00
Aleksander Nowakowski
3c379d70b4
Bugfix: GLS and Glucose Measurement Context information
2017-11-02 11:27:39 +01:00
Aleksander Nowakowski
4a786fe06a
Notification channels for Android Oreo
2017-11-02 11:26:24 +01:00
Aleksander Nowakowski
cd1862f5c9
Bugfix: mSlider was null in landscape layout, because of inconsistent layout xml ( #34 )
2017-11-02 11:24:42 +01:00
Aleksander Nowakowski
a63efa3ba8
Locales added
2017-11-02 11:23:23 +01:00
Aleksander Nowakowski
6a6fc1c0a5
Migration to Java 1.8 and support lib 26, part 2
2017-11-02 11:22:55 +01:00
Aleksander Nowakowski
1538d6014c
Migration to Java 1.8 and support lib 26+
...
+ lambdas
+ removing casts in findViewById
+ using support views as based for custom views (#34 )
2017-11-02 11:21:12 +01:00