History log of /packages/apps/Camera2/src/com/android/camera/data/NewestFirstComparator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
65bf3ddf0b0377ea9fb0e78c3e82a4bba27b531a 10-Mar-2015 Alan Newberger <alann@google.com> Workaround for future GPS timestamps

Some images are known to have incorrect GPS timestamps, which are used
by MediaStore as creation date. If future creation dates are encountered,
fall back to modification date which is not known to have bugs.

Bug: 19565464
Change-Id: I35b5e43c9a3de1f05d9a2f405502a2bb2bf9adde
/packages/apps/Camera2/src/com/android/camera/data/NewestFirstComparator.java
8ee16b8a323ffa20e6fb1270d498ec445f64defc 18-Dec-2014 Paul Rohde <codelogic@google.com> Refactor the filmstrip backing data.

- Remove unused fields and code.
- Rename classes and methods to be consistent with usage
- Make data more immutable
- Add Location and Metadata classes for typed data access.
- Use Date instead of long for DateTime representations.
- Filmstrip prefix for filmstrip specific code.
- Cleaner Glide implementations.
- Initialize Glide bitmap pool.
- Eagerly load large image sizes when scroll stops.

Change-Id: I3b51d42416ca076c80bf7db441d257659174b47d
/packages/apps/Camera2/src/com/android/camera/data/NewestFirstComparator.java