summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/PhotoView.java
Commit message (Expand)AuthorAgeFilesLines
* Remove video play icon and tap to play behavior for panorama.Mangesh Ghiware2012-09-301-9/+2
* Debounce after quick fling towards camera but zoom if slowBobby Georgescu2012-09-281-5/+13
* Show a placeholder when the camera filmstrip is emptyBobby Georgescu2012-09-281-1/+1
* Several secure album changes.Wu-cheng Li2012-09-271-3/+12
* Grid/filmstrip switching behavior improvementsBobby Georgescu2012-09-251-28/+13
* Make ActionBar always present in filmstripBobby Georgescu2012-09-191-2/+2
* Don't switch back to fullscreen camera when flingingBobby Georgescu2012-09-171-1/+5
* Reskin: stop at first photo after swipe from cameraBobby Georgescu2012-09-111-1/+5
* Do not accept fling gesture after we changed from/to filmstrip mode.Chih-Chung Chang2012-09-111-6/+2
* Show play icon for panorama.George Mount2012-09-101-2/+9
* Reskin: switching between filmstrip and grid in albumBobby Georgescu2012-09-091-7/+17
* Fix tap to focus, back button to camera on MantaDoris Liu2012-09-051-2/+3
* Remove unused resources and fix some warnings.Owen Lin2012-08-301-29/+32
* Fix pinch out gesture for film strip mode on gingerbread.Hung-ying Tyan2012-08-291-0/+15
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-271-2/+2
* Ongoing reskin of Gallery appBobby Georgescu2012-08-241-2/+4
* Rotate the camera screen nail correctly in gingerbread.Wu-cheng Li2012-08-201-2/+10
* Rotate the texture in building PhotoFallbackEffectOwen Lin2012-08-081-3/+18
* Code clean up.Ahbong Chang2012-07-301-4/+3
* Fix for monkey-generated NPE in PhotoView from bug 6848371Bobby Georgescu2012-07-251-0/+1
* Fix the behavior of deleting the last picture.Chih-Chung Chang2012-06-261-13/+53
* Fade in/out the undo bar.Chih-Chung Chang2012-06-201-3/+53
* Fix scaling gesture responsiveness.Chih-Chung Chang2012-06-181-6/+15
* Add swipe-to-delete gesture.Chih-Chung Chang2012-06-181-43/+340
* Update the screen nail size even if screen nail is still the same one.Chih-Chung Chang2012-06-011-2/+1
* Move to final position after view size change.Chih-Chung Chang2012-05-301-1/+1
* Improve image size change handling.Chih-Chung Chang2012-05-291-44/+72
* Unlock orientation only when action bar is needed.Chih-Chung Chang2012-05-221-41/+22
* Add a new state uploading to UploadedTexture.Owen Lin2012-05-221-1/+0
* Limit the size of a ScreenNail.Owen Lin2012-05-221-1/+4
* Fix capture animation if we are far away from the camera preview.Chih-Chung Chang2012-05-211-15/+20
* Show gray tile for screennails not loaded yet.Chih-Chung Chang2012-05-171-91/+50
* Support Panorama preview.Angus Kong2012-05-171-2/+17
* Add transition animation for tapping from PhotoPage.Owen Lin2012-05-171-2/+33
* Revert "Support Panorama preview."Angus Kong2012-05-171-17/+2
* Support Panorama preview.Angus Kong2012-05-171-2/+17
* Fix card effect shown in opening animation.Yuli Huang2012-05-161-1/+2
* Avoid black screen when PhotoPage just starts.Yuli Huang2012-05-161-0/+4
* Better data change handling for PhotoDataAdapter and PhotoView.Chih-Chung Chang2012-05-111-41/+2
* Handle ScreenNail size change.Chih-Chung Chang2012-05-091-2/+2
* Better orientation change handling.Chih-Chung Chang2012-05-081-28/+47
* Add transition for card deck effect.Chih-Chung Chang2012-05-071-30/+48
* Fix 6429662: Video snapshot doesn't workChih-Chung Chang2012-05-071-8/+25
* Put play video icon at the same place of the screennails.Chih-Chung Chang2012-05-071-39/+62
* Fix 6399813: tapping on a photo that isn't in the middle of the screen doesn'...Chih-Chung Chang2012-05-041-1/+32
* Fix NPE in onFullScreenChanged message handler.Chih-Chung Chang2012-05-031-12/+19
* Show/hide action bar at the right time.Chih-Chung Chang2012-05-031-1/+10
* Fix the Camera controls disappearing after zooming problem.Chih-Chung Chang2012-05-021-7/+31
* Don't enter film mode automatically when moving from camera preview to picture.Chih-Chung Chang2012-05-011-24/+23
* Support drawing in different orientation in Gallery.Chih-Chung Chang2012-04-301-58/+209