Commit Graph

113 Commits

Author SHA1 Message Date
Aleksander Nowakowski
ada7e0940a Version 2.5.3 2017-11-30 16:06:43 +01:00
Aleksander Nowakowski
40b3b983ee Support libs updated to 27.0.2 2017-11-30 16:05:59 +01:00
Aleksander Nowakowski
2e477c47b9 DFU Library 1.6.1 2017-11-30 16:04:47 +01:00
Aleksander Nowakowski
6baf498220 #39 fixed 2017-11-30 15:58:38 +01:00
Aleksander Nowakowski
d269484ab7 Proceeding with the request queue on error (#37) 2017-11-15 15:42:22 +01:00
Aleksander Nowakowski
3dd244753d Version 2.5.2 2017-11-09 13:31:10 +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
29af8d6826 Adding dfu packet to proguard rules
Fixes DFU FILE ERROR (parsing manifest failed as the required classes
were removed)
2017-11-07 09:39:33 +01:00
Aleksander Nowakowski
76d3b63d8a Version 2.5.0 2017-11-03 17:52:04 +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
Aleksander Nowakowski
c85dddc1d8 Ignoring warnings in AndroidManifests 2017-11-02 11:12:09 +01:00
Aleksander Nowakowski
5901d19e6b Newer achartengine lib (1.1.0->1.2.0) (#34) 2017-11-02 11:09:04 +01:00
Aleksander Nowakowski
e99197d74a Migration to Android Studio 3.0 (#34)
+ Java 1.8
+ API 26, build tools 26.0.2
+ support libraries 26.1.0
+ enabling proguard
2017-11-02 11:08:31 +01:00
Aleksander Nowakowski
5f43630340 Bug fixed: #33 2017-06-30 15:31:20 +02:00
Aleksander Nowakowski
fe75efa4cd Bug fixed: #32 2017-06-28 17:12:14 +02:00
Aleksander Nowakowski
c0075b400c Dependencies updated 2017-06-28 16:20:36 +02:00
Aleksander Nowakowski
f3cd55a756 DFU Library 1.3.0 2017-04-07 15:02:18 +02:00
Aleksander Nowakowski
4c0c7a2352 Version 2.4.0 2017-04-07 14:58:36 +02:00
Aleksander Nowakowski
3e21a9468e HRM parser bug fixed 2017-04-05 11:45:07 +02:00
Aleksander Nowakowski
a497b2e01b Issue #2 fixed 2017-03-17 14:48:48 +01:00
Aleksander Nowakowski
9ecf7dc502 Bug fix: forcing proximity link loss alarm volume 2017-03-16 15:49:48 +01:00
Aleksander Nowakowski
54de8e6d9e Bug fix: fixed service discovery delay 2017-03-16 13:51:10 +01:00
Aleksander Nowakowski
c07824c38a Improvement: autoConnect=false on first connection
First connection will always be done with autoConnect=false (improves
initial connection speed)
2017-03-16 13:09:21 +01:00
Aleksander Nowakowski
409f9573bd Clearing task queues fixed 2017-03-16 12:43:40 +01:00
Aleksander Nowakowski
a01d3d5b41 Clearing the task queues on disconnection 2017-03-15 12:32:35 +01:00
Aleksander Nowakowski
38546cf4a0 Recent changes in BleManager copied to wear/BleManager 2017-03-15 11:25:28 +01:00
Aleksander Nowakowski
6b5b66b123 Bond request added 2017-03-15 11:05:00 +01:00
Aleksander Nowakowski
aa05fb71a0 Stability improvements in BleManager
Requires more testing on different phones.
2017-03-13 18:26:59 +01:00
Aleksander Nowakowski
c7a1a0c38d Stability improvement: Delaying BLE operations after Bluetooth enabled 2017-03-13 16:59:06 +01:00
Aleksander Nowakowski
cf5eb61019 Bug fixed: Proximity crashing when Bluetooth turned off and on again while device was connected 2017-03-13 15:49:26 +01:00
Aleksander Nowakowski
9a08d066d8 Version 2.3.1 2017-03-10 17:06:47 +01:00
Aleksander Nowakowski
acb23bb0ac Critical bug fixed #27 2017-03-10 17:06:34 +01:00
Aleksander Nowakowski
621962c668 Version 2.3.0 - Android Studio 2.3, gradle 3.3 2017-03-09 14:32:06 +01:00
Aleksander Nowakowski
30911025f5 Old gray background removed 2017-03-09 14:30:09 +01:00
Aleksander Nowakowski
8406ab6afd Fixing deprecations 2017-02-23 16:41:04 +01:00
Aleksander Nowakowski
bc64870f73 Added support for Android Wear 2.0 and wear synchronization in China 2017-02-23 16:40:48 +01:00