aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-05-24 20:40:05 -0700
committerTor Norbye <tnorbye@google.com>2012-05-25 12:08:21 -0700
commit1344be6321a10927f7ace1bc789ae38941a3a3cf (patch)
tree6f97b44a0fcc156cf17e94cf6431d42c8633f559 /eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors
parent631b384f32459fd99b29d9843ea2dbd2b8e533c9 (diff)
downloadsdk-1344be6321a10927f7ace1bc789ae38941a3a3cf.zip
sdk-1344be6321a10927f7ace1bc789ae38941a3a3cf.tar.gz
sdk-1344be6321a10927f7ace1bc789ae38941a3a3cf.tar.bz2
Include release names in minSdkVersion code completion
Fix the code completion in manifest files such that when completing the minSdkVersion value, it lists not just the API numbers but the Android version and code names for all versions. This takes advantage of the new version name table, where the previous versions only listed names it could look up from the installed SDKs. This changeset also uses the same mechanism for completing targetSdkVersion. Change-Id: I61f06047ba4bf112da3b980c0e85325e9f9ab7c5
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/manifest-expected-completion69.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/manifest-expected-completion69.txt b/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/manifest-expected-completion69.txt
index 382011e..627ff01 100644
--- a/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/manifest-expected-completion69.txt
+++ b/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/manifest-expected-completion69.txt
@@ -1,19 +1,19 @@
Code completion in manifest.xml for <uses-sdk android:minSdkVersion="^11" />:
-AOSP
-14 : Android 4.0.1
-13 : Android 3.2
-12 : Android 3.1
-11 : Android 3.0
-10
-9 : Android 2.3
-8 : Android 2.2
-7
-6
-5 : Android 2.0
-4 : Android 1.6
-3 : Android 1.5
-2 : Android 1.1
-1
+15 : API 15: Android 4.0.3 (IceCreamSandwich)
+14 : API 14: Android 4.0 (IceCreamSandwich)
+13 : API 13: Android 3.2 (Honeycomb)
+12 : API 12: Android 3.1 (Honeycomb)
+11 : API 11: Android 3.0 (Honeycomb)
+10 : API 10: Android 2.3.3 (Gingerbread)
+9 : API 9: Android 2.3 (Gingerbread)
+8 : API 8: Android 2.2 (Froyo)
+7 : API 7: Android 2.1 (Eclair)
+6 : API 6: Android 2.0.1 (Eclair)
+5 : API 5: Android 2.0 (Eclair)
+4 : API 4: Android 1.6 (Donut)
+3 : API 3: Android 1.5 (Cupcake)
+2 : API 2: Android 1.1
+1 : API 1: Android 1.0
@string/
@android:
@+id/