summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/AlbumPage.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused resources and fix some warnings.Owen Lin2012-08-301-19/+0
* Reskin: Launch photos in lights-out modeBobby Georgescu2012-08-281-1/+5
* Reskin: tweaks to colors and spacings to match mocksBobby Georgescu2012-08-271-0/+1
* Make transition from album page to photo page even smootherBobby Georgescu2012-08-261-3/+2
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-271-19/+19
* Ongoing reskin of Gallery appBobby Georgescu2012-08-241-2/+8
* Fix NPE, ANRs in GalleryBobby Georgescu2012-08-231-12/+9
* Improvements in animation from album page to photo pageBobby Georgescu2012-08-211-0/+26
* Extract the action bar interface.Owen Lin2012-08-151-30/+13
* Code clean up.Ahbong Chang2012-07-301-0/+7
* Use actual selection for album/photo detailsMichael Kolb2012-07-261-17/+4
* Only give haptic feedback when enabled in system settingsBobby Georgescu2012-07-241-1/+1
* Fix 6259517 "0 images / videos available" toast is displayed in gallery on la...Ray Chen2012-05-231-1/+3
* Add a new state uploading to UploadedTexture.Owen Lin2012-05-221-2/+4
* Fix the detail isn't updated for the selected thumbnail.Yuli Huang2012-05-211-0/+2
* Add transition animation for tapping from PhotoPage.Owen Lin2012-05-171-1/+47
* Don't show spinner to avoid janky transition.Yuli Huang2012-05-051-6/+0
* Add camera icon for camera roll.Chih-Chung Chang2012-05-031-1/+13
* Change thumbnail's position only when it is invisible.Owen Lin2012-05-021-1/+1
* Fix Back behavior in gallery grid and remove camera preview tile.Chih-Chung Chang2012-04-301-7/+22
* Support drawing in different orientation in Gallery.Chih-Chung Chang2012-04-301-7/+1
* Add prominent highlights for touch feedback.Yuli Huang2012-04-241-45/+70
* Fix NPE in SlotView.Owen Lin2012-04-181-1/+1
* Fix ANR in PhotoPage.Owen Lin2012-04-131-0/+1
* Refactor. Rename AlbumView to AlbumSlotRenderer.Owen Lin2012-04-091-5/+5
* Refactor. Merge SelectionDrawer with SlotRenderer.Owen Lin2012-04-051-20/+7
* Fix NPE in Gallery.Owen Lin2012-04-051-7/+14
* Fix b/3462852 [UI] When linking from Camera preview - App icon with 'Up' arro...Ray Chen2012-04-031-6/+3
* Remove FilmStripView.Chih-Chung Chang2012-04-021-2/+1
* Remove Position and PositionRepository.Owen Lin2012-04-021-53/+14
* Use SurfaceTexture to show Camera preview.Chih-Chung Chang2012-04-021-0/+6
* Refactor. Make the code simpler.Owen Lin2012-03-261-22/+27
* Fix incorrect initial position/scale of opening animations.Yuli Huang2012-03-211-1/+18
* Fix b/6191707 Unable to set Custom wallpaper from HomeRay Chen2012-03-201-1/+1
* Revert "bug #6176711: guard against null GalleryActionBar." andRay Chen2012-03-191-4/+1
* bug #6176711: guard against null GalleryActionBar.Wei Huang2012-03-151-1/+4
* Fix 3462852 [UI] When linking from Camera preview - App icon with 'Up' arrow ...Ray Chen2012-03-151-0/+21
* Remove unused code.Chih-Chung Chang2012-02-231-14/+0
* Reduce memory allocation and make small improvements.Chih-Chung Chang2012-02-221-2/+3
* Change from fillRect to clearBuffer for pure black background.Chih-Chung Chang2012-02-171-8/+5
* Try to use less of "Long" to make the program faster.Chih-Chung Chang2012-02-161-2/+2
* Fix 5835642: Only finish the page when it's still active.Chih-Chung Chang2012-01-091-5/+5
* Show a dialog to require updating PlusOne.Owen Lin2011-11-241-1/+5
* Request sync when opening Gallery/Album.Owen Lin2011-11-111-30/+38
* Fix 5548567: Don't play video immediately.Chih-Chung Chang2011-11-101-17/+10
* Fix 5417248 Gallery shows Details for the same video no matter which is selectedRay Chen2011-10-131-4/+5
* Request sync when there's no mediaItem in a mediaSet.Hung-ying Tyan2011-10-071-3/+22
* Fix 5341761 gallery vibrate on confirm deleteRay Chen2011-09-271-13/+18
* Fix 5299746: New UI layout, part 2.Chih-Chung Chang2011-09-201-1/+25
* Fix 5331012 [UI] No dropdown label when entering multi-select modes via menu ...Ray Chen2011-09-191-4/+0