summaryrefslogtreecommitdiffstats
path: root/examples/dummyresource/resourcefactory.h
Commit message (Collapse)AuthorAge
* Use the domain adaptor in the synchornization code of the dummyChristian Mollekopf2015-12-17
| | | | | | | resource as well. The code is easier to read that way, depends less on flatbuffers, and there is no measurable impact on performance.
* A change-replay functionChristian Mollekopf2015-12-10
|
* Added mail and folder propertiesChristian Mollekopf2015-12-04
|
* Synchronizer: One transaction per sync, and check if entity alreadyChristian Mollekopf2015-12-01
| | | | | | exists. With this we no longer repeatedly create entities on every sync.
* Resolve remoteIds during syncChristian Mollekopf2015-12-01
| | | | | | | Remote id's need to be resolved while syncing any references. This is done by the synchronizer by consulting the rid to entity id mapping. If the referenced entity doesn't exist yet we create a local id anyways, that we then need to pick up once the actual entity arrives.
* Loading data with the new model for the test clientChristian Mollekopf2015-11-19
|
* Added a removeFromDisk method to the resourceChristian Mollekopf2015-10-21
|
* Reduced duplication in dummy synchronization codeChristian Mollekopf2015-09-08
|
* DummyStore that is not overly complicated by using flatbuffers.Christian Mollekopf2015-09-08
|
* Added support for mails to akonadi and the dummyresource.Christian Mollekopf2015-09-08
| | | | Adding new types definitely needs to become easier.
* Made the pipeline an implementation detail of the resource.Christian Mollekopf2015-07-30
| | | | | This removes one dependency from the Listener and will allow us to test the Listener better.
* Use the resource instance nameChristian Mollekopf2015-07-07
|
* KAsync has moved to it's own kasync.git repositoryDan Vrátil2015-05-18
|
* Adapt to KAsync namespace changeDan Vrátil2015-05-15
|
* Moved generic part of resource implementation to GenericResourceChristian Mollekopf2015-04-20
|
* Moved client and dummyresource to examples/Christian Mollekopf2015-04-19