Skip to content

Releases: bitfireAT/davx5-ose

v4.3.16.1-ose

17 Apr 12:20
Compare
Choose a tag to compare

v4.3.16-ose

15 Apr 09:39
Compare
Choose a tag to compare

What's Changed

  • Rewrite CreateCalendarActivity to Compose by @ArnyminerZ in #645
  • Provide a widget option by @ArnyminerZ in #643
  • Remove unused string resources by @mbiebl in #651
  • Don't use Gradle build and configuration cache for releases by @rfc2822 in #662
  • Replaced icons with auto-mirrored version when possible by @ArnyminerZ in #666
  • Upgraded ical4android by @ArnyminerZ in #663
  • Do not show extended proxy details in App Settings if proxy type is s… by @mbiebl in #661
  • Rewrite login activity to Compose by @rfc2822 in #672
  • Show Pending state in AccountsActivity, too; remove obsolete code by @rfc2822 in #680
  • OpenSourcePage: make "dontShow" LiveData by @rfc2822 in #683
  • Create a native Material theme and get rid of XML styles by @ArnyminerZ in #675
  • Update copyright; upgrade dependencies by @rfc2822 in #687
  • SettingsLiveData: post initial value even when it's null by @rfc2822 in #686
  • Do not show existing password on password change by @sunkup in #689
  • DeleteCollectionDialog: handle case that result may contain null value by @rfc2822 in #697
  • Create account: user feedback when account name is already taken by @rfc2822 in #701
  • Nextcloud Login Flow: improved handling of back by @rfc2822 in #712
  • Detect WebDAV-Push support by @rfc2822 in #716
  • SettingsManager: use Flows instead of LiveData by @rfc2822 in #714
  • Check if keep-permissions changed when user comes back from settings app by @sunkup in #715
  • Use broadcastReceiverFlow instead of BroadcastReceivers by @rfc2822 in #722
  • TasksActivity: use defaultValue=true for HINT_OPENTASKS_NOT_INSTALLED by @rfc2822 in #723
  • Add non-Compose colorBackground for AppIntro by @rfc2822 in #724
  • Use LocalContentColor for ClickableTextWithLink by @rfc2822 in #725
  • Always use provider.use to automatically close ContentProviderClients by @rfc2822 in #726
  • Minor broadcast receiver optimizations by @rfc2822 in #729
  • Adjusted paddings by @ArnyminerZ in #707

Full Changelog: v4.3.15-ose...v4.3.16-ose

v4.3.15-ose

16 Mar 14:24
Compare
Choose a tag to compare

What's Changed

  • Rewrite WebdavMountsActivity to Compose by @ArnyminerZ in #607
  • Rewrite AccountActivity to Compose by @rfc2822 in #617
  • Rewrite PermissionsActivity, PermissionsFragment to Compose by @ArnyminerZ in #583
  • Rewrite intro pages to Compose (dropping all Fragments) by @rfc2822 in #626
  • Rewrite AddWebdavMountActivity to Compose by @ArnyminerZ in #630
  • Rewrite app settings to Compose by @rfc2822 in #628
  • Improve homepage URL launching by @rfc2822 in #632
  • Make LinearProgressIndicators orange by @rfc2822 in #636
  • Refactor Tasks app detection (and settings update when tasks apps change) by @rfc2822 in #637
  • Rewrite WifiPermissionsActivity to Compose by @rfc2822 in #640
  • Rewrite navigation drawer to Compose by @rfc2822 in #644
  • Rewrite AccountSettingsActivity to Compose by @rfc2822 in #646
  • Periodic workers directly run sync by @rfc2822 in #648
  • Better handling of tasks app changes by @rfc2822 in #652

Full Changelog: v4.3.14-ose...v4.3.15-ose

v4.3.14-ose

04 Mar 16:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.13.1-ose...v4.3.14-ose

v4.3.13.1-ose

22 Feb 13:33
5a5023b
Compare
Choose a tag to compare
Bump version to 4.3.13.1

v4.3.13-ose

11 Feb 20:22
Compare
Choose a tag to compare
Version 4.3.13

- marked as compatible with Android 14
- fixed bug where upload of dirty entries was delayed when there are deleted entries
- [CalDAV] improved compatibility with Google Calender app (take proprietary UID field into account)
- [CardDAV] don't write structured name when FN = ORG
- [WebDAV] refactored paging and caching, improved performance
- [Google Login] require email in UI
- [UI] DebugInfoActivity rewritten to Compose
- [UI] add battery saver warning
- minor improvements and bug fixes

v4.3.12.1-ose

25 Dec 15:11
e5c73be
Compare
Choose a tag to compare

4.3.12.1: hotfix for AGP problem that caused random exceptions (#511)

4.3.12:

  • [CalDAV] fix StackOverflowError when timezone definitions refer to time zones themselves
  • [CalDAV] fix reminder type of default event reminders
  • [WebDAV] less strict MIME type processing to increase compatibility
  • [Nextcloud] always append /remote.php/dav so that it also works without well-known URLs
  • other minor bug fixes and improvements (including further rewriting to Compose)

v4.3.11-ose

20 Nov 13:44
v4.3.11-ose
fca6b5b
Compare
Choose a tag to compare
Version 4.3.11

* various minor bug fixes, improvements and new translations

v4.3.10-ose

14 Nov 12:48
Compare
Choose a tag to compare
Version 4.3.10

- Don't cancel service detection when DetectConfigurationFragment's ViewModel is cleared
- Swiping and status indication in accounts view improved
- various refactoring; AccountsAcitivity and AboutActivity rewritten to Compose
- various minor improvements and bug fixes

v4.3.9-ose

26 Oct 11:26
v4.3.9-ose
1a36ee2
Compare
Choose a tag to compare
Version 4.3.9

- [Nextcloud] Nextcloud Login Flow now available even when Nextcloud app is not installed
- [Google] Service detection: shared calendars and Webcal subscriptions are now detected
- [WebDAV] Add timeout for RandomAccessCallback notification
- increase minimum required Android version to Android 7
- minor improvements and bug fixes