Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] 4.4.1 #4502

Merged
merged 12 commits into from
Oct 30, 2024
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Table of Contents

* [Changelog for unreleased](#changelog-for-owncloud-android-client-unreleased-unreleased)
* [Changelog for 4.4.1](#changelog-for-owncloud-android-client-441-2024-10-28)
* [Changelog for 4.4.0](#changelog-for-owncloud-android-client-440-2024-09-30)
* [Changelog for 4.3.1](#changelog-for-owncloud-android-client-431-2024-07-22)
* [Changelog for 4.3.0](#changelog-for-owncloud-android-client-430-2024-07-01)
Expand All @@ -23,6 +25,68 @@
* [Changelog for 2.18.1](#changelog-for-owncloud-android-client-2181-2021-07-20)
* [Changelog for 2.18.0](#changelog-for-owncloud-android-client-2180-2021-05-24)
* [Changelog for 2.17 versions and below](#changelog-for-217-versions-and-below)
# Changelog for ownCloud Android Client [unreleased] (UNRELEASED)

The following sections list the changes in ownCloud Android Client unreleased relevant to
ownCloud admins and users.

[unreleased]: https://github.com/owncloud/android/compare/v4.4.1...master

## Summary

* Change - Replace auto-uploads with automatic uploads: [#4252](https://github.com/owncloud/android/issues/4252)
* Enhancement - Add status message when (un)setting av. offline from preview: [#4382](https://github.com/owncloud/android/issues/4382)
* Enhancement - Added text labels for BottomNavigationView: [#4484](https://github.com/owncloud/android/issues/4484)

## Details

* Change - Replace auto-uploads with automatic uploads: [#4252](https://github.com/owncloud/android/issues/4252)

Wording change in the feature name, in order to make it clearer in translations
and documentation

https://github.com/owncloud/android/issues/4252
https://github.com/owncloud/android/pull/4492

* Enhancement - Add status message when (un)setting av. offline from preview: [#4382](https://github.com/owncloud/android/issues/4382)

A message has been added in all previews when the (un)setting av. offline
buttons are clicked. The options menu has been updated in all previews depending
on the file status.

https://github.com/owncloud/android/issues/4382
https://github.com/owncloud/android/pull/4482

* Enhancement - Added text labels for BottomNavigationView: [#4484](https://github.com/owncloud/android/issues/4484)

Text labels have been added below the icons, and the active indicator feature is
implemented using the default itemActiveIndicatorStyle for better navigation
experience.

https://github.com/owncloud/android/issues/4484
https://github.com/owncloud/android/pull/4498

# Changelog for ownCloud Android Client [4.4.1] (2024-10-28)

The following sections list the changes in ownCloud Android Client 4.4.1 relevant to
ownCloud admins and users.

[4.4.1]: https://github.com/owncloud/android/compare/v4.4.0...v4.4.1

## Summary

* Bugfix - File size becomes 0 after a local update: [#4495](https://github.com/owncloud/android/issues/4495)

## Details

* Bugfix - File size becomes 0 after a local update: [#4495](https://github.com/owncloud/android/issues/4495)

The local copy of a file is not removed after a local update anymore. Therefore,
the file size has been fixed.

https://github.com/owncloud/android/issues/4495
https://github.com/owncloud/android/pull/4502

# Changelog for ownCloud Android Client [4.4.0] (2024-09-30)

The following sections list the changes in ownCloud Android Client 4.4.0 relevant to
Expand Down
6 changes: 6 additions & 0 deletions changelog/4.4.1_2024-10-28/4502
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: File size becomes 0 after a local update

The local copy of a file is not removed after a local update anymore. Therefore, the file size has been fixed.

https://github.com/owncloud/android/issues/4495
https://github.com/owncloud/android/pull/4502
7 changes: 7 additions & 0 deletions changelog/unreleased/4482
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Add status message when (un)setting av. offline from preview

A message has been added in all previews when the (un)setting av. offline buttons are clicked.
The options menu has been updated in all previews depending on the file status.

https://github.com/owncloud/android/issues/4382
https://github.com/owncloud/android/pull/4482
7 changes: 7 additions & 0 deletions changelog/unreleased/4484
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Added text labels for BottomNavigationView

Text labels have been added below the icons, and the active indicator feature is implemented using the default itemActiveIndicatorStyle for better navigation experience.


https://github.com/owncloud/android/issues/4484
https://github.com/owncloud/android/pull/4498
6 changes: 6 additions & 0 deletions changelog/unreleased/4492
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Change: replace auto-uploads with automatic uploads

Wording change in the feature name, in order to make it clearer in translations and documentation

https://github.com/owncloud/android/issues/4252
https://github.com/owncloud/android/pull/4492
4 changes: 2 additions & 2 deletions owncloudApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ android {

testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"

versionCode = 44000000
versionName = "4.4.0"
versionCode = 44000100
versionName = "4.4.1"

buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,33 +46,8 @@ class ReleaseNotesViewModel(
companion object {
val releaseNotesList = listOf(
ReleaseNote(
title = R.string.release_notes_4_4_0_title_improved_from_original_folder_auto_upload,
subtitle = R.string.release_notes_4_4_0_subtitle_improved_from_original_folder_auto_upload,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_4_0_title_resharing_capability,
subtitle = R.string.release_notes_4_4_0_subtitle_resharing_capability,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_4_6_4_bugfixes_title,
subtitle = R.string.release_notes_4_4_6_4_bugfixes_subtitle,
type = ReleaseNoteType.BUGFIX
),
ReleaseNote(
title = R.string.release_notes_4_4_0_title_audio_player_android14,
subtitle = R.string.release_notes_4_4_0_subtitle_audio_player_android14,
type = ReleaseNoteType.BUGFIX
),
ReleaseNote(
title = R.string.release_notes_4_3_0_title_accessibility_improvements,
subtitle = R.string.release_notes_4_3_0_subtitle_accessibility_improvements,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_bugfixes_title,
subtitle = R.string.release_notes_bugfixes_subtitle,
title = R.string.release_notes_4_4_1_title_file_size_0,
subtitle = R.string.release_notes_4_4_1_subtitle_file_size_0,
type = ReleaseNoteType.BUGFIX
),
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class UploadFileFromFileSystemWorker(

val result = executeRemoteOperation { uploadFileOperation.execute(client) }

if (result == Unit) {
if (result == Unit && behavior == UploadBehavior.MOVE) {
removeLocalFile() // Removed file from tmp folder
}
}
Expand Down Expand Up @@ -289,7 +289,7 @@ class UploadFileFromFileSystemWorker(
)

// Step 4: Remove tmp file folder after uploading
if (result == Unit) {
if (result == Unit && behavior == UploadBehavior.MOVE) {
removeLocalFile()
}
}
Expand Down
2 changes: 2 additions & 0 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,8 @@
<string name="release_notes_4_4_0_subtitle_improved_from_original_folder_auto_upload">Added some mechanisms over retries to improve reliability</string>
<string name="release_notes_4_4_0_title_resharing_capability">Improvements in private shares</string>
<string name="release_notes_4_4_0_subtitle_resharing_capability">The \"can share\" option is now only shown when editing a private share if the user is able to edit it</string>
<string name="release_notes_4_4_1_title_file_size_0">Fixed local updates</string>
<string name="release_notes_4_4_1_subtitle_file_size_0">Local copy and file size of any file are now correct after a local update</string>
<string name="release_notes_bugfixes_title">Minor bugfixes</string>
<string name="release_notes_bugfixes_subtitle">Some bugs were fixed to improve experience in the app</string>

Expand Down