release 1.0
This commit is contained in:
		| @@ -14,7 +14,7 @@ using Keepass2android.Pluginsdk; | ||||
|  | ||||
| namespace keepass2android.AutoFillPlugin | ||||
| { | ||||
|     [Activity(Label = "@string/LookupTitle", LaunchMode = Android.Content.PM.LaunchMode.SingleInstance)] | ||||
| 	[Activity(Label = "@string/LookupTitle", LaunchMode = Android.Content.PM.LaunchMode.SingleInstance, Theme="@style/android:Theme.Material.Light")] | ||||
|     public class LookupCredentialsActivity : Activity | ||||
|     { | ||||
|         protected override void OnCreate(Bundle bundle) | ||||
|   | ||||
| @@ -12,6 +12,7 @@ using Android.Widget; | ||||
|  | ||||
| namespace keepass2android.AutoFillPlugin | ||||
| { | ||||
| 	#if DEBUG | ||||
|     [Activity(Label = "MainActivity", MainLauncher =true)] | ||||
|     public class MainActivity : Activity | ||||
|     { | ||||
| @@ -22,4 +23,5 @@ namespace keepass2android.AutoFillPlugin | ||||
|             // Create your application here | ||||
|         } | ||||
|     } | ||||
| 	#endif | ||||
| } | ||||
| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="kp2a.plugin.AutoFill" android:versionCode="1" android:versionName="1.0" android:installLocation="auto"> | ||||
| 	<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="21" /> | ||||
| 	<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21" /> | ||||
| 	<application android:label="KP2A AutoFillPlugin" android:icon="@drawable/Icon"></application> | ||||
| </manifest> | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll