|
| 1 | +Changelog for ownCloud Android Client [3.0.0] (2022-12-12) |
| 2 | +======================================= |
| 3 | +The following sections list the changes in ownCloud Android Client 3.0.0 relevant to |
| 4 | +ownCloud admins and users. |
| 5 | + |
| 6 | +[3.0.0]: https://github.com/owncloud/android/compare/v2.21.2...v3.0.0 |
| 7 | + |
| 8 | +Summary |
| 9 | +------- |
| 10 | + |
| 11 | +* Bugfix - Fix for thumbnails: [#3719](https://github.com/owncloud/android/pull/3719) |
| 12 | +* Enhancement - Sync engine rewritten: [#2934](https://github.com/owncloud/android/pull/2934) |
| 13 | +* Enhancement - Faster browser authentication: [#3632](https://github.com/owncloud/android/pull/3632) |
| 14 | +* Enhancement - Several transfers running simultaneously: [#3710](https://github.com/owncloud/android/pull/3710) |
| 15 | +* Enhancement - Empty views improved: [#3728](https://github.com/owncloud/android/pull/3728) |
| 16 | +* Enhancement - Automatic conflicts propagation: [#3766](https://github.com/owncloud/android/pull/3766) |
| 17 | + |
| 18 | +Details |
| 19 | +------- |
| 20 | + |
| 21 | +* Bugfix - Fix for thumbnails: [#3719](https://github.com/owncloud/android/pull/3719) |
| 22 | + |
| 23 | + Some thumbnails were not shown in the file list. Now, they are all shown correctly. |
| 24 | + |
| 25 | + https://github.com/owncloud/android/issues/2818 |
| 26 | + https://github.com/owncloud/android/pull/3719 |
| 27 | + |
| 28 | +* Enhancement - Sync engine rewritten: [#2934](https://github.com/owncloud/android/pull/2934) |
| 29 | + |
| 30 | + The whole synchronization engine has been refactored to a new architecture to make it better |
| 31 | + structured and more efficient. |
| 32 | + |
| 33 | + https://github.com/owncloud/android/issues/2818 |
| 34 | + https://github.com/owncloud/android/pull/2934 |
| 35 | + |
| 36 | +* Enhancement - Faster browser authentication: [#3632](https://github.com/owncloud/android/pull/3632) |
| 37 | + |
| 38 | + Login flow has been improved by saving a click when the server is OAuth2/OIDC and it is valid. |
| 39 | + Also, when authenticating again in a OAuth2/OIDC account already saved in the app, the |
| 40 | + username is already shown in the browser. |
| 41 | + |
| 42 | + https://github.com/owncloud/android/issues/3759 |
| 43 | + https://github.com/owncloud/android/pull/3632 |
| 44 | + |
| 45 | +* Enhancement - Several transfers running simultaneously: [#3710](https://github.com/owncloud/android/pull/3710) |
| 46 | + |
| 47 | + With the sync engine refactor, now several downloads and uploads can run at the same time, |
| 48 | + improving efficiency. |
| 49 | + |
| 50 | + https://github.com/owncloud/android/issues/3426 |
| 51 | + https://github.com/owncloud/android/pull/3710 |
| 52 | + |
| 53 | +* Enhancement - Empty views improved: [#3728](https://github.com/owncloud/android/pull/3728) |
| 54 | + |
| 55 | + When the list of items is empty, we now show a more attractive view. This applies to file list, |
| 56 | + available offline list, shared by link list, uploads list, logs list and external share list. |
| 57 | + |
| 58 | + https://github.com/owncloud/android/issues/3026 |
| 59 | + https://github.com/owncloud/android/pull/3728 |
| 60 | + |
| 61 | +* Enhancement - Automatic conflicts propagation: [#3766](https://github.com/owncloud/android/pull/3766) |
| 62 | + |
| 63 | + Conflicts are now propagated automatically to parent folders, and cleaned when solved or |
| 64 | + removed. Before, it was needed to navigate to the file location for the conflict to propagate. |
| 65 | + Also, move, copy and remove actions work properly with conflicts. |
| 66 | + |
| 67 | + https://github.com/owncloud/android/issues/3005 |
| 68 | + https://github.com/owncloud/android/pull/3766 |
| 69 | + |
1 | 70 | Changelog for ownCloud Android Client [2.21.2] (2022-09-07)
|
2 | 71 | =======================================
|
3 | 72 | The following sections list the changes in ownCloud Android Client 2.21.2 relevant to
|
|
0 commit comments