summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/AlbumLabelMaker.java
Commit message (Expand)AuthorAgeFilesLines
* Replace various BitmapPools with a smarter unified poolBobby Georgescu2013-02-221-10/+7
* Replace camera importerBobby Georgescu2013-01-071-4/+0
* Ongoing reskin of Gallery appBobby Georgescu2012-08-241-8/+3
* Show album counts in Gallery & other small reskin fixesBobby Georgescu2012-08-131-8/+9
* First gallery reskin iteration.Bobby Georgescu2012-08-091-11/+12
* Fix a NPE found by Moneky.Owen Lin2012-05-171-1/+1
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-3/+17
* Add BytesBufferPool to prevent GC.Owen Lin2012-04-101-0/+1
* Prevent album's label get flashing when content changed.Owen Lin2012-04-101-19/+5
* Refactor. Rename AlbumView to AlbumSlotRenderer.Owen Lin2012-04-091-3/+3
* Draw less to improve performance.Owen Lin2012-04-091-9/+24
* Refactor. Merge SelectionDrawer with SlotRenderer.Owen Lin2012-04-051-4/+5
* Upload textures in background.Owen Lin2012-04-051-12/+42
* Make all drawing happens in background.Owen Lin2012-04-051-0/+169