-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchange-log.txt
More file actions
28 lines (27 loc) · 1.12 KB
/
change-log.txt
File metadata and controls
28 lines (27 loc) · 1.12 KB
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
Version : 1.0.1
Revision : 1
Change Date : 5 November 2018
Change Log :
1. Replace class HTTPIO to HTTPClient
2. Adding HTTPClient for HTTP and HTTPS access capability
3. HTTPClient.get, HTTPClient.post, HTTPClient.head
Throws IOException, MalformedURLException on GET, POST and HEAD
4. RemoteMessage.buildNotification
Catch invalid URL syntax
5. Change AsyncNotif.registerDeviceApps, AsyncNotif.auth, AsyncNotif.login, AsyncNotif.logout,
Notification.registerDeviceApps, Notification.auth, Notification.login, Notification.logout
Replace 3 first parameter: String serverAddress, String serverPort, String serverContent
with String url
6. Adding ServerResponse.responseCode
7. Adding onDataSent event. This is useful to debug the API
=================================================================================
Version : 1.1.0
Change Date : 16 November 2018
Change Log :
1. Adding Encryption
2. Adding encryption key
String Config.encryptionKey
3. Support secure notification
4. Fixing argument order for register and unregister device to the application
5. More stable
6. More efficient