918f30965d
Essentially the problem was that when we were removing the account, the cache directory was removed. Though then when readding the account, we would get the cache handler from our handler cache, which would already be init, so it'd assume the directory already exists. This was only relevant if there were network errors because otherwise the sync would also happen it the background which would create the missing dirs anyway. The solution: remove the object from the handler cache when removing account. |
||
---|---|---|
app | ||
cert4android@47bc6842da | ||
fastlane/metadata/android | ||
gradle/wrapper | ||
ical4android@3429dd1747 | ||
scripts | ||
vcard4android@c6d8560a2e | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
ChangeLog.md | ||
CONTRIBUTORS.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
run-tests.sh | ||
settings.gradle |
EteSync - Secure Data Sync
Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks (Android client).
Overview
Please see the EteSync website for more information.
EteSync is licensed under the GPLv3 License.
Building
EteSync uses git-submodules
, so cloning the code requires slightly different commands.
- Clone the repo:
git clone --recurse-submodules https://github.com/etesync/android etesync-android
- Change to the directory
cd etesync-android
- Open with Android studio or build with gradle:
- Android studio (easier):
android-studio .
- Gradle:
./gradlew assembleDebug
To update the code to the latest version, run: git pull --rebase --recurse-submodules
Translating
Translators are highly welcome! To help with translation please go to our Weblate page and translate it from there.
Third Party Code
EteSync's source code was originally based on DAVdroid but the codebases has since diverged quite significantly.
This project relies on many great third party libraries. Please take a look at the app's about menu for more information about them and their licenses.