|
1 | 1 | # Table of Contents |
2 | 2 |
|
| 3 | +* [Changelog for unreleased](#changelog-for-owncloud-android-client-unreleased-unreleased) |
3 | 4 | * [Changelog for 4.8.0](#changelog-for-owncloud-android-client-480-2026-05-18) |
4 | 5 | * [Changelog for 4.7.0](#changelog-for-owncloud-android-client-470-2025-11-17) |
5 | 6 | * [Changelog for 4.6.2](#changelog-for-owncloud-android-client-462-2025-08-13) |
|
31 | 32 | * [Changelog for 2.18.1](#changelog-for-owncloud-android-client-2181-2021-07-20) |
32 | 33 | * [Changelog for 2.18.0](#changelog-for-owncloud-android-client-2180-2021-05-24) |
33 | 34 | * [Changelog for 2.17 versions and below](#changelog-for-217-versions-and-below) |
| 35 | +# Changelog for ownCloud Android Client [unreleased] (UNRELEASED) |
| 36 | + |
| 37 | +The following sections list the changes in ownCloud Android Client unreleased relevant to |
| 38 | +ownCloud admins and users. |
| 39 | + |
| 40 | +[unreleased]: https://github.com/owncloud/android/compare/v4.8.0...master |
| 41 | + |
| 42 | +## Summary |
| 43 | + |
| 44 | +* Security - SSL certificate verification and trusted host handling: [#4861](https://github.com/owncloud/android/pull/4861) |
| 45 | +* Bugfix - Crash from Google Play Console in FileDetailsFragment: [#4737](https://github.com/owncloud/android/issues/4737) |
| 46 | +* Bugfix - Crash from Google Play Console in ReceiveExternalFilesActivity: [#4738](https://github.com/owncloud/android/issues/4738) |
| 47 | +* Change - Bump target SDK to 36: [#4743](https://github.com/owncloud/android/issues/4743) |
| 48 | +* Change - Remove unicode characters from strings file: [#4872](https://github.com/owncloud/android/pull/4872) |
| 49 | +* Enhancement - Spaces icon color brandable: [#4860](https://github.com/owncloud/android/issues/4860) |
| 50 | +* Enhancement - Add gradle ecosystem to dependabot: [#4863](https://github.com/owncloud/android/pull/4863) |
| 51 | +* Enhancement - Remove unused resources: [#4869](https://github.com/owncloud/android/pull/4869) |
| 52 | +* Enhancement - Passcode and pattern screens in landscape mode: [#4871](https://github.com/owncloud/android/pull/4871) |
| 53 | + |
| 54 | +## Details |
| 55 | + |
| 56 | +* Security - SSL certificate verification and trusted host handling: [#4861](https://github.com/owncloud/android/pull/4861) |
| 57 | + |
| 58 | + SSL certificate verification flow has been improved by enhancing host validation |
| 59 | + and trusted certificate handling. |
| 60 | + |
| 61 | + https://github.com/owncloud/android/pull/4861 |
| 62 | + |
| 63 | +* Bugfix - Crash from Google Play Console in FileDetailsFragment: [#4737](https://github.com/owncloud/android/issues/4737) |
| 64 | + |
| 65 | + To prevent crashes, the navigation logic when navigating back has been improved, |
| 66 | + especially in cases where the observed file is null. |
| 67 | + |
| 68 | + https://github.com/owncloud/android/issues/4737 |
| 69 | + https://github.com/owncloud/android/pull/4879 |
| 70 | + |
| 71 | +* Bugfix - Crash from Google Play Console in ReceiveExternalFilesActivity: [#4738](https://github.com/owncloud/android/issues/4738) |
| 72 | + |
| 73 | + In order to prevent crashes, a nullability check has been added before |
| 74 | + refreshing a not found folder while receiving external files. |
| 75 | + |
| 76 | + https://github.com/owncloud/android/issues/4738 |
| 77 | + https://github.com/owncloud/android/pull/4878 |
| 78 | + |
| 79 | +* Change - Bump target SDK to 36: [#4743](https://github.com/owncloud/android/issues/4743) |
| 80 | + |
| 81 | + Target SDK has been upgraded to 36 in order to fulfill Android platform |
| 82 | + requirements. |
| 83 | + |
| 84 | + https://github.com/owncloud/android/issues/4743 |
| 85 | + https://github.com/owncloud/android/pull/4862 |
| 86 | + |
| 87 | +* Change - Remove unicode characters from strings file: [#4872](https://github.com/owncloud/android/pull/4872) |
| 88 | + |
| 89 | + Unicode characters in strings.xml file have been replaced by the character |
| 90 | + itself to prevent problems in translations |
| 91 | + |
| 92 | + https://github.com/owncloud/android/pull/4872 |
| 93 | + |
| 94 | +* Enhancement - Spaces icon color brandable: [#4860](https://github.com/owncloud/android/issues/4860) |
| 95 | + |
| 96 | + The color of the generic space icon has been replaced with a brandable color to |
| 97 | + provide a consistent design across branded variants. |
| 98 | + |
| 99 | + https://github.com/owncloud/android/issues/4860 |
| 100 | + https://github.com/owncloud/android/pull/4877 |
| 101 | + |
| 102 | +* Enhancement - Add gradle ecosystem to dependabot: [#4863](https://github.com/owncloud/android/pull/4863) |
| 103 | + |
| 104 | + Dependabot workflow in GitHub Actions has been modified to update gradle |
| 105 | + dependencies weekly |
| 106 | + |
| 107 | + https://github.com/owncloud/android/pull/4863 |
| 108 | + |
| 109 | +* Enhancement - Remove unused resources: [#4869](https://github.com/owncloud/android/pull/4869) |
| 110 | + |
| 111 | + Useless strings and resources in the project have been removed in order to keep |
| 112 | + the codebase cleaner |
| 113 | + |
| 114 | + https://github.com/owncloud/android/pull/4869 |
| 115 | + |
| 116 | +* Enhancement - Passcode and pattern screens in landscape mode: [#4871](https://github.com/owncloud/android/pull/4871) |
| 117 | + |
| 118 | + Orientation restrictions defined in the manifest have been removed, and support |
| 119 | + for both orientations (portrait and landscape) has been added to the passcode |
| 120 | + and pattern screens. |
| 121 | + |
| 122 | + https://github.com/owncloud/android/pull/4871 |
| 123 | + |
34 | 124 | # Changelog for ownCloud Android Client [4.8.0] (2026-05-18) |
35 | 125 |
|
36 | 126 | The following sections list the changes in ownCloud Android Client 4.8.0 relevant to |
|
0 commit comments