|
1 | 1 | # Table of Contents |
2 | 2 |
|
| 3 | +* [Changelog for unreleased](#changelog-for-owncloud-android-client-unreleased-unreleased) |
3 | 4 | * [Changelog for 4.2.0](#changelog-for-owncloud-android-client-420-2024-02-12) |
4 | 5 | * [Changelog for 4.1.1](#changelog-for-owncloud-android-client-411-2023-10-18) |
5 | 6 | * [Changelog for 4.1.0](#changelog-for-owncloud-android-client-410-2023-08-23) |
|
18 | 19 | * [Changelog for 2.18.1](#changelog-for-owncloud-android-client-2181-2021-07-20) |
19 | 20 | * [Changelog for 2.18.0](#changelog-for-owncloud-android-client-2180-2021-05-24) |
20 | 21 | * [Changelog for 2.17 versions and below](#changelog-for-217-versions-and-below) |
| 22 | +# Changelog for ownCloud Android Client [unreleased] (UNRELEASED) |
| 23 | + |
| 24 | +The following sections list the changes in ownCloud Android Client unreleased relevant to |
| 25 | +ownCloud admins and users. |
| 26 | + |
| 27 | +[unreleased]: https://github.com/owncloud/android/compare/v4.2.0...master |
| 28 | + |
| 29 | +## Summary |
| 30 | + |
| 31 | +* Change - Upgrade minimum SDK version to Android 7.0 (v24): [#4230](https://github.com/owncloud/android/issues/4230) |
| 32 | +* Enhancement - Unit tests for repository classes - Part 1: [#4232](https://github.com/owncloud/android/issues/4232) |
| 33 | + |
| 34 | +## Details |
| 35 | + |
| 36 | +* Change - Upgrade minimum SDK version to Android 7.0 (v24): [#4230](https://github.com/owncloud/android/issues/4230) |
| 37 | + |
| 38 | + The minimum Android version will be Android 7.0 Nougat (API 24). The application |
| 39 | + will no longer support previous versions. |
| 40 | + |
| 41 | + https://github.com/owncloud/android/issues/4230 |
| 42 | + https://github.com/owncloud/android/pull/4299 |
| 43 | + |
| 44 | +* Enhancement - Unit tests for repository classes - Part 1: [#4232](https://github.com/owncloud/android/issues/4232) |
| 45 | + |
| 46 | + Unit tests for OCAppRegistryRepository, OCAuthenticationRepository and |
| 47 | + OCCapabilityRepository classes have been completed. |
| 48 | + |
| 49 | + https://github.com/owncloud/android/issues/4232 |
| 50 | + https://github.com/owncloud/android/pull/4281 |
| 51 | + |
21 | 52 | # Changelog for ownCloud Android Client [4.2.0] (2024-02-12) |
22 | 53 |
|
23 | 54 | The following sections list the changes in ownCloud Android Client 4.2.0 relevant to |
|
0 commit comments