From 6181f4f56ee560ee0a94e12ce865b90a826ea645 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 10 Sep 2013 22:45:16 +0200 Subject: Add Google in App purchasing as an Alternative for Paypal Also make sure it works on non Gplay devices too! --- res/layout/about.xml | 16 ++++++++++++++-- res/values/strings.xml | 2 ++ 2 files changed, 16 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/layout/about.xml b/res/layout/about.xml index 3afc165c..50accad2 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -46,11 +46,23 @@ android:id="@+id/donatestring" android:layout_width="match_parent" android:layout_height="wrap_content" + android:text="@string/donatewithpaypal" tools:ignore="SelectableText" /> + + + + + android:layout_width="match_parent" + android:layout_height="12sp" /> Icon of app trying to use OpenVPN for Android "Starting with Android 4.3 the VPN confirmation is guarded against \"overlaying apps\". This results in the dialog not reacting to touch input. If you have an app that uses overlays it may cause this behaviour. If you find an offending app contact the author of the app. This problem affect all VPN applications on Android 4.3 and later. See also <a href=\"http://code.google.com/p/ics-openvpn/issues/detail?id=185\">Issue 185<a> for additional details" Vpn Confirm Dialog on Android 4.3 and later + Alternatively you can send me a donation with the Play Store: + Thanks for donating %s! -- cgit v1.2.3