Releases: parse-community/Parse-SDK-Android
1.15.4
-
Fix executor for network requests thanks to @natario1 (#648)
-
Remove unused ProGuard rules thanks to @Jawnnypoo (#649)
-
Fix AAR POM dependency list that occurred with 1.15.3
See 1.15.3...1.15.4 for full changelog
1.15.3
-
Republishing 1.15.2 because of missing AAR when trying to publish through Bintray
-
Revised Parse/build.gradle so that we can now publish to Bintray directly.
See 1.15.2...1.15.3 for full changelog
1.15.2
-
Code cleanup from ParseOkHttpClient remants thanks to @Jawnnypoo (#632)
-
Parcelable object interface added to ParseObject, ParseGeoPoint, and ParseFile thanks to @natario1 (#625, #619, #624)
-
Disallow setObjectId() in ParseInstallation thanks to @hermanliang (#624)
-
Allow Parse server URL redirects thanks to @Jawnnypoo (#641)
-
Resave ParseInstallation if Local Datastore (LDS) is enabled thanks to @hermanliang #607, #642)
-
Fix Sonatype snapshots thanks to @hermanliang (#642)
-
Do not initialize when Parse is already initialized (#640)
See 1.15.1...1.15.2 for full changelog
1.15.1
1.15.0
-
Switch default packaging to AAR
-
OkHttp Builder Exposed for REST and AWS thanks to @Jawnnypoo (#628)
Parse.Configuration config = new Parse.Configuration.Builder(context)
.clientBuilder(new OkHttpClient.Builder())
.build();
- Update Parse links thanks to @mmimeault (#625)
See 1.14.1...1.15.0 for full changelog
1.14.1
-
SERVER_URL should now be required (https://github.com/ParsePlatform/Parse-SDK-Android/pull/606/files) - Documentation updated thanks to @hermanliang
-
checkInit() no longer requires clientKey (#613)
-
Log if GCM Sender ID is now required (#615)
-
Fix DELETE operations (#616)
1.14.0
-
Remove Apache dependency to allow for higher Android target SDK thanks to @Jawnnypoo (#554)
-
Attempt to re-save installation if Installation was deleted on the server thanks to @natario1 (#579, #602)
-
Adding availableKeys to ParseState.Object thanks to @natario1 (#596)
-
Support for setting up Server Url in the Manifest thanks to @hermanliang (#600)