Skip to content

Commit

Permalink
Merge pull request #4480 from owncloud/release/4.4.0
Browse files Browse the repository at this point in the history
[RELEASE] 4.4.0
  • Loading branch information
JuancaG05 authored Sep 30, 2024
2 parents c8921b7 + 4efce33 commit aca79e8
Show file tree
Hide file tree
Showing 34 changed files with 42 additions and 23 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Table of Contents

* [Changelog for unreleased](#changelog-for-owncloud-android-client-unreleased-unreleased)
* [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)
* [Changelog for 4.2.2](#changelog-for-owncloud-android-client-422-2024-05-30)
Expand All @@ -23,12 +23,12 @@
* [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)
# Changelog for ownCloud Android Client [4.4.0] (2024-09-30)

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

[unreleased]: https://github.com/owncloud/android/compare/v4.3.1...master
[4.4.0]: https://github.com/owncloud/android/compare/v4.3.1...v4.4.0

## Summary

Expand All @@ -37,6 +37,7 @@ ownCloud admins and users.
* Bugfix - List filtering not working after rotating device: [#4441](https://github.com/owncloud/android/issues/4441)
* Bugfix - The color of some elements is set up correctly: [#4442](https://github.com/owncloud/android/issues/4442)
* Bugfix - Audio player does not work: [#4474](https://github.com/owncloud/android/issues/4474)
* Bugfix - Buttons visibility in name conflicts dialog: [#4480](https://github.com/owncloud/android/pull/4480)
* Enhancement - Improved "Remove from original folder" option in auto-upload: [#4357](https://github.com/owncloud/android/issues/4357)
* Enhancement - Improved accessibility of information and relationships: [#4362](https://github.com/owncloud/android/issues/4362)
* Enhancement - Changed the color of some elements to improve accessibility: [#4364](https://github.com/owncloud/android/issues/4364)
Expand Down Expand Up @@ -91,6 +92,14 @@ ownCloud admins and users.
https://github.com/owncloud/android/issues/4474
https://github.com/owncloud/android/pull/4479

* Bugfix - Buttons visibility in name conflicts dialog: [#4480](https://github.com/owncloud/android/pull/4480)

In some languages, labels for the buttons in the name conflicts dialog were too
long and their visibility was very poor. These buttons have been placed in
vertical instead of horizontal to avoid this problem.

https://github.com/owncloud/android/pull/4480

* Enhancement - Improved "Remove from original folder" option in auto-upload: [#4357](https://github.com/owncloud/android/issues/4357)

The file will be deleted locally after it has been uploaded to the server,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions changelog/4.4.0_2024-09-30/4480
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Bugfix: Buttons visibility in name conflicts dialog

In some languages, labels for the buttons in the name conflicts dialog were too long and their
visibility was very poor. These buttons have been placed in vertical instead of horizontal to avoid
this problem.

https://github.com/owncloud/android/pull/4480
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 = 43000101
versionName = "4.4.0-beta.1"
versionCode = 44000000
versionName = "4.4.0"

buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,11 @@ class ReleaseNotesViewModel(
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_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_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_bugfixes_title,
subtitle = R.string.release_notes_bugfixes_subtitle,
type = ReleaseNoteType.BUGFIX
),
ReleaseNote(
title = R.string.release_notes_4_4_6_4_bugfixes_title,
subtitle = R.string.release_notes_4_4_6_4_bugfixes_subtitle,
Expand All @@ -75,6 +65,16 @@ class ReleaseNotesViewModel(
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,
type = ReleaseNoteType.BUGFIX
),
)
}
}
17 changes: 10 additions & 7 deletions owncloudApp/src/main/res/layout/dialog_file_already_exists.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,31 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/activity_horizontal_margin"
android:gravity="end"
android:orientation="horizontal">
android:orientation="vertical">

<androidx.appcompat.widget.AppCompatButton
android:id="@+id/dialog_file_already_exists_skip"
android:id="@+id/dialog_file_already_exists_replace"
style="@style/Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/welcome_feature_skip_button" />
android:gravity="end|center_vertical"
android:text="@string/conflict_replace" />

<androidx.appcompat.widget.AppCompatButton
android:id="@+id/dialog_file_already_exists_replace"
android:id="@+id/dialog_file_already_exists_keep_both"
style="@style/Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/conflict_replace" />
android:gravity="end|center_vertical"
android:text="@string/conflict_keep_both" />

<androidx.appcompat.widget.AppCompatButton
android:id="@+id/dialog_file_already_exists_keep_both"
android:id="@+id/dialog_file_already_exists_skip"
style="@style/Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/conflict_keep_both" />
android:gravity="end|center_vertical"
android:text="@string/welcome_feature_skip_button" />

</LinearLayout>
</LinearLayout>
Expand Down

0 comments on commit aca79e8

Please sign in to comment.