summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/AlbumSlidingWindow.java
Commit message (Expand)AuthorAgeFilesLines
* Replace various BitmapPools with a smarter unified poolBobby Georgescu2013-02-221-8/+1
* GL packaging refactorJohn Reck2012-12-111-0/+2
* Use TiledTexture for thumbnails.Owen Lin2012-10-241-11/+12
* Show panorama thumbs in Gallery grid viewDoris Liu2012-10-221-2/+19
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-271-2/+2
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-1/+3
* Recycle textures when we don't need them.Owen Lin2012-05-221-10/+11
* Make sure we won't upload recycled bitmap.Owen Lin2012-05-091-0/+1
* Fix b/6318340: window range isn't updated when data size changes.Yuli Huang2012-04-171-0/+2
* Refactor. Rename AlbumView to AlbumSlotRenderer.Owen Lin2012-04-091-15/+12
* Draw less to improve performance.Owen Lin2012-04-091-12/+22
* Upload textures in background.Owen Lin2012-04-051-11/+35
* Make all drawing happens in background.Owen Lin2012-04-051-178/+79
* Remove FilmStripView.Chih-Chung Chang2012-04-021-42/+5
* Refactor. Make the code simpler.Owen Lin2012-03-261-7/+5
* Fix a regression, we forget assigne a value to a member variable.Owen Lin2012-03-161-0/+1
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-141-0/+9
* Remove unused code.Chih-Chung Chang2012-02-231-4/+0
* Reduce memory allocation and make small improvements.Chih-Chung Chang2012-02-221-6/+7
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-2/+3
* Revert "Use FloatMath instead of Math."Chih-Chung Chang2012-02-101-3/+2
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-2/+3
* Fix a IllegalArgumentException in Gallery 0 not in (0, 0)Owen Lin2011-10-181-7/+3
* Small UI tweak: only show fade-in animation when the bitmapChih-Chung Chang2011-09-291-2/+10
* Fix 5367072: Add thumbnail fade-in animation.Chih-Chung Chang2011-09-281-5/+14
* Fix 5223982: Adding one pixel transparent border around the texture.Chih-Chung Chang2011-09-231-1/+1
* Fix 5299746: New UI layout, part 2.Chih-Chung Chang2011-09-201-1/+4
* New UI for Gallery.Chih-Chung Chang2011-09-161-19/+14
* Improve the performance of Reviewing a photo.Owen Lin2011-09-051-3/+4
* Initial code for Gallery2.Owen Lin2011-08-181-0/+433