summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/MenuHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Make dialog rotatable in Video mode.Angus Kong2011-11-071-20/+0
* Reset the video effect when camcorder application starts.Wu-cheng Li2011-10-201-1/+2
* Change the option menu items for Crespo.Angus Kong2011-09-281-1/+1
* Cleanup unused imports.Chung-yih Wang2011-08-191-1/+0
* Add mode picker for camera/camcorder/panaramorepo sync2011-07-291-14/+44
* Remove dead code and reduce visibility.Wu-cheng Li2011-05-171-25/+3
* Fix image/video capture intents are broken after switching cameras.Wu-cheng Li2011-03-141-6/+13
* Use crossfade transition when switching between still and video camera.Wu-cheng Li2011-02-211-1/+1
* Change AlertDialog.setIcon to setIconAttribute.Wu-cheng Li2011-01-181-1/+1
* Refactoring: Remove the dependency to ImageManager.Chia-chi Yeh2010-12-291-4/+5
* Refactoring: Reduce the dependency to the old gallery code.Chia-chi Yeh2010-12-271-2/+1
* Refactoring: Extract the space calculating code into a new class.Chia-chi Yeh2010-12-211-26/+0
* Cleanup: Remove MenuHelper.closeSilently().Chia-chi Yeh2010-12-201-10/+0
* am 2d96a8e2: Merge "Hardcode package/class to switch between camera and camco...Wu-cheng Li2010-09-281-8/+16
|\
| * Hardcode package/class to switch between camera and camcorder.Wu-cheng Li2010-09-281-8/+16
* | Added support for time lapse video capture.Nipun Kwatra2010-08-101-0/+1
|/
* Support switching between multiple cameras.Chih-Chung Chang2010-06-231-14/+1
* Show better message to users if camera fails to access sdcard.Wu-cheng Li2010-05-281-0/+1
* Add switch to Camera/VideoCamera menu item.Chih-Chung Chang2010-03-151-0/+22
* Camera should have the com.android.camera package name.Romain Guy2010-03-101-1/+1
* Unbundle: change camera package name.Chih-Chung Chang2010-03-081-0/+2
* Remove unused code.Chih-Chung Chang2010-03-051-612/+0
* Remove unused code.Chih-Chung Chang2010-03-041-204/+0
* Enable enter and exit animations; and use overridePendingTransitionWei-Ta Chen2010-02-241-0/+3
* Use public api instead of hidden member. Don't use internal resource.Chih-Chung Chang2010-01-061-2/+1
* Fix issue 2343916 Camera application does not obey date format setting.Ray Chen2010-01-051-2/+5
* Remove "display name" and always use "title" field in display (same as Gallery).Chih-Chung Chang2010-01-051-1/+1
* am df926b6e: Fix 2265947 Blank screen when invoking gallery view intent from ...Ray Chen2009-11-171-1/+1
|\
| * Fix 2265947 Blank screen when invoking gallery view intent from cameraRay Chen2009-11-171-1/+1
* | am 05d20c0c: Improve 2237074: Make preview start earlier.Chih-Chung Chang2009-11-051-1/+2
|\ \ | |/
| * Improve 2237074: Make preview start earlier.Chih-Chung Chang2009-11-041-1/+2
* | Remove some more code.Owen Lin2009-11-041-27/+0
* | Clean up and add comments for classes.Chih-Chung Chang2009-11-031-0/+1
* | Clean up and add comments for classes.Chih-Chung Chang2009-11-021-3/+5
* | Remove unused code in Camera app.Owen Lin2009-10-291-63/+0
|/
* Chagne CropImage invocation to non-explicit.Cheng-Ru Lin2009-10-211-4/+4
* Fix some warnnings reported by eclipse.Owen Lin2009-09-241-44/+0
* Remove trailing spaces for easier code review.Ray Chen2009-09-211-2/+2
* Update Camera to use new ExifInterface API.Chih-Chung Chang2009-09-181-7/+76
* Use the new exif interface API.Chih-Chung Chang2009-09-161-17/+23
* Remove switch menu item in both Camera and Camcorder.Owen Lin2009-09-111-22/+0
* Clean menu creation code.Chih-Chung Chang2009-09-081-37/+45
* Clean menu helper code.Chih-Chung Chang2009-09-071-30/+20
* Fix 1977974: For photos without location data, don't offer to "Show on Maps"Chih-Chung Chang2009-09-071-2/+15
* Code clean up.Chih-Chung Chang2009-09-071-1/+1
* Fix the warnings shown in Eclipse. That is, removing unused field,Owen Lin2009-08-191-4/+2
* Make CropImage always fullscreen.Wu-cheng Li2009-07-311-1/+0
* Make CropImage support fullscreen extra.Wu-cheng Li2009-07-301-0/+1
* Fix 1836138: Crash (permissions) when sharing from Email/Gmail --> Gallery --...Chih-Chung Chang2009-07-101-6/+23
* Move reverse geocoder to AsyncTask and update location information asynchrono...repo sync2009-07-101-36/+37