summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only use SurfaceTexture.release and setIconAttribute on newer platforms.Chih-Chung Chang2012-07-131-1/+8
* Avoid using setSystemUiVisibility in old platforms.Yuli Huang2012-07-061-0/+2
* Don't test the EXTRA_LOCAL_ONLY before HC.Owen Lin2012-07-051-4/+2
* Remove dependencies on APIs only exist on newer platforms.Chih-Chung Chang2012-07-033-6/+19
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-034-10/+17
* Avoid using View.SYSTEM_UI_FLAG_LOW_PROFILE.The Android Open Source Project2012-07-021-4/+2
* Do not use NfcAdapter API in old platforms.Yuli Huang2012-06-291-10/+14
* Don't use Build.VERSION_CODES.Owen Lin2012-06-281-2/+1
* Don't reuse bitmaps in BitmapRegionDecoder before JB.Owen Lin2012-06-282-5/+58
* am 64cebdd1: am 6118af9d: Fix the behavior of deleting the last picture.Chih-Chung Chang2012-06-261-13/+53
|\
| * Fix the behavior of deleting the last picture.Chih-Chung Chang2012-06-261-13/+53
* | Merge "Use public OverScroller() instead of a hidden one.."Pin Ting2012-06-251-8/+8
|\ \
| * | Use public OverScroller() instead of a hidden one..Pin Ting2012-06-231-8/+8