mirror of
https://github.com/etesync/android
synced 2024-11-25 09:28:12 +00:00
add todos
This commit is contained in:
parent
84f98b5699
commit
3cb24fe7f2
@ -10,5 +10,7 @@ interface IEteSyncService {
|
||||
void requestPermission(String journalType);
|
||||
|
||||
CollectionInfo[] getJournalEntries(String journalType);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user