Skip to content

Releases: parse-community/Parse-SDK-Android

1.16.5

22 Jan 20:13
8409bc9
Compare
Choose a tag to compare

See 1.16.4...1.16.5 for full changelog.

1.16.4

13 Jan 18:25
Compare
Choose a tag to compare

See 1.16.3...1.16.4 for full changelog.

1.16.3

10 Oct 15:56
Compare
Choose a tag to compare
  • Better JobService setup/teardown for Oreo thanks to @natario1 (#745)

See 1.16.2...1.16.3 for full changelog.

1.16.2

16 Sep 19:26
Compare
Choose a tag to compare
  • Improved Oreo support by using JobScheduler for push thanks to @natario1 (#735)

See 1.16.1...1.16.2 for full changelog.

PPNS support removed

10 Sep 05:51
Compare
Choose a tag to compare
  • 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

24 Aug 14:02
Compare
Choose a tag to compare

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

21 Jun 04:01
Compare
Choose a tag to compare

See 1.15.7...1.15.8 for full changelog

1.15.7

17 May 05:04
Compare
Choose a tag to compare
  • 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

03 May 05:08
Compare
Choose a tag to compare
  • Add missing User-Agent header (#651)

  • Add missing Header OS (#653)

See 1.15.5...1.15.6 for full changelog

1.15.5

08 May 06:32
Compare
Choose a tag to compare
  • Allow the GcmBroadcastReceiver to be subclassed thanks to @mmimeault (#638)

See 1.15.4...1.15.5 for full changelog