Releases: timanrebel/Parse
Releases · timanrebel/Parse
0.13.1
- Add silent push notification (when exist 'content-available' or omitted 'title'&'alert')
- Add notification clear method : notificationClear()
- Fire installationId event when new installation is saved.
- Support Parse server : Parse_ServerUrl
0.12.0
- Resolve ti.facebook incompatibility #19
- Resolve SSL / SNI problems by adding OkHttp #35
0.11.0
- Add custom push icon & background color support
- Add notification open tracking
0.10
- Fix "notificationreceive" event when the app is in the background
0.9
- Add Android ID to the inner workings of the module
- Add optional Parse CloudCode which cleans up based on Android ID
- Upgrade to Parse Android SDK version 1.9.4
0.8
- Enhances the Ti 4.x compatibility by reimplementing the states in which notifications can be triggered.
0.7
- Added support for Appcelerator SDK 4.0.0
- Add support for retreiving objectId and installation id
0.6
- Added support for
authenticate(String sessionToken)
to authenticate the saving of the Parse Installation.