Robbie Hanson
15f8dfb048
Updated CloudKitTodo - updated from deprecated CloudKit API's
2017-09-16 17:56:50 -04:00
Robbie Hanson
25f0966d2f
Fixing lots of compiler warnings for CloudKitTodo example application.
2017-09-16 13:44:49 -04:00
Robbie Hanson
6b6f3785ea
Fixing CloudKitTodo sample project via 'pod install'.
2017-09-16 12:23:21 -04:00
Robbie Hanson
f3fa463944
Updating Xcode projects with Xcode’s latest recommended settings.
2017-01-06 17:57:18 -08:00
Robbie Hanson
1ecb1b861e
Merge branch 'master' into v3.0
2017-01-06 17:51:07 -08:00
Robbie Hanson
a4f2b9f14c
Fixing Xcode projects (due to filename change in previous commit).
2016-09-07 17:49:17 -07:00
Sami Samhuri
fcdd5d76dd
fix a typo in MyDatabaseObject example
2016-07-16 20:53:16 -07:00
Robbie Hanson
d15089871b
Added ManualViewExample project.
2016-06-21 15:17:10 -07:00
Robbie Hanson
e85771f7cc
Fixing SearchResultsExample project.
2016-06-18 17:40:28 -07:00
Robbie Hanson
f97c9d89fe
Fixing CloudKitTodo sample Xcode project.
2016-04-23 10:30:26 -07:00
Morten Heiberg
1c3e4f7bc3
Updated Yap pod in search example to fix missing yap_vfs_shim files.
2016-01-03 19:24:56 +01:00
Robbie Hanson
6e9e89b56e
CloudKitTodo example: I've noticed a few times where operations seem to be disabled when not on WiFi (even though allowsCellularAccess theoretically defaults to YES)
2015-11-23 18:55:18 -08:00
Robbie Hanson
b05ebaa97b
CloudKitTodo example: automatically bring up the keyboard when going into TodoItem editing screen.
2015-11-23 18:54:06 -08:00
Robbie Hanson
b0229d49ea
Performance improvement for issue #246
2015-11-23 10:46:13 -08:00
Robbie Hanson
9e75cae54e
Fixing CloudKitTodo project.
2015-11-23 10:37:40 -08:00
Robbie Hanson
998b17f21d
Fixing Xcode projects.
2015-11-03 16:13:43 -08:00
Robbie Hanson
ae676711cd
Fixing SearchResultsExample project
2015-10-27 16:24:00 -07:00
Robbie Hanson
33701416ca
Fixing CloudKitTodo project via pod update
2015-10-27 15:43:07 -07:00
Robbie Hanson
00d1d837d2
Updating project via recommendations from Xcode 7
2015-10-27 15:38:00 -07:00
Robbie Hanson
1760bfb3bb
Fixing CloudKit project using fixed CocoaPod spec
2015-09-25 11:37:50 -07:00
Robbie Hanson
0106e3b46a
Touching Xcode project with latest version of Xcode (recommended upgrades to project file)
2015-09-24 16:26:02 -07:00
Robbie Hanson
6b759a3940
Fixing SearchResultsExample Xcode project.
2015-09-16 12:25:26 -07:00
Robbie Hanson
240dcd7fdb
Fixing Xcode projects (new header file means pod needs to be updated)
2015-09-15 15:51:36 -07:00
Robbie Hanson
5ba03779d6
Fixing CloudKitTodo xcode project.
2015-09-11 12:03:13 -07:00
Robbie Hanson
1998437ce1
Simplifying YapDatabaseHooks API & adding unit tests for it.
2015-09-10 11:05:41 -07:00
Robbie Hanson
4a981b62cd
Minor API change: YapDatabaseCloudKit.recordHandler now includes a YapDatabaseReadTransaction parameter. Fixes issue #210
2015-08-28 11:07:52 -07:00
Robbie Hanson
af6bcea37a
Updating .gitignore, and adding missing workspace files
2015-08-11 15:47:54 -07:00
Robbie Hanson
f5eb0eaccb
Fixing CloudKitTodo project
2015-07-02 17:13:40 -07:00
Robbie Hanson
fbbc8b7863
Bug fix for CloudKitManager: It would sometimes fail to properly fetch the data from the server on a fresh app launch (first run after install).
2015-05-31 14:39:57 -07:00
Robbie Hanson
e6ccd9c623
Bug fix for issue #178 - EXC_BAD_INSTRUCTION crash when syncing for the first time
2015-05-31 14:31:18 -07:00
Kirow
a77be9d6d7
fix SearchResultsExample project
...
- removed deprecated methods
- subscripting usage
2015-03-28 18:42:24 +02:00
Kirow
0983865e56
Fix to SearchResultsExample project
...
Added YapMurmurHash
2015-03-28 18:13:07 +02:00
Robbie Hanson
6268df46cc
Bug fixes for CloudKitTodo sample project.
2015-03-25 00:56:17 -04:00
Robbie Hanson
d54873599a
Merge branch 'master' of https://github.com/yapstudios/YapDatabase
2015-03-22 14:05:12 -07:00
Robbie Hanson
55a00e2e53
Bug fixes related to thread safety for CloudKitManager in CloudKitTodo sample app.
2015-03-22 14:04:44 -07:00
Robbie Hanson
4754eb24f3
Merge pull request #146 from pizthewiz/search-results-example
...
Fix SearchResultsExample compile failure
2015-03-20 16:19:24 -07:00
Robbie Hanson
568197eadb
Adding screen shots to repo so I can use them in the wiki
2015-03-18 17:49:49 -07:00
Robbie Hanson
31123b0991
Fixing a few compiler warnings, and cleaning up Xcode projects.
2015-03-18 16:03:48 -07:00
Robbie Hanson
dd3611fbcd
Updating MyDatabaseObjectExample project.
2015-03-17 18:59:49 -07:00
Robbie Hanson
6f4288d317
Minor bug fix for MyDatabaseObject example class.
2015-03-17 18:58:17 -07:00
Robbie Hanson
e591c7d4c2
YapDatabaseCloudKit improvements - now detects fetched changes that we made, and can ignore them.
2015-03-17 12:57:59 -07:00
Robbie Hanson
750309248f
Minor improvements for YapDatabaseCloudKit extension. And bug fixes for CloudKitTodo sample project.
2015-03-17 01:14:59 -07:00
Robbie Hanson
70c5904f5c
Bug fix for CloudKitTodo sample app: didn't fetch record changes when returning from background.
2015-03-17 00:18:02 -07:00
Robbie Hanson
8da13ab838
Improved merge handling for YapDatabaseCloudKit. Can now detect which properties were changed by remote device(s) in a CKRecord.
2015-03-16 22:34:48 -07:00
Robbie Hanson
1f9dcbd29d
Minor bug fixes for YapDatabaseCloudKit to support various edge cases (in merge handling).
2015-03-15 13:07:33 -07:00
Robbie Hanson
8e50c13608
Removing all the workaround code I had added. No longer needed now that I've identified the root cause of the problem.
2015-03-15 00:56:57 -07:00
Robbie Hanson
5f19ef10f5
Finally tracked down that bug in Apple's CloudKit framework. And it was a doozy !!
2015-03-15 00:01:58 -07:00
Jean-Pierre Mouilleseaux
888601b488
get search results example building again
...
It appears that several files shifted after the SearchResultsExample project was created and those changes weren't reflected in the project file which of course causes it to blow up.
2015-03-12 11:08:47 -07:00
Robbie Hanson
745e718f0d
Major re-working of YapDatabaseCloudKit to address bugs in Apple's CloudKit framework/service implementation.
2015-03-11 18:49:26 -07:00
Robbie Hanson
db620994ff
Bug fix for crash in CloudKitTodo example.
2015-02-27 16:53:56 -08:00