summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Guard the use of SYSTEM_UI_FLAG_XXXX with TargetApiOwen Lin2012-06-221-5/+11
* | | am 254a6b42: am 82220026: Merge "Fade in/out the undo bar." into jb-devWei Huang2012-06-202-3/+112
|\ \ \ | |/ / |/| / | |/
| * Fade in/out the undo bar.Chih-Chung Chang2012-06-202-3/+112
* | Move LongSparseArray into Gallery for unbundling.Owen Lin2012-06-201-1/+1
|/
* Merge "Fix Gallery glitch due to ColorTexture." into jb-devWei Huang2012-06-181-1/+1
|\
| * Fix Gallery glitch due to ColorTexture.Owen Lin2012-06-191-1/+1
* | Fix scaling gesture responsiveness.Chih-Chung Chang2012-06-182-7/+16
* | Add swipe-to-delete gesture.Chih-Chung Chang2012-06-187-139/+750
|/
* Don't display loading text when loading album sets.Yuli Huang2012-06-111-5/+0
* Update the screen nail size even if screen nail is still the same one.Chih-Chung Chang2012-06-011-2/+1
* 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-302-3/+8
* Improve image size change handling.Chih-Chung Chang2012-05-292-60/+101
* Force to stop scrolling in filmstrip mode.Angus Kong2012-05-241-0/+1
* Merge "Put a black View in front of SurfaceView." into jb-devChih-Chung Chang2012-05-231-0/+17
|\
| * Put a black View in front of SurfaceView.Chih-Chung Chang2012-05-221-0/+17
* | Merge "Recycle textures when we don't need them." into jb-devWei Huang2012-05-226-35/+38
|\ \
| * | Recycle textures when we don't need them.Owen Lin2012-05-226-35/+38
| |/
* / Unlock orientation only when action bar is needed.Chih-Chung Chang2012-05-222-46/+34
|/
* Add a new state uploading to UploadedTexture.Owen Lin2012-05-2213-36/+62
* Hide status bar in lights out mode.Chih-Chung Chang2012-05-221-1/+5
* Reuse bitmap to prevent GC in TiledImageView.Owen Lin2012-05-224-77/+96
* Limit the size of a ScreenNail.Owen Lin2012-05-224-8/+26
* Fix 6360834 Select All is shown in place of Deselect all optionRay Chen2012-05-222-11/+24
* Fix capture animation if we are far away from the camera preview.Chih-Chung Chang2012-05-212-17/+42
* Use View.setSystemUiVisibility to enter/leave lights-out mode.Chih-Chung Chang2012-05-172-0/+7
* Merge "Show gray tile for screennails not loaded yet." into jb-devChih-Chung Chang2012-05-176-118/+176
|\