forked from don/cordova-plugin-ble-central
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
250 lines (206 loc) · 10.8 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
= 1.6.1 =
No changes - republish only
= 1.6.0 =
Android: Fix enable bluetooth permissions on Android 12+ #940 #941 Thanks samvimes01
Android: Clear up time-based stopScan when new scan is started #902
Android: Report if Bluetooth is disabled when scanning/connecting #826
Android: Restore refreshDeviceCache to 1.3.X functionality (related to #936)
Android: Prevent various null ref exceptions (#936, #901 #871, #773, #698)
Android: Document advanced android scan options
Android: Improve Android 11 background permissions request ordering
iOS: Make connect failure errors on iOS more concise #933 Thanks doug-a-brunner
= 1.5.2 =
Android: Exclude ACCESS_BACKGROUND_LOCATION from plugin.xml to avoid complications with Capacitor #928
= 1.5.1 =
Android: Request BLUETOOTH_CONNECT on Android 12+ when device name is requested #924
Android: Avoid Null reference exceptions in service discovery callbacks
Documentation & type fixes
= 1.5.0 =
Android: Add support for target SDK version 31 (Android 12) #923 #879 #875 Thanks LDLCLid3
Add L2CAP support (minimum iOS 11 & Android 10 required) for connection-oriented Bluetooth streams #812
Add ble.withPromises.startNotification variant to indicate when notifications are successfully subscribed #903 #95
= 1.4.4 =
Browser: Add support via navigator.Bluetooth #907 #231 Thanks joeferner
iOS: More explicitly handle edge cases when starting/stopping notifications on iOS #577 #893
iOS: Improve ble.write handling when given non-ArrayBuffer types #897 #900
Android: Report peripherals as disconnected when BLE is turned off #894 #896
Android: Properly dispose of connected gatts on plugin reset #825 #845
= 1.4.3 =
iOS: Make BLUETOOTH_RESTORE_STATE variable optional
Android Synchronise access to the gatt during cleanup to avoid null ref errors #799
Android: Ensure scan settings are correctly applied when permissions are requested
Android: Correctly set match mode rather than callback type for scanWithOptions
Android: Align "Not connected" message with iOS #784
= 1.4.2 =
Add typescript definitions for all methods
Add location state notifications on Android (similar to Bluetooth state notifications)
Add support for iOS state restoration. This is opt-in, see README for usage details #717
Turn API misuse warnings on iOS into reported errors to prevent dead scans #828
= 1.4.1 =
Add additional options to startScanWithOptions() on Android #835 Thanks helllamer
Fix some instances where the Android command loop locks up #847 #830 Thanks doug-a-brunner
Improve documentation around requestConnectionPriority usage #877
= 1.4.0 =
Android has new plugin variable ACCESS_BACKGROUND_LOCATION enable or disable background scanning permissions. Defaults to false. #844 #821 #870 Thanks marioshtika
= 1.3.1 =
Android updated to BluetoothLeScanner removing deprecated LeScanCallback #796 Thanks pentabarf
Android updated to work with android-cordova@8 and android-cordova@9 #819
iOS has new plugin variable IOS_INIT_ON_LOAD to delay plugin initialization. Defaults to false. #739 #769 Thanks josoete
= 1.3.0 =
Add new location permssions Android 10 (API29) #771 Thanks tiagoblackcode, subratpalhar92, & QuentinFarizon
= 1.2.5 =
Add setPin method for Android #718 Thanks untilbit
Give the user feedback after an MTU size request #715 Thanks agren
Add requestConnectionPriority for Android #714 #713 Thanks agren vamshik113
= 1.2.4 =
Add sequence numbers to notifications on Android to handle out of order notifications. Android #625 #656 Thanks timburke
Location services is now a warning on Android. Add isLocationEnabled() #607 #633 Thanks doug-a-brunner
Use printf of cordova for LOG, reuse pattern, improve loop #647 Thanks ChristianLutz
Add queueCleanup method to API #695 Thanks untilbit
Fix null pointer in onLeScan #500 Thanks fjms
Remove cordova-plugin-compat #705 #617
= 1.2.3 =
Fix iOS crash when advertising data contains kCBAdvDataLeBluetoothDeviceAddress #685 #697 Thanks jospete
Fix problem with multiple devices and notifications when one device disconnected #674 Thanks mandrade-digmap
Add NSBluetoothAlwaysUsageDescription for iOS13 #704 #700 Thanks favnec5
= 1.2.2 =
Remove lambda from Peripheral.java to maintain 1.6 source compatibility #602
Remove showBluetoothSettings for iOS #603
= 1.2.1 =
Fix EXC_BAD_ACCESS on iOS #389 Thanks claudiovolpato
Return error if bad device id is passed to disconnect #410
Better error message when location permission is denied Android #218
Scan returns an error if location services are disabled Android #527
Improve autoconnect for iOS #599
add ble.refreshDeviceCache (Android) #587 Thanks Domvel
add ble.bondedDevices (Android)
add ble.connectedPeripheralsWithServices and ble.peripheralsWithIdentifiers (iOS)
= 1.2.0 =
Added un-scanned Peripheral concept on Android #560 Thanks doug-a-brunner
Fixed failure to fire callbacks on Android when read or write in flight #561 Thanks doug-a-brunner
Fixed dangling promises when reconnecting Android #562 Thanks doug-a-brunner
Added error when starting a scan while another is running Android #565 Thanks doug-a-brunner
Request MTU Size on Android #568 Thanks Domvel and Algoritma
Don't prompt user to enable Bluetooth on iOS CBCentralManagerOptionShowPowerAlertKey #580 #174 Thanks H0rst and cairinmichie
Implement showBluetoothSettings on iOS #591 Thanks cairinmichie
Improve disconnect logic on Android #582
= 1.1.9 =
iOS error #558
= 1.1.8 =
Fix merge conflicts
= 1.1.7 =
Use same characteristic uuid with different service in iOS #349 Thanks Riccardo Degan (riccardodegan-geekcups)
ble.read() example #346 Thanks Kelton Temby (ktemby)
Remove pending stopNotificationCallback for iOS #355 Thanks Georges-Etienne Legendre (legege)
add missing `resolve` and `reject` callbacks to Promise wrapper #360 Thanks Audrius Jakumavicius
(aj-dev)
Fix documentation typo #371 Thanks keanyc
Fix documentation typo #424 Thanks ChanHyuk-Im
Fix duplicate symbol when using with with cordova-plugin-ble-peripheral #373 Thanks Luca Torella (lucatorella)
Add admonition about using with beacons #413 Hugh Barnes (hughbris)
Handle errors in didUpdateValueForCharacteristic #385 Thanks soyelporras
Fix spelling error in Android code # Thanks doug-a-brunner
cordova-plugin-compat deprecated #466 #483 thanks ddugue
Fix NullPointer exception on scan #504
Fixed deprecated iOS CBPeripheral RSSI calls and build warning #446 Thanks doug-a-brunner
Trapped commands that caused iOS API misuse warnings #450 Thanks doug-a-brunner
Fire callbacks on iOS when device is disconnecting #451 Thanks doug-a-brunner
Fixed NSInvalidArgumentException when 'undefined' passed to plugin cmds #452 Thanks doug-a-brunner
Better errors on Android, when trying to read or write to a non-existing service #486 Thanks ddugue
Add autoConnect support #499 Thanks hypersolution1
= 1.1.4 =
Prevents scan from removing connecting Peripherals on Android #315 & #341 Thanks mebrunet
Documentation fixes #330 Thanks motla
Documenation clarification about Location Services #318 Thanks petrometro
Ensure peripheral is connected for startNotification and stopNotification on Android #343
Error message for Android 4.3 devices that don't support BLE #263 Thanks PeacePan
Must call scan before connect. Update documentation #340
= 1.1.3 =
NSBluetoothPeripheralUsageDescription #324 Thanks Tim Kim
= 1.1.2 =
Call connect failure callback for peripheral if user disables Bluetooth #264
Fix iOS problem with multiple keys in service data #288 Thanks Lebbeous Fogle-Weekley
Add errorMessage to JSON object that is returned (to connect failure callback) when a peripheral disconnects
Call gatt.disconnect() before gatt.close() to get problematic devices to disconnect #221, #254, #214
Include version of JavaScript API with promises #247 Thanks Kelly Campbell
stopNotification on Android writes DISABLE_NOTIFICATION_VALUE to the descriptor #225 Thanks zjw1918
= 1.1.1 =
Update advertising data in peripheral while scanning (Android) #253
= 1.1.0 =
Add documentation about receiving notifications in the background on iOS #169
Add option to report duplicates during scan #172 Thanks Chris Armstrong
Read RSSI value from an active BLE connection #171 Thanks Chris Armstrong
Register for callbacks on Bluetooth state change #136 Thanks Ryan Harvey
Fix example for write characteristic #195 Thanks Wynout van der Veer
Fix documentation for write & writeWithoutResponse #193 Thanks Blake Parkinson
Update CC2650 example #200 Thanks jplourenco
Connect peripheral with missing ble-flag (Android SDK 23) #226 Thanks PeacePan
= 1.0.6 =
Fix compile error with Cordova 5.x #219
= 1.0.5 =
Request Permissions for Android 6.0 (API level 23) #182
Update documentation for isEnabled #170
= 1.0.4 =
Fix compile error with [email protected] #161
= 1.0.3 =
Don't block UI thread on Android when starting scan #121 Thanks Kelly Campbell
Return characteristic even if properties don't match #132 #113 Thanks kanayo
StopNotification for Android fixes #51
Fix conflicts with the BluetoothSerial plugin #114
= 1.0.2 =
Update plugin id for examples
Fix npm keywords
= 1.0.1 =
Handle services that reuse UUIDs across characteristics #82 #94 Thanks ggordan
Disconnect cancels pending connections on iOS #93 Thanks rrharvey
Add dummy browser platform implementation for better PhoneGap developer app support #87 #90 Thanks surajpindoria
Replace notify in examples with startNotification #63
Stop notification from stacking on Android #71 Thanks charlesalton
Connect failure callback returns the peripheral #16
Better log message for unsupported iOS hardware #60
Update bluefruitle example to work with new versions of the hardware
= 1.0.0 =
Change plugin id cordova-plugin-ble-central
Move to NPM #86
iOS 9 #62 Thanks Khashayar Pourdeilami
= 0.1.9 =
Add start of WP8 for PGDA
= 0.1.8 =
Remove SDK version from config.xml (user is responsible for adding)
Add tests for plugin
Fix BluetoothLE example for Adafruit nRF8001 #57
= 0.1.7 =
Add showBluetoothSettings and enable for Android #43
Update documentation about UUIDs #38
= 0.1.6 =
startNotification handles both notifications and indications
= 0.1.5 =
add startScan and stopScan #40
update to RFduino example
= 0.1.4 =
Change Android behavior for leScan without service list
= 0.1.3 =
Remove NO_RESULT on iOS fixes #32
= 0.1.2 =
Ensure connect success callback is only called 1x on iOS #30
Rename notify to startNotification
Add stopNotification (iOS only)
= 0.1.1 =
Return reason code when write fails on iOS #29
= 0.1.0 =
Return advertising data in scan results #6, #7, #18
Connect success returns service, characteristic and descriptor info #6
iOS connectCallbackId is stored in Peripheral #17
Move plugin directory to top level for phonegap build compatibility #20
Rename writeCommand to writeWithoutResponse #21
Services callback latch is per peripheral #19
Connect callback is per peripheral #17
Fix iOS crash when scanning 2x #5
Add ble.isEnabled method #11
Add RedBearLab example
Add BatteryService example
= 0.0.2 =
iOS - fix bug read callback was being called 2x
iOS - fix bug write callback wasn't being called
= 0.0.1 =
initial release