summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/LocalAlbumSet.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix 6259517 "0 images / videos available" toast is displayed in gallery on ↵Ray Chen2012-05-231-0/+8
| | | | | | | | | | launch though it has images / videos And removed sync error toast. Bug: 6259517 Change-Id: Ib7b25176a6db290220661a2e98e4e031043201d9
* Fix NPE in onContentDirty.Owen Lin2012-04-181-1/+10
| | | | | | onContentDirty is suppose to be called in Main thread. Change-Id: Ic6a0fba8abd8a3e17d400bcfc5b82d272b07bc41
* Fix a concurrent issue in reload().Owen Lin2012-04-171-1/+3
| | | | | | | We need to hold the DataManager.LOCK when calling reload. Change-Id: If908c233bcd835effffc7750a7ef07f56a63136c fix: 6315479
* Move getTypeString from PicasaAlbumSet to MediaObject.Ray Chen2012-03-291-4/+1
| | | | | | b/5344124 Change-Id: I28a43615ebec0aa84c3b16ac006def26f7b56162
* Make top level albums can be loaded concurrently.Owen Lin2012-03-201-47/+74
| | | | | Change-Id: I1acef9fc9a442c36ad1d9d0931b0defc6091bf33 fix: 5947962
* Add log to debug loading time.Owen Lin2012-03-201-9/+14
| | | | Change-Id: I53ddb3cdce7abe9de7c5bbd85c1adad474bdff2f
* Fix 3462852 [UI] When linking from Camera preview - App icon with 'Up' arrow ↵Ray Chen2012-03-151-1/+1
| | | | | | | | | | | | | should go to next level up. Some changes in this CL: 1. ActivityState can decide whether to enable home button and show up arrow 2. ActivityState can handle home_up event on its own 3. Support getContentUri in LocalAlbum (Image/Video Roll) and LocalMergeAlbum (Camera Roll) 4. Gallery supports view action for AlbumPage (Camera Roll) Change-Id: I85a75cdce9cbc2a877651fdec34a0180ed8e785c
* Reorganize import for all files.Owen Lin2012-03-141-8/+6
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Fix 5336726: sort local albums by reverse chronological order.Chih-Chung Chang2011-09-301-18/+51
| | | | Change-Id: I3a04286bea7f43d5f3542b37eddbb4a0801e94f5
* Initial code for Gallery2.Owen Lin2011-08-181-0/+263
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c