Releases: parse-community/Parse-SDK-Android
1.16.5
1.16.4
- Add support for Support for Full Text Search thanks to @dplewis (#772)
- Update to Android API 27 thanks to @Jawnnypoo (#760)
See 1.16.3...1.16.4 for full changelog.
1.16.3
1.16.2
PPNS support removed
- Push handling cleanup thanks to @natario1 (#732)
- PPNS support has been removed to support Android O
- PushHandler interface for handling payloads of different providers (GCM, FCM)
- PushService acts as a router and streamlines payloads to handlers in a single thread
- Changed endpoint classes/_User to users thanks to @Kiwifed0r (#717)
- Fix ParseUserCurrentCoder bug thanks to @natario1 (#724)
https://github.com/parse-community/Parse-SDK-Android/compare/1.16.0..1.16.1
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.
1.15.8
-
Remove JAR links from README files thanks to @Jawnnypoo (#669)
-
Allow multiple find/count operations on queries. Also expose fromNetwork and isRunning thanks to @natario1 (#661)
-
Fix bug in count() queries fetching the whole objects as well as the count (#678)
-
Add client support for scheduling push notifications thanks to @Notario1 (https://github.com/parse-community/Parse-SDK-Android/pull/675/files)
-
Refactor ParseFieldOperations thanks to @natario1 (https://github.com/parse-community/Parse-SDK-Android/pull/676/files)
See 1.15.7...1.15.8 for full changelog
1.15.7
-
Auto-deploy on tagged releases
-
Publish to jFrog OSS snapshots instead
-
Setup default use permissions (thanks to @hermanliang) (#666)
See 1.15.6...1.15.7 for full changelog
1.15.6
1.15.5
- Allow the GcmBroadcastReceiver to be subclassed thanks to @mmimeault (#638)
See 1.15.4...1.15.5 for full changelog