|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 3 | package="org.openintents.safe" |
4 | | - android:installLocation="auto" |
5 | | - android:versionName="1.4.2-alpha" |
6 | | - android:versionCode="30"> |
| 4 | + android:installLocation="auto"> |
7 | 5 | <!-- History: |
8 | 6 | * * * UPDATE ATRACKDOG METADATA BELOW FOR RELEASE CANDIDATES * * * |
9 | 7 | 1.4.2-alpha [30]: 2013-05-05 |
|
20 | 18 | 1.2.7 [18]: 2011-01-25 |
21 | 19 | 1.2.6 [17]: 2011-01-20 |
22 | 20 | 1.2.5 [15]: 2010-04-03 |
23 | | - 1.2.4 [13]: 2009-11-27 |
24 | | - 1.2.3 [12]: 2009-11-23 |
25 | | - 1.2.2 [11]: 2009-10-29 |
26 | | - 1.2.1 [10]: 2009-10-23 |
27 | | - 1.2.0 [9]: 2009-08-22 |
28 | | - 1.1.1 [8]: 2009-05-30 |
29 | | - 1.1.0 [6]: 2009-03-17 |
30 | | - 1.0.0 [4]: 2009-02-02 |
| 21 | + 1.2.4 [13]: 2009-11-27 |
| 22 | + 1.2.3 [12]: 2009-11-23 |
| 23 | + 1.2.2 [11]: 2009-10-29 |
| 24 | + 1.2.1 [10]: 2009-10-23 |
| 25 | + 1.2.0 [9]: 2009-08-22 |
| 26 | + 1.1.1 [8]: 2009-05-30 |
| 27 | + 1.1.0 [6]: 2009-03-17 |
| 28 | + 1.0.0 [4]: 2009-02-02 |
31 | 29 | --> |
32 | 30 |
|
33 | 31 | <uses-sdk |
|
55 | 53 |
|
56 | 54 | <uses-feature android:name="android.hardware.touchscreen" android:required="false"/> |
57 | 55 |
|
58 | | - <application android:icon="@drawable/ic_launcher_safe" android:allowClearUserData="true" android:label="@string/app_name"> |
59 | | - |
60 | | - <!-- aTrackDog metadata --> |
61 | | - <meta-data android:name="com.a0soft.gphone.aTrackDog.testVersion" |
62 | | - android:value="26" /> |
63 | | - |
64 | | - <!-- OI About metadata --> |
| 56 | + <application android:icon="@drawable/ic_launcher_safe" android:allowClearUserData="true" android:label="@string/app_name"> |
| 57 | + |
| 58 | + <!-- aTrackDog metadata --> |
| 59 | + <meta-data android:name="com.a0soft.gphone.aTrackDog.testVersion" |
| 60 | + android:value="26" /> |
| 61 | + |
| 62 | + <!-- OI About metadata --> |
65 | 63 | <meta-data android:name="org.openintents.about" |
66 | 64 | android:resource="@xml/about" /> |
67 | 65 |
|
68 | | - <activity class=".Safe" android:name="Safe" android:label="@string/app_name" |
| 66 | + <activity class=".Safe" android:name="Safe" android:label="@string/app_name" |
69 | 67 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
70 | 68 | </activity> |
71 | 69 | <!-- FrontDoor was the original main activity prior to 1.2.4. Now it |
|
83 | 81 | <action android:name="org.openintents.action.ENCRYPT" /> |
84 | 82 | <category android:name="android.intent.category.DEFAULT" /> |
85 | 83 | </intent-filter> |
86 | | - <intent-filter android:label="@string/intent_encrypt"> |
87 | | - <action android:name="org.openintents.action.ENCRYPT" /> |
88 | | - <category android:name="android.intent.category.DEFAULT" /> |
89 | | - <data android:scheme="file" /> |
90 | | - </intent-filter> |
| 84 | + <intent-filter android:label="@string/intent_encrypt"> |
| 85 | + <action android:name="org.openintents.action.ENCRYPT" /> |
| 86 | + <category android:name="android.intent.category.DEFAULT" /> |
| 87 | + <data android:scheme="file" /> |
| 88 | + </intent-filter> |
91 | 89 | <intent-filter android:label="@string/intent_decrypt"> |
92 | 90 | <action android:name="org.openintents.action.DECRYPT" /> |
93 | 91 | <category android:name="android.intent.category.DEFAULT" /> |
94 | 92 | </intent-filter> |
95 | | - <intent-filter android:label="@string/intent_decrypt"> |
96 | | - <action android:name="org.openintents.action.DECRYPT" /> |
97 | | - <category android:name="android.intent.category.DEFAULT" /> |
98 | | - <data android:scheme="file" /> |
99 | | - </intent-filter> |
| 93 | + <intent-filter android:label="@string/intent_decrypt"> |
| 94 | + <action android:name="org.openintents.action.DECRYPT" /> |
| 95 | + <category android:name="android.intent.category.DEFAULT" /> |
| 96 | + <data android:scheme="file" /> |
| 97 | + </intent-filter> |
100 | 98 | <intent-filter android:label="@string/intent_get_password"> |
101 | 99 | <action android:name="org.openintents.action.GET_PASSWORD" /> |
102 | 100 | <category android:name="android.intent.category.DEFAULT" /> |
|
114 | 112 | <activity class=".PassEdit" android:name="PassEdit" android:label="@string/app_name" /> |
115 | 113 | <activity class=".CategoryList" android:name="CategoryList" android:label="@string/app_name" /> |
116 | 114 | <activity class=".Search" android:name="Search" android:label="@string/app_name" /> |
117 | | - <activity class=".AskPassword" android:name="AskPassword" android:label="@string/app_name" android:windowSoftInputMode="adjustPan"/> |
| 115 | + <activity class=".AskPassword" android:name="AskPassword" android:label="@string/app_name" android:windowSoftInputMode="adjustPan"/> |
118 | 116 | <activity class=".Help" android:name="Help" android:label="@string/app_name" /> |
119 | 117 | <activity class=".ChangePass" android:name="ChangePass" android:label="@string/app_name" /> |
120 | 118 | <activity class=".Restore" android:name="Restore" android:label="@string/app_name" /> |
121 | 119 | <activity class=".Preferences" android:name="Preferences" android:label="@string/app_name" /> |
122 | | - <activity class=".LogOffActivity" android:name="LogOffActivity" android:label="@string/app_name" /> |
123 | | - <activity android:name=".dialog.DialogHostingActivity" android:label="@string/app_name" |
| 120 | + <activity class=".LogOffActivity" android:name="LogOffActivity" android:label="@string/app_name" /> |
| 121 | + <activity android:name=".dialog.DialogHostingActivity" android:label="@string/app_name" |
124 | 122 | android:theme="@android:style/Theme.Translucent.NoTitleBar" /> |
125 | 123 | <activity class=".RestoreFirstTime" android:name="RestoreFirstTime" |
126 | 124 | android:label="@string/backup_file_found_label" /> |
|
135 | 133 |
|
136 | 134 | <service |
137 | 135 | android:enabled="true" |
138 | | - android:name=".service.AutoLockService"/> |
| 136 | + android:name=".service.AutoLockService"/> |
139 | 137 |
|
140 | | - <provider android:name=".CryptoContentProvider" android:authorities="org.openintents.safe"></provider> |
| 138 | + <provider android:name=".CryptoContentProvider" android:authorities="org.openintents.safe"></provider> |
141 | 139 | <provider android:name="org.openintents.safe.backup.MyBackupPro" |
142 | 140 | android:authorities="org.openintents.safe.backup.MyBackupPro" |
143 | 141 | /> |
|
0 commit comments