Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ configurations.configureEach {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 32
def versionPatch = 2
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionPatch = 3
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable


def ndkEnv = new HashMap<String, String>()
Expand Down
16 changes: 16 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30320351.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 3.32.3 RC1 (July 24, 2025)

- File download progress is now visible for large files
- Fixed wrong file index issue during uploads
- Resolved a crash in the video player
- The "folder / does not exist" message now only appears when it’s actually needed
- Fixed crashes in the conflict resolution dialog
- Navigation issues from the Assistant screen are now fixed
- Notification screen toolbar now displays correctly
- Share permission handling is now more stable and reliable
- Improved conflict handling during offline operations
- And many more small improvements

Minimum: NC 18 Server, Android 8.0 Nougat

For a full list, please see https://github.com/nextcloud/android/milestone/114
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
Loading