summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add GLES20 canvas implementation.George Mount2012-12-053-14/+35
| | | | Change-Id: I5680909f31dc097599d0e063aa1f6daba834d3e2
* Separate GL calls into GLCanvas in preparation for adding GLES2.George Mount2012-11-202-8/+69
| | | | Change-Id: I2756c14294a36af7905766ee650fa08fb95e9477
* Use getValueAt() to read different data in ExifTagEarl Ou2012-11-144-23/+14
| | | | Change-Id: I4d8a72523a6ad4ae34e173c4b845a462644e83c7
* Handle wrong thumbnail tag typeEarl Ou2012-11-072-45/+88
| | | | Change-Id: If41834f0aa86425a06aaede815f3e0c3cdd17fd9
* Handle undefined tags and ignore copyright tag in exif testEarl Ou2012-11-073-2/+147
| | | | Change-Id: I531518555257bdaefb79b681282c6aad07542b4b
* Handle invalid offset value in ExifParserEarl Ou2012-11-071-2/+2
| | | | Change-Id: I6d4a0edec361f8359535761d7f12ab9363ff1ad1
* ignore image with invalid thumbnail type in Exif testEarl Ou2012-11-071-3/+3
| | | | Change-Id: I6fc3a2dde4caf881b3b63aa95f1997ee9ccd4dbc
* Handle tag not found in ExifParserTestEarl Ou2012-11-071-0/+3
| | | | Change-Id: I892336ff3f73f91f5ac45ab9868f4ecfa61051ac
* fix OOM in exif testEarl Ou2012-11-071-0/+1
| | | | Change-Id: I41831e5831b2081f9b6bef6e57bd914faa41385b
* print image path when setup error in Exif testEarl Ou2012-10-311-9/+13
| | | | Change-Id: Ia4391571695ea518eac53f2b8c6b1a2acb5159c1
* am 0c7e8aac: Merge "Fix build." into gb-ub-photos-archesMichael Jurka2012-10-252-0/+4
|\ | | | | | | | | * commit '0c7e8aac441c18117b8daf3255d2658b83a37bde': Fix build.
| * Fix build.Angus Kong2012-10-262-0/+4
| | | | | | | | Change-Id: Ia7b581eba32f98d695117526d25876e7a8a398c0
* | Use List to store duplicated exif tagEarl Ou2012-10-243-17/+21
| | | | | | | | | | | | Use List so the number of tags can be calculated. Change-Id: I5dfb085fccadab4f0febf2944b64d4dfe9ecbd63
* | Use NO_VALUE in ground truth of exif test when no valid value from exiftoolEarl Ou2012-10-243-23/+17
| | | | | | | | Change-Id: Ia33edf0aba8562eb2dbd61b5753657f245bf7310
* | Handle duplicated tags in the Exif testEarl Ou2012-10-183-15/+27
| | | | | | | | Change-Id: If9bd9712de1eaa71c8e355c5268f9cc29247bd2e
* | Print image path for exception in Exif testEarl Ou2012-10-183-148/+168
| | | | | | | | Change-Id: Ib5b502ea91c9fb14dbd9e0ede664136943e50401
* | Merge "Make original exif test pass with the exiftool ground truth" into ↵Hung-ying Tyan2012-10-173-20/+45
|\ \ | | | | | | | | | gb-ub-photos-bryce
| * | Make original exif test pass with the exiftool ground truthEarl Ou2012-10-183-20/+45
| | | | | | | | | | | | | | | | | | Also add assertion message for debugging Change-Id: I4287afde01a2ad334b3d181d17863b1fa763950b
* | | Merge "Read exif test images from the external storage of the test package" ↵Hung-ying Tyan2012-10-166-76/+166
|\| | | | | | | | | | | into gb-ub-photos-bryce
| * | Read exif test images from the external storage of the test packageEarl Ou2012-10-176-76/+166
| | | | | | | | | | | | | | | | | | | | | | | | We can now add more exif test images under the application's private Pictures directory, and put their corresponding xml files under Xml directory. The tests will try to load them and use them as a testcase. Change-Id: I2bc82bb7703e3a4516d1bc433ac5fabed2080987
* | | am ff025412: Merge "Revert "Revert "Upload screennails in tiles to prevent ↵Owen Lin2012-10-151-0/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | jank""" into gb-ub-photos-arches * commit 'ff025412e2cacedd8cbb7901140e580f76634ee6': Revert "Revert "Upload screennails in tiles to prevent jank""
| * | Merge "Revert "Revert "Upload screennails in tiles to prevent jank""" into ↵Owen Lin2012-10-151-0/+2
| |\ \ | | | | | | | | | | | | gb-ub-photos-arches
| | * | Revert "Revert "Upload screennails in tiles to prevent jank""Owen Lin2012-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ad7cf187bf0c11b05aa3eab7085148e0353f2af5. bug: 6399444 Change-Id: I94b286ab3e0db21c582cbfa9183489613da30edb
* | | | am a38801ed: Merge "Fix build" into gb-ub-photos-archesJohn Reck2012-10-152-0/+4
|\| | | | |_|/ |/| | | | | | | | * commit 'a38801edd3a39d888bf36607b567171f8b9527ad': Fix build
| * | Fix buildJohn Reck2012-10-152-0/+4
| |/ | | | | | | Change-Id: Ic7bb61c463d237f9ee5fabc8e7f7325ecf1da43c
* / Use exiftool as ground truth for Exif API testEarl Ou2012-10-123-109/+97
|/ | | | | | | | 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
* Revert "Upload screennails in tiles to prevent jank"Bart Sears2012-10-061-2/+0
| | | | | | | | | | This CL is reported to cause images to not be displayed correctly when opened via the view intent. Bug: 7299123 This reverts commit e29fc4a51b99f12f7fae13fae272858df2e1af36 Change-Id: I5052548a826c275cb4559eeb4721c19f06861b3d
* Upload screennails in tiles to prevent jankOwen Lin2012-10-051-0/+2
| | | | | | bug: 6399444 Change-Id: Id2338db34d7f87fbabd7861f78b42f2a81d9794b
* Fix build break in testsGeorge Mount2012-10-041-0/+2
| | | | | | Bug 7259843 Change-Id: If40a7da72261039e3d6fcd3a00669ed7c900c658
* Tests for ExifDataEarl Ou2012-09-197-26/+304
| | | | | | Bug:7192363 Change-Id: Ic74ecad2eff50e26efa85f928ef7904a2c51ecc7
* Simplify the usage of ExifDataEarl Ou2012-09-192-4/+4
| | | | | | Bug:7192363 Change-Id: I2c6ab9974f4472f63483a4de814728584944535e
* Rearrange the constants in ExifTagEarl Ou2012-09-062-14/+14
| | | | Change-Id: I62ab6e52869dfa5b3fee7993bd109f4c5eed91a9
* Remove the parameter of getAllExifTags() in IfdDataEarl Ou2012-08-311-1/+1
| | | | Change-Id: Iec7f04a9866c53caa2d66d5ea6f679460980b378
* ExifOutputStreamEarl Ou2012-08-302-0/+78
| | | | Change-Id: I9f2de77e87a502ccdadba0b18658621028c538c9
* Redesign the set function of ExifTagEarl Ou2012-08-302-6/+6
| | | | Change-Id: Iaf5632d759fe14c167cba54099b99719b31e3431
* Merge "Read thumbnail into ExifData" into gb-ub-photos-archesHung-ying Tyan2012-08-261-1/+57
|\
| * Read thumbnail into ExifDataEarl Ou2012-08-271-1/+57
| | | | | | | | Change-Id: Iccc0fbbda1734795ff431075bade700ca5076a08
* | Ongoing reskin of Gallery appBobby Georgescu2012-08-241-1/+1
|/ | | | | | | | | | Bug: 7050303 Moved the majority of color settings from hardcoded to colors.xml in order to allow rapid iteration with UX input. Started changing some colors and layouts to reflect latest UX mocks. Change-Id: I300338e9f75c71f3ed3f36140d16e893387f3184
* Re-design ExifParser for some strange Exif headerEarl Ou2012-08-243-346/+136
| | | | | | | The previous design failed to parser file with strange IFD position. Therefore we need a new design. Change-Id: I9f008a9259df6ef7d9a5022e126d6f25069e3d00
* A simple ExifReader and its testEarl Ou2012-08-154-80/+263
| | | | Change-Id: I1a30d24591bbdab288e04e3705ece388b533f247
* Merge "First gallery reskin iteration." into gb-ub-photos-archesBobby Georgescu2012-08-101-0/+1
|\
| * First gallery reskin iteration.Bobby Georgescu2012-08-091-0/+1
| | | | | | | | Change-Id: I2b79ca9f40346a777141562c9a4762d7a8b460f6
* | Check if the ExifParser paser every part in the testEarl Ou2012-08-081-2/+27
| | | | | | | | Change-Id: I1c58dfbbf74ada1d7f3d629ace4851d5022170f6
* | ignore uncompressed thumbnail when test exif thumbnailEarl Ou2012-08-081-0/+6
| | | | | | | | Change-Id: I32baae44994f3b113405082f55539e1a2a3db8bb
* | Handle error when string length=0 in IfdParserEarl Ou2012-08-081-6/+2
|/ | | | Change-Id: I3a51e85060f3acd5026555e5f8d21f8cb2e0641e
* 1. add interoperability ifd in exif test and 2. add some logEarl Ou2012-08-071-4/+52
| | | | Change-Id: I888d856a17e59754d5a43b10ec8c4d30b582c503
* Change Thumbnail test for ExifParser when there is no thumbnail or ↵Earl Ou2012-08-071-20/+6
| | | | | | thumbnail's information Change-Id: Iabd632612895051ee73b776616355bf5e3680d34
* Use hex to represent unknown type and byte type for ExifParser debuggingEarl Ou2012-08-071-3/+8
| | | | Change-Id: I1d63698a34cc2c582e3c9c1a117231489ea9e3a2
* 1. Use xml to record true data for ExifParserTest 2. A ExifTestRunnerEarl Ou2012-08-072-80/+149
| | | | Change-Id: I6f0133a42670f5f4cbfa37a06bac41a8f6beceef
* use InstrumentationTestCase for ExifParserTestEarl Ou2012-08-061-2/+2
| | | | | | because we don't need to test Activity Change-Id: I3d21f7f5ca05cffba3bd2cd54c5899255e1103c1