Commit Graph

58 Commits

Author SHA1 Message Date
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
Robbie Hanson
47a3d048f2 Several bug fixes for CloudKitTodo example. Also improving MyDatabaseObject to support situations in which the localObject & CKRecord share the same property name, but have different data formats. 2015-02-26 17:49:53 -08:00
Robbie Hanson
1a5484d0d5 Bug fix for crash in CloudKitTodo example project. 2015-02-16 15:06:06 -08:00
Robbie Hanson
d3ae1c0935 Bug fix for issue #135 2015-02-16 13:16:19 -08:00
Robbie Hanson
b562c77515 Didn't realize git was ignoring Xcode workspaces 2014-12-07 02:53:39 -08:00
Robbie Hanson
4345bce2b8 Minor improvements to the minimalistic UI for CloudKitTodo - auto sizing title field 2014-12-07 02:02:54 -08:00
Robbie Hanson
873d08920f Minor improvements to the minimalistic UI for CloudKitTodo - multi-line table cells & on/off checkmark buttons 2014-12-06 21:47:21 -08:00
Robbie Hanson
ed2fb0b6a2 Minor improvements to the minimalistic UI for CloudKitTodo - now uses colors to reflect todo.priority 2014-12-06 18:23:32 -08:00
Robbie Hanson
2b07f7084b Bug fixes: Merging remote records actually works now. 2014-12-06 17:24:48 -08:00
Robbie Hanson
a537c25323 Bug fix: Looks like remoteRecord.changedKeys isn't given to us. 2014-12-05 18:05:46 -08:00
Robbie Hanson
bac946bd8f Fixing crash: Forgot to make a mutable copy. And forgot to actually store the object back into the database. 2014-12-05 18:04:50 -08:00
Robbie Hanson
94990b1c3d Adding more efficient access to inFlight / queued / pending change-sets count. 2014-12-05 16:39:01 -08:00
Robbie Hanson
3dd8be11ff Adding "Base CKRecord" to EditViewController screen. This allows for viewing the recordChangeTag. 2014-12-04 18:58:12 -08:00
Robbie Hanson
5e110f9ebc Cool new macro trick for MyDatabaseObject. 2014-12-04 18:27:20 -08:00
Robbie Hanson
92df3e1167 Bug fix for MyTodo : wasn't properly saving todo.priority. Also dropping todo.notes because it doesn't add to the usefulness of the example code. 2014-12-04 18:01:39 -08:00
Robbie Hanson
123ba53c4d Performance improvement for MyDatabaseObject. It now caches (within the class) the calculated class configuration information. 2014-12-04 17:59:57 -08:00
Robbie Hanson
ce3219e1b3 Fixing capitalization in the textField 2014-12-04 01:29:37 -08:00
Robbie Hanson
4810ce82c2 Work In Progress (YapDatabaseCloudKit) 2014-12-04 01:18:45 -08:00
Robbie Hanson
9f98df3b4a Renaming YapDatabaseCloudKitTest to CloudKitTodo 2014-12-03 23:19:09 -08:00
Robbie Hanson
7bbac53ace Bug fix for recordHandlerBlock. Should be using hasChangedSyncableProperties (instead of hasChangedProperties). 2014-12-03 21:02:39 -08:00
Robbie Hanson
af240344bb Work In Progress (YapDatabaseCloudKit) 2014-12-02 23:23:37 -08:00
Robbie Hanson
5521de158a Work In Progress (YapDatabaseCloudKit) 2014-12-02 00:39:02 -08:00
Robbie Hanson
801769afcb Work In Progress (YapDatabaseCloudKit) 2014-12-01 10:28:33 -08:00
Robbie Hanson
89e0f3f8bd Work In Progress (YapDatabaseCloudKit) 2014-11-25 19:18:33 -08:00
Robbie Hanson
c67c6970eb Work In Progress (YapDatabaseCloudKit) 2014-11-25 18:10:07 -08:00
Robbie Hanson
9e3a7b5be8 Work In Progress (YapDatabaseCloudKit) - I may finally have the general API nailed down 2014-11-24 10:44:22 -08:00
Robbie Hanson
618654866a Work In Progress (YapDatabaseCloudKit) 2014-11-16 14:44:19 -08:00
Robbie Hanson
64ebd9edef Work In Progress (YapDatabaseCloudKit) 2014-11-05 23:39:06 -08:00
Robbie Hanson
46942f30b8 Work In Progress (YapDatabaseCloudKit) 2014-10-30 10:00:29 -07:00