summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/SlotView.java
Commit message (Collapse)AuthorAgeFilesLines
* Animate correctly when opening single-photo albumBobby Georgescu2012-09-131-0/+10
| | | | | Bug: 7164177 Change-Id: I5ce60a8e842e3ddf0e356568f17ee488edef23cd
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-271-6/+4
| | | | | | bug: 6927267 Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
* Ongoing reskin of Gallery appBobby Georgescu2012-08-241-1/+2
| | | | | | | | | | Bug: 7050303 Moved the majority of color settings from hardcoded to colors.xml in order to allow rapid iteration with UX input. Started changing some colors and layouts to reflect latest UX mocks. Change-Id: I300338e9f75c71f3ed3f36140d16e893387f3184
* Add transition animation for tapping from PhotoPage.Owen Lin2012-05-171-22/+0
| | | | | bug:6383694 Change-Id: Ib457d6b636dafd3f8ef7340bfa85725f14d90bd0
* Add animation for the paddings in SlotView.Owen Lin2012-05-141-13/+63
| | | | | bug:6383118 Change-Id: I034be207f73b027de448cef562a534f986d0cbe1
* Add prominent highlights for touch feedback.Yuli Huang2012-04-241-8/+8
| | | | | | | | Mimic the system UI to fade out highlights on touch releases. bug:6145331 bug:5379176 Change-Id: I44c9245a926b2c5eb46b28d494c6393ba7f0c30c
* Fix NPE in SlotView.Owen Lin2012-04-181-12/+18
| | | | | | | | | This NPE is actually a concurrent issue. We shall lock renderring when we clean up the slots' data. But it didn't, so it may access to null data. Change-Id: I2a8abfbb77f83bd9a240477fa53216ce69b7774d fix: 6302487 fix: 6308873
* Upload textures in background.Owen Lin2012-04-051-6/+10
| | | | Change-Id: I365f7be9aaab793366884249cbb10e8b6f0ab0e6
* Make all drawing happens in background.Owen Lin2012-04-051-0/+6
| | | | | | Also move more rendering code to SlotRenderers (AlbumSetView and AlbumView). Change-Id: I1d678711bfd3655a48bb4b99d8ca175e088bdffb
* Remove Position and PositionRepository.Owen Lin2012-04-021-18/+70
| | | | | | Also fix a regression introduced in previous change. Change-Id: I534c8ca7838f3518856cf48878dd49beeb331562
* Refactor. Make the code simpler.Owen Lin2012-03-261-123/+69
| | | | Change-Id: I2d3b7a1cfed17afcf6b7ee3e7bf1ca13ada8d9c3
* Remove unused code.Chih-Chung Chang2012-02-231-24/+0
| | | | Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
* Cache animation time value to reduce work and synchronize animation.Chih-Chung Chang2012-02-171-3/+3
| | | | Change-Id: I00081bc6037c01dafc56cf017dcc1da448c1d106
* Make GLCanvas a bit faster.Chih-Chung Chang2012-02-161-5/+7
| | | | | | | | (1) make a faster version of translate(x, y). (2) make mapPoints() faster. (3) avoid calling canvas.rotate() when it is not needed. Change-Id: I364e2aa3fc9ee81c43f42f3af8b2d30a1241b482
* Fix b/5948042: Incorrect scrolling position after deleting pictures.Yuli Huang2012-02-131-1/+2
| | | | | | | Scrolling position may not be updated correctly after deleting some pictures. Change-Id: I82de2cf1178ed1f97e48162a0e3bdf00a34d9bad
* Make sure startAnimation won't be called after onPause.Owen Lin2011-11-171-2/+12
| | | | | Change-Id: I6c5238394b2ad64e22fbcb250ecd1534da7e8d03 fix: 5629252
* Fix 5533861: Correct the thumbnail area hit testing calculation.Chih-Chung Chang2011-10-311-2/+6
| | | | Change-Id: I3a9229497c955628cb49c42c0ee02c41eaadd705
* Fix 5250813 Use new standardized no account screen on first launchRay Chen2011-10-061-6/+6
| | | | | | | This CL also fixes a bug in AlbumSetDataAdapter's ReloadTask, which causes empty screen after pause/resume. Change-Id: I7991d40a790384105ccb3021e1e51ba3e5ec8635
* Fix 5367072: Add thumbnail fade-in animation.Chih-Chung Chang2011-09-281-5/+13
| | | | Change-Id: I1101721c703d6dcb98f11178d54d65446f74ce06
* Fix 5223982: Add animation when scrolling hits the edge.Chih-Chung Chang2011-09-261-7/+32
| | | | Change-Id: I3c5191af3fe44ba835ae9b22755613a933065bcd
* Fix 5223982: Adding one pixel transparent border around the texture.Chih-Chung Chang2011-09-231-3/+0
| | | | | | 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-2/+34
| | | | | | | | | | - 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-25/+99
| | | | Change-Id: I5f243c00ebac55a9b333a9e13d0cc9c371a85005
* Initial code for Gallery2.Owen Lin2011-08-181-0/+607
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c