summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/BitmapScreenNail.java
Commit message (Expand)AuthorAgeFilesLines
* GL packaging refactorJohn Reck2012-12-111-0/+3
* Fixes bugs in TiledTexture.Owen Lin2012-10-161-169/+11
* Revert "Revert "Upload screennails in tiles to prevent jank""Owen Lin2012-10-111-30/+19
* Revert "Upload screennails in tiles to prevent jank"Bart Sears2012-10-061-19/+30
* Set the thumbnail/screennail sizes based on screensizeBobby Georgescu2012-10-051-4/+8
* Upload screennails in tiles to prevent jankOwen Lin2012-10-051-30/+19
* Ongoing reskin of Gallery appBobby Georgescu2012-08-241-5/+13
* Improvements in animation from album page to photo pageBobby Georgescu2012-08-211-1/+12
* Code clean up.Ahbong Chang2012-07-301-0/+1
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-7/+9
* Limit the size of a ScreenNail.Owen Lin2012-05-221-6/+15
* Show gray tile for screennails not loaded yet.Chih-Chung Chang2012-05-171-6/+114
* In filmstrip, show placeholders for pictures not loaded yet.Chih-Chung Chang2012-04-191-8/+1
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-2/+8
* Add new filmstrip mode for PhotoView.Chih-Chung Chang2012-04-101-0/+1
* Use SurfaceTexture to show Camera preview.Chih-Chung Chang2012-04-021-5/+5
* Create a ScreenNail interface so we can add other types of screenails.Chih-Chung Chang2012-03-211-0/+84