summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/exif/ExifParserTest.java
Commit message (Expand)AuthorAgeFilesLines
* 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