705dc819661cb8c8e839a04577b0641bd6caad53 |
|
21-Mar-2013 |
John Reck <jreck@google.com> |
Revert "New loading model" Change-Id: I5d3d4c7a4ca0d11de01278529e1413fc62e6b4ed
/packages/apps/Gallery2/src/com/android/gallery3d/data/ClusterAlbumSet.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/ClusterAlbumSet.java
|
676d4762496eddae66930c6f8b0bae22a22b3ef6 |
|
04-Sep-2012 |
Owen Lin <owenlin@google.com> |
Ensure peekObject is called in the syncrhonization block. bug: 7019598 Change-Id: If153287078826afc9827ea64364b4fb64f2b3a5f
/packages/apps/Gallery2/src/com/android/gallery3d/data/ClusterAlbumSet.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/ClusterAlbumSet.java
|
2b3ee0ea07246b859a5b75d8a6102a7cce7ec838 |
|
14-Mar-2012 |
Owen Lin <owenlin@google.com> |
Reorganize import for all files. Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
/packages/apps/Gallery2/src/com/android/gallery3d/data/ClusterAlbumSet.java
|
04a9a44fb85263c4590ca68f92adff6f9da360e9 |
|
03-Nov-2011 |
Ray Chen <raychen@google.com> |
Fix 5481444 Face clustering should use PWA profile shot instead of random photo Change-Id: Ie4e3f9ae19431ab5b36d216cd7f4c626de503bbf
/packages/apps/Gallery2/src/com/android/gallery3d/data/ClusterAlbumSet.java
|
f9a0a4306d589b4a4e20554fed512a603426bfa1 |
|
17-Aug-2011 |
Owen Lin <owenlin@google.com> |
Initial code for Gallery2. fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c
/packages/apps/Gallery2/src/com/android/gallery3d/data/ClusterAlbumSet.java
|