summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/exif
Commit message (Expand)AuthorAgeFilesLines
* Speed improvements for ExifOutputStream.Ruben Brunk2013-04-022-0/+68
* Exif parser modifications.Ruben Brunk2013-03-1311-280/+1037
* ExifModifierEarl Ou2012-11-303-1/+175
* Use getValueAt() to read different data in ExifTagEarl Ou2012-11-144-23/+14
* Handle wrong thumbnail tag typeEarl Ou2012-11-072-45/+88
* Handle undefined tags and ignore copyright tag in exif testEarl Ou2012-11-073-2/+147
* Handle invalid offset value in ExifParserEarl Ou2012-11-071-2/+2
* ignore image with invalid thumbnail type in Exif testEarl Ou2012-11-071-3/+3
* Handle tag not found in ExifParserTestEarl Ou2012-11-071-0/+3
* fix OOM in exif testEarl Ou2012-11-071-0/+1
* print image path when setup error in Exif testEarl Ou2012-10-311-9/+13
* Use List to store duplicated exif tagEarl Ou2012-10-243-17/+21
* Use NO_VALUE in ground truth of exif test when no valid value from exiftoolEarl Ou2012-10-243-23/+17
* Handle duplicated tags in the Exif testEarl Ou2012-10-183-15/+27
* Print image path for exception in Exif testEarl Ou2012-10-183-148/+168
* Make original exif test pass with the exiftool ground truthEarl Ou2012-10-183-20/+45
* Read exif test images from the external storage of the test packageEarl Ou2012-10-176-76/+166
* Use exiftool as ground truth for Exif API testEarl Ou2012-10-123-109/+97
* Tests for ExifDataEarl Ou2012-09-197-26/+304
* Simplify the usage of ExifDataEarl Ou2012-09-192-4/+4
* Rearrange the constants in ExifTagEarl Ou2012-09-062-14/+14
* Remove the parameter of getAllExifTags() in IfdDataEarl Ou2012-08-311-1/+1
* ExifOutputStreamEarl Ou2012-08-302-0/+78
* Redesign the set function of ExifTagEarl Ou2012-08-302-6/+6
* Read thumbnail into ExifDataEarl Ou2012-08-271-1/+57
* Re-design ExifParser for some strange Exif headerEarl Ou2012-08-243-346/+136
* A simple ExifReader and its testEarl Ou2012-08-154-80/+263
* 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-072-80/+149
* 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