Skip to content

Commit 178be8f

Browse files
committed
remove donate and plugin button to comply with Google policies
1 parent 52e71c8 commit 178be8f

6 files changed

Lines changed: 5 additions & 24 deletions

File tree

src/keepass2android-app/AboutDialog.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ protected override void OnCreate(Bundle savedInstanceState) {
8484
{
8585
App.Kp2a.ShowMessage(Context, Resource.String.no_url_handler, MessageSeverity.Error);
8686
}
87-
}; FindViewById(Resource.Id.donate).Click += delegate
88-
{
89-
Util.GotoDonateUrl(Context);
9087
};
9188
}
9289

src/keepass2android-app/Manifests/AndroidManifest_net.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="240"
4-
android:versionName="1.14-r1"
3+
android:versionCode="243"
4+
android:versionName="1.14-r2"
55
package="keepass2android.keepass2android"
66
xmlns:tools="http://schemas.android.com/tools"
77
android:installLocation="auto">

src/keepass2android-app/Manifests/AndroidManifest_nonet.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="240"
4-
android:versionName="1.14-r1"
3+
android:versionCode="243"
4+
android:versionName="1.14-r2"
55
package="keepass2android.keepass2android_nonet"
66
xmlns:tools="http://schemas.android.com/tools"
77
android:installLocation="auto">

src/keepass2android-app/Resources/layout/about.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,6 @@
8989
android:text="@string/translate_app"
9090
/>
9191

92-
<Button
93-
android:id="@+id/donate"
94-
android:layout_width="fill_parent"
95-
android:layout_height="wrap_content"
96-
android:layout_below="@id/translate"
97-
android:text="@string/menu_donate"
98-
/>
99-
100-
10192
<ImageView
10293
android:id="@+id/divider3"
10394
android:layout_width="fill_parent"

src/keepass2android-app/Resources/layout/plugin_list.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
android:layout_height="wrap_content"
77
android:orientation="vertical"
88
android:padding="12dp">
9-
<Button
10-
android:layout_width="fill_parent"
11-
android:layout_height="wrap_content"
12-
android:textAppearance="?android:attr/textAppearanceMedium"
13-
android:text="@string/plugin_web"
14-
style="@style/PaddedElement"
15-
android:id="@+id/btnPluginsOnline"
16-
android:layout_gravity="left|center_vertical" />
179
<ListView
1810
android:id="@android:id/list"
1911
android:layout_width="fill_parent"

src/keepass2android-app/Resources/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@
748748
<string-array name="ChangeLog_1_14">
749749
<item>Update to .net 9 and Target SDK version 35. This comes with transparent status bar on Android 15 because edge-to-edge is now the default.</item>
750750
<item>Minor UI improvements</item>
751+
<item>Removed buttons for donate and find plugins, in order to comply with Google Play policies</item>
751752
</string-array>
752753

753754
<string-array name="ChangeLog_1_14_net">

0 commit comments

Comments
 (0)