mirror of
https://github.com/etesync/android
synced 2024-11-29 03:18:12 +00:00
add todos
This commit is contained in:
parent
84f98b5699
commit
3cb24fe7f2
@ -10,5 +10,7 @@ interface IEteSyncService {
|
|||||||
void requestPermission(String journalType);
|
void requestPermission(String journalType);
|
||||||
|
|
||||||
CollectionInfo[] getJournalEntries(String journalType);
|
CollectionInfo[] getJournalEntries(String journalType);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,6 +41,11 @@ public class RemoteService extends Service {
|
|||||||
|
|
||||||
return new CollectionInfo[0]; //todo implement
|
return new CollectionInfo[0]; //todo implement
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//todo - query journals?
|
||||||
|
//todo - add insert. - returns uid
|
||||||
|
//todo add update?
|
||||||
|
//todo create journal
|
||||||
};
|
};
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user