| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the shutter button is clicked in the photo view, the interface will
be in the SNAPSHOT_IN_PROGRESS state until the picture is
taken. During this state, the app is unresponsive and if there is an
issue with the camera HAL, the app may not leave this state.
Let's restart the camera if the shutter is clicked a second time
during this state and redo the snapshot. Previously, the app only
registered that the shutter was pressed a second time and tried to
take a second picture after the previous snapshot was finished.
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|\
| |
| |
| | |
https://android.googlesource.com/platform/packages/apps/LegacyCamera into replicant-6.0
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
02301db045 am: 529b548597
am: 4b2c9d6005
Change-Id: I7aca5d67077ce7603b15a83c362fa516e9615b84
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 529b548597
Change-Id: Ifb6fabf15f1e74fecfafe1f7854553083c544375
|
| | | |\
| | |/ /
| | | |
| | | |
| | | |
| | | | |
am: 02301db045
Change-Id: I0dfa52fa470876beb8248397352a1ec299f4bb41
|
| | | |\ |
|
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add parentheses around negative literals and parameters beside operators.
Bug: 28705665
Test: build with clang-tidy
Change-Id: I137330a75fecd571ad6444ebde3d9c5c70e15ef1
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
am: 323cb09f89
* commit '323cb09f8965758e2ad4d4c0f7196d4307d2f953':
Fix misc-macro-parentheses warnings.
Change-Id: Ic5337829ee5a53770f1f352cc5700defccffe8bd
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
am: e3d129de20
* commit 'e3d129de200cd3ddd9bd5c63c54f032808a14816':
Fix misc-macro-parentheses warnings.
Change-Id: If3860faa8b582fa71a0aae72f5d7b795f53bf98a
|
| | | |\ \
| | | | |/
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
am: d2cf3bda69
* commit 'd2cf3bda69b1286b6d2736a4e66a7e8b9cacc153':
Fix misc-macro-parentheses warnings.
Change-Id: I42e8a186d9f165135f4185e25be4f55506631420
|
| | | | |\
| | | |/ / |
|
| | | |/
| | | |
| | | |
| | | |
| | | | |
Bug: 28705665
Change-Id: I034d8a7ff0ca6dbe179f5362f601cffc5b9522cf
|
| |\ \ \
| | |/ /
| | | /
| | |/
| |/|
| | |
| | |
| | |
| | | |
am: 892f4f594d
* commit '892f4f594d0a158ef57ea0e2493822bc005edd49':
Prevent camera app crashes on changing hw.camera.* settings
Change-Id: Ic45745e8911c8ba7240be749b453e0d770b3ac18
|
| | |\
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
am: 996546fcf4
* commit '996546fcf4058d98d9aceecb4086283e17ae6c9d':
Prevent camera app crashes on changing hw.camera.* settings
Change-Id: I372bf5a00f021c89abda49966bc12eaca97a80c5
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If the AVD's config.ini changes hw.camera.*, this is effectively,
connecting/disconnecting camera hardware, and the current
way in which camera settings are handled assumes
that the set of cameras never changes, which can lead to
the camera app crashing if the camera app was used successfuly
with one configuration of hw.camera.* and then
the AVD was restarted with a different configuration.
In particular, the crash happens if the number of cameras
has been reduced since the last run, and the camera app
is looking up a preferred camera ID that is not supported
by the new number of cameras.
bug: 28417929
BUG: https://code.google.com/p/android/issues/detail?id=206945
Change-Id: Ib0e26ae77d376f31f3cc281e386d3c67291c1edc
(cherry picked from commit 8f339abd9245577c348f5ba22322e8801c21faf8)
|
| |
| |
| |
| |
| |
| |
| | |
also readd legacymosaic as required module, but not sure if that helps
the preview is slower than on Replicant 4.2
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|\ \
| |/
| |
| | |
Android 6.0.1 release 3
|
| |\
| | |
| | |
| | |
| | | |
* commit '33e2880955ff459f976ae4ffe5aced65e0e25e53':
Add missing <string.h> include.
|
| | |\ |
|
| | |/
| | |
| | |
| | | |
Change-Id: I985a631fcca9553e046ae63e03f1aba6f2ff812e
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit 'e48f33822a29d0cf0d72b68eb53e9662790e3fdb':
Use and older standard version.
|
| | |\ |
|
| | |/
| | |
| | |
| | |
| | | |
Bug: 18466763
Change-Id: I87f8e4c0e797caaaf7d7731ca0b2932e4aee5df6
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '090283cfff2a09f1ea960fd2ef87564099027ab0':
Remove deprecated locales - DO NOT MERGE
|
| | |
| | |
| | |
| | | |
Change-Id: I451ab9f4007679305f67f9ae657f49464caf64e0
|
| |/
| |
| |
| | |
Change-Id: If35bd5efef047bcf7316c445559dfe16886ddbe6
|
| |\
| | |
| | |
| | |
| | | |
* commit 'd9b5d8941d1ec47ff391da2b8cc8ec90f902062f':
Use just LOCAL_JNI_SHARED_LIBRARIES to install JNI libs.
|
| | |\ |
|
| | |/
| | |
| | |
| | | |
Change-Id: I2595238a8295150a211f172d0cbef1ed6b217ea1
|
| | |
| | |
| | |
| | | |
Change-Id: I2595238a8295150a211f172d0cbef1ed6b217ea1
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '8e944e6303d1c952929989f56da6b9d97bb54b3c':
Loading the corresponding library in LegacyCamera app
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The LegacyCamera app is loading wrong library in MosaicRenderer.java.
It causes the camera app crash in the SDK image when changing
the camera to panorma mode.
Change-Id: I4c20af796622dd0e76a86ed7249d9b8fa54837b9
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
Legacycamera app"
* commit 'be2086dee3fac7f0a07d329021bfa7cb449d916b':
Fix the loading library issue of panorama mode in Legacycamera app
|
| | |\ \
| | | |/
| | |/| |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The Legacycamera app requires libjni_legacymosaic module,
and this module is included in the makefile.
But in the implementation code, it loads the libjni_mosaic module.
This patch changed the loading library to fix crash issue
when using panorama mode in the Legacycamera.
Change-Id: Id7d4192b076412c674ef716c9ffcb31fe5cb6619
Signed-off-by: Jun Tian <jun.j.tian@intel.com>
Signed-off-by: Zhu Yanglinx <yanglinx.zhu@intel.com>
Signed-off-by: Chang Panfeng <panfengx.chang@intel.com>
|
| |/
| |
| |
| |
| |
| | |
Bug:11340849
Change-Id: I1c3fa9731b4d20f16bcfb88d070fba263086563e
|
| |\
| | |
| | |
| | | |
Change-Id: I498b24819154fc97ab5f846cd088810d68a982ea
|
|\ \ \ |
|
| |\ \ \
| | |/ /
| | | |
| | | | |
Android 4.3 release 2.1
|
| | |\ \
| | | | |
| | | | |
| | | | | |
Change-Id: Idee820191b52f081d94c11787fe89452e1bf073d
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I2ea9993738430f8c59f9e69cd2f75e6acccdc9eb
|
|/ / / /
| | | |
| | | |
| | | | |
Change-Id: I28d969f38fecec7db37dd68c85d481f81ae027c0
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ic044d581295240a69d296b802875f99a5e59e903
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I26f7ada118874d00667e7a4373ceae10adcb30de
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I76cf6e803b7b39110288669119c86bf1c4ed6de7
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
From staging branch
Patchset 2: Spacing of copyright
Change-Id: I1756752f688f445da2016228ddb797c6ef914773
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
PS2: Trying to make Cid happy!
Commit for staging: http://review.cyanogenmod.org/#/c/37279/
Change-Id: I5dc049f17b395e620b3fbaebe99881931dca6365
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Id73109fd772128e52b69332f55c39174ae32b428
|