summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/app
Commit message (Collapse)AuthorAgeFilesLines
* option to set manufacturer specific parameters on startupcodeworkx2019-10-251-0/+8
| | | | Change-Id: If734a7f4c25465876e657926700763b9169d786e
* SnapdragonCamera: Fix camera can`t enter setting in pattern lockmingwax2016-11-101-0/+2
| | | | | | | | | | | | | | | | | RootCause: Missing flag of WindowManager.LayoutParames in SettingsActivity.java and SceneModeActivity.java. Solution: (1) Add windowManager.LayoutParams.FLAG_SHOW_WHEN _LOCKED in SettingsActivity.java and SceneModeActivity.java. (2) Change SettingsManager`s single instance, and guarantee SettingsManager only one instance. (3) When SettingsActivity.java and SceneModeActivity.java is invisible status, finish them and ensure data is updated in a timely manner. Change-Id: I3ac24b9b181055382849550e585d3be726e71595 CRs-Fixed: 1084871
* SnapdragonCamera: Adjust the low memory device thresholdJay Wang2016-06-241-1/+1
| | | | | | | | Remove Ubifocus and Opti-zoom from the scene mode when the device has memory less than 2GB Change-Id: Ie0b04a0786241fe7ba0035906c4dafe5215dc83e CRs-Fixed: 1003404
* SnapdragonCamera: Hiding optizoom and ubifocus on lowmemory deviceJack Yoo2016-03-221-1/+11
| | | | | | | Hiding optizoom and ubifocus scene mode menu on low memory device Change-Id: Ieb11f780e18479caca7ca788ca32fa949bd1a212 CRs-Fixed: 986681
* SnapdragonCamera: Use StorageManager for SDCardDivya Sharma2015-08-101-0/+2
| | | | | | --Use StorageManager instead of MountService for SDCard Change-Id: Ia5fd63a48c8ae79bfe44b7f5291e485ff7ced0af
* SnapdragonCamera: fix portrait orientationLikai Ding2015-02-021-42/+0
| | | | | | | | | | | | Fix camera activity to portrait, so there is no delay when rotation occurs. Main changes are: 1. RotateLayout now supports padding and dynamically added child. 2. Camera controls and gesture detetion are now orientation-aware. 3. Toasts are replaced with RotateTextToast. 4. Obselete layout files are removed. Change-Id: I338849bd7fb84b847eb357f771a24a5cc09bf6fa
* Camera2: Fix camera application memory leakGaoxiang Chen2014-04-241-1/+1
| | | | | | | | | | | | | This change fix potential memory leak of camera application when swith between camera and panorama: 1. free allocated frames in jni/Mosaic 2. use application context instead of acitivity context 3. clear disappearing children of ViewGroup explicitly 4. remove IdleHandler during camera exit CRs-fixed: 622518 Change-Id: I2583709489ab2cf1fc20865fe7d2a8f56f2763c9
* gcam: Add placeholder image.Ruben Brunk2013-10-282-1/+192
| | | | | | Bug: 11050749 Change-Id: I374c5919d6da0609fccd21c09775fa91894d5a24
* restore Usage StatisticsSeth Raphael2013-10-111-0/+2
| | | | | | | initialize was not being called anywhere. Bug: 11188914 Change-Id: I9b3ae094b2d22605c368c1ac38de80090a336894
* Respect system auto-rotate setting.Angus Kong2013-09-051-5/+10
| | | | | | bug:10623244 Change-Id: I66757e50daf487680ac4f49d854c0f49d672b6ff
* Bring back wide angle panorama.Angus Kong2013-09-044-12/+67
| | | | | | bug:10293937 Change-Id: I23a977e87b7416f07ecac20025b6c142ae61be05
* Clean up Gallery codes.Angus Kong2013-08-093-16/+160
| | | | | | bug:10263696 Change-Id: I3a16dba3aabe52b8103a2c591cfa39907265a263
* Changes required for building GoogleCamera.Sascha Haeberling2013-08-071-5/+37
| | | | Change-Id: I2ea7f4714e3003ff05eadb6cb8b93af721b39ac6
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-0/+11
Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc