File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ configurations.configureEach {
7979// semantic versioning for version code
8080def versionMajor = 3
8181def versionMinor = 32
82- def versionPatch = 2
83- def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
82+ def versionPatch = 3
83+ def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
8484
8585
8686def ndkEnv = new HashMap<String , String > ()
Original file line number Diff line number Diff line change 1+ ## 3.32.3 RC1 (July 24, 2025)
2+
3+ - File download progress is now visible for large files
4+ - Fixed wrong file index issue during uploads
5+ - Resolved a crash in the video player
6+ - The "folder / does not exist" message now only appears when it’s actually needed
7+ - Fixed crashes in the conflict resolution dialog
8+ - Navigation issues from the Assistant screen are now fixed
9+ - Notification screen toolbar now displays correctly
10+ - Share permission handling is now more stable and reliable
11+ - Improved conflict handling during offline operations
12+ - And many more small improvements
13+
14+ Minimum: NC 18 Server, Android 8.0 Nougat
15+
16+ For a full list, please see https://github.com/nextcloud/android/milestone/114
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+ # SPDX-License-Identifier: AGPL-3.0-or-later
You can’t perform that action at this time.
0 commit comments