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.
Steps to reproduce: - Enable _Developer options / Don't keep activities_ to simulate a low memory environment - Setup with an URL with a bad certificate, for instance `https://expired.badssl.com/` -...
It should be possible to edit already created WebDAV mounts. (Maybe the URL shouldn't be editable when it breaks everything, but at least the other properties, including name, password and...
### Discussed in https://github.com/bitfireAT/davx5-ose/discussions/126 Originally posted by **azrdev** August 26, 2022 I'm using a nextcloud with my partner, and several calendars synced with davx5 to android. I do share my...
Currently Webcal subscriptions are only supported over ICSx⁵. However we want to support them directly in DAVx⁵ as a "Tool" in the Navigation Drawer. It shall be possible to use...
### Purpose The nextcloud login/setup flow [could not be started via intent](https://github.com/bitfireAT/davx5-ose/issues/773). This fixes it. ### Short description LoginActivity: - Now using previously unused `intentToInitialLoginType()` to determine login type from...