Skip to content

Commit 0e8b51e

Browse files
Merge pull request #84 from nextcloud/whatsNew
Whats new
2 parents 186694d + 4a2ebb4 commit 0e8b51e

28 files changed

+855
-5
lines changed

β€ŽAndroidManifest.xmlβ€Ž

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
-->
2121
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2222
package="com.owncloud.android"
23-
android:versionCode="10040002"
24-
android:versionName="1.4.0 RC2">
23+
android:versionCode="10040003"
24+
android:versionName="1.4.0 RC3">
2525

2626
<uses-sdk
2727
android:minSdkVersion="14"
@@ -183,7 +183,7 @@
183183
android:name=".authentication.AuthenticatorActivity"
184184
android:exported="true"
185185
android:launchMode="singleTask"
186-
android:theme="@style/Theme.ownCloud.noActionBar.Login" >
186+
android:theme="@style/Theme.ownCloud.noActionBar.Login">
187187
<intent-filter>
188188
<action android:name="android.intent.action.VIEW" />
189189

@@ -219,7 +219,9 @@
219219

220220
<activity android:name=".ui.errorhandling.ErrorShowActivity" />
221221
<activity android:name=".ui.activity.UploadListActivity" />
222-
222+
<activity android:name=".ui.activity.WhatsNewActivity"
223+
android:theme="@style/Theme.ownCloud.noActionBar.Login" />
224+
223225
<receiver android:name=".files.services.ConnectivityActionReceiver"
224226
android:enabled="true" android:label="ConnectivityActionReceiver">
225227
<intent-filter>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--
2+
Nextcloud Android client application
3+
4+
Copyright (C) 2016 Andy Scherzinger
5+
Copyright (C) 2016 Nextcloud.
6+
7+
This program is free software; you can redistribute it and/or
8+
modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
9+
License as published by the Free Software Foundation; either
10+
version 3 of the License, or any later version.
11+
12+
This program is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU AFFERO GENERAL PUBLIC LICENSE for more details.
16+
17+
You should have received a copy of the GNU Affero General Public
18+
License along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
-->
20+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
21+
android:height="24dp"
22+
android:width="24dp"
23+
android:viewportWidth="24"
24+
android:viewportHeight="24">
25+
<path android:fillColor="#ffffff"
26+
android:pathData="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z" />
27+
</vector>
347 Bytes
Loading
188 Bytes
Loading
108 KB
Loading
29.6 KB
Loading
24.9 KB
Loading
266 Bytes
Loading
199 Bytes
Loading
357 Bytes
Loading

0 commit comments

Comments
Β (0)