davx5-ose
davx5-ose copied to clipboard
DAVx⁵ is an open-source CalDAV/CardDAV suite and sync app for Android. You can also access your online files (WebDAV) with it.
Registrations expire after some time. - [ ] Expired registrations should be removed. - [ ] Subscriptions should be re-registered regularly to avoid expiration. Backoff criteria should be provided when...
### Purpose See #1077 ### Short description - Replaced the deprecated `Window.statusBarColor` with edge-to-edge settings. - Set `WindowInsets` to `0` in `Assistant` since we are using an action bar outside...
Rename all occurences of `account` to `addressBookAccount` so that address book accounts won't be confused with DAVx5 accounts that easy. Depends on https://github.com/bitfireAT/vcard4android/issues/47
- [ ] Increase required API level to Android 7.1 - [ ] Drop all the `LocalAddressBook.verifyDirty` workaround logic Reason: code is not actively maintained anymore and causes unnecessary complexity
Currently we use the full `VTIMEZONE` from the server in the `Collection` table. However we only use the ID and have to extract it every time (and Calendar Provider doesn't...
We should see - find out what the actual problem is (why does Android remove the contacts), - if we can do anything against it, - or at least document...
### Problem scope - [X] I'm sure that this is a DAVx⁵ problem. ### App version - [X] I'm using the latest available DAVx⁵ version. ### Android version and device/firmware...
Can confirm it with Nextcloud and latest tasks.org. Especially annoying when Push is enabled, because it creates an endless loop. ### Discussed in https://github.com/bitfireAT/davx5-ose/discussions/1060 Originally posted by **dilyanpalauzov** October 9,...
### Problem scope - [X] I'm sure that this is a DAVx⁵ problem. ### App version - [X] I'm using the latest available DAVx⁵ version. ### Android version and device/firmware...
As of right now we have the naming conventions of - "local collections" for collections storing the actual contents in the content providers. Thats is: `LocalCollection`, `LocalCalendar`, `LocalJtxCollection`, `LocalTaskList`, `LocalAddressBook`...