1
0
mirror of https://github.com/etesync/android synced 2025-02-02 19:01:06 +00:00
etesync-android/app
Tom Hacohen 570ed1b84a SyncAdapter: move journal fetching to a separate caching class
Before this change we were fetching the journals 3 times each time (once
for each journal type).
This was wasteful both for the server and battery life. Now we just cache the
requests for a few seconds with the assumption that a burst most mean it's
the same sync operation.
2019-09-26 18:07:14 +03:00
..
src SyncAdapter: move journal fetching to a separate caching class 2019-09-26 18:07:14 +03:00
.gitignore Minor code tweaks (by lint) 2014-12-21 11:24:00 +01:00
build.gradle Bump version. 2019-09-25 23:57:31 +03:00
lint.xml Version 0.7 2015-03-12 18:25:09 +01:00
proguard-rules.txt Migrate to AndroidX. 2019-03-06 16:24:23 +00:00