File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
- Changelog for ownCloud Android Client [ unreleased ] (UNRELEASED )
1
+ Changelog for ownCloud Android Client [ 3.0.3 ] (2023-02-13 )
2
2
=======================================
3
- The following sections list the changes in ownCloud Android Client unreleased relevant to
3
+ The following sections list the changes in ownCloud Android Client 3.0.3 relevant to
4
4
ownCloud admins and users.
5
5
6
- [ unreleased ] : https://github.com/owncloud/android/compare/v3.0.2...master
6
+ [ 3.0.3 ] : https://github.com/owncloud/android/compare/v3.0.2...v3.0.3
7
7
8
8
Summary
9
9
-------
10
10
11
+ * Bugfix - Error messages too long in folders operation: [ #3852 ] ( https://github.com/owncloud/android/pull/3852 )
11
12
* Bugfix - Fix problems after authentication: [ #3889 ] ( https://github.com/owncloud/android/pull/3889 )
12
13
* Bugfix - Toolbar in file details view: [ #3899 ] ( https://github.com/owncloud/android/pull/3899 )
13
14
14
15
Details
15
16
-------
16
17
18
+ * Bugfix - Error messages too long in folders operation: [ #3852 ] ( https://github.com/owncloud/android/pull/3852 )
19
+
20
+ Error messages when trying to perform a non-allowed action for copying and moving folders have
21
+ been shortened so that they are shown completely in the snackbar.
22
+
23
+ https://github.com/owncloud/android/issues/3820
24
+ https://github.com/owncloud/android/pull/3852
25
+
17
26
* Bugfix - Fix problems after authentication: [ #3889 ] ( https://github.com/owncloud/android/pull/3889 )
18
27
19
28
Client for session are now fetched on demand to avoid reinitialize DI, making the process
You can’t perform that action at this time.
0 commit comments