summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/data
Commit message (Collapse)AuthorAgeFilesLines
* New loading modelJohn Reck2013-01-163-8/+13
| | | | | | | | | | | | | Rename reload() to loadIfDirty() loadIfDirty is implemented by MediaSet and is final loadIfDirty is now blocking instead of async Subclasses must implement two protected methods, isDirtyLocked() and load() The change from async reload() to sync loadIfDirty() should be fine since all users of reload() were doing so from a background thread already, and the longest load() is PicasaAlbumSet which is still a fairly brisk 40ms or so Change-Id: If5cc596a1c13e52e5f4efff1a144bd086d37cfb7
* Fix build break in testsGeorge Mount2012-10-041-0/+2
| | | | | | Bug 7259843 Change-Id: If40a7da72261039e3d6fcd3a00669ed7c900c658
* Remove Position and PositionRepository.Owen Lin2012-04-021-2/+0
| | | | | | Also fix a regression introduced in previous change. Change-Id: I534c8ca7838f3518856cf48878dd49beeb331562
* Fix 5299746: New UI layout, part 2.Chih-Chung Chang2011-09-201-0/+10
| | | | | | | | | | - Replace various icons and add xhdpi/sw600dp-mdpi versions of them. - When user press on the thumbnails, show a color overlay on it. - For a wide (w/h > 2) picture, add panorama overlay on it. - Align photo count label position when there is no icon for it. - Adjust offline page layout. Change-Id: I327d25806e99843bfa05d3ca0e9be5a8f9375595
* Initial code for Gallery2.Owen Lin2011-08-189-0/+992
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c