Merge pull request #1381 from nextcloud/comradekingu-patch-1

Spelling: Android, comma
This commit is contained in:
Andy Scherzinger 2017-08-21 11:24:28 +02:00 committed by GitHub
commit 7f72c786fa
4 changed files with 8 additions and 8 deletions

View file

@ -19,8 +19,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.owncloud.android"
android:versionCode="20000003"
android:versionName="2.0.0RC3">
android:versionCode="20000004"
android:versionName="2.0.0RC4">
<application
android:name=".MainApp"

View file

@ -20,8 +20,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"
android:versionCode="20000003"
android:versionName="2.0.0RC3">
android:versionCode="20000004"
android:versionName="2.0.0RC4">
<uses-sdk
android:minSdkVersion="14"

View file

@ -626,13 +626,13 @@
<string name="welcome_feature_3_text">Keep your photos safe</string>
<string name="whats_new_auto_upload_title">Enhanced auto upload</string>
<string name="whats_new_auto_upload_content">\u2022 for all android versions\n\u2022 less battery consumption\n\u2022 more reliable, but not instant\n\u2022 separation of images &amp; videos</string>
<string name="whats_new_auto_upload_content">\u2022 for all Android versions\n\u2022 less battery consumption\n\u2022 more reliable, but not instant\n\u2022 separation of images &amp; videos</string>
<string name="whats_new_search_title">Full server search</string>
<string name="whats_new_search_content">\u2022 Not only in current folder\n\u2022 Returns results from complete server\n\u2022 Directly open files/folders\n\u2022 Supported in NC12 and above</string>
<string name="whats_new_theming_title">Theming support</string>
<string name="whats_new_theming_content">If enabled on server app will show\n\u2022 background image\n\u2022 server name\n\u2022 use color to distinguish accounts</string>
<string name="whats_new_theming_content">If enabled on server, app will show\n\u2022 background image\n\u2022 server name\n\u2022 use color to distinguish accounts</string>
<string name="whats_new_notification_title">Notification support</string>
<string name="whats_new_notification_content">Get notifications like\n\u2022 new remote share\n\u2022 comment mentions\n\u2022 admin announcements</string>

View file

@ -19,8 +19,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.owncloud.android"
android:versionCode="20000003"
android:versionName="2.0.0RC3">
android:versionCode="20000004"
android:versionName="2.0.0RC4">
<application
android:name=".MainApp"