History log of /packages/apps/Camera/src/com/android/camera/Exif.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2008258102154d3e821d700e3d347ff65ffe66ff 14-Nov-2012 Earl Ou <shunhsingou@google.com> Use getValueAt() to read different data in ExifTag

Change-Id: I19cd3b5190ac744c2e0ef0cbecc7f1c3f3296b1c
/packages/apps/Camera/src/com/android/camera/Exif.java
0d74a7f49e3d330996e9bb604098e895f8fdfc91 07-Nov-2012 Earl Ou <shunhsingou@google.com> use ExifParser to parse the orientaion

Change-Id: Ifd8d5b0aa8dfca88fdb62f4329cf2fea3b5d70f3
/packages/apps/Camera/src/com/android/camera/Exif.java
a3d2bab37e9c008e3b4c7e4ba93ba1fc40bd4b90 18-May-2012 Wu-cheng Li <wuchengli@google.com> Fix incorrect comments about orientation.

bug:6515548
Change-Id: I88d81f844f92464c8175f1ce64c608d13cda0b35
/packages/apps/Camera/src/com/android/camera/Exif.java
b130b9af898f597eb7506dd2f29f0961b858176d 19-Apr-2012 Wu-cheng Li <wuchengli@google.com> Fix incorrect width and height written to database.

The width and height of the actual jpeg may be opposite
to the width and height from Parameters.getPictureSize.
getRotation and exif orientation should be considered.

bug:6364158

Change-Id: I87769815a91093d8842c6e18ed7b2db9ff29b46b
/packages/apps/Camera/src/com/android/camera/Exif.java
a907c122ccec649c6cedf3a45b1c426a5fca932e 21-Aug-2011 Angus Kong <shkong@google.com> Add thumbnail and share popup for the last result.

bug:5141665

Change-Id: Idc44d33d09c8d4a30fdcef66de2d6754daf1ea82
/packages/apps/Camera/src/com/android/camera/Exif.java
37cffb8467d1ccca719a7847582d04da36c5bc6f 27-Dec-2010 Chia-chi Yeh <chiachi@android.com> Refactoring: Remove the dependency of ExifInterface.

Since we only need the orientation information from Exif, it is
fairly simple to implement one by ourselves. This will avoid
disk access and JNI overhead, and save some CPU time since other
tags are not touched.

Change-Id: I962e2f19ec88a082bfd8eb438e255bffad2a5365
/packages/apps/Camera/src/com/android/camera/Exif.java