davx5-ose icon indicating copy to clipboard operation
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.

Results 81 davx5-ose issues
Sort by recently updated
recently updated
newest added

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...

enhancement

### 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...

enhancement

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

refactoring
dependent

- [ ] 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

refactoring

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...

refactoring

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...

bug
3rd party
need info

### 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...

enhancement

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,...

bug

### 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...

bug

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`...

refactoring