1
0
mirror of https://github.com/etesync/android synced 2024-11-19 22:48:19 +00:00
etesync-android/app/src/main/java/com/etesync/syncadapter
Tom Hacohen 10095bd4ee WebView: correctly handle checking if a url should open in app or browser.
There was an issue that for the first load it would only check the url
after a redirect (if there is one), which meant that for example,
the dashboard, would open in app because you'd be redirected to the
login page.
2017-05-03 19:25:39 +01:00
..
journalmanager Journalmanager crypto: Make AsymmetricKeyPair serializable. 2017-04-26 19:47:32 +01:00
log Rename the Android package to EteSync 2017-02-27 13:23:24 +00:00
model Remove getCollections and add the afterLoad workaround to getJournals. 2017-04-27 11:48:01 +01:00
resource Use UUIDs for newly generated event/task UIDs (RFC 7986 5.3 UID Property) 2017-05-02 11:35:52 +01:00
syncadapter SyncManager: Request for a full sync if interrupted. 2017-05-03 19:04:42 +01:00
ui WebView: correctly handle checking if a url should open in app or browser. 2017-05-03 19:25:39 +01:00
utils Create an AndroidCompat class to wrap around Android oddities. 2017-04-27 11:49:05 +01:00
AccountsChangedReceiver.java Rename the Android package to EteSync 2017-02-27 13:23:24 +00:00
AccountSettings.java Account upgrade: raise an error when account migration fails. 2017-05-03 19:04:42 +01:00
AccountUpdateService.java Add multiple address books support 2017-04-27 11:42:05 +01:00
App.java Use UUIDs for newly generated event/task UIDs (RFC 7986 5.3 UID Property) 2017-05-02 11:35:52 +01:00
Constants.java Account upgrade: raise an error when account migration fails. 2017-05-03 19:04:42 +01:00
GsonHelper.java Base64: Pull in the base64 impl from the android source code. 2017-04-06 17:01:18 +01:00
HttpClient.java Remove unnecessary InvalidAccountException 2017-04-27 11:49:05 +01:00
InvalidAccountException.java Rename the Android package to EteSync 2017-02-27 13:23:24 +00:00
NotificationHelper.java Account upgrade: raise an error when account migration fails. 2017-05-03 19:04:42 +01:00
PackageChangedReceiver.java Services: Move to a requery model instead of raw SQL and improve models. 2017-04-20 19:48:45 +01:00
SSLSocketFactoryCompat.java SSLSocketFactory: Update the cipher priority list to something more secure. 2017-04-06 10:04:15 +01:00