summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml6
-rw-r--r--TODO4
2 files changed, 6 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fd06285..fab46c6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4,6 +4,12 @@
android:versionCode="3"
android:versionName="0.0.3">
<uses-sdk android:minSdkVersion="3" />
+ <supports-screens android:resizeable="true"
+ android:smallScreens="true"
+ android:normalScreens="true"
+ android:largeScreens="true"
+ android:xlargeScreens="true"
+ android:anyDensity="true" />
<application android:label="@string/app_name"
android:icon="@drawable/icon">
<activity android:name=".UnicodeMapActivity">
diff --git a/TODO b/TODO
index 7931015..056f53d 100644
--- a/TODO
+++ b/TODO
@@ -9,7 +9,3 @@
* Fix the bug that cancelling the textFilter returns to an incorrect
position (hard: this seems to be a bug in the way ArrayAdapter and
ListView talk to each other).
-
-* Declare support for QVGA (see <URL:
- http://developer.android.com/guide/practices/screens_support.html
- >).