Releases: parse-community/Parse-SDK-Android
Releases · parse-community/Parse-SDK-Android
1.13.0
1.12.0
- New: Better, more flexible APIs for SDK initialization #284
- New: APIs to initialize/copy
ParseQuery,ParseACL,ParseGeoPointandParsePush#311 - Improved: Logging for push notifications #249
- Improved:
JSONArrayandJSONObjectuse #305 - Fix: Removed caching of auto-converted values in
ParseObject#303 - Fix: Do not remove currentUser's
authDatawith LDS single instance #304 - Fix: NPE in
ManifestInfodue to missing required permissions during GCM permission checking #286 - Fix: NPE in
ParsePushBroadcastReceiverdue to incomplete data from GCM #261 - Other small bug fixes
- Other small improvements
Artifacts: Maven Central
1.11.0
- New: Removed
ParseFilein memory cache #116 - New: Removed
ParseObjectmutable container tracking #108 - New: Removed
GET_ACCOUNTSrequirement for Push #215 - New: Reduced required network requests for Push #216
- New: ParseStarterProject supports
compileSdkVersion 23withminifyEnabled true#234 - Fix: Multiple "current"
ParseInstallationinstances being created #208 - Fix: NPE in
ParseKeyValueCachedue to cache dir not existing #141
Artifacts: Maven Central
1.10.3
- New: ParseFacebookUtils and ParseTwitterUtils are now open source
- New: Added APIs to
ParseFilefor uploadingFiledirectly #115 - New: Added APIs to
ParseFilefor downloadingParseFileasFileandInputStream#113 - Fix:
NullPointerExceptioninParseKeyValueCachedue to cache directory not exist #141
Artifacts: Maven Central
1.10.2
- Feature: Added APIs for network interceptors (See ParseInterceptors-Android)
- New: Added
ParseObject.revert()andrevert(key)to allow reverting dirty changes #112 - New: Publicized APIs for to
ParseUserintegration withParseFacebookUtilsandParseTwitterUtils - Improved:
ParseFiles download directly to disk #73 - Fix: Not closing ApacheHttpClient Gzip Stream #40
- Fix: Possible UI stutter #34
- Other small improvements
Artifacts: Maven Central
1.10.1
- Feature:
ParseInstallationnow automatically detects and stores current device locale #29 - Fix: Ability to receive
nullas a result from Cloud Code #32 - Fix: Ability to query for a ParseObject with a JSONArray value in Local Datastore #5
- Fix:
ParseUser.getCurrentUser()returning a non-authenticatedParseUserwith Local Datastore #3 - Better memory management #25
Artifacts: Maven Central
1.10.0
Hello, open source!
- New:
ParseTwitterUtilsandPPNSare now separate libraries. - New:
ParseImageViewandParseQueryAdapterare now part of ParseUI. - Fixed: Inability to save an anonymous user that was persisted to disk on clean app start.
- Fixed: Inability to query on a
ParseRelation. - Fixed: Deadlock when calling
pinAllon objects that have shared children. - Fixed: Deadlock when persisting the current user to disk while calling
fetchIfNeededon an object that's a child of the current user. - Removed: Support for old Push APIs (e.g.
PushService.subscribe(),PushService.unsubscribe(),PushService.getSubscriptions(),PushService.setDefaultPushCallback()). - Other small bug fixes.
Artifacts: Maven Central