From b540ef1ebcc326cb42568fda7ad8ae33b9fb9d0a Mon Sep 17 00:00:00 2001 From: Owen Lin Date: Wed, 17 Aug 2011 22:07:43 +0800 Subject: Initial code for Gallery2. fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c --- tests/AndroidManifest.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tests/AndroidManifest.xml (limited to 'tests') diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml new file mode 100644 index 000000000..010429550 --- /dev/null +++ b/tests/AndroidManifest.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + -- cgit v1.2.3 From 907cc18f1210d21a58c5f7852548493896b160b2 Mon Sep 17 00:00:00 2001 From: Earl Ou Date: Mon, 6 Aug 2012 15:13:24 +0800 Subject: 1. Use xml to record true data for ExifParserTest 2. A ExifTestRunner Change-Id: I6f0133a42670f5f4cbfa37a06bac41a8f6beceef --- tests/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index 010429550..1d53d4dd3 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -24,4 +24,8 @@ + + -- cgit v1.2.3 From e6371c5d61e79d7c8d11f106845b96ccc561660e Mon Sep 17 00:00:00 2001 From: Jason Noguchi Date: Wed, 13 Feb 2013 15:35:23 -0800 Subject: Merging camera test with gallery test. Change-Id: I8ef94a67dddc67a66c1d42a1b91e0a0c380b2841 --- tests/AndroidManifest.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests') diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index 1d53d4dd3..ef63cc414 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -25,7 +25,15 @@ android:targetPackage="com.android.gallery3d" android:label="Tests for GalleryNew3D application."/> + + + + -- cgit v1.2.3 From b2b1e6cbf4a090215bc903762782e2c6961de61a Mon Sep 17 00:00:00 2001 From: George Mount Date: Wed, 20 Feb 2013 17:01:54 -0800 Subject: Add initial implementation of PhotosProvider. Change-Id: I98694cf54bd0fb549703a7184e1816e9590a05ff --- tests/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index ef63cc414..b98b5e0b8 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -36,4 +36,8 @@ + + -- cgit v1.2.3 From bffb4a0c64c857e3b2cc595a604cfadf8837c5f8 Mon Sep 17 00:00:00 2001 From: Ruben Brunk Date: Fri, 28 Jun 2013 20:02:54 -0700 Subject: Added jpeg streaming classes. - Provides streaming operations for decompressing/compressing JPEG files. - Allows pixel operations to be performed on large JPEG images without holding the entire bitmap in memory. Change-Id: I597ddf282b59d2ba6d6bca4722208121e3728f94 --- tests/AndroidManifest.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index b98b5e0b8..f44156ea4 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -17,7 +17,8 @@ - + @@ -33,6 +34,10 @@ android:targetPackage="com.android.gallery3d" android:label="Tests for ExifParser."/> + + -- cgit v1.2.3