705dc819661cb8c8e839a04577b0641bd6caad53 |
|
21-Mar-2013 |
John Reck <jreck@google.com> |
Revert "New loading model" Change-Id: I5d3d4c7a4ca0d11de01278529e1413fc62e6b4ed
/packages/apps/Gallery2/src/com/android/gallery3d/data/SnailAlbum.java
|
f4f43e7dbc85ab8b7437e8f1d6ab0317470e70b6 |
|
16-Jan-2013 |
John Reck <jreck@google.com> |
New loading model 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
/packages/apps/Gallery2/src/com/android/gallery3d/data/SnailAlbum.java
|
45f089d69141e3fb0dfaad9bc34d275b61eb2aee |
|
02-Oct-2012 |
Bobby Georgescu <georgescu@google.com> |
Show Camera placeholder as first filmstrip item in roll Bug: 7272674 The camera roll filmstrip view now shows a shortcut to launch the camera when opened from the Gallery app. Note: the edits to SnailAlbum and SnailSource were made to allow sharing code between SingleItemAlbum and SnailAlbum Change-Id: I1bd2f3db99138c4b79a41c9c5baee46704cd18e0
/packages/apps/Gallery2/src/com/android/gallery3d/data/SnailAlbum.java
|
7817979db0c52ffeacb951625b1e821eba303285 |
|
30-Jul-2012 |
Ahbong Chang <cwahbong@google.com> |
Code clean up. Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
/packages/apps/Gallery2/src/com/android/gallery3d/data/SnailAlbum.java
|
3b4a8aeb0353fa18a2b5267b3952a80a6c6d4d13 |
|
09-May-2012 |
Chih-Chung Chang <chihchung@google.com> |
Handle ScreenNail size change. Bug: 6355399 Change-Id: Ice7560c12aa06cf8ac58cc3883f0888b5c6e71a5
/packages/apps/Gallery2/src/com/android/gallery3d/data/SnailAlbum.java
|
15b351a22d02e89d882fc9fe32b3f4c512080e0a |
|
15-Mar-2012 |
Chih-Chung Chang <chihchung@google.com> |
Create a ScreenNail interface so we can add other types of screenails. Add a new MediaItem type to contain a ScreenNail. Change-Id: Ia303949f3013dd48ded204eaf9ec69a102b8503e
/packages/apps/Gallery2/src/com/android/gallery3d/data/SnailAlbum.java
|