1.16.0
This release requires a minSdkVersion
of 14.
- Added
ParsePolygon
, object containing a list of coordinates thanks to @dplewis (#696) - Added
ParseQuery.wherePolygonContains(String, ParseGeoPoint)
thanks to @dplewis (#696) - Added
ParseQuery.whereWithinPolygon(String, ParsePolygon)
thanks to @dplewis (#684) - Bumped minimum SDK version from 9 to 14 thanks to @Jawnnypoo (#716)
- Support for Android Oreo. You can manage notification channels through
ParsePushBroadcastReceiver
. Thanks to @iernie (#713) - Fixed bug when parceling objects in a certain state thanks to @natario1 (#703)
See 1.15.8...1.16.0 for full changelog.