1
0
mirror of https://github.com/etesync/android synced 2024-11-25 09:28:12 +00:00

add todos

This commit is contained in:
Tal Hacohen 2017-08-23 17:30:00 +03:00
parent 84f98b5699
commit 3cb24fe7f2
2 changed files with 7 additions and 0 deletions

View File

@ -10,5 +10,7 @@ interface IEteSyncService {
void requestPermission(String journalType);
CollectionInfo[] getJournalEntries(String journalType);
}

View File

@ -41,6 +41,11 @@ public class RemoteService extends Service {
return new CollectionInfo[0]; //todo implement
}
//todo - query journals?
//todo - add insert. - returns uid
//todo add update?
//todo create journal
};
@Override