|
| 1 | +## 1.1.1 |
| 2 | + |
| 3 | +* upgrade to Android APK |
| 4 | + |
1 | 5 | ## 1.0.0 |
2 | 6 |
|
3 | | -- first stable release |
4 | | -- update to Bluetooth permissions in demo app |
5 | | -- improved handling of disconnection |
| 7 | +* first stable release |
| 8 | +* update to Bluetooth permissions in demo app |
| 9 | +* improved handling of disconnection |
6 | 10 |
|
7 | 11 | ## 0.7.0 |
8 | 12 |
|
9 | | -- Upgrade of Kotlin and AGP |
10 | | -- Dart fix |
| 13 | +* Upgrade of Kotlin and AGP |
| 14 | +* Dart fix |
11 | 15 |
|
12 | 16 | ## 0.6.2 |
13 | 17 |
|
14 | | -- Added podspec file to iOS |
| 18 | +* Added podspec file to iOS |
15 | 19 |
|
16 | 20 | ## 0.6.1 |
17 | 21 |
|
18 | | -- fixed bug in sampling rate configuration on Android |
19 | | -- small improvement to API doc and example app |
| 22 | +* fixed bug in sampling rate configuration on Android |
| 23 | +* small improvement to API doc and example app |
20 | 24 |
|
21 | 25 | ## 0.6.0 |
22 | 26 |
|
23 | | -- moved permission handling to app level |
24 | | -- improved on iOS implementation |
25 | | -- improvement to example app |
26 | | -- improvement to README |
| 27 | +* moved permission handling to app level |
| 28 | +* improved on iOS implementation |
| 29 | +* improvement to example app |
| 30 | +* improvement to README |
27 | 31 |
|
28 | 32 | ## 0.5.0 |
29 | 33 |
|
30 | | -- upgrade to Android embedding v2 |
| 34 | +* upgrade to Android embedding v2 |
31 | 35 |
|
32 | 36 | ## 0.4.3 |
33 | 37 |
|
34 | | -- fix of error in setSamplingRate method on iOS |
| 38 | +* fix of error in setSamplingRate method on iOS |
35 | 39 |
|
36 | 40 | ## 0.4.0 |
37 | 41 |
|
38 | | -- upgrade to null-safety |
| 42 | +* upgrade to null-safety |
39 | 43 |
|
40 | 44 | ## 0.3.0 |
41 | 45 |
|
42 | | -- singleton changed to recommended dart style using `ESenseManager()`. |
43 | | -- fixed bug in reconnection. |
44 | | -- updated the Android app to [post 1.12 Android project](https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects). |
45 | | -- small improvement to the demo app (now supports connection via a button). |
| 46 | +* singleton changed to recommended dart style using `ESenseManager()`. |
| 47 | +* fixed bug in reconnection. |
| 48 | +* updated the Android app to [post 1.12 Android project](https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects). |
| 49 | +* small improvement to the demo app (now supports connection via a button). |
46 | 50 |
|
47 | 51 | ## 0.2.1 |
48 | 52 |
|
49 | | -- updated Swift implementation to version 5 |
| 53 | +* updated Swift implementation to version 5 |
50 | 54 |
|
51 | 55 | ## 0.2.0+2 |
52 | 56 |
|
53 | | -- update to readme on iOS |
54 | | -- added bluetooth permission to `Info.plist` |
| 57 | +* update to readme on iOS |
| 58 | +* added bluetooth permission to `Info.plist` |
55 | 59 |
|
56 | 60 | ## 0.2.0+1 |
57 | 61 |
|
58 | | -- small update to documentation |
| 62 | +* small update to documentation |
59 | 63 |
|
60 | 64 | ## 0.2.0 |
61 | 65 |
|
62 | | -- support for iOS implemented |
63 | | -- improved example app |
64 | | -- improvement to documentation |
| 66 | +* support for iOS implemented |
| 67 | +* improved example app |
| 68 | +* improvement to documentation |
65 | 69 |
|
66 | 70 | ## 0.1.3 |
67 | 71 |
|
68 | | -- sampling rate can be set before connecting to device. |
| 72 | +* sampling rate can be set before connecting to device. |
69 | 73 |
|
70 | 74 | ## 0.1.2 |
71 | 75 |
|
72 | | -- small improvement to the example app (still not very good though...) |
| 76 | +* small improvement to the example app (still not very good though...) |
73 | 77 |
|
74 | 78 | ## 0.1.1+1 |
75 | 79 |
|
76 | | -- update of readme documentation on API. |
| 80 | +* update of readme documentation on API. |
77 | 81 |
|
78 | 82 | ## 0.1.0 |
79 | 83 |
|
80 | | -- Initial release supporting 1st released version of the Android eSense library, dated April 2019. |
| 84 | +* Initial release supporting 1st released version of the Android eSense library, dated April 2019. |
0 commit comments