Skip to content

Commit 3fadda4

Browse files
committed
feat: re-work release notes 4.7.0, enclosing all the space management features in only one note
1 parent e1e663a commit 3fadda4

File tree

5 files changed

+6
-25
lines changed

5 files changed

+6
-25
lines changed

owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,13 @@ class ReleaseNotesViewModel(
4444
companion object {
4545
val releaseNotesList = listOf(
4646
ReleaseNote(
47-
title = R.string.release_notes_4_7_0_title_new_layout_for_spaces,
48-
subtitle = R.string.release_notes_4_7_0_subtitle_new_layout_for_spaces,
47+
title = R.string.release_notes_4_7_0_title_space_management,
48+
subtitle = R.string.release_notes_4_7_0_subtitle_space_management,
4949
type = ReleaseNoteType.ENHANCEMENT
5050
),
5151
ReleaseNote(
52-
title = R.string.release_notes_4_7_0_title_create_new_spaces,
53-
subtitle = R.string.release_notes_4_7_0_subtitle_create_new_spaces,
54-
type = ReleaseNoteType.ENHANCEMENT
55-
),
56-
ReleaseNote(
57-
title = R.string.release_notes_4_7_0_title_edit_spaces,
58-
subtitle = R.string.release_notes_4_7_0_subtitle_edit_spaces,
52+
title = R.string.release_notes_4_7_0_title_new_layout_for_spaces,
53+
subtitle = R.string.release_notes_4_7_0_subtitle_new_layout_for_spaces,
5954
type = ReleaseNoteType.ENHANCEMENT
6055
),
6156
ReleaseNote(

owncloudApp/src/main/res/values-en-rGB/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -685,10 +685,6 @@
685685
<string name="release_notes_bugfixes_subtitle">Some bugs were fixed to improve experience in the app</string>
686686
<string name="release_notes_4_7_0_title_new_layout_for_spaces">New design for spaces list</string>
687687
<string name="release_notes_4_7_0_subtitle_new_layout_for_spaces">A new design for Infinite Scale users in the spaces list, with a three-dot button on each space card that opens an options menu when clicked</string>
688-
<string name="release_notes_4_7_0_title_create_new_spaces">Create project spaces</string>
689-
<string name="release_notes_4_7_0_subtitle_create_new_spaces">Infinite Scale users with right permissions can now create project spaces directly from the app</string>
690-
<string name="release_notes_4_7_0_title_edit_spaces">Edit project spaces</string>
691-
<string name="release_notes_4_7_0_subtitle_edit_spaces">Infinite Scale users with right permissions can now edit project spaces directly from the app</string>
692688
<!--Open in web-->
693689
<string name="ic_action_open_in_web">Open in web</string>
694690
<string name="ic_action_open_with_web">Open in %1$s (web)</string>

owncloudApp/src/main/res/values-et-rEE/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -685,10 +685,6 @@
685685
<string name="release_notes_bugfixes_subtitle">Mõned vead parandati, et täiustada rakenduse kasutajakogemust</string>
686686
<string name="release_notes_4_7_0_title_new_layout_for_spaces">Ruumide nimekirja uus disain</string>
687687
<string name="release_notes_4_7_0_subtitle_new_layout_for_spaces">Ruumide nimekirja uus disain Infinite Scale kasutajatele koos kolme-punkti nupuga igal ruumi kaardil, mis klikkides avavad valikute menüü</string>
688-
<string name="release_notes_4_7_0_title_create_new_spaces">Projektiruumide loomine</string>
689-
<string name="release_notes_4_7_0_subtitle_create_new_spaces">Vastavaid õiguseid omavad Infinite Scale kasutajad saavad nüüd projekti ruume luua otse äpis</string>
690-
<string name="release_notes_4_7_0_title_edit_spaces">Muuda projekti ruume</string>
691-
<string name="release_notes_4_7_0_subtitle_edit_spaces">Korrektsete õigustega Inifinite Scale kasutajad saavad nüüd projekti ruume muuta otse äpis</string>
692688
<!--Open in web-->
693689
<string name="ic_action_open_in_web">Ava veebis</string>
694690
<string name="ic_action_open_with_web">Ava %1$s (veebis)</string>

owncloudApp/src/main/res/values-sq/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,10 +683,6 @@
683683
<string name="release_notes_bugfixes_subtitle">U ndreqën disa të meta, për të përmirësuar punimin te aplikacioni</string>
684684
<string name="release_notes_4_7_0_title_new_layout_for_spaces">Skemë e re grafike për listë hapësirash</string>
685685
<string name="release_notes_4_7_0_subtitle_new_layout_for_spaces">Një skemë e re grafike për përdorues Infinite Scale te lista e hapësirave, me një buton me tre pika në secilën kartë hapësire që hap një menu opsionesh, kur klikohet mbi të</string>
686-
<string name="release_notes_4_7_0_title_create_new_spaces">Krijoni hapësira projekti</string>
687-
<string name="release_notes_4_7_0_subtitle_create_new_spaces">Përdorues Infinite Scale me lejet e duhura tani mund të krijojnë hapësira projekti drejt e nga aplikacioni</string>
688-
<string name="release_notes_4_7_0_title_edit_spaces">Përpunoni hapësira projektesh</string>
689-
<string name="release_notes_4_7_0_subtitle_edit_spaces">Përdorues Infinite Scale me lejet e duhura tani mund të përpunojnë hapësira projekti drejt e nga aplikacioni</string>
690686
<!--Open in web-->
691687
<string name="ic_action_open_in_web">Hape në web</string>
692688
<string name="ic_action_open_with_web">Hape në %1$s (web)</string>

owncloudApp/src/main/res/values/strings.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -741,10 +741,8 @@
741741
<string name="release_notes_bugfixes_subtitle">Some bugs were fixed to improve experience in the app</string>
742742
<string name="release_notes_4_7_0_title_new_layout_for_spaces">New design for spaces list</string>
743743
<string name="release_notes_4_7_0_subtitle_new_layout_for_spaces">A new design for Infinite Scale users in the spaces list, with a three-dot button on each space card that opens an options menu when clicked</string>
744-
<string name="release_notes_4_7_0_title_create_new_spaces">Create project spaces</string>
745-
<string name="release_notes_4_7_0_subtitle_create_new_spaces">Infinite Scale users with right permissions can now create project spaces directly from the app</string>
746-
<string name="release_notes_4_7_0_title_edit_spaces">Edit project spaces</string>
747-
<string name="release_notes_4_7_0_subtitle_edit_spaces">Infinite Scale users with right permissions can now edit project spaces directly from the app</string>
744+
<string name="release_notes_4_7_0_title_space_management">Space management</string>
745+
<string name="release_notes_4_7_0_subtitle_space_management">Infinite Scale users with right permissions can now manage spaces (create, edit, disable, enable and delete) directly from the app</string>
748746
<!-- Open in web -->
749747
<string name="ic_action_open_in_web">Open in web</string>
750748
<string name="ic_action_open_with_web">Open in %1$s (web)</string>

0 commit comments

Comments
 (0)