1
0
mirror of https://github.com/etesync/android synced 2025-02-04 20:01:36 +00:00
etesync-android/app/src/main/java/com/etesync/syncadapter
Tom Hacohen 918f30965d EtebaseCache: fix crash when removing and re-adding (sometimes).
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.
2020-10-06 10:26:40 +03:00
..
log Add a setting to control log verbosity. 2019-03-14 21:25:47 +00:00
model Remove redundant code. 2020-09-25 10:04:33 +03:00
resource Update deps and adjust code accordingly. 2020-10-01 10:14:08 +03:00
syncadapter Update deps and adjust code accordingly. 2020-10-01 10:14:08 +03:00
ui EtebaseCache: fix crash when removing and re-adding (sometimes). 2020-10-06 10:26:40 +03:00
utils Add utilities to update and get the wanted tasks provider. 2020-08-07 08:53:27 +03:00
AccountSettings.kt AccountSettings: fix issue when saved uri is null. 2020-09-25 10:04:33 +03:00
AccountUpdateService.kt Optimise imports. 2019-04-16 17:14:14 +01:00
AcraConfiguration.java Acra: don't include email prefix. 2019-06-13 09:57:11 +01:00
App.kt Update deps and adjust code accordingly. 2020-10-01 10:14:08 +03:00
Constants.java Login page: remove EteSync-specific string + update forgot password link. 2020-09-25 10:04:33 +03:00
EtebaseLocalCache.kt EtebaseCache: fix crash when removing and re-adding (sometimes). 2020-10-06 10:26:40 +03:00
GsonHelper.java Base64: Pull in the base64 impl from the android source code. 2017-04-06 17:01:18 +01:00
HttpClient.kt HttpClient: use the http client builder when using etesync 2020-09-25 10:04:33 +03:00
InvalidAccountException.kt Kotlin: more kotlin migration. 2019-01-05 11:44:14 +00:00
PackageChangedReceiver.kt Update deps and adjust code accordingly. 2020-10-01 10:14:08 +03:00