refactor some stuff from SyncAdapter to own AbstractBase class to
authorSven Aßmann <sven.assmann@lubico.biz>
Thu, 15 Sep 2011 19:41:46 +0000 (21:41 +0200)
committerSven Aßmann <sven.assmann@lubico.biz>
Thu, 15 Sep 2011 19:41:46 +0000 (21:41 +0200)
commit5ef7a4e5223d48a3caae7f92471c44d3c43d5ece
tree5d90c78897d73f3326e368a8d4721bdbf4c5215f
parentae68956174d92813dd52c42e5f2b938c2348be4e
refactor some stuff from SyncAdapter to own AbstractBase class to
improve writing of new SyncAdapter without rewrite same code.

Remember the DRY..
src/eu/alefzero/owncloud/syncadapter/AbstractOwnCloudSyncAdapter.java [new file with mode: 0644]