Skip to content

Commit

Permalink
Added calens and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Feb 22, 2024
1 parent cd56b34 commit 5694725
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 74 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/4325
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Change: Automatic discovery of the account in login

Automatic account discovery is done at login. Removed the refresh account button in the Manage Accounts view.

https://github.com/owncloud/android/issues/4301
https://github.com/owncloud/android/pull/4325
Original file line number Diff line number Diff line change
Expand Up @@ -46,60 +46,10 @@ class ReleaseNotesViewModel(
companion object {
val releaseNotesList = listOf(
ReleaseNote(
title = R.string.release_notes_4_2_0_title_1,
subtitle = R.string.release_notes_4_2_0_subtitle_1,
title = R.string.release_notes_4_3_0_title_2,
subtitle = R.string.release_notes_4_3_0_subtitle_2,
type = ReleaseNoteType.CHANGE,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_2,
subtitle = R.string.release_notes_4_2_0_subtitle_2,
type = ReleaseNoteType.ENHANCEMENT,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_3,
subtitle = R.string.release_notes_4_2_0_subtitle_3,
type = ReleaseNoteType.ENHANCEMENT,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_4,
subtitle = R.string.release_notes_4_2_0_subtitle_4,
type = ReleaseNoteType.ENHANCEMENT,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_5,
subtitle = R.string.release_notes_4_2_0_subtitle_5,
type = ReleaseNoteType.ENHANCEMENT,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_6,
subtitle = R.string.release_notes_4_2_0_subtitle_6,
type = ReleaseNoteType.ENHANCEMENT,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_7,
subtitle = R.string.release_notes_4_2_0_subtitle_7,
type = ReleaseNoteType.ENHANCEMENT,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_8,
subtitle = R.string.release_notes_4_2_0_subtitle_8,
type = ReleaseNoteType.ENHANCEMENT,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_9,
subtitle = R.string.release_notes_4_2_0_subtitle_9,
type = ReleaseNoteType.CHANGE,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_10,
subtitle = R.string.release_notes_4_2_0_subtitle_10,
type = ReleaseNoteType.ENHANCEMENT,
),
ReleaseNote(
title = R.string.release_notes_4_2_0_title_11,
subtitle = R.string.release_notes_4_2_0_subtitle_11,
type = ReleaseNoteType.BUGFIX,
),
)
}
}
24 changes: 2 additions & 22 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -727,28 +727,8 @@
<string name="release_notes_proceed">Proceed</string>
<string name="release_notes_icon">Release note icon</string>

<string name="release_notes_4_2_0_title_1">Latest version with support for Android 6</string>
<string name="release_notes_4_2_0_subtitle_1">Current release will be the last one that supports Android 6</string>
<string name="release_notes_4_2_0_title_2">Opening files from outside the app using links</string>
<string name="release_notes_4_2_0_subtitle_2">A link that points to the app will open the app and then, resolve the file to preview it directly. Links for shared files are not included yet</string>
<string name="release_notes_4_2_0_title_3">"Share to" in Infinite Scale accounts allows to upload to any space</string>
<string name="release_notes_4_2_0_subtitle_3">Shared files from other apps can be uploaded to any space and not only the Personal one in Infinite Scale accounts</string>
<string name="release_notes_4_2_0_title_4">"Apply to all" for conflicts</string>
<string name="release_notes_4_2_0_subtitle_4">New dialog to fix all conflicts at once</string>
<string name="release_notes_4_2_0_title_5">Auto-refresh when a file is uploaded</string>
<string name="release_notes_4_2_0_subtitle_5">The file list will be now refreshed automatically while uploading to the target folder</string>
<string name="release_notes_4_2_0_title_6">Download log files</string>
<string name="release_notes_4_2_0_subtitle_6">New option to download a log file to the Downloads folder of the device</string>
<string name="release_notes_4_2_0_title_7">Auto uploads to spaces</string>
<string name="release_notes_4_2_0_subtitle_7">Photos and videos from camera now saved inside spaces, not only in Personal</string>
<string name="release_notes_4_2_0_title_8">Manage password policy in live mode in Infinite Scale accounts</string>
<string name="release_notes_4_2_0_subtitle_8">Password policy for public links is handled in live mode with new items in the dialog</string>
<string name="release_notes_4_2_0_title_9">Video player improved</string>
<string name="release_notes_4_2_0_subtitle_9">A more advanced and optimized media playback experience for users, with improvements in performance and compatibility.</string>
<string name="release_notes_4_2_0_title_10">Prevent that two media files are playing at the same time</string>
<string name="release_notes_4_2_0_subtitle_10">The player handles the audio focus shifts, pausing one player if another starts</string>
<string name="release_notes_4_2_0_title_11">Minor bugfixes</string>
<string name="release_notes_4_2_0_subtitle_11">Some bugs were fixed to improve experience in the app</string>
<string name="release_notes_4_3_0_title_2">Automatic discovery of the account in login</string>
<string name="release_notes_4_3_0_subtitle_2">Removed the account refresh button in the Manage Accounts view, as automatic account discovery is done at login</string>

<!-- Open in web -->
<string name="ic_action_open_in_web">Open in web</string>
Expand Down

0 comments on commit 5694725

Please sign in to comment.