Skip to content

Commit

Permalink
Changed unreleased folder, version number and released notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Feb 5, 2024
1 parent 3eced78 commit be778df
Show file tree
Hide file tree
Showing 33 changed files with 18 additions and 16 deletions.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 = 41000101
versionName = "4.2-beta.1"
versionCode = 42000000
versionName = "4.2.0"

buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
Expand Down
30 changes: 16 additions & 14 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -727,20 +727,22 @@
<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">Opening files from outside the app using links</string>
<string name="release_notes_4_2_0_subtitle_1">A link that points to the app will open the app and then, resolve the file to preview it directly</string>
<string name="release_notes_4_2_0_title_2">"Share to" in oCIS accounts allows to upload to any space</string>
<string name="release_notes_4_2_0_subtitle_2">Shared files from other apps can be uploaded to any space and not only the Personal one in oCIS accounts</string>
<string name="release_notes_4_2_0_title_3">"Apply to all" for conflicts</string>
<string name="release_notes_4_2_0_subtitle_3">New dialog to fix all conflicts at once</string>
<string name="release_notes_4_2_0_title_4">Auto-refresh when a file is uploaded</string>
<string name="release_notes_4_2_0_subtitle_4">The file list will be now refreshed automatically while uploading to the target folder</string>
<string name="release_notes_4_2_0_title_5">Download log files</string>
<string name="release_notes_4_2_0_subtitle_5">New option to download a log file to the Downloads folder of the device</string>
<string name="release_notes_4_2_0_title_6">Minor bugfixes</string>
<string name="release_notes_4_2_0_subtitle_6">Some bugs were fixed to improve experience in the app</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_1">Latest version with support for Android 6.0</string>
<string name="release_notes_4_2_0_subtitle_1">The 4.2.0 version of the app will be the last one that supports Android 6.0</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</string>
<string name="release_notes_4_2_0_title_3">"Share to" in oCIS 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 oCIS 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">Minor bugfixes</string>
<string name="release_notes_4_2_0_subtitle_7">Some bugs were fixed to improve experience in the app</string>
<string name="release_notes_4_2_0_title_8">Auto uploads to spaces</string>
<string name="release_notes_4_2_0_subtitle_8">Photos and videos from camera now saved inside spaces, not only in Personal</string>

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

0 comments on commit be778df

Please sign in to comment.