projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Only relative packages in AndroidManifest
[pub/Android/ownCloud.git]
/
AndroidManifest.xml
diff --git
a/AndroidManifest.xml
b/AndroidManifest.xml
index
767b171
..
f41f2f4
100644
(file)
--- a/
AndroidManifest.xml
+++ b/
AndroidManifest.xml
@@
-3,7
+3,7
@@
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
- Copyright (C) 2012-201
3
ownCloud Inc.
+ Copyright (C) 2012-201
4
ownCloud Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
@@
-18,8
+18,8
@@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<manifest package="com.owncloud.android"
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<manifest package="com.owncloud.android"
- android:versionCode="10
4006
"
- android:versionName="1.
4.6
" xmlns:android="http://schemas.android.com/apk/res/android">
+ android:versionCode="10
5007
"
+ android:versionName="1.
5.7
" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
@@
-54,7
+54,6
@@
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
-
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
@@
-63,7
+62,7
@@
<activity android:name=".ui.activity.InstantUploadActivity">
</activity>
<activity android:name=".ui.activity.FailedUploadActivity" android:theme="@android:style/Theme.Dialog" android:excludeFromRecents="true"/>
<activity android:name=".ui.activity.InstantUploadActivity">
</activity>
<activity android:name=".ui.activity.FailedUploadActivity" android:theme="@android:style/Theme.Dialog" android:excludeFromRecents="true"/>
- <activity android:name=".Uploader" >
+ <activity android:name=".
ui.activity.
Uploader" >
<intent-filter>
<action android:name="android.intent.action.SEND" >
</action>
<intent-filter>
<action android:name="android.intent.action.SEND" >
</action>
@@
-83,7
+82,8
@@
<data android:mimeType="*/*" >
</data>
<data android:mimeType="*/*" >
</data>
- </intent-filter>
+
+ </intent-filter>
</activity>
<activity
android:name=".ui.activity.Preferences"
</activity>
<activity
android:name=".ui.activity.Preferences"
@@
-92,11
+92,15
@@
<activity android:name=".ui.activity.PreferencesNewSessionewSession" >
</activity>
<activity android:name=".ui.activity.PreferencesNewSessionewSession" >
</activity>
- <activity android:name=".ui.preview.PreviewImageActivity" />
+ <activity
+ android:name=".ui.preview.PreviewImageActivity"
+ />
- <activity android:name=".ui.preview.PreviewVideoActivity"
- android:label="@string/app_name"
- android:theme="@style/Theme.ownCloud.Fullscreen" >
+ <activity
+ android:name=".ui.preview.PreviewVideoActivity"
+ android:label="@string/app_name"
+ android:theme="@style/Theme.ownCloud.Fullscreen"
+ >
</activity>
<service
</activity>
<service
@@
-113,7
+117,7
@@
<service
android:name=".syncadapter.FileSyncService"
android:exported="true"
<service
android:name=".syncadapter.FileSyncService"
android:exported="true"
-
android:process=":sync"
>
+ >
<intent-filter>
<action android:name="android.content.SyncAdapter" />
</intent-filter>
<intent-filter>
<action android:name="android.content.SyncAdapter" />
</intent-filter>
@@
-149,6
+153,7
@@
</intent-filter>
</activity>
</intent-filter>
</activity>
+ <service android:name=".services.OperationsService" />
<service android:name=".files.services.FileDownloader" />
<service android:name=".files.services.FileUploader" />
<service android:name=".media.MediaService" />
<service android:name=".files.services.FileDownloader" />
<service android:name=".files.services.FileUploader" />
<service android:name=".media.MediaService" />
@@
-170,6
+175,10
@@
<data android:mimeType="image/*" />
</intent-filter>
<intent-filter>
<data android:mimeType="image/*" />
</intent-filter>
<intent-filter>
+ <action android:name="android.hardware.action.NEW_VIDEO" />
+ <data android:mimeType="video/*" />
+ </intent-filter>
+ <intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
</intent-filter>
</receiver>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
</intent-filter>
</receiver>
@@
-178,7
+187,12
@@
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
- <service android:name=".files.services.FileObserverService"/>
+ <service android:name=".services.observer.FileObserverService"/>
+
+ <activity
+ android:name=".ui.activity.CopyToClipboardActivity"
+ android:label="@string/copy_link"
+ android:icon="@drawable/copy_link" />
</application>
</application>