comparison AndroidManifest.xml @ 79:01d939969b10

merge tn5250 branch into default
author Carl Byington <carl@five-ten-sg.com>
date Mon, 16 Jun 2014 08:24:00 -0700
parents 7ac846a07ed4
children 4bccac50fd0b
comparison
equal deleted inserted replaced
19:b3d0d806cbe2 79:01d939969b10
15 See the License for the specific language governing permissions and 15 See the License for the specific language governing permissions and
16 limitations under the License. 16 limitations under the License.
17 --> 17 -->
18 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 18 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
19 package="com.five_ten_sg.connectbot" 19 package="com.five_ten_sg.connectbot"
20 android:versionName="1.7.2-1" 20 android:versionName="1.8.0-1"
21 android:versionCode="1" 21 android:versionCode="1"
22 android:installLocation="auto"> 22 android:installLocation="auto">
23 23
24 <uses-sdk android:targetSdkVersion="15" android:minSdkVersion="8" /> 24 <uses-sdk android:targetSdkVersion="15" android:minSdkVersion="8" />
25 25
61 <category android:name="android.intent.category.DEFAULT" /> 61 <category android:name="android.intent.category.DEFAULT" />
62 </intent-filter> 62 </intent-filter>
63 <intent-filter> 63 <intent-filter>
64 <action android:name="android.intent.action.PICK" /> 64 <action android:name="android.intent.action.PICK" />
65 <category android:name="android.intent.category.DEFAULT" /> 65 <category android:name="android.intent.category.DEFAULT" />
66 <data android:scheme="ssh" /> 66 <data android:scheme="tn5250" />
67 <data android:scheme="ssh" />
67 <data android:scheme="telnet" /> 68 <data android:scheme="telnet" />
68 <data android:scheme="local" /> 69 <data android:scheme="local" />
69 </intent-filter> 70 </intent-filter>
70 </activity> 71 </activity>
71 72
72 <activity android:name=".PubkeyListActivity" android:configChanges="keyboardHidden|orientation" > 73 <activity android:name=".PubkeyListActivity" android:configChanges="keyboardHidden|orientation" >
73 <intent-filter> 74 <intent-filter>
102 android:launchMode="singleTop" android:hardwareAccelerated="false"> 103 android:launchMode="singleTop" android:hardwareAccelerated="false">
103 <intent-filter> 104 <intent-filter>
104 <action android:name="android.intent.action.VIEW" /> 105 <action android:name="android.intent.action.VIEW" />
105 <category android:name="android.intent.category.DEFAULT" /> 106 <category android:name="android.intent.category.DEFAULT" />
106 <category android:name="android.intent.category.BROWSABLE" /> 107 <category android:name="android.intent.category.BROWSABLE" />
107 <data android:scheme="ssh" /> 108 <data android:scheme="tn5250" />
109 <data android:scheme="ssh" />
108 <data android:scheme="telnet" /> 110 <data android:scheme="telnet" />
109 <data android:scheme="local" /> 111 <data android:scheme="local" />
110 <!-- format: ssh://user@host:port/#nickname --> 112 <!-- format: ssh://user@host:port/#nickname -->
111 <!-- format: telnet://host:port/#nickname --> 113 <!-- format: telnet://host:port/#nickname -->
112 <!-- format: local:// --> 114 <!-- format: local:// -->
113 </intent-filter> 115 </intent-filter>
114 </activity> 116 </activity>