summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/ExifInterface.java
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE) ExifInterface: Provide backward compatibilitySungsoo2017-02-031-2/+1
* DO NOT MERGE) ExifInterface: Close the file when an exception happensSungsoo2016-12-121-1/+3
* DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before ch...Sungsoo2016-09-271-0/+7
* DO NOT MERGE: Fix CTS regressionSungsoo Lim2016-08-011-4/+4
* DO NOT MERGE: Remove the use of JHEAD in ExifInterfaceSungsoo Lim2016-07-211-174/+2239
* ExifInterface: Add a few tag fields.Eino-Ville Talvala2015-06-081-0/+10
* Update ExifInterface.getDateTime to support subsecondsMarco Nelissen2015-05-291-3/+22
* ExifInterface: fix class load failureZhijun He2013-12-201-1/+1
* Return EXIF thumbnails when available.Jeff Sharkey2013-08-231-0/+16
* Add nullness check.Dave Burke2013-03-041-0/+3
* rename exif to exif_jni due to refactoring in external/jheadKeun young Park2012-06-071-1/+1
* Use final on new member variablesGlenn Kasten2012-01-271-1/+1
* Improved conversion accuracy of exif geotag dataOscar Rydhe2011-01-241-13/+19
* Add more EXIF tags.Ray Chen2010-11-051-0/+6
* Add support for gps altitude EXIF tags.Wu-cheng Li2010-05-271-5/+35
* Add GPSProcessingMethod tag to ExifInterface.Ray Chen2010-03-111-0/+2
* Add getAttributeDouble() and focal length tag.Wu-cheng Li2010-02-041-1/+39
* Add GpsDateTime support to ExifInterface and correct images table's date_take...Ray Chen2010-02-021-6/+30
* Images.Media.DATE_TAKEN should be in milliseconds.Ray Chen2009-12-041-1/+2
* Fix timezone issue to comply with EXIF standard.Ray Chen2009-11-301-3/+4
* Update from API review.Dianne Hackborn2009-09-301-1/+1
* Improve ExifInterface API.Chih-Chung Chang2009-09-181-92/+38
* Try to fix sdk build again.Chih-Chung Chang2009-09-171-1/+1
* Fix sdk build.Chih-Chung Chang2009-09-171-1/+1
* Make ExifInterface public.Chih-Chung Chang2009-09-161-1/+0
* Clean ExifInterface. Prepare to make it public.Chih-Chung Chang2009-09-161-216/+152
* Fix 2081525: NPE in MediaScannerService.Chih-Chung Chang2009-09-011-0/+1
* Fix 1860351: Put datetime in jpeg exif to datetaken field.Chih-Chung Chang2009-08-171-1/+26
* Fix the bug that EXIF attributes are always cached.Wu-cheng Li2009-08-111-1/+4
* Move ExifInterface to android.media package so we can reference it from Media...repo sync2009-07-081-0/+398