summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/AlbumSetSlidingWindow.java
Commit message (Expand)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-549/+0
* Replace various BitmapPools with a smarter unified poolBobby Georgescu2013-02-221-13/+0
* GL packaging refactorJohn Reck2012-12-111-0/+4
* Use TiledTexture for thumbnails.Owen Lin2012-10-241-14/+21
* Show panorama thumbs in Gallery grid viewDoris Liu2012-10-221-5/+0
* 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-12/+17
* Make sure we won't upload recycled bitmap.Owen Lin2012-05-091-0/+1
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-1/+1
* Fix b/6318340: window range isn't updated when data size changes.Yuli Huang2012-04-171-0/+2
* Prevent album's label get flashing when content changed.Owen Lin2012-04-101-27/+44
* Refactor. Rename AlbumView to AlbumSlotRenderer.Owen Lin2012-04-091-4/+5
* Draw less to improve performance.Owen Lin2012-04-091-10/+25
* Refactor. Merge SelectionDrawer with SlotRenderer.Owen Lin2012-04-051-29/+4
* Upload textures in background.Owen Lin2012-04-051-35/+68
* Make all drawing happens in background.Owen Lin2012-04-051-295/+207
* Refactor. Make the code simpler.Owen Lin2012-03-261-7/+7
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-141-0/+5
* Reduce memory allocation and make small improvements.Chih-Chung Chang2012-02-221-7/+8
* Try to use less of "Long" to make the program faster.Chih-Chung Chang2012-02-161-1/+1
* 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-3/+0
* Fix 5250813 Use new standardized no account screen on first launchRay Chen2011-10-061-11/+11
* Small UI tweak: only show fade-in animation when the bitmapChih-Chung Chang2011-09-291-2/+11
* Fix 5367072: Add thumbnail fade-in animation.Chih-Chung Chang2011-09-281-7/+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-13/+20
* New UI for Gallery.Chih-Chung Chang2011-09-161-33/+56
* Initial code for Gallery2.Owen Lin2011-08-181-0/+543