summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/PositionController.java
Commit message (Expand)AuthorAgeFilesLines
* remove actionbar sherlockJohn Reck2012-12-121-6/+2
* Gingerbread support-ishJohn Reck2012-10-311-2/+6
* Big refactor, additions to state transition animationsBobby Georgescu2012-10-171-1/+1
* Consistent animations & up button behavior in GalleryBobby Georgescu2012-10-161-1/+1
* Don't film strip animate when switching camerasJohn Reck2012-10-051-4/+4
* Debounce after quick fling towards camera but zoom if slowBobby Georgescu2012-09-281-6/+6
* Snap a photo to the center after fling ends in filmstripBobby Georgescu2012-09-211-3/+1
* Remove unused resources and fix some warnings.Owen Lin2012-08-301-1/+3
* Make transition from album page to photo page even smootherBobby Georgescu2012-08-261-3/+1
* Improvements in animation from album page to photo pageBobby Georgescu2012-08-211-1/+2
* Remove dependencies on APIs only exist on newer platforms.Chih-Chung Chang2012-07-031-1/+1
* Use public OverScroller() instead of a hidden one..Pin Ting2012-06-231-8/+8
* Fix scaling gesture responsiveness.Chih-Chung Chang2012-06-181-1/+1
* Add swipe-to-delete gesture.Chih-Chung Chang2012-06-181-84/+229
* Improve scale gesture snapback.Chih-Chung Chang2012-05-311-23/+48
* If the focused box was at minimal scale, we try to make it theChih-Chung Chang2012-05-301-0/+9
* Move to final position after view size change.Chih-Chung Chang2012-05-301-2/+7
* Improve image size change handling.Chih-Chung Chang2012-05-291-16/+29
* Force to stop scrolling in filmstrip mode.Angus Kong2012-05-241-0/+1
* Unlock orientation only when action bar is needed.Chih-Chung Chang2012-05-221-5/+12
* Fix capture animation if we are far away from the camera preview.Chih-Chung Chang2012-05-211-2/+22
* Show gray tile for screennails not loaded yet.Chih-Chung Chang2012-05-171-1/+3
* Smooth opening animation by modifying interpolation curve.Yuli Huang2012-05-171-2/+4
* Fix card effect shown in opening animation.Yuli Huang2012-05-161-0/+16
* Avoid black screen when PhotoPage just starts.Yuli Huang2012-05-161-1/+1
* Add transition for card deck effect.Chih-Chung Chang2012-05-071-3/+52
* Fix 6399813: tapping on a photo that isn't in the middle of the screen doesn'...Chih-Chung Chang2012-05-041-0/+10
* Fix black screen when viewing Gmail image file attachment.Chih-Chung Chang2012-05-011-1/+2
* Support drawing in different orientation in Gallery.Chih-Chung Chang2012-04-301-100/+185
* Add capture animation in Gallery.Chih-Chung Chang2012-04-241-26/+68
* In filmstrip, show placeholders for pictures not loaded yet.Chih-Chung Chang2012-04-191-3/+6
* Allow filmstrip to scroll before the screennail is loaded.Chih-Chung Chang2012-04-191-36/+23
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-2/+1
* Slower scrolling for fling in filmstrip mode.Chih-Chung Chang2012-04-171-8/+18
* Define max height/width for each picture in filmstrip mode.Chih-Chung Chang2012-04-161-6/+20
* Reduce padding between photos, from 96 pixels to 16 dp.Chih-Chung Chang2012-04-161-1/+1
* Add new filmstrip mode for PhotoView.Chih-Chung Chang2012-04-101-485/+1137
* Patch 2 for master.Chih-Chung Chang2012-03-261-4/+23
* Fix incorrect initial position/scale of opening animations.Yuli Huang2012-03-211-9/+16
* Reorganize import for all files.Owen Lin2012-03-141-5/+4
* Fix b/5948180: Photo is repositioned during being scaled.Yuli Huang2012-03-081-1/+1
* Use AnimationTime for animation caluclation.Chih-Chung Chang2012-03-051-2/+2
* Fix b/6064909: Photo might not be snapped back correctly.Yuli Huang2012-03-011-15/+21
* Fix b/5624131: Panning enlarged photo switches images by mistake.Yuli Huang2012-02-291-24/+48
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-5/+6
* Revert "Use FloatMath instead of Math."Chih-Chung Chang2012-02-101-5/+5
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-5/+5
* Patch.Chih-Chung Chang2012-01-121-2/+11
* Fix 5254974: Add EdgeEffect for PhotoView.Chih-Chung Chang2011-10-131-6/+67
* Fix 5319007: Add fling to PhotoView.Chih-Chung Chang2011-10-051-104/+142