aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2011-09-19 10:00:59 +0200
committerSamuel Tardieu <sam@rfc1149.net>2011-09-19 10:02:02 +0200
commit99619eebaccae341f8972e4f3b8e9472b1cd2ee5 (patch)
tree921b0c9a1daa5a47e51dfe6c84141d33285347a6
parent6af633eb8122b44c54b719ac95564d3d5769d142 (diff)
downloadcgeo-99619eebaccae341f8972e4f3b8e9472b1cd2ee5.zip
cgeo-99619eebaccae341f8972e4f3b8e9472b1cd2ee5.tar.gz
cgeo-99619eebaccae341f8972e4f3b8e9472b1cd2ee5.tar.bz2
Convert AndroidManifest.xml to LF line endings
It was neither using LF nor CRLF, as both could be found at end of lines.
-rw-r--r--main/AndroidManifest.xml584
1 files changed, 292 insertions, 292 deletions
diff --git a/main/AndroidManifest.xml b/main/AndroidManifest.xml
index 4df025b..c04d1d5 100644
--- a/main/AndroidManifest.xml
+++ b/main/AndroidManifest.xml
@@ -1,294 +1,294 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- android:versionName="18.09.2011"
- android:versionCode="20110918"
- package="cgeo.geocaching"
- name="c:geo"
- android:installLocation="auto">
- <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />
- <uses-permission android:name="android.permission.INTERNET" />
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
- <uses-permission android:name="android.permission.READ_CALENDAR"/>
- <uses-permission android:name="android.permission.WRITE_CALENDAR"/>
- <supports-screens
- android:largeScreens="true"
- android:normalScreens="true"
- android:smallScreens="true"
- android:anyDensity="true" />
- <application
- android:name=".cgeoapplication"
- android:theme="@style/cgeo"
- android:label="@string/app_name"
- android:icon="@drawable/cgeo" >
- <uses-library android:name="com.google.android.maps" />
- <meta-data
- android:name="android.app.default_searchable"
- android:value=".cgeoadvsearch" />
- <activity
- android:name=".cgeo"
- android:label="@string/app_name"
- android:windowSoftInputMode="stateHidden"
- android:theme="@style/cgeo_main"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="android.intent.action.MAIN"/>
- <category android:name="android.intent.category.LAUNCHER"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeoadvsearch"
- android:label="@string/app_name"
- android:launchMode="singleTop"
- android:windowSoftInputMode="stateHidden"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="android.intent.action.SEARCH"/>
- </intent-filter>
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOADVSEARCH"/>
- </intent-filter>
- <meta-data
- android:name="android.app.searchable"
- android:resource="@xml/searchable" />
- </activity>
- <activity
- android:name=".cgeopopup"
- android:label="@string/app_name"
- android:theme="@style/cgeo_transparent"
- android:windowSoftInputMode="stateHidden"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOPOPUP"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeoabout"
- android:label="@string/app_name"
- android:windowSoftInputMode="stateHidden"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOABOUT"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeohelpers"
- android:label="@string/app_name"
- android:windowSoftInputMode="stateHidden"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOHELPERS"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeoauth"
- android:label="@string/app_name"
- android:windowSoftInputMode="stateHidden"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOAUTH"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeowaypointadd"
- android:label="@string/app_name"
- android:windowSoftInputMode="stateHidden"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOWAYPOINTADD"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeowaypoint"
- android:label="@string/app_name"
- android:windowSoftInputMode="stateHidden"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOWAYPOINT"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeopoint"
- android:label="@string/app_name"
- android:windowSoftInputMode="stateHidden"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOPOINT"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeoaddresses"
- android:label="@string/app_name"
- android:windowSoftInputMode="stateHidden"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOADDRESSES"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeoinit"
- android:label="@string/app_name"
- android:windowSoftInputMode="stateHidden"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOINIT"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeocaches"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOCACHES"/>
- </intent-filter>
- </activity>
- <activity
- android:name="cgeo.geocaching.maps.google.googleMapActivity"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOMAP"/>
- </intent-filter>
- </activity>
- <activity
- android:name="cgeo.geocaching.maps.mapsforge.mfMapActivity"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOMAP"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeosmaps"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOSMAPS"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeologs"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOLOGS"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeovisit"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOVISIT"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeotouch"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOTOUCH"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeoimages"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOSPOILERS"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeotrackables"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOTRACKABLES"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeodetail"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEODETAIL"/>
- </intent-filter>
- <intent-filter>
- <action android:name="wikitudeapi.arcallback" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.BROWSABLE" />
- <data android:scheme="http" android:host="coord.info" android:pathPrefix="/GC" />
- </intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.BROWSABLE" />
- <data android:scheme="http" android:host="geocaching.com" android:pathPrefix="/seek/cache_details.aspx" />
- </intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.BROWSABLE" />
- <data android:scheme="http" android:host="www.geocaching.com" android:pathPrefix="/seek/cache_details.aspx" />
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeotrackable"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOTRACKABLE"/>
- </intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.BROWSABLE" />
- <data android:scheme="http" android:host="coord.info" android:pathPrefix="/TB" />
- </intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.BROWSABLE" />
- <data android:scheme="http" android:host="geocaching.com" android:pathPrefix="/track/details.aspx" />
- </intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.BROWSABLE" />
- <data android:scheme="http" android:host="www.geocaching.com" android:pathPrefix="/track/details.aspx" />
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeonavigate"
- android:label="@string/app_name_compass"
- android:screenOrientation="nosensor" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEONAVIGATE" />
- </intent-filter>
- </activity>
- <activity
- android:name=".cgeogpxes"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOGPXES"/>
- </intent-filter>
- </activity>
- <activity
- android:name=".cgSelectMapfile"
- android:label="@string/app_name"
- android:configChanges="keyboardHidden|orientation" >
- <intent-filter>
- <action android:name="cgeo.geocaching.CGEOSELMAP"/>
- </intent-filter>
- </activity>
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ android:versionName="18.09.2011"
+ android:versionCode="20110918"
+ package="cgeo.geocaching"
+ name="c:geo"
+ android:installLocation="auto">
+ <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />
+ <uses-permission android:name="android.permission.INTERNET" />
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+ <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
+ <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
+ <uses-permission android:name="android.permission.READ_CALENDAR"/>
+ <uses-permission android:name="android.permission.WRITE_CALENDAR"/>
+ <supports-screens
+ android:largeScreens="true"
+ android:normalScreens="true"
+ android:smallScreens="true"
+ android:anyDensity="true" />
+ <application
+ android:name=".cgeoapplication"
+ android:theme="@style/cgeo"
+ android:label="@string/app_name"
+ android:icon="@drawable/cgeo" >
+ <uses-library android:name="com.google.android.maps" />
+ <meta-data
+ android:name="android.app.default_searchable"
+ android:value=".cgeoadvsearch" />
+ <activity
+ android:name=".cgeo"
+ android:label="@string/app_name"
+ android:windowSoftInputMode="stateHidden"
+ android:theme="@style/cgeo_main"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN"/>
+ <category android:name="android.intent.category.LAUNCHER"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeoadvsearch"
+ android:label="@string/app_name"
+ android:launchMode="singleTop"
+ android:windowSoftInputMode="stateHidden"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="android.intent.action.SEARCH"/>
+ </intent-filter>
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOADVSEARCH"/>
+ </intent-filter>
+ <meta-data
+ android:name="android.app.searchable"
+ android:resource="@xml/searchable" />
+ </activity>
+ <activity
+ android:name=".cgeopopup"
+ android:label="@string/app_name"
+ android:theme="@style/cgeo_transparent"
+ android:windowSoftInputMode="stateHidden"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOPOPUP"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeoabout"
+ android:label="@string/app_name"
+ android:windowSoftInputMode="stateHidden"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOABOUT"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeohelpers"
+ android:label="@string/app_name"
+ android:windowSoftInputMode="stateHidden"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOHELPERS"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeoauth"
+ android:label="@string/app_name"
+ android:windowSoftInputMode="stateHidden"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOAUTH"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeowaypointadd"
+ android:label="@string/app_name"
+ android:windowSoftInputMode="stateHidden"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOWAYPOINTADD"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeowaypoint"
+ android:label="@string/app_name"
+ android:windowSoftInputMode="stateHidden"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOWAYPOINT"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeopoint"
+ android:label="@string/app_name"
+ android:windowSoftInputMode="stateHidden"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOPOINT"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeoaddresses"
+ android:label="@string/app_name"
+ android:windowSoftInputMode="stateHidden"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOADDRESSES"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeoinit"
+ android:label="@string/app_name"
+ android:windowSoftInputMode="stateHidden"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOINIT"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeocaches"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOCACHES"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name="cgeo.geocaching.maps.google.googleMapActivity"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOMAP"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name="cgeo.geocaching.maps.mapsforge.mfMapActivity"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOMAP"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeosmaps"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOSMAPS"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeologs"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOLOGS"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeovisit"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOVISIT"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeotouch"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOTOUCH"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeoimages"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOSPOILERS"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeotrackables"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOTRACKABLES"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeodetail"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEODETAIL"/>
+ </intent-filter>
+ <intent-filter>
+ <action android:name="wikitudeapi.arcallback" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.BROWSABLE" />
+ <data android:scheme="http" android:host="coord.info" android:pathPrefix="/GC" />
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.BROWSABLE" />
+ <data android:scheme="http" android:host="geocaching.com" android:pathPrefix="/seek/cache_details.aspx" />
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.BROWSABLE" />
+ <data android:scheme="http" android:host="www.geocaching.com" android:pathPrefix="/seek/cache_details.aspx" />
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeotrackable"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOTRACKABLE"/>
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.BROWSABLE" />
+ <data android:scheme="http" android:host="coord.info" android:pathPrefix="/TB" />
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.BROWSABLE" />
+ <data android:scheme="http" android:host="geocaching.com" android:pathPrefix="/track/details.aspx" />
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.BROWSABLE" />
+ <data android:scheme="http" android:host="www.geocaching.com" android:pathPrefix="/track/details.aspx" />
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeonavigate"
+ android:label="@string/app_name_compass"
+ android:screenOrientation="nosensor" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEONAVIGATE" />
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgeogpxes"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOGPXES"/>
+ </intent-filter>
+ </activity>
+ <activity
+ android:name=".cgSelectMapfile"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation" >
+ <intent-filter>
+ <action android:name="cgeo.geocaching.CGEOSELMAP"/>
+ </intent-filter>
+ </activity>
<provider android:name="cgeo.geocaching.apps.LocusDataStorageProvider"
android:authorities="cgeo.geocaching.apps.locusdatastorageprovider" />
- </application>
-</manifest>
+ </application>
+</manifest>