TdUb199420 / android-openvpn-settings

Automatically exported from code.google.com/p/android-openvpn-settings
GNU General Public License v3.0
0 stars 0 forks source link

Add support for small screen device #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. android-opnevpn-settings is not present on market for some LDPI devices 
(e.g. Htc Tattoo)

The application work very well on my tattoo (cyanogenmod 7.0.39) and, i 
imagine, on the other ldpi devices.

It should be sufficient add this lines to AndroidManifest.xml to correct the 
problem:

<supports-screens
 android:normalScreens="true"
 android:largeScreens="true"
 android:smallScreens="true">
 </supports-screens>

Thanks
Diego

Original issue reported on code.google.com by diego.ma...@gmail.com on 9 May 2011 at 11:34

GoogleCodeExporter commented 8 years ago

Original comment by friedrich.schaeuffelhut on 29 Dec 2011 at 12:09

GoogleCodeExporter commented 8 years ago

Original comment by friedrich.schaeuffelhut on 29 Dec 2011 at 12:17

GoogleCodeExporter commented 8 years ago
OpenVPN Settings still has about 600 Android 1.5 users.
See http://developer.android.com/guide/practices/screens-support-1.5.html

Original comment by friedrich.schaeuffelhut on 30 Dec 2011 at 11:19

GoogleCodeExporter commented 8 years ago

Original comment by friedrich.schaeuffelhut on 30 Dec 2011 at 11:58