summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/PhotoView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not use card effect for camera screen nail.Wu-cheng Li2012-04-261-1/+1
* Fix 6376466 After deleting photo, the next one will be shown too darkRay Chen2012-04-251-5/+2
* Don't do capture animation if we don't have Camera ScreenNail.Chih-Chung Chang2012-04-251-2/+6
* Add capture animation in Gallery.Chih-Chung Chang2012-04-241-40/+119
* In filmstrip, show placeholders for pictures not loaded yet.Chih-Chung Chang2012-04-191-22/+57
* Allow filmstrip to scroll before the screennail is loaded.Chih-Chung Chang2012-04-191-2/+3
* Film strip should be accessible only when an image is its default state.Chih-Chung Chang2012-04-181-2/+7
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-56/+10
* Add new filmstrip mode for PhotoView.Chih-Chung Chang2012-04-101-523/+618
* Remove FilmStripView.Chih-Chung Chang2012-04-021-7/+0
* Use SurfaceTexture to show Camera preview.Chih-Chung Chang2012-04-021-13/+16
* Patch 2 for master.Chih-Chung Chang2012-03-261-1/+24
* New effect in photo browsing.Chih-Chung Chang2012-03-221-29/+164
* Fix incorrect initial position/scale of opening animations.Yuli Huang2012-03-211-19/+11
* Create a ScreenNail interface so we can add other types of screenails.Chih-Chung Chang2012-03-211-68/+52
* Aggregate three gesture detectors.Chih-Chung Chang2012-03-141-77/+56