1- Changelog for ownCloud Android Client [ unreleased ] (UNRELEASED )
1+ Changelog for ownCloud Android Client [ 3.0.3 ] (2023-02-13 )
22=======================================
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
44ownCloud admins and users.
55
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
77
88Summary
99-------
1010
1111* Bugfix - Error messages too long in folders operation: [ #3852 ] ( https://github.com/owncloud/android/pull/3852 )
12+ * Bugfix - Fix problems after authentication: [ #3889 ] ( https://github.com/owncloud/android/pull/3889 )
13+ * Bugfix - Toolbar in file details view: [ #3899 ] ( https://github.com/owncloud/android/pull/3899 )
1214
1315Details
1416-------
@@ -21,6 +23,21 @@ Details
2123 https://github.com/owncloud/android/issues/3820
2224 https://github.com/owncloud/android/pull/3852
2325
26+ * Bugfix - Fix problems after authentication: [ #3889 ] ( https://github.com/owncloud/android/pull/3889 )
27+
28+ Client for session are now fetched on demand to avoid reinitialize DI, making the process
29+ smoother
30+
31+ https://github.com/owncloud/android/pull/3889
32+
33+ * Bugfix - Toolbar in file details view: [ #3899 ] ( https://github.com/owncloud/android/pull/3899 )
34+
35+ When returning from the share screen to details screen, the toolbar didn't show the correct
36+ options and title. Now it does.
37+
38+ https://github.com/owncloud/android/issues/3866
39+ https://github.com/owncloud/android/pull/3899
40+
2441Changelog for ownCloud Android Client [ 3.0.2] (2023-01-26)
2542=======================================
2643The following sections list the changes in ownCloud Android Client 3.0.2 relevant to
0 commit comments