Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/parse-community/Parse-SDK-Android

The Android SDK for Parse Platform
https://github.com/parse-community/Parse-SDK-Android

:zap: Release 1.12.0 :zap:

cd6155377a61a9347b7489263b673bae3b92ca31 authored about 9 years ago
Merge pull request #317 from ParsePlatform/grantland.lazy

Simplify authenticating w/ third party & automatic users

67b6d53aebf45713c0e946b956cc5a996eaeff75 authored about 9 years ago
Simplify authenticating w/ third party & automatic users

Authenticating with third party auth providers while automatic
users were enabled and no current...

7d908f3d1cbed3c89addfac49419c6c2f1859d62 authored about 9 years ago
Merge pull request #311 from ParsePlatform/grantland.copy

Add copying

1e1f146f876a66bfed09ca4d35ed8a3ddf3fd731 authored about 9 years ago
Merge pull request #312 from ParsePlatform/wangmengyan.fix_set_user_state_add_none_existed_authData_bug

Fix ParseUser#setState(state) unnecessarily creating authData

62f9912b0478785ccb3fd11a8f5d365c3571d2ed authored about 9 years ago
Implement copying

* ParseQuery
* ParseGeoPoint
* ParseACL
* ParsePush

a1ab2ebc01e36ae5a97937638ca0f2ccdbd76f5b authored about 9 years ago
Fix ParseUser#setState(state) unnecessarily creating authData

5e2994798bb51fd65ef8f3190001285494e9f98c authored about 9 years ago
Merge pull request #306 from ParsePlatform/grantland.starter

Remove Parse Gradle plugin from ParseStarterProject

65546a9d61b2c65a62a2d28176f90b0f04b2cee0 authored about 9 years ago
Remove Parse Gradle plugin from ParseStarterProject

No longer relevant without ParseCrashReporting support

3891801ecc41ae7aade623e19819bad992d83c17 authored about 9 years ago
Merge pull request #305 from ParsePlatform/grantland.json

Prevent JSONObject/Array + Map/List combinations and unnecessary conversions back and forth

d8137676e5f74b4acbe40cfa831421d3b5ede79b authored about 9 years ago
Prevent JSONObject/Array + Map/List combinations and unnecessary conversions back and forth

We have a bunch of cases where we combine `JSONObject`/`JSONArray` and `Map`/`List` and a bunch ...

cf58d030563c6f25113e53426aabe4b838229b90 authored about 9 years ago
Merge pull request #303 from ParsePlatform/grantland.cached

Remove caching of auto-converted values

e3f68fe8995d9c169f2707795d55ff296a61594d authored about 9 years ago
Remove caching of auto-converted values

We cache auto-convert JSONObject/JSONArray values from Map/List which causes confusion when the ...

34c5def026e051714fa61f546e3b85f5f63bef70 authored about 9 years ago
Merge pull request #304 from ParsePlatform/wangmengyan.fix_clear_currentUser_authData

Avoid cleaning currentUser authData in setState

00e0d08b17e2ba840ad066cc1d3e9609216cbaae authored about 9 years ago
Avoid cleaning currentUser authData in setState

497187360873bfac7dee92862303f502549a28f2 authored about 9 years ago
Merge pull request #297 from ParsePlatform/richardross.npe.fix

Properly initialize `Configuration.interceptors` when using old-style APIs.

2864a95a96d8122a0603088df82c9c5b71c50bdc authored about 9 years ago
Properly initialize `Configuration.interceptors` when using old-style APIs.

This happened because `this.interceptors` was null when `clear()` was invoked.

Fixes #296.

210c913c7a8dd98783665c975b884f2a1ac8b9e8 authored about 9 years ago
Merge pull request #284 from ParsePlatform/richardross.initialization.update

Add better, more flexible APIs for SDK initialization.

8542d982a63c7e3b242fa2a2747b7b2f25fd9f63 authored about 9 years ago
Add better, more flexible APIs for SDK initialization.

This PR hopes to unify some of these initialization settings int o a single 'configuration' clas...

7cec3b41e4f96dc43b4d97e4783b03967aed41f0 authored about 9 years ago
Merge pull request #286 from ParsePlatform/grantland.permissions

Allow the system to error when missing required permissions

c686f256c41fd31cf5d53bb114e73e7680641aa6 authored about 9 years ago
Allow the system to error when missing required permissions

Our GCM permission checks would NPE if there were no permissions
defined. Adding a proper null c...

6ba2ba4ac63bec7bd4bff40094d0779a75349cbb authored about 9 years ago
Merge pull request #285 from ParsePlatform/nlutsenko.readme

Add cross-references to README

04ed975fe57a9daa1d5b17e82d360f98cf310797 authored about 9 years ago
Add cross-references to README.

53baf65fa5ef97eb95a87ac6098cb61eb42cecdf authored about 9 years ago
Merge pull request #281 from ParsePlatform/grantland.npe

Fix NPE

652ede350e50c01bba98cc10bf5172df16d1cdc9 authored about 9 years ago
Fix NPE

If `directory == null`, we'll NPE on `directory.mkdir()`.

21fb42133a16dd25c415af836cb46992212ac4fd authored about 9 years ago
Merge pull request #249 from ParsePlatform/wangmengyan.update_detail_log_about_push

Add more log for push

dfd52abdde55d70bb51c690db4dac373b0fa0641 authored about 9 years ago
Add more log for push

e8fc559dc79aec5e803f73a280a987b209cc65dd authored about 9 years ago
Merge pull request #261 from ParsePlatform/wangmengyan.add_null_checking_for_push_raw_data

Add null checking for push raw data

c08310bf24891a16680ae92a0233ddbeec57ac41 authored about 9 years ago
Add null checking for push raw data

f2a578b2c7e6a264539189355d25995bb3ccc125 authored about 9 years ago
:tada: Prepare for next development iteration :confetti_ball:

a7f3f9b71ed24978e8dd0b675b88e6d5e19f41dd authored about 9 years ago
:zap: Release 1.11.0 :zap:

3441303006e0ae51c37a0008e4f891fb87afc2ee authored about 9 years ago
Merge pull request #116 from ParsePlatform/wangmengyan.t8120706_remove_ParseFile_in_memory_cache

Remove ParseFile in memory cache

0123b4acd4fb3769f160b1ce5259c15a42c5be62 authored about 9 years ago
Remvoe ParseFile in-memory cache

31da68c174850b3cfd8d866071a94ba4e8584783 authored about 9 years ago
Merge pull request #244 from ParsePlatform/grantland.bolts

Update Bolts, use bolts-tasks instead of bolts-android

279f7a14c5324e8b99c31cd2215163b1fe5dc8fa authored about 9 years ago
Update Bolts, use bolts-tasks instead of bolts-android

5cee40a15e50ff014dac24801e916a0e9f119441 authored about 9 years ago
Merge pull request #234 from ParsePlatform/grantland.android-23

Update proguard-rules.pro for android-23

95db225761b7a246f25ae91d70d48c6cbd25ef9f authored over 9 years ago
Merge pull request #108 from ParsePlatform/grantland.mutable

Remove mutable container tracking

167a67d4708f6d7ddcb6ec0f88990e2b070903a0 authored over 9 years ago
Remove mutable container tracking

Resolves #58

bf4bab2e75f8df6331dc667606cdaab29b55569b authored over 9 years ago
Update proguard-rules.pro for android-23

android-23 removed some APIs that our SDK uses internally. Luckily,
we only conditionally use th...

9e69cb02ba4c145923f1384df3bcba3c5bcff515 authored over 9 years ago
Merge pull request #216 from ParsePlatform/wangmengyan.remove_unnecessary_installation_save

Do not save installation when we only set pushType

0e71f10372e77931f749e13516fa68ace2207ee0 authored over 9 years ago
Merge pull request #215 from ParsePlatform/grantland.gcm

Remove GET_ACCOUNTS requirement in Parse

a221bb2cd3c5698a582f86ef876b38b8cf3c90a9 authored over 9 years ago
Merge pull request #208 from ParsePlatform/grantland.fix-installation

Fix: Multiple "current" ParseInstallation instances being created

eeb4203944bbafcb666e2595d5da05e02a1b657c authored over 9 years ago
Fix: Multiple "current" ParseInstallation instances being created

This fixes a race condition where multiple `ParseInstallation`
instances can be returned as "cur...

fbdffa70b01f5a7723b1529062da9653ec346566 authored over 9 years ago
Do not save installation when we only set pushType

ebef65696a900aba35c340d355f843d94c50b717 authored over 9 years ago
Merge pull request #214 from ParsePlatform/grantland.rmdefaultclient

Remove ParseRequest defaultClient

500a2cbdb62f37af75b665490f7662510c5e6132 authored over 9 years ago
Remove GET_ACCOUNTS requirement in Parse

GET_ACCOUNTS is only required for GCM on devices running lower than 4.0.4.
This will allow devel...

e494151bca35534459ab784fabba337127489477 authored over 9 years ago
Remove ParseRequest defaultClient

We do not need defaultClient as a global state in class ParseRequest anymore.

1d917d5dc4e39d2250c0827df978245034e8af18 authored over 9 years ago
Merge pull request #195 from ParsePlatform/wangmengyan.remove_gradle.properties

Remove gradle.properties

350eece811c51447adb77692a5e33a99ba0926cf authored over 9 years ago
Remove gradle.properties

bdb3cab7b225434013f04872b7cb562733b00a98 authored over 9 years ago
Merge pull request #190 from ParsePlatform/grantland.gradle

targetSdkVersion 23

6e5e151d7bd54e2bd1c9b256bee8608df638e48a authored over 9 years ago
targetSdkVersion 23

Unable to update compileSdkVersion due to #189

2625f8712f72f3cd1ec152fcde65f0567479559c authored over 9 years ago
:tada: Prepare for next development iteration :confetti_ball:

bdd5f50d51d30030b9df12c0e09d08d8859e64be authored over 9 years ago
:zap: Release 1.10.3 :zap:

1043763ed31e53ab93051577326503c25dfb2b06 authored over 9 years ago
Merge pull request #177 from ParsePlatform/grantland.fixup

Clean up

7d8f0b764311f945fdd32e3f0180e0931b5fddb6 authored over 9 years ago
Merge pull request #113 from ParsePlatform/wangmengyan.t8120706_add_download_file_stream_api

Add new ParseFile download api

522ac134c6d8ed47a36fe3f46c10037002ff7d92 authored over 9 years ago
Clean up

whitesace & typos

e08ec807e8db071c936747cdcd3ebfc593cad6c8 authored over 9 years ago
Add file stream api

831fbbe31b189445cb90a54a3c54c5f77db1e534 authored over 9 years ago
Merge pull request #164 from YaoPersonal/makestaticfetchinclude

Make OfflineQueryLogic.fetchIncludeAsync static

dbf80ecbe58cbee73b1c4a82a264cf26e40978f9 authored over 9 years ago
Make OfflineQueryLogic.fetchIncludeAsync static

ab9b38615e1d196958e80e59bbdf762defd7241d authored over 9 years ago
Merge pull request #168 from ParsePlatform/grantland.readme

Update README.md

b7bcd5e4be4a4a9511a79cb2fd49044509db3d0a authored over 9 years ago
Update README.md

159762c21db92dce5fc44c1bc49c40fbe6be0165 authored over 9 years ago
Merge pull request #143 from ParsePlatform/stanleyw.link_to_network_debugging_tools

Link to Network Debugging Tools in Bug Reporting Guidelines.

04655c3967a94b9da793acd4613cd6eba775e1c9 authored over 9 years ago
Update CONTRIBUTING.md

297e8caaf9caedd655133dafaa99832cc86d8a38 authored over 9 years ago
Merge pull request #115 from ParsePlatform/wangmengyan.t8120706_add_upload_file_stream_api

Add new ParseFile constructors and update save method

8012ff4eec8950f72109b32443056f0b0de37b10 authored over 9 years ago
Add upload stream api

cbdf919b05bcfa4c19dcbdc5d6787782614d5a2e authored over 9 years ago
Merge pull request #141 from ParsePlatform/wangmengyan.t8376668_NPE_in_ParseKeyValueCache

Fix NPE in ParseKeyValueCache due to cache dir not exist

da739de941c852154016a5706cc53a15ee2fce95 authored over 9 years ago
Fix NPE in ParseKeyValueCache due to cache dir not exist

e8ebbc74e779731894f02b53010a291dabebc26e authored over 9 years ago
Link to Network Debugging Tools

In bug reporting guidelines, link to network debugging tools.

02ff1300e4d380479bd249d097dc1c4ca24e5ddf authored over 9 years ago
Merge pull request #136 from ParsePlatform/grantland.push

Clean up Push warnings

d1e29071cef5f0c93ec0ba2c1794089cc411c806 authored over 9 years ago
Merge pull request #137 from ParsePlatform/grantland.codecov

Add CodeCov support

0e03cebc0f5ff357c5afc48dcc6ad25a1758db5c authored over 9 years ago
Add CodeCov support

fc8c6a5f119102d1e6a37490ebf13a2b194da09d authored over 9 years ago
Clean up Push warnings

b829180f592c9220de4ebd57ce626f607aa3412b authored over 9 years ago
:tada: Prepare for next development iteration :confetti_ball:

a3000f2bf68bb5d50b079e85cf471ab6930193c8 authored over 9 years ago
:zap: Release 1.10.2 :zap:

18fdba3352d24bd189be4d1f2bf8b18985a3a152 authored over 9 years ago
Merge pull request #134 from ParsePlatform/wangmengyan.public_add/remove_interceptor_method

Public add/remove interceptor method

cd7ae2cfbeba3491ce558251fbfc8980411e3c5e authored over 9 years ago
Update comment

7e3740df0c4189f8fded0b9412d0544e9e43bb72 authored over 9 years ago
Merge pull request #133 from ParsePlatform/wangmengyan.Change_ParseHttpBody_fields_to_private

Change ParseHttpBody fields access

8850e9530b19585a291bcc515606dab1fe58b43c authored over 9 years ago
Public add/remove interceptor method

2653b03aca177c330eb5808ae20d56765e90971a authored over 9 years ago
Change ParseHttpBody fields to private and ParseByteHttpBody fields to package protected

cf5223ac6a070133da3bec0b5e501801ea69b4de authored over 9 years ago
Merge pull request #119 from ParsePlatform/wangmengyan.t8184922_ParseAWSRequest_tempFile_creation

Create cache dir if it does not exist before we use tempFile

2c1147ca8ea50f732fa94171cfd9119e27b03290 authored over 9 years ago
Combine unit test cases

441aab86944a2770e39a3c718dee226f367667b9 authored over 9 years ago
Create cache dir if it does not exist before we create tempFile in ParseAWSRequest

600c8bcf35cdd299cc12503a14cf0518b919fe20 authored over 9 years ago
Merge pull request #128 from ParsePlatform/grantland.auth_callbacks

Clean up third party authentication APIs

799d288c064fb41ccade634e7194455bc454c0c4 authored over 9 years ago
Rename to AuthenticationCallback and onRestore

51ada3ec54149a80996b43f94d1532dbd22d9d75 authored over 9 years ago
Merge pull request #126 from ParsePlatform/wangmengyan.public_ParseHttpRequest_ParseHttpResponse_and_ParseNetworkInterceptor

Public Interceptor related classes

6d51a0160d99b7436f43a3625c43f41845e57197 authored over 9 years ago
Move ParseHttpRequset/Response/Body and ParseNetworkInterceptor to separate package and publicize

0072ae443697605d6906eb546606ab0637c23817 authored over 9 years ago
Clean up unecessarily complex code

cf8b4dcbdbfbdef5024b475bc09f712bdb2999bc authored over 9 years ago
Clean up third party authentication APIs

* ParseAuthenticationProvider -> ParseAuthenticationCallbacks
* ParseAuthenticationCallback APIs...

f0eda12d780c7a1dc1bf0775c1b42aa8be286d06 authored over 9 years ago
Merge pull request #125 from ParsePlatform/grantland.authentication_public

Publicize Third Party Authentication methods

4684053712c49c8df6f10bb79d59ed5e61820809 authored over 9 years ago
Publicize Third Party Authentication methods

Publicize + JavaDoc. Required for open sourcing ParseFacebookUtils and ParseTwitterUtils

c79d8c175fe01149cb1ccd352789e0bd8b9bc652 authored over 9 years ago
Merge pull request #112 from ParsePlatform/grantland.revert

Publicize ParseObject.revert() and revert(key)

da458dda18bd7df37b4c40fa640d3c6bcac98a66 authored over 9 years ago
Publicize ParseObject.revert() and revert(key)

Also adds JavaDoc, tests, and optimizations.

Resolves #111

624e65cca177683ee5eb37335ee681e0e73c2d19 authored over 9 years ago
Merge pull request #124 from ParsePlatform/gogo.tidy-current-user

Consistent naming for CurrentUserController

a0bc43e92273eadafb983e4d42e9e05a31915dc2 authored over 9 years ago
Merge pull request #117 from ParsePlatform/grantland.authentication_async

Convert `restoreAuthentication` to asynchronous

3fc9bf858bdf7ed7204b86bb3f9f01e94b29da1a authored over 9 years ago
Convert `restoreAuthentication` to asynchronous

7284301a22951b83d2540086f4d2d6765870ffce authored over 9 years ago
Merge pull request #120 from ParsePlatform/wangmengyan.t8184922_ParseFileController_delete_cache_file_before_move_temp_file

Manually delete cacheFile before we write to it

29a37953d4de34b225a578c1c7a75b81af15fb82 authored over 9 years ago
Consistent naming for CurrentUserController

53bb001916ff4def397f280419202512998ee703 authored over 9 years ago
Merge pull request #121 from ParsePlatform/wangmengyan.delete_interceptors

Delete ParseNetworkInterceptor implementations and tests

ed75e68a2ef8e1a3cc1b8f320e92b9523c2222d9 authored over 9 years ago
Delete ParseNetworkInterceptor implementations and tests

d5594beca577979ef033ac185b1aaa346ee92aa3 authored over 9 years ago
Manually delete cacheFile before we write to it

b88231533ac82256f8c04c137496bec2f1c40241 authored over 9 years ago