Release 0.9 preview 2
This commit is contained in:
		| @@ -1,17 +1,10 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="24" android:versionName="0.9 preview" package="keepass2android.keepass2android" android:installLocation="auto"> | <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="25" android:versionName="0.9 preview 2" package="keepass2android.keepass2android" android:installLocation="auto"> | ||||||
| 	<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14" /> | 	<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14" /> | ||||||
| 	 | 	<permission android:description="@string/permission_desc" android:icon="@drawable/ic_launcher" android:label="KP2A internal file browsing" android:name="keepass2android.keepass2android.permission.KP2aInternalFileBrowsing" android:protectionLevel="signature" /> | ||||||
| 	<permission android:description="@string/permission_desc" |  | ||||||
| 			android:icon="@drawable/ic_launcher" |  | ||||||
|             android:label="KP2A internal file browsing" |  | ||||||
|             android:name="keepass2android.keepass2android.permission.KP2aInternalFileBrowsing" |  | ||||||
|             android:protectionLevel="signature" /> |  | ||||||
| 									  |  | ||||||
| 	<application android:label="keepass2android" android:icon="@drawable/ic_launcher"> | 	<application android:label="keepass2android" android:icon="@drawable/ic_launcher"> | ||||||
| 		<activity android:name="com.dropbox.client2.android.AuthActivity" android:launchMode="singleTask" android:configChanges="orientation|keyboard"> | 		<activity android:name="com.dropbox.client2.android.AuthActivity" android:launchMode="singleTask" android:configChanges="orientation|keyboard"> | ||||||
| 			<intent-filter> | 			<intent-filter> | ||||||
| 				<!-- Change this to be db- followed by your app key --> |  | ||||||
| 				<data android:scheme="db-i8shu7v1hgh7ynt" /> | 				<data android:scheme="db-i8shu7v1hgh7ynt" /> | ||||||
| 				<action android:name="android.intent.action.VIEW" /> | 				<action android:name="android.intent.action.VIEW" /> | ||||||
| 				<category android:name="android.intent.category.BROWSABLE" /> | 				<category android:name="android.intent.category.BROWSABLE" /> | ||||||
| @@ -20,20 +13,21 @@ | |||||||
| 		</activity> | 		</activity> | ||||||
| 		<provider android:name="group.pals.android.lib.ui.filechooser.providers.localfile.LocalFileProvider" android:authorities="keepass2android.keepass2android.android-filechooser.localfile" android:exported="false" /> | 		<provider android:name="group.pals.android.lib.ui.filechooser.providers.localfile.LocalFileProvider" android:authorities="keepass2android.keepass2android.android-filechooser.localfile" android:exported="false" /> | ||||||
| 		<provider android:name="group.pals.android.lib.ui.filechooser.providers.history.HistoryProvider" android:authorities="keepass2android.keepass2android.android-filechooser.history" android:exported="false" /> | 		<provider android:name="group.pals.android.lib.ui.filechooser.providers.history.HistoryProvider" android:authorities="keepass2android.keepass2android.android-filechooser.history" android:exported="false" /> | ||||||
| 		 | 		<activity android:name="group.pals.android.lib.ui.filechooser.FileChooserActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:screenOrientation="user" android:theme="@style/Afc.Theme.Light" android:permission="keepass2android.keepass2android.permission.KP2aInternalFileBrowsing"> | ||||||
| 		<activity android:name="group.pals.android.lib.ui.filechooser.FileChooserActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:screenOrientation="user" android:theme="@style/Afc.Theme.Light" |  | ||||||
| 			android:permission="keepass2android.keepass2android.permission.KP2aInternalFileBrowsing"> |  | ||||||
| 			<intent-filter> | 			<intent-filter> | ||||||
|  |  | ||||||
| 				<action android:name="android.intent.action.GET_CONTENT" /> | 				<action android:name="android.intent.action.GET_CONTENT" /> | ||||||
|  |  | ||||||
| 				<data android:mimeType="*/*" /> | 				<data android:mimeType="*/*" /> | ||||||
| 				<category android:name="android.intent.category.DEFAULT" /> | 				<category android:name="android.intent.category.DEFAULT" /> | ||||||
| 				<category android:name="android.intent.category.OPENABLE" /> | 				<category android:name="android.intent.category.OPENABLE" /> | ||||||
|  |  | ||||||
| 			</intent-filter> | 			</intent-filter> | ||||||
| 		</activity> | 		</activity> | ||||||
| 		 | 		 | ||||||
|  | 		<service android:name="keepass2android.softkeyboard.KP2AKeyboard" android:permission="android.permission.BIND_INPUT_METHOD"> | ||||||
|  | 			<intent-filter> | ||||||
|  | 				<action android:name="android.view.InputMethod" /> | ||||||
|  | 			</intent-filter> | ||||||
|  | 			<meta-data android:name="android.view.im" android:resource="@xml/method" /> | ||||||
|  | 		</service> | ||||||
| 		<activity android:configChanges="keyboardHidden|orientation" android:label="@string/app_name" android:theme="@style/Base" android:name="keepass2android.PasswordActivity"> | 		<activity android:configChanges="keyboardHidden|orientation" android:label="@string/app_name" android:theme="@style/Base" android:name="keepass2android.PasswordActivity"> | ||||||
| 			<intent-filter android:label="@string/app_name"> | 			<intent-filter android:label="@string/app_name"> | ||||||
| 				<action android:name="android.intent.action.VIEW" /> | 				<action android:name="android.intent.action.VIEW" /> | ||||||
| @@ -64,12 +58,6 @@ | |||||||
| 				<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.kdbx" /> | 				<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.kdbx" /> | ||||||
| 			</intent-filter> | 			</intent-filter> | ||||||
| 		</activity> | 		</activity> | ||||||
| 		<service android:name="keepass2android.softkeyboard.KP2AKeyboard" android:permission="android.permission.BIND_INPUT_METHOD"> |  | ||||||
| 			<intent-filter> |  | ||||||
| 				<action android:name="android.view.InputMethod" /> |  | ||||||
| 			</intent-filter> |  | ||||||
| 			<meta-data android:name="android.view.im" android:resource="@xml/method" /> |  | ||||||
| 		</service> |  | ||||||
| 	</application> | 	</application> | ||||||
| 	<uses-permission android:name="android.permission.VIBRATE" /> | 	<uses-permission android:name="android.permission.VIBRATE" /> | ||||||
| 	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | 	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||||||
|   | |||||||
							
								
								
									
										4501
									
								
								src/keepass2android/Resources/Resource.designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4501
									
								
								src/keepass2android/Resources/Resource.designer.cs
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -331,6 +331,8 @@ | |||||||
| 	<string name="filestoragename_https">HTTPS (WebDav)</string> | 	<string name="filestoragename_https">HTTPS (WebDav)</string> | ||||||
| 	<string name="filestoragename_dropbox">Dropbox</string> | 	<string name="filestoragename_dropbox">Dropbox</string> | ||||||
| 	<string name="filestoragename_gdrive">Google Drive</string> | 	<string name="filestoragename_gdrive">Google Drive</string> | ||||||
|  | 	<string name="filestoragename_skydrive">SkyDrive</string> | ||||||
|  | 	<string name="filestoragename_sftp">SFTP (SSH File Transfer Protocol)</string> | ||||||
|  |  | ||||||
| 	<string name="filestorage_setup_title">File access initialization</string> | 	<string name="filestorage_setup_title">File access initialization</string> | ||||||
|  |  | ||||||
| @@ -354,9 +356,12 @@ | |||||||
| 	 | 	 | ||||||
|  |  | ||||||
| 	<string name="ChangeLog_0_9"> | 	<string name="ChangeLog_0_9"> | ||||||
| 		<b>Version 0.9 preview</b>\n | 		<b>Version 0.9 preview 2</b>\n | ||||||
| 		* Integrated Dropbox support (read/write databases; Keepass2Android regular edition only)\n | 		* Integrated Dropbox support (read/write databases; Keepass2Android regular edition only)\n | ||||||
| 		* Integrated custom file browser (based on android-filechooser by HBA) | 		* Integrated custom file browser (based on android-filechooser by HBA)\n | ||||||
|  | 		* Improved user interface for creating new databases\n | ||||||
|  | 		* Included custom font DejaVu Sans Mono for displaying passwords\n | ||||||
|  | 		* Bug fixes | ||||||
| 	</string> | 	</string> | ||||||
|  |  | ||||||
| 	 | 	 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll