summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/AlbumSetSlidingWindow.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-12/+17
| | | | | bug: 6307447 Change-Id: Id0c1abab54e1fbb75364dffda9f1f72d6b39310b
* Make sure we won't upload recycled bitmap.Owen Lin2012-05-091-0/+1
| | | | | bug: 6465117 Change-Id: I97553ba9da0256cfedde3a5752224380b1a3ee6f
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-1/+1
| | | | Change-Id: Ib710f2a6fc1aa86fe4abdd18d1fa7ac71396a3b4
* Fix b/6318340: window range isn't updated when data size changes.Yuli Huang2012-04-171-0/+2
| | | | | bug:6318340 Change-Id: I2098ddc75fe1a4422a20ab90f02a12c9be85c31e
* Prevent album's label get flashing when content changed.Owen Lin2012-04-101-27/+44
| | | | Change-Id: I1b00b308af740ccab143a073643729ca880770f4
* Refactor. Rename AlbumView to AlbumSlotRenderer.Owen Lin2012-04-091-4/+5
| | | | Change-Id: I7d8d3586a910dac35975e4effa0d02528e2ccf98
* Draw less to improve performance.Owen Lin2012-04-091-10/+25
| | | | | | Also adjust the upload order to upload nearby textures first. Change-Id: I2d6a8807a14b4602882dd2e5c03030c356f49e47
* Refactor. Merge SelectionDrawer with SlotRenderer.Owen Lin2012-04-051-29/+4
| | | | Change-Id: Iaa50b2a78beb95fc83208a5f74cf612650cd8643
* Upload textures in background.Owen Lin2012-04-051-35/+68
| | | | Change-Id: I365f7be9aaab793366884249cbb10e8b6f0ab0e6
* Make all drawing happens in background.Owen Lin2012-04-051-295/+207
| | | | | | Also move more rendering code to SlotRenderers (AlbumSetView and AlbumView). Change-Id: I1d678711bfd3655a48bb4b99d8ca175e088bdffb
* Refactor. Make the code simpler.Owen Lin2012-03-261-7/+7
| | | | Change-Id: I2d3b7a1cfed17afcf6b7ee3e7bf1ca13ada8d9c3
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-141-0/+5
| | | | Change-Id: I27d3002e5bb745a597f52962fe24744c8329441c
* Reduce memory allocation and make small improvements.Chih-Chung Chang2012-02-221-7/+8
| | | | Change-Id: Iac3f302454119de6363cd5cfb158619e739b0536
* Try to use less of "Long" to make the program faster.Chih-Chung Chang2012-02-161-1/+1
| | | | Change-Id: I6adb870a8f2bca97318d0fbb6f42388aef4c19c1
* 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-3/+0
| | | | | | | | | 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
* Fix 5250813 Use new standardized no account screen on first launchRay Chen2011-10-061-11/+11
| | | | | | | This CL also fixes a bug in AlbumSetDataAdapter's ReloadTask, which causes empty screen after pause/resume. Change-Id: I7991d40a790384105ccb3021e1e51ba3e5ec8635
* Small UI tweak: only show fade-in animation when the bitmapChih-Chung Chang2011-09-291-2/+11
| | | | | | has not been available for rendering before. Change-Id: I57df7911c5afa7aa2eec910d0e21679ed978ddad
* Fix 5367072: Add thumbnail fade-in animation.Chih-Chung Chang2011-09-281-7/+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-13/+20
| | | | | | | | | | - 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-33/+56
| | | | Change-Id: I5f243c00ebac55a9b333a9e13d0cc9c371a85005
* Initial code for Gallery2.Owen Lin2011-08-181-0/+543
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c