30 Commits

Author SHA1 Message Date
Drew McCormack
40ff79f7ae Got images working in Idiomatic. 2014-02-21 11:23:59 +01:00
Drew McCormack
9c63ab3841 Added new model version for Idiomatic, which includes media data. Also added a image view in the iOS UI, but it isn’t working yet. 2014-02-21 10:38:50 +01:00
Drew McCormack
abaf5a9f9e Got all unit tests working after recent changes to CDEPropertyChangeValue class. 2014-02-18 11:54:10 +01:00
Drew McCormack
0362110bbe Updated the event store model to include a CDEDataFile entity. Also updated the CDEPropertyChangeValue to include a delegate which can be used to store large NSData objects. 2014-02-17 15:59:27 +01:00
Drew McCormack
cd4f86fa91 Put in missing tearDowns in the CDEDropboxCloudFileSystem. These were causing the dropbox sync to fail.
Now works.
2014-02-12 14:37:14 +01:00
Drew McCormack
d5b05c80e6 Got selection of cloud service working in Idiomatic. iCloud works, but still issues with Dropbox. 2014-02-12 12:14:56 +01:00
Drew McCormack
0b58b420b5 Added methods to connect and disconnect from sync services. 2014-02-11 17:33:58 +01:00
Drew McCormack
1eedd53b27 Started adding dropbox option in idiomatic. Not working yet. 2014-02-11 16:00:33 +01:00
Drew McCormack
33f5743722 Updated Idiomatic to link in Dropbox SDK. Not included in UI or App yet. 2014-02-11 13:06:12 +01:00
Drew McCormack
2991c71749 Reverted Idiomatic to only use plain text, instead of attributed text. The attributed text is not cross platform compatible.
Any existing copies of Idiomatic need to be removed, and any cloud data deleted.
2014-01-01 11:58:38 +01:00
Drew McCormack
a8c293964c Improved the iCloud file system error handling. Added a timeout to CDEAsynchronousTaskQueue run loop. 2013-12-16 13:35:15 +01:00
Drew McCormack
b5930da36c Removed block-based retain cycle in Idiomatic for iOS. 2013-11-24 19:58:05 +01:00
Drew McCormack
bbb3e7f766 Split Dropbox code off main project. You now need to include it separately if you want to use it.
Started updating podspec with subspecs (including Dropbox).
2013-11-19 20:05:06 +01:00
Drew McCormack
bdf69077ad Added model version checking. If a model version is found in a new event, and the version can’t be found in the existing local models, the merge stops with an error. 2013-11-09 17:49:30 +01:00
Drew McCormack
816994130a Idiomatic on iOS now will include the selected tag in any new notes. 2013-10-31 10:59:00 +01:00
Drew McCormack
1c76be6485 Merge branch 'master' of https://github.com/fdstevex/ensembles into ordered-rels 2013-10-24 21:14:03 +02:00
Steve Tibbett
b0d2e69428 Adds ordered relationship support.
This involves:
 - Adding a movedIdentifiers dictionary to CDEPropertyChangeValue
 - Treating the relationship as an NSOrderedSet instead of an NSSet where needed
 - Storing the index of any new objects or index changes when storing ordered property changes
 - Adds a unit test that swaps two items in a relationship and ensures the ordering is sync’ed
2013-10-18 06:18:53 -04:00
Drew McCormack
fb12dacdd1 Added automatic persistent store migration options for certain Event stores in the framework. 2013-10-13 15:05:58 +02:00
Drew McCormack
99aa9b19ff Added new version for the event store model, so that the uniqueIdentifier property could be added to CDEStoreModificationEvent. The plan is to use this to track what events are in an incomplete state, and thereby detect crashes and other issues that would leave things in an invalid state. 2013-10-13 12:56:35 +02:00
Drew McCormack
47834a342e Updated DropboxSDK, and made Dropbox project a dependency of other projects. 2013-10-12 14:51:19 +02:00
Drew McCormack
67ed5d26b4 Added Dropbox File System, and submodule for the DropboxSDK. Not fully tested, but is compiling. 2013-10-12 14:46:54 +02:00
Drew McCormack
4197f8d534 Cleaned up the new Mac example app code. 2013-10-09 20:45:39 +02:00
Ernesto
de98fa77bf Refactor AppDelegate in Mac App to include IDM prefix 2013-10-07 20:02:36 +02:00
Ernesto
0754d3402f Removed unused files. 2013-10-05 19:40:27 +02:00
Ernesto
2cca755dcc removed Mac Sample test target. 2013-10-05 19:31:00 +02:00
Ernesto
509983cbb7 Mac OSX Sample 2013-10-05 19:30:08 +02:00
Ernesto
03ddadf725 Initial Mac App setup 2013-10-05 11:42:06 +02:00
Ernesto
34d80cc50b New MacApp Target 2013-10-05 11:30:18 +02:00
Drew McCormack
7238a7a92a Changed .gitignore to allow workspaces, and added workspace. 2013-09-29 19:22:13 +02:00
Drew McCormack
661ca6287c First commit. 2013-09-29 17:56:51 +02:00