Commit Graph

824 Commits

Author SHA1 Message Date
John Rommel Estropia 5b85b0749e migration utilities (beta), swift 2 conversion 2015-07-07 08:03:46 +09:00
John Rommel Estropia bf0eebe057 migration utilities (beta) 2015-07-07 07:58:16 +09:00
John Rommel Estropia 261c3a6001 minor changes before Swift 2.0 2015-07-03 00:22:21 +09:00
John Rommel Estropia 91444b6dd3 Merge branch 'master' into develop 2015-07-02 22:47:36 +09:00
John Rommel Estropia 3bbae948ca gitignore 2015-07-02 22:47:19 +09:00
John Rommel Estropia e0b5da27f8 Merge branch 'master' into develop
Conflicts:
	CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
2015-07-02 00:19:26 +09:00
John Estropia d247198093 delete gitignore for old project name 2015-07-01 18:56:37 +09:00
John Estropia 589e5618ce delete unnecessary files 2015-07-01 18:54:39 +09:00
John Rommel Estropia 8402ebcc0f Carthage supportt 2015-07-01 08:13:19 +09:00
John Rommel Estropia 40f22761bf Big update. Migration tools in progress 2015-07-01 08:03:09 +09:00
John Rommel Estropia caf5c570df Merge branch 'develop'
Conflicts:
	CoreStoreDemo/CoreStoreDemo/Transactions Demo/TransactionsDemoViewController.swift
2015-06-19 04:07:27 +09:00
John Rommel Estropia 71c80c3497 marked experimental methods as private to prevent accidental usage 2015-06-19 04:05:56 +09:00
John Rommel Estropia 832dd8826e Updated Demo app with Fetching and Querying samples 2015-06-19 04:02:53 +09:00
John Rommel Estropia fcda83e6ac incomplete migration prototype methods 2015-06-15 01:31:03 +08:00
John Rommel Estropia 7303e05820 fixed demo explanation alert title 2015-06-12 23:46:09 +08:00
John Rommel Estropia a44400a935 version bump 2015-06-10 10:38:08 +09:00
John Rommel Estropia f18d29d9bc created an asynchronous method for adding sqlite store to handle asynchronous migrations. note that this commit breaks previous usage of DataStack.addSQLiteStore(...), which is now renamed to addSQLiteStoreAndWait(...) 2015-06-10 10:37:16 +09:00
John Rommel Estropia c4171de86e removed Median and StandardDeviation from supported aggregates as core data doesn't seem to support them either 0.1.2 2015-06-06 17:44:04 +09:00
John Rommel Estropia b0a637520e updated demo app 2015-06-05 02:21:34 +09:00
John Rommel Estropia e8f17cb33a updated read 2015-06-04 01:04:52 +09:00
John Rommel Estropia 3c29cdf2d2 updated read 2015-06-04 00:44:28 +09:00
John Rommel Estropia e462ae5a19 fixed demo app 0.1.1 2015-06-04 00:40:19 +09:00
John Estropia 6ed6159eec Update README.md 2015-06-03 01:52:01 +09:00
John Rommel Estropia 7710578bbc updated readme 2015-06-03 01:20:14 +09:00
John Rommel Estropia 6727c39e21 updated readme 2015-06-01 01:43:19 +09:00
John Rommel Estropia 6aa24cef2d minor changes, updated README 2015-05-31 14:42:06 +09:00
John Rommel Estropia a6f3c0bf95 pod bump 2015-05-30 17:26:31 +09:00
John Rommel Estropia 869660d41d updated README, added more utilities for updating and deleting objects from transactions 2015-05-30 17:26:06 +09:00
John Estropia 6b8d5df049 Updated README 2015-05-29 22:20:54 +09:00
John Estropia 1ca3ba5407 Update README.md 2015-05-29 09:47:56 +09:00
John Rommel Estropia 4da81250ec updating readme 2015-05-29 08:09:03 +09:00
John Rommel Estropia 994370b806 fixed segmentation fault when compiling for release builds 0.1.0 2015-05-28 01:36:29 +09:00
John Rommel Estropia 2145622578 set fixed dependency version 2015-05-28 00:12:29 +09:00
John Rommel Estropia b2bbf5e3b3 cocoapods 2015-05-28 00:06:31 +09:00
John Rommel Estropia 8361ba1b53 Renaming project because of cocoapods name clash with HardcoreData :( 2015-05-27 22:51:02 +09:00
John Rommel Estropia 1cc4f21336 Added setup and transactions demo 2015-05-26 01:44:49 +09:00
John Rommel Estropia cb867c07ab produce error when different store configurations with same file paths collide 2015-05-23 19:41:15 +09:00
John Rommel Estropia 8374c552f0 full inline sourcecode documentation 2015-05-22 02:26:28 +09:00
John Rommel Estropia 637829ec32 renamed some parameters 2015-05-11 00:29:59 +09:00
John Estropia f68a314999 Update README.md 2015-05-10 23:40:36 +09:00
John Rommel Estropia d481b93224 restructured files, added way to transform section names in ManagedObjectListControllers 2015-05-10 23:23:56 +09:00
John Rommel Estropia a5be0fbf67 added changed keys to object changes notification 2015-05-09 23:59:30 +09:00
John Rommel Estropia 202ec371f2 renamed commitAndWait() to overload commit() 2015-05-09 19:40:08 +09:00
John Rommel Estropia a1610534cb updated demo 2015-05-09 14:10:55 +09:00
John Rommel Estropia b16c9deeb9 small refactoring 2015-05-07 01:06:17 +09:00
John Rommel Estropia eade08d0cd added demo for observing changes to a single managed object 2015-05-07 00:30:45 +09:00
John Rommel Estropia 8d42a4a885 ManagedObjectListController demo 2015-05-06 01:06:22 +09:00
John Rommel Estropia d043d64cb1 demo app 2015-05-04 12:40:16 +09:00
John Rommel Estropia b56c08abd9 Merge branch 'master' of github.com:JohnEstropia/HardcoreData 2015-04-28 01:26:52 +09:00
John Rommel Estropia e115820635 FROM clause, list controller 2015-04-28 01:26:34 +09:00