summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/ComboAlbumSet.java
Commit message (Collapse)AuthorAgeFilesLines
* Code clean up.Ahbong Chang2012-07-301-0/+2
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* 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
* Show a dialog to require updating PlusOne.Owen Lin2011-11-241-1/+1
| | | | | Change-Id: I1ff4f5eca90ade49b0785324b9319ef0b7d751ca fix: 5608342
* Request sync when there's no mediaItem in a mediaSet.Hung-ying Tyan2011-10-071-0/+6
| | | | | | | | | | | | | | This is to fix the problem where media items haven't been sync'ed when the album set or album is viewed for the first time. + Add MediaSet.SyncListener. + Make AlbumPage and AlbumSetPage implement SyncListener. + Implement requestSync() for ComboAlbum and ComboAlbumSet. + add ActivityState.isDestroyed(). This also fixes the problem where StateManager.finishState() may be called twice. Bug: 5337899 Change-Id: I25364c3ac25721a2650701c5d7931bfb6daa9303
* Initial code for Gallery2.Owen Lin2011-08-181-0/+80
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c