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
,ParseGeoPoint
andParsePush
#311 - Improved: Logging for push notifications #249
- Improved:
JSONArray
andJSONObject
use #305 - Fix: Removed caching of auto-converted values in
ParseObject
#303 - Fix: Do not remove currentUser's
authData
with LDS single instance #304 - Fix: NPE in
ManifestInfo
due to missing required permissions during GCM permission checking #286 - Fix: NPE in
ParsePushBroadcastReceiver
due to incomplete data from GCM #261 - Other small bug fixes
- Other small improvements
Artifacts: Maven Central
1.11.0
- New: Removed
ParseFile
in memory cache #116 - New: Removed
ParseObject
mutable container tracking #108 - New: Removed
GET_ACCOUNTS
requirement for Push #215 - New: Reduced required network requests for Push #216
- New: ParseStarterProject supports
compileSdkVersion 23
withminifyEnabled true
#234 - Fix: Multiple "current"
ParseInstallation
instances being created #208 - Fix: NPE in
ParseKeyValueCache
due to cache dir not existing #141
Artifacts: Maven Central
1.10.3
- New: ParseFacebookUtils and ParseTwitterUtils are now open source
- New: Added APIs to
ParseFile
for uploadingFile
directly #115 - New: Added APIs to
ParseFile
for downloadingParseFile
asFile
andInputStream
#113 - Fix:
NullPointerException
inParseKeyValueCache
due 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
ParseUser
integration withParseFacebookUtils
andParseTwitterUtils
- Improved:
ParseFile
s 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:
ParseInstallation
now automatically detects and stores current device locale #29 - Fix: Ability to receive
null
as 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-authenticatedParseUser
with Local Datastore #3 - Better memory management #25
Artifacts: Maven Central
1.10.0
Hello, open source!
- New:
ParseTwitterUtils
andPPNS
are now separate libraries. - New:
ParseImageView
andParseQueryAdapter
are 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
pinAll
on objects that have shared children. - Fixed: Deadlock when persisting the current user to disk while calling
fetchIfNeeded
on 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