summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/exif/ExifParserTest.java
Commit message (Expand)AuthorAgeFilesLines
* Use getValueAt() to read different data in ExifTagEarl Ou2012-11-141-1/+1
* Handle undefined tags and ignore copyright tag in exif testEarl Ou2012-11-071-1/+1
* Handle tag not found in ExifParserTestEarl Ou2012-11-071-0/+3
* Use List to store duplicated exif tagEarl Ou2012-10-241-5/+4
* Use NO_VALUE in ground truth of exif test when no valid value from exiftoolEarl Ou2012-10-241-11/+4
* Handle duplicated tags in the Exif testEarl Ou2012-10-181-6/+8
* Print image path for exception in Exif testEarl Ou2012-10-181-114/+128
* Make original exif test pass with the exiftool ground truthEarl Ou2012-10-181-10/+17
* Read exif test images from the external storage of the test packageEarl Ou2012-10-171-29/+21
* Use exiftool as ground truth for Exif API testEarl Ou2012-10-121-40/+21
* Tests for ExifDataEarl Ou2012-09-191-7/+2
* Simplify the usage of ExifDataEarl Ou2012-09-191-1/+1
* Rearrange the constants in ExifTagEarl Ou2012-09-061-4/+4
* Redesign the set function of ExifTagEarl Ou2012-08-301-1/+1
* Re-design ExifParser for some strange Exif headerEarl Ou2012-08-241-291/+128
* A simple ExifReader and its testEarl Ou2012-08-151-75/+6
* Check if the ExifParser paser every part in the testEarl Ou2012-08-081-2/+27
* ignore uncompressed thumbnail when test exif thumbnailEarl Ou2012-08-081-0/+6
* Handle error when string length=0 in IfdParserEarl Ou2012-08-081-6/+2
* 1. add interoperability ifd in exif test and 2. add some logEarl Ou2012-08-071-4/+52
* Change Thumbnail test for ExifParser when there is no thumbnail or thumbnail'...Earl Ou2012-08-071-20/+6
* Use hex to represent unknown type and byte type for ExifParser debuggingEarl Ou2012-08-071-3/+8
* 1. Use xml to record true data for ExifParserTest 2. A ExifTestRunnerEarl Ou2012-08-071-80/+93
* use InstrumentationTestCase for ExifParserTestEarl Ou2012-08-061-2/+2
* Remove TYPE_SUB_IFD for next() in IfdParserEarl Ou2012-08-061-31/+29
* Check number of exif tag in testEarl Ou2012-08-061-0/+12
* Test read thumbnailEarl Ou2012-08-061-10/+68
* Test only keep some exif tags for valueEarl Ou2012-08-011-0/+32
* Test skip to next ifd in ExifParserTestEarl Ou2012-08-011-0/+25
* ExifParserTestEarl Ou2012-08-011-0/+267