-
Notifications
You must be signed in to change notification settings - Fork 118
Comparing changes
Open a pull request
base repository: dropbox/dropbox-sdk-obj-c
base: 1.0.2
head repository: dropbox/dropbox-sdk-obj-c
compare: master
Commits on Sep 7, 2016
-
Stephen Cobbe committed
Sep 7, 2016 Configuration menu - View commit details
-
Copy full SHA for e7140d3 - Browse repository at this point
Copy the full SHA e7140d3View commit details
Commits on Sep 8, 2016
-
1.0.3 Release. Updated OS X references to use macOS name.
Stephen Cobbe committedSep 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 94ac252 - Browse repository at this point
Copy the full SHA 94ac252View commit details -
1.0.4 release. Fixed project bug.
Stephen Cobbe committedSep 8, 2016 Configuration menu - View commit details
-
Copy full SHA for f98742b - Browse repository at this point
Copy the full SHA f98742bView commit details
Commits on Sep 9, 2016
-
1.0.5 release. Enumerated subtype bug fix.
Stephen Cobbe committedSep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for d4da24b - Browse repository at this point
Copy the full SHA d4da24bView commit details -
Fixed localization time issue.
Stephen Cobbe committedSep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 41e099e - Browse repository at this point
Copy the full SHA 41e099eView commit details
Commits on Sep 12, 2016
-
Stephen Cobbe committed
Sep 12, 2016 Configuration menu - View commit details
-
Copy full SHA for de897db - Browse repository at this point
Copy the full SHA de897dbView commit details -
Stephen Cobbe committed
Sep 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 81c918f - Browse repository at this point
Copy the full SHA 81c918fView commit details -
Stephen Cobbe committed
Sep 12, 2016 Configuration menu - View commit details
-
Copy full SHA for c072724 - Browse repository at this point
Copy the full SHA c072724View commit details
Commits on Sep 13, 2016
-
1.0.8 release. Multi-user case.
Stephen Cobbe committedSep 13, 2016 Configuration menu - View commit details
-
Copy full SHA for f427827 - Browse repository at this point
Copy the full SHA f427827View commit details
Commits on Sep 21, 2016
-
* Removed Pod folder from Example project.
* Reorganized main Xcode project. * Renamed Reachability, removed preconditions, fixed default server response bug. * Added response queues for each route. * Bug fix and additional unit tests.
Stephen Cobbe committedSep 21, 2016 Configuration menu - View commit details
-
Copy full SHA for d6d0da8 - Browse repository at this point
Copy the full SHA d6d0da8View commit details -
Stephen Cobbe committed
Sep 21, 2016 Configuration menu - View commit details
-
Copy full SHA for e560525 - Browse repository at this point
Copy the full SHA e560525View commit details -
Stephen Cobbe committed
Sep 21, 2016 Configuration menu - View commit details
-
Copy full SHA for c95eb77 - Browse repository at this point
Copy the full SHA c95eb77View commit details -
Updated Manually Add Subproject section of the README.
Stephen Cobbe committedSep 21, 2016 Configuration menu - View commit details
-
Copy full SHA for 0db2272 - Browse repository at this point
Copy the full SHA 0db2272View commit details -
Updated Subproject sample app.
Stephen Cobbe committedSep 21, 2016 Configuration menu - View commit details
-
Copy full SHA for 488156e - Browse repository at this point
Copy the full SHA 488156eView commit details
Commits on Sep 23, 2016
-
Updated Xcode project to import two platforms at once correctly.
Stephen Cobbe committedSep 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 9016b51 - Browse repository at this point
Copy the full SHA 9016b51View commit details
Commits on Sep 26, 2016
-
Stephen Cobbe committed
Sep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 05e39b4 - Browse repository at this point
Copy the full SHA 05e39b4View commit details -
Removed asserts for authorized client.
Stephen Cobbe committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 37a8617 - Browse repository at this point
Copy the full SHA 37a8617View commit details
Commits on Sep 27, 2016
-
Fixed Xcode project for Carthage.
Stephen Cobbe committedSep 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 41c81f7 - Browse repository at this point
Copy the full SHA 41c81f7View commit details -
Stephen Cobbe committed
Sep 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 3d9dca1 - Browse repository at this point
Copy the full SHA 3d9dca1View commit details -
Stephen Cobbe committed
Sep 27, 2016 Configuration menu - View commit details
-
Copy full SHA for d8c8b61 - Browse repository at this point
Copy the full SHA d8c8b61View commit details
Commits on Sep 28, 2016
-
Fixed DBNilObject bug, added longer timeout, fixed Reachability prefix.
Stephen Cobbe committedSep 28, 2016 Configuration menu - View commit details
-
Copy full SHA for d6e0012 - Browse repository at this point
Copy the full SHA d6e0012View commit details -
Fixed missed Reachability prefix.
Stephen Cobbe committedSep 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 49eee72 - Browse repository at this point
Copy the full SHA 49eee72View commit details
Commits on Sep 29, 2016
-
Auth namespace: - Added user_suspended to AuthError. Files namespace: - Added PathRootError. - Added invalid_path_root to LookupError. - Added autorename to CreateFolderArg. - Added DeleteBatchArg, DeleteBatchResultEntry, DeleteResult, DeleteBatchResult, DeleteBatchError and DeleteBatchJobStatus. - Added delete_batch and delete_batch/check routes. - Added RelocationPath. - Added to allow_shared_folder and autorename to RelocationArg. - Added RelocationBatchArg, RelocationBatchResult, RelocationBatchJobStatus. RelocationResult and RelocationBatchError. - Added copy_batch and copy_batch/check routes. - Added move_batch and move_batch/check routes. Sharing namespace: - Changed PathOrId validation pattern. - Changed path in ShareFolderArg from type files.Path to files.WritePath. - Added contains_app_folder, contains_team_folder and invalid_path_root to ShareFolderArg. Stone Cfg namespace: - Changed validation pattern for owner in Route. Team namespace: - Added team_license_limit to MembersRecoverError. - Removed beta_group attribute from members/recover.
Stephen Cobbe committedSep 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 01de5bc - Browse repository at this point
Copy the full SHA 01de5bcView commit details
Commits on Oct 3, 2016
-
Updated README to include note about NSNumber use for booleans.
Stephen Cobbe committedOct 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 72f6891 - Browse repository at this point
Copy the full SHA 72f6891View commit details
Commits on Oct 4, 2016
-
1.1.1 release. Removed task priority for iOS 8 compatibility.
Stephen Cobbe committedOct 4, 2016 1Configuration menu - View commit details
-
Copy full SHA for 6dffdb3 - Browse repository at this point
Copy the full SHA 6dffdb3View commit details
Commits on Oct 9, 2016
-
1.1.2 release. Changed macOS project deployment target.
Stephen Cobbe committedOct 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 4bdd788 - Browse repository at this point
Copy the full SHA 4bdd788View commit details -
Stephen Cobbe committed
Oct 9, 2016 Configuration menu - View commit details
-
Copy full SHA for cff0314 - Browse repository at this point
Copy the full SHA cff0314View commit details
Commits on Oct 21, 2016
-
Stephen Cobbe committed
Oct 21, 2016 Configuration menu - View commit details
-
Copy full SHA for e13bb3d - Browse repository at this point
Copy the full SHA e13bb3dView commit details
Commits on Nov 8, 2016
-
Stephen Cobbe committed
Nov 8, 2016 Configuration menu - View commit details
-
Copy full SHA for b4517b4 - Browse repository at this point
Copy the full SHA b4517b4View commit details -
Stephen Cobbe committed
Nov 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 128e8e1 - Browse repository at this point
Copy the full SHA 128e8e1View commit details
Commits on Nov 10, 2016
-
Fixed 500 nil error data handling.
Stephen Cobbe committedNov 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 3a49c2d - Browse repository at this point
Copy the full SHA 3a49c2dView commit details
Commits on Nov 11, 2016
-
Added inherited for framework search paths.
Stephen Cobbe committedNov 11, 2016 Configuration menu - View commit details
-
Copy full SHA for 97c83d9 - Browse repository at this point
Copy the full SHA 97c83d9View commit details
Commits on Nov 12, 2016
-
Added progress block argument labels.
Stephen Cobbe committedNov 12, 2016 Configuration menu - View commit details
-
Copy full SHA for a14c07f - Browse repository at this point
Copy the full SHA a14c07fView commit details
Commits on Nov 16, 2016
-
Added formatting to build process.
Stephen Cobbe committedNov 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 2690f27 - Browse repository at this point
Copy the full SHA 2690f27View commit details -
Rearranged project structure to separate generated code.
Stephen Cobbe committedNov 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 956b9a6 - Browse repository at this point
Copy the full SHA 956b9a6View commit details -
Further separated generated from non-generated.
Stephen Cobbe committedNov 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 84e9e2a - Browse repository at this point
Copy the full SHA 84e9e2aView commit details
Commits on Nov 17, 2016
-
Renamed DBError and DBReachability to avoid clashing with mobile clie…
…nt. Other small changes.
Stephen Cobbe committedNov 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 1d282c9 - Browse repository at this point
Copy the full SHA 1d282c9View commit details
Commits on Nov 29, 2016
-
Stephen Cobbe committed
Nov 29, 2016 Configuration menu - View commit details
-
Copy full SHA for 3d84867 - Browse repository at this point
Copy the full SHA 3d84867View commit details
Commits on Nov 30, 2016
-
Update 'Webkit' framework name
Fix issue #56. ‘Webkit’ and ‘WebKit’ are different in case-sensitive environment.
Eddie Hu authored and Eddie Hu committedNov 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 55af4c5 - Browse repository at this point
Copy the full SHA 55af4c5View commit details -
Merge pull request #65 from eddie129/fix-framework-not-found-Webkit
Update 'Webkit' framework name in podspec
Stephen Cobbe authoredNov 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 46067c2 - Browse repository at this point
Copy the full SHA 46067c2View commit details
Commits on Dec 1, 2016
-
Stephen Cobbe committed
Dec 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 4a04cb5 - Browse repository at this point
Copy the full SHA 4a04cb5View commit details -
Stephen Cobbe committed
Dec 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 6bea27d - Browse repository at this point
Copy the full SHA 6bea27dView commit details -
Stephen Cobbe committed
Dec 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 54ea25d - Browse repository at this point
Copy the full SHA 54ea25dView commit details -
2.0.0 release. Clear persistent cookies.
Stephen Cobbe committedDec 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 3ad2421 - Browse repository at this point
Copy the full SHA 3ad2421View commit details -
2.0.1 release. Fixed some package distribution bugs.
Stephen Cobbe committedDec 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 7f692c1 - Browse repository at this point
Copy the full SHA 7f692c1View commit details -
Stephen Cobbe committed
Dec 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 5d1f4d7 - Browse repository at this point
Copy the full SHA 5d1f4d7View commit details -
Stephen Cobbe committed
Dec 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 04d9f80 - Browse repository at this point
Copy the full SHA 04d9f80View commit details -
Stephen Cobbe committed
Dec 1, 2016 Configuration menu - View commit details
-
Copy full SHA for f2ad166 - Browse repository at this point
Copy the full SHA f2ad166View commit details -
2.0.2 release. Fixed DBRequestError bug.
Stephen Cobbe committedDec 1, 2016 Configuration menu - View commit details
-
Copy full SHA for ef79b77 - Browse repository at this point
Copy the full SHA ef79b77View commit details
Commits on Dec 2, 2016
-
Separated transport client out.
Stephen Cobbe committedDec 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 83f2c80 - Browse repository at this point
Copy the full SHA 83f2c80View commit details
There are no files selected for viewing