summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge tests/exiftool_parser/ from platform/packages/apps/Gallery2 to ↵Qiwen Zhao2013-08-051-0/+90
|\ | | | | | | tests/exiftool_parser/
| * use NO_VALUE when the output of exiftool is invalidEarl Ou2012-10-181-8/+14
| | | | | | | | Change-Id: I85c0054d70ff1639e643a30658ca59f1803f7d13
| * Do not use parentheses for Model tag in exiftool parserEarl Ou2012-10-171-10/+9
| | | | | | | | Change-Id: Idc45cd389976f0c474dceb550790a6814cb380b8
| * Parse the layer of exiftool outputEarl Ou2012-10-171-11/+30
| | | | | | | | Change-Id: I0ee45608126d49913a96790f2c2e99ec66ccbca4
| * Exiftool parserEarl Ou2012-10-121-0/+66
| | | | | | | This parser parse the output from Phil Harvey's 'exiftool' with -v2 flag and convert it input xml format Change-Id: Iffdb235780697f8c37738937fd4ecaeb1d1127bb
* Merge Android.mk/ from platform/packages/apps/Gallery2 to Android.mk/Qiwen Zhao2013-08-051-0/+18
|\
| * Merging camera test with gallery test.Jason Noguchi2013-02-141-0/+2
| | | | | | | | Change-Id: I8ef94a67dddc67a66c1d42a1b91e0a0c380b2841
| * Fix Gallery2Tests BuildEarl Ou2012-07-311-1/+1
| | | | | | | | | | | | | | | | Remove dependancy of android-test-runner in Android.mk Also LOCAL_SDK_VERSION is needed in Android.mk for unbundle-branches to avoid hiden api Change-Id: I38cef8261aab264fe5a109ca5a6857eee3dff11b
| * Add profiling tools.Chih-Chung Chang2012-02-141-1/+0
| | | | | | | | Change-Id: Ieab118ededaab5ef46408fac6fdb66b9fff4900e
| * Initial code for Gallery2.Owen Lin2011-08-181-0/+17
| | | | | | fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c
* Merge AndroidManifest.xml/ from platform/packages/apps/Gallery2 to ↵Qiwen Zhao2013-08-051-0/+48
|\ | | | | | | AndroidManifest.xml/
| * Added jpeg streaming classes.Ruben Brunk2013-07-111-1/+6
| | | | | | | | | | | | | | | | | | - 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
| * Add initial implementation of PhotosProvider.George Mount2013-02-261-0/+4
| | | | | | | | Change-Id: I98694cf54bd0fb549703a7184e1816e9590a05ff
| * Merging camera test with gallery test.Jason Noguchi2013-02-141-0/+8
| | | | | | | | Change-Id: I8ef94a67dddc67a66c1d42a1b91e0a0c380b2841
| * 1. Use xml to record true data for ExifParserTest 2. A ExifTestRunnerEarl Ou2012-08-071-0/+4
| | | | | | | | Change-Id: I6f0133a42670f5f4cbfa37a06bac41a8f6beceef
| * Initial code for Gallery2.Owen Lin2011-08-181-0/+27
| | | | | | fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c
* Merge res/ from platform/packages/apps/Gallery2 to res/Qiwen Zhao2013-08-054-0/+43
|\
| * Clean up the test tags used by the continuous test service to determine whichJason Noguchi2013-08-026-10/+0
| | | | | | | | | | | | | | | | tests to run on every dev build. Add SmallTest or MediumTest tags for unit tests that are currently being skipped and remove LargeTest tags from long running stress tests which are not necessary in this context. Change-Id: I2d3db31b0800dcbed42c881c5eaa589517fd9f87
| * Added jpeg streaming classes.Ruben Brunk2013-07-111-0/+0
| | | | | | | | | | | | | | | | | | - 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
| * Add initial implementation of MediaCache.George Mount2013-03-291-0/+0
| | | | | | | | Change-Id: I94d357bab0e57cc60b8be790d912ba036730298b
| * Scaling down the stress test defaults iteration counts to some base level.Jason Noguchi2013-02-202-3/+3
| | | | | | | | | | | | | | | | For true stress testing, need to pass arguments to scale these back up to 100. Also, temporarily removing SwitchPreview test which needs updating and currently would block other tests in stress suite. Change-Id: I9dd92e0090e2554aca5cb4b23fed2d33554c9c5e
| * Merging camera test with gallery test.Jason Noguchi2013-02-149-0/+967
| | | | | | | | Change-Id: I8ef94a67dddc67a66c1d42a1b91e0a0c380b2841
| * Use NO_VALUE in ground truth of exif test when no valid value from exiftoolEarl Ou2012-10-241-0/+1
| | | | | | | | Change-Id: Ia33edf0aba8562eb2dbd61b5753657f245bf7310
| * Use exiftool as ground truth for Exif API testEarl Ou2012-10-121-46/+40
| | | | | | | | | | | | | | | | The ground truth XML file was generated by parsing the output from Phil Harvey's exiftool. Then we can test photos from 5000+ different camera provided by exiftool's website. Change-Id: Ida2c0409929be450a3cbb4331504aadb41138bea
| * A simple ExifReader and its testEarl Ou2012-08-151-0/+1
| | | | | | | | Change-Id: I1a30d24591bbdab288e04e3705ece388b533f247
| * Use hex to represent unknown type and byte type for ExifParser debuggingEarl Ou2012-08-071-2/+2
| | | | | | | | Change-Id: I1d63698a34cc2c582e3c9c1a117231489ea9e3a2
| * 1. Use xml to record true data for ExifParserTest 2. A ExifTestRunnerEarl Ou2012-08-072-0/+47
| | | | | | | | Change-Id: I6f0133a42670f5f4cbfa37a06bac41a8f6beceef
| * ExifParserTestEarl Ou2012-08-011-0/+0
| | | | | | test basic parse function of ExifParser Change-Id: I4dbe9231917c205b0cb95aab639744ce0debbec8
* Clean up the test tags used by the continuous test service to determine whichJason Noguchi2013-08-0216-13/+32
| | | | | | | | tests to run on every dev build. Add SmallTest or MediumTest tags for unit tests that are currently being skipped and remove LargeTest tags from long running stress tests which are not necessary in this context. Change-Id: I2d3db31b0800dcbed42c881c5eaa589517fd9f87
* Added jpeg streaming classes.Ruben Brunk2013-07-114-0/+368
| | | | | | | | | - 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
* Remove GL dependency on unused stencil buffers.George Mount2013-05-091-15/+0
| | | | | | Bug 8884435 Change-Id: I8e7f0563a4a901953e3e2b14e35457b4fefe2e34
* Speed improvements for ExifOutputStream.Ruben Brunk2013-04-022-0/+68
| | | | Change-Id: I7d3ee9c157aefe67734e7b49cfa7868254c134ef
* Remove ImageCache from PhotoProvider in favor of MediaCache.George Mount2013-03-291-9/+9
| | | | Change-Id: I4e75a094d1dc033ac892c2b95bdc6b6a4a165304
* Add initial implementation of MediaCache.George Mount2013-03-292-0/+398
| | | | Change-Id: I94d357bab0e57cc60b8be790d912ba036730298b
* Revert "New loading model"John Reck2013-03-213-13/+8
| | | | Change-Id: I5d3d4c7a4ca0d11de01278529e1413fc62e6b4ed
* Removing obsolete test.Jason Noguchi2013-03-201-116/+0
| | | | Change-Id: I061846d42d7cbe0a115724060a9600cef6e7433c
* Delete and recreate database on upgrade.George Mount2013-03-151-5/+33
| | | | Change-Id: I0125697dd673568ddfee7be8d7d0d693018b61d5
* Exif parser modifications.Ruben Brunk2013-03-1311-280/+1037
| | | | | Bug: 8018327 Change-Id: I66a2ec309f9807ac255bbf29d8f5f26de60e89b8
* Add delete cascade for Accounts.George Mount2013-03-122-2/+39
| | | | Change-Id: I962c7cb657643c3eddbbeb6a691b26de5553d4df
* Add batch operations to PhotoProviderGeorge Mount2013-03-071-0/+39
| | | | Change-Id: I36b2f0305e2ef7502df7b896c8baedc86519ac52
* Remove redundant Album NAME (replaced by TITLE)Mangesh Ghiware2013-03-072-11/+9
| | | | Change-Id: I0482f8b4bd85e07aefe4af02b1e8dab4702eb9f6
* Add inserts to PhotoProvider.George Mount2013-03-071-2/+16
| | | | Change-Id: Ie91df59975d185948c7c2fd96432d311847c3e00
* Add required fields to PhotoProvider.George Mount2013-03-063-58/+88
| | | | Change-Id: I1e830702412d4431ba3b01fe4945a4818385b6cd
* Update PhotoProvider and tests to allow tests to run against GalleryGoogle.apkGeorge Mount2013-03-044-228/+123
| | | | Change-Id: I6630e7a5ba0883b887915f63094885a2dc9f025c
* Add initial implementation of PhotosProvider.George Mount2013-02-264-0/+803
| | | | Change-Id: I98694cf54bd0fb549703a7184e1816e9590a05ff
* Scaling down the stress test defaults iteration counts to some base level.Jason Noguchi2013-02-202-3/+3
| | | | | | | | For true stress testing, need to pass arguments to scale these back up to 100. Also, temporarily removing SwitchPreview test which needs updating and currently would block other tests in stress suite. Change-Id: I9dd92e0090e2554aca5cb4b23fed2d33554c9c5e
* Remove more com.android.camera.RJohn Reck2013-02-152-2/+2
| | | | Change-Id: I410baaf4a3f0d824d44ea24435a1716cad3bb966
* Merging camera test with gallery test.Jason Noguchi2013-02-1415-0/+1723
| | | | Change-Id: I8ef94a67dddc67a66c1d42a1b91e0a0c380b2841
* New loading modelJohn Reck2013-01-163-8/+13
| | | | | | | | | | | | | Rename reload() to loadIfDirty() loadIfDirty is implemented by MediaSet and is final loadIfDirty is now blocking instead of async Subclasses must implement two protected methods, isDirtyLocked() and load() The change from async reload() to sync loadIfDirty() should be fine since all users of reload() were doing so from a background thread already, and the longest load() is PicasaAlbumSet which is still a fairly brisk 40ms or so Change-Id: If5cc596a1c13e52e5f4efff1a144bd086d37cfb7
* Fix slide show animation so that cross fades work.George Mount2013-01-091-3/+0
| | | | | | | | | | | Bug 7961297 Removed the "Additive" blending, which didn't do anything, even in OpenGL ES 1.1 implementation. Modified the texturing to change the color of the pixels based on the supplied alpha rather than modifying the alpha. This appears to match the implementation in the OpenGL ES 1.1 pipeline. Change-Id: I52491af1a8a2d727968e4e805bc4bc61647f5cf2