summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/AlbumSlidingWindow.java
Commit message (Collapse)AuthorAgeFilesLines
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-271-2/+2
| | | | | | bug: 6927267 Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-1/+3
| | | | Change-Id: I0df9bf0a8f43e28ed25b436d4c584dc3ceb43c1d
* Recycle textures when we don't need them.Owen Lin2012-05-221-10/+11
| | | | | bug: 6307447 Change-Id: Id0c1abab54e1fbb75364dffda9f1f72d6b39310b
* Make sure we won't upload recycled bitmap.Owen Lin2012-05-091-0/+1
| | | | | bug: 6465117 Change-Id: I97553ba9da0256cfedde3a5752224380b1a3ee6f
* Fix b/6318340: window range isn't updated when data size changes.Yuli Huang2012-04-171-0/+2
| | | | | bug:6318340 Change-Id: I2098ddc75fe1a4422a20ab90f02a12c9be85c31e
* Refactor. Rename AlbumView to AlbumSlotRenderer.Owen Lin2012-04-091-15/+12
| | | | Change-Id: I7d8d3586a910dac35975e4effa0d02528e2ccf98
* Draw less to improve performance.Owen Lin2012-04-091-12/+22
| | | | | | Also adjust the upload order to upload nearby textures first. Change-Id: I2d6a8807a14b4602882dd2e5c03030c356f49e47
* Upload textures in background.Owen Lin2012-04-051-11/+35
| | | | Change-Id: I365f7be9aaab793366884249cbb10e8b6f0ab0e6
* Make all drawing happens in background.Owen Lin2012-04-051-178/+79
| | | | | | Also move more rendering code to SlotRenderers (AlbumSetView and AlbumView). Change-Id: I1d678711bfd3655a48bb4b99d8ca175e088bdffb
* Remove FilmStripView.Chih-Chung Chang2012-04-021-42/+5
| | | | Change-Id: I45cee8c32863cc65eba4c5e83e667e104cf24e42
* Refactor. Make the code simpler.Owen Lin2012-03-261-7/+5
| | | | Change-Id: I2d3b7a1cfed17afcf6b7ee3e7bf1ca13ada8d9c3
* Fix a regression, we forget assigne a value to a member variable.Owen Lin2012-03-161-0/+1
| | | | Change-Id: I07b6654ddf73f4c92a75d81a3ec8f1075526f5fd
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-141-0/+9
| | | | Change-Id: I27d3002e5bb745a597f52962fe24744c8329441c
* Remove unused code.Chih-Chung Chang2012-02-231-4/+0
| | | | Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
* Reduce memory allocation and make small improvements.Chih-Chung Chang2012-02-221-6/+7
| | | | Change-Id: Iac3f302454119de6363cd5cfb158619e739b0536
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-2/+3
| | | | Change-Id: I41661b231f6c034dbca6af26d5950eda6c5fc7da
* Revert "Use FloatMath instead of Math."Chih-Chung Chang2012-02-101-3/+2
| | | This reverts commit 6bb8b2eb8695c042798f0eb798032cd30d642a65
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-2/+3
| | | | Change-Id: I26eb6a554f72c13ba2801ce35ef0cf2a1466a97b
* Fix a IllegalArgumentException in Gallery 0 not in (0, 0)Owen Lin2011-10-181-7/+3
| | | | | | | | | fix: 5379253 We add a hack to prevent flush out cached data. But the hack will leave the content window in an invalid values. Change-Id: I3ed1527b9ee9023b07ca44cafc27510ef9f08d59
* Small UI tweak: only show fade-in animation when the bitmapChih-Chung Chang2011-09-291-2/+10
| | | | | | has not been available for rendering before. Change-Id: I57df7911c5afa7aa2eec910d0e21679ed978ddad
* Fix 5367072: Add thumbnail fade-in animation.Chih-Chung Chang2011-09-281-5/+14
| | | | Change-Id: I1101721c703d6dcb98f11178d54d65446f74ce06
* Fix 5223982: Adding one pixel transparent border around the texture.Chih-Chung Chang2011-09-231-1/+1
| | | | | | This avoids the jigged edge around the thumbnails when they are rotated. Change-Id: Ib2c5a75d1aa69a2f024e003a45111a8af4537f67
* Fix 5299746: New UI layout, part 2.Chih-Chung Chang2011-09-201-1/+4
| | | | | | | | | | - Replace various icons and add xhdpi/sw600dp-mdpi versions of them. - When user press on the thumbnails, show a color overlay on it. - For a wide (w/h > 2) picture, add panorama overlay on it. - Align photo count label position when there is no icon for it. - Adjust offline page layout. Change-Id: I327d25806e99843bfa05d3ca0e9be5a8f9375595
* New UI for Gallery.Chih-Chung Chang2011-09-161-19/+14
| | | | Change-Id: I5f243c00ebac55a9b333a9e13d0cc9c371a85005
* Improve the performance of Reviewing a photo.Owen Lin2011-09-051-3/+4
| | | | | | | | | | | | | | | | | fix: 5144370 There is two componenet in the photo page. One is the large photo and the other is the thumbnail strip. They idenpendently load their own data and images. This change fixes several issues here: 1. Prevent sending to many jobs to ThreadPool and block others. In a worse case, if the thumbnail strip send image requests first, it may block the ThreadPool very long. 2. Improve the performance of extracting thumbnails from local files. Now we try to extract the thumbnails from EXIF data first. Change-Id: I45100d4daa025efb479f47c4f105de2b4731b498
* Initial code for Gallery2.Owen Lin2011-08-181-0/+433
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c