Skip to content

Commit

Permalink
Update documentation for release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van Dijk committed Nov 16, 2015
1 parent d206a85 commit 0bfa5f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,15 @@ If you want to change the background color of the notification circle, override

## Known Issues

* The current implementation does __NOT__ work in combination with the [Facebook module](https://github.com/appcelerator-modules/ti.facebook) provided by [Appcelerator](https://github.com/appcelerator). The Facebook module has a dependency onto the Boltz framework version 1.1.2, whereas Parse Android SDK 1.9.4 has a dependency onto version 1.2.0.
* The current implementation only works in combination with [Facebook module](https://github.com/appcelerator-modules/ti.facebook) version 5.0.0 provided by [Appcelerator](https://github.com/appcelerator). That Facebook module also has a dependency onto the Boltz framework. Both modules should depend on the same version!
* Somehow the Parse module enables the use of [OkHttp](http://square.github.io/okhttp/) internally when running on Android 4.4 and up. This is a side effect that only has benefits. Titanium internally still uses the Apache HTTP client, but the OkHttp client is more up-to-date and faster. Android 6.0 completely removes the [Apache HTTP client](http://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-apache-http-client) support.


## Changelog
**[v0.12.0](https://github.com/timanrebel/Parse/releases/tag/0.12.0)**
- Resolve ti.facebook incompatibility [#19](https://github.com/timanrebel/Parse/issues/19)
- Resolve SSL / SNI problems by adding OkHttp [#35](https://github.com/timanrebel/Parse/issues/35)

**[v0.11.0](https://github.com/timanrebel/Parse/releases/tag/0.11.0)**
- Add custom push icon & background color support
- Add notification open tracking
Expand Down

0 comments on commit 0bfa5f6

Please sign in to comment.