summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/TileImageView.java
Commit message (Expand)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-786/+0
* Replace various BitmapPools with a smarter unified poolBobby Georgescu2013-02-221-15/+6
* Merge "Remove LongSpareArray + some cleanups" into gb-ub-photos-bryceYour Name2012-12-111-39/+42
|\
| * Remove LongSpareArray + some cleanupsYour Name2012-12-111-39/+42
* | GL packaging refactorJohn Reck2012-12-111-0/+2
|/
* Fixes bugs in TiledTexture.Owen Lin2012-10-161-2/+2
* Revert "Revert "Upload screennails in tiles to prevent jank""Owen Lin2012-10-111-1/+2
* Revert "Upload screennails in tiles to prevent jank"Bart Sears2012-10-061-2/+1
* Upload screennails in tiles to prevent jankOwen Lin2012-10-051-1/+2
* Accelerate PNG image rendering.Pin Ting2012-10-041-6/+16
* Fix OOM in TileImageView.Owen Lin2012-08-291-5/+8
* Don't reuse bitmaps in BitmapRegionDecoder before JB.Owen Lin2012-06-281-5/+8
* Move LongSparseArray into Gallery for unbundling.Owen Lin2012-06-201-1/+1
* Add a new state uploading to UploadedTexture.Owen Lin2012-05-221-4/+4
* Reuse bitmap to prevent GC in TiledImageView.Owen Lin2012-05-221-15/+34
* Show gray tile for screennails not loaded yet.Chih-Chung Chang2012-05-171-2/+9
* Put play video icon at the same place of the screennails.Chih-Chung Chang2012-05-071-10/+0
* Fix a issue that we are trying upload a recycled tile.Owen Lin2012-05-021-13/+13
* Support drawing in different orientation in Gallery.Chih-Chung Chang2012-04-301-2/+2
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-12/+4
* Upload textures in background.Owen Lin2012-04-051-1/+2
* Use SurfaceTexture to show Camera preview.Chih-Chung Chang2012-04-021-3/+9
* New effect in photo browsing.Chih-Chung Chang2012-03-221-13/+76
* Create a ScreenNail interface so we can add other types of screenails.Chih-Chung Chang2012-03-211-28/+21
* Reorganize import for all files.Owen Lin2012-03-141-2/+0
* Make GLCanvas a bit faster.Chih-Chung Chang2012-02-161-2/+2
* Try to use less of "Long" to make the program faster.Chih-Chung Chang2012-02-161-14/+21
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-4/+5
* Revert "Use FloatMath instead of Math."Chih-Chung Chang2012-02-101-5/+4
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-4/+5
* Fix NPE while flipping through pictures.Owen Lin2011-10-181-10/+12
* Fix a few monkey issues: 5157713 and 5157712Ray Chen2011-09-021-1/+1
* Fix unknown type for GL issue.Owen Lin2011-08-191-2/+3
* Initial code for Gallery2.Owen Lin2011-08-181-0/+693