summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect texture size causing artifacts in animationBobby Georgescu2012-09-171-6/+4
* Don't switch back to fullscreen camera when flingingBobby Georgescu2012-09-171-1/+5
* Animate correctly when opening single-photo albumBobby Georgescu2012-09-132-0/+33
* Merge "Reskin: stop at first photo after swipe from camera" into gb-ub-photos...Bobby Georgescu2012-09-111-1/+5
|\
| * Reskin: stop at first photo after swipe from cameraBobby Georgescu2012-09-111-1/+5
* | Add the UI elements for video trim activity.Teng-Hui Zhu2012-09-111-1/+3
|/
* Do not accept fling gesture after we changed from/to filmstrip mode.Chih-Chung Chang2012-09-111-6/+2
* Merge "Remove the space before colons in details." into gb-ub-photos-archesOwen Lin2012-09-101-2/+2
|\
| * Remove the space before colons in details.Owen Lin2012-09-051-2/+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
* | Increase threshold for logging texture size warningsBobby Georgescu2012-09-041-1/+2
|/
* Remove unused resources and fix some warnings.Owen Lin2012-08-304-36/+39
* Merge "Fix OOM in TileImageView." into gb-ub-photos-archesOwen Lin2012-08-292-6/+9
|\
| * Fix OOM in TileImageView.Owen Lin2012-08-292-6/+9
* | Merge "Reskin: Correctly position rotated thumbs in album listing" into gb-ub...Bobby Georgescu2012-08-291-5/+3
|\ \
| * | Reskin: Correctly position rotated thumbs in album listingBobby Georgescu2012-08-291-5/+3
| |/
* / Fix pinch out gesture for film strip mode on gingerbread.Hung-ying Tyan2012-08-291-0/+15
|/
* Fix some UI bugs in using SherlockActionBar.Owen Lin2012-08-281-1/+3
* add the menu button to support trimmingTeng-Hui Zhu2012-08-271-0/+2
* Reskin: show placeholder color before album label is readyBobby Georgescu2012-08-261-4/+6
* Make transition from album page to photo page even smootherBobby Georgescu2012-08-261-3/+1
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-2716-126/+120
* Ongoing reskin of Gallery appBobby Georgescu2012-08-249-33/+46
* Fix NPE, ANRs in GalleryBobby Georgescu2012-08-231-4/+12
* Fix ANRs in GalleryBobby Georgescu2012-08-231-12/+9
* Improvements in animation from album page to photo pageBobby Georgescu2012-08-213-2/+51
* Rotate the camera screen nail correctly in gingerbread.Wu-cheng Li2012-08-201-2/+10
* Fix some bugs introduced by the ActionBarWrapper.Owen Lin2012-08-161-0/+1
* Add SimpleMenuXXX implementation for the Gingerbread platform.Owen Lin2012-08-151-2/+20
* Extract the action bar interface.Owen Lin2012-08-152-75/+44
* Merge "Extract EXIF info only for JPEG files" into gb-ub-photos-archesOwen Lin2012-08-131-2/+0
|\
| * Extract EXIF info only for JPEG filesOwen Lin2012-08-131-2/+0
* | Show album counts in Gallery & other small reskin fixesBobby Georgescu2012-08-132-8/+10
|/
* Merge "First gallery reskin iteration." into gb-ub-photos-archesBobby Georgescu2012-08-105-14/+24
|\
| * First gallery reskin iteration.Bobby Georgescu2012-08-095-14/+24
* | Guard SurfaceTextureScreenNail with TargetApi.Wu-cheng Li2012-08-101-0/+1
|/
* Merge "Hold WakeLock during MTP import" into gb-ub-photos-archesBobby Georgescu2012-08-082-1/+28
|\
| * Hold WakeLock during MTP importBobby Georgescu2012-08-082-1/+28
* | Rotate the texture in building PhotoFallbackEffectOwen Lin2012-08-081-3/+18
|/
* Move motion event related methods to class MotionEventHelper.Ahbong Chang2012-08-071-94/+2
* Do not use ShareActionProvider before API 14.Wu-cheng Li2012-08-012-15/+45
* Manually transform the event coordinates on older platforms.Chih-Chung Chang2012-08-011-1/+94
* Fix some lint warnings in Gallery.Owen Lin2012-07-301-0/+2
* Code clean up.Ahbong Chang2012-07-3021-15/+85
* Use actual selection for album/photo detailsMichael Kolb2012-07-262-8/+7
* Fix for monkey-generated NPE in PhotoView from bug 6848371Bobby Georgescu2012-07-251-0/+1
* Use our own OverScroller for backward compatibility.Owen Lin2012-07-241-1/+1
* Make CustomMenu compatible with API level 10.Owen Lin2012-07-174-117/+271