summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-055-3/+92
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | SurfaceControl: Add colorTransform to DisplayInfoDan Stoza2015-09-031-0/+5
| | |/ / | |/| |
| * | | Save/restore errno in SIGCHLD handler.Christopher Ferris2015-08-311-0/+10
| | |/ | |/|
| * | Merge "Fix DngCreator default crop calculations." into mnc-dr-devRuben Brunk2015-08-281-32/+22
| |\ \
| | * | Fix DngCreator default crop calculations.Ruben Brunk2015-08-281-32/+22
| * | | am 4a8034ca: AudioTrack: error reporting for getTimestamp()Eric Laurent2015-08-271-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | AudioTrack: error reporting for getTimestamp()Eric Laurent2015-08-271-0/+3
| * | | am 9a010d0a: Merge "Allow debugging only for apps forked from zygote" into mn...Sebastien Hertz2015-08-181-6/+10
| |\ \ \ | | |/ /
| * | | am 1017f986: Merge "Camera2: Add camera type to getNumberOfCameras." into mnc...Eino-Ville Talvala2015-08-161-0/+6
| |\ \ \
| * \ \ \ am bf88205b: Fall back to persist.sys.language/country if locale isn\'t set.Narayan Kamath2015-08-121-27/+59
| |\ \ \ \
| * \ \ \ \ am b08c24a3: Frameworks/base: Disable Clang in core/jniAndreas Gampe2015-08-111-0/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge "camera2: Update DngCreator with bad pixel opcode." into mnc-dr-devRuben Brunk2015-08-071-2/+41
| |\ \ \ \ \ \
| | * | | | | | camera2: Update DngCreator with bad pixel opcode.Ruben Brunk2015-08-031-2/+41
| * | | | | | | am cb54ffb2: Merge "Protect runtime storage mount points." into mnc-devJeff Sharkey2015-08-061-3/+3
| |\ \ \ \ \ \ \
| * | | | | | | | Add boost to increase the load on newly-forked zygote processes.Tim Murray2015-08-052-0/+35
| * | | | | | | | am 7290d93d: Merge "Yell loudly about undefined behind in Bitmap, but work an...John Reck2015-08-041-1/+0
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | am 7469060e: Merge "Make vendor keys visible in Camera2 java APIs." into mnc-devRuben Brunk2015-08-031-0/+167
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Call getInstanceForPackage instead of creating a new SensorManager instance.Aravind Akella2015-07-301-1/+1
* | | | | | | | | | frameworks/base: fix: string out of boundary.Mallikarjuna Reddy Amireddy2015-11-041-3/+3
* | | | | | | | | | Remove Qualcomm BoostFrameworkSteve Kondik2015-11-013-214/+1
* | | | | | | | | | core: Reduce mutex contention in ActivityManagerSteve Kondik2015-10-281-12/+25
* | | | | | | | | | zygote: fix memory leak when fork processMykola Kondratenko2015-10-281-2/+2
* | | | | | | | | | themes: Fix strictmode warningsSteve Kondik2015-10-271-0/+5
* | | | | | | | | | nlh: Kill logspamSteve Kondik2015-10-271-1/+1
* | | | | | | | | | Allow sending vendor- or device-specific commands to the camera HAL.Danny Baumann2015-10-271-0/+15
* | | | | | | | | | Themes: Restructure resource cache [1/2]d34d2015-10-271-3/+13
* | | | | | | | | | Themes: Port to CM13 [1/3]Andy Mast2015-10-261-9/+171
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge "frameworks/base: Adjust ABI for 3rd party apps"Linux Build Service Account2015-10-121-1/+35
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | frameworks/base: Adjust ABI for 3rd party appsMaunik Shah2015-10-071-1/+35
* | | | | | | | | | frameworks/base: support for loading wfd whitelist dynamic librariesManu Prasad2015-10-071-0/+2
|/ / / / / / / / /
* | | | | | | | | SEEMP: Add more framework instrumentationWilliam Clark2015-10-063-0/+213
* | | | | | | | | ActivityTrigger: New class to invoke when activity starts/resumesTapas Kumar Kundu2015-10-063-1/+212
* | | | | | | | | Camera: Extend face detectionShuzhen Wang2015-10-061-3/+65
* | | | | | | | | audio: add support for extended audio encodingMingming Yin2015-10-061-0/+32
* | | | | | | | | Camera: Add feature extensionsShuzhen Wang2015-10-061-1/+81
* | | | | | | | | DO NOT MERGE: Fix DngCreator default crop calculations.Ruben Brunk2015-09-021-32/+22
* | | | | | | | | AudioTrack: error reporting for getTimestamp()Eric Laurent2015-08-281-0/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge "Allow debugging only for apps forked from zygote" into mnc-devSebastien Hertz2015-08-181-6/+10
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Allow debugging only for apps forked from zygoteSebastien Hertz2015-08-101-6/+10
| | |_|_|/ / / | |/| | | | |
* | | | | | | Camera2: Add camera type to getNumberOfCameras.Eino-Ville Talvala2015-08-141-0/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Fall back to persist.sys.language/country if locale isn't set.Narayan Kamath2015-08-121-27/+59
| |_|_|_|/ |/| | | |
* | | | | Frameworks/base: Disable Clang in core/jniAndreas Gampe2015-08-111-0/+4
|/ / / /
* | | | Protect runtime storage mount points.Jeff Sharkey2015-08-061-3/+3
| |_|/ |/| |
* | | Yell loudly about undefined behind in Bitmap, but work anywayJohn Reck2015-08-031-1/+0
| |/ |/|
* | Merge "Make vendor keys visible in Camera2 java APIs." into mnc-devRuben Brunk2015-08-031-0/+167
|\ \ | |/ |/|
| * Make vendor keys visible in Camera2 java APIs.Ruben Brunk2015-07-311-0/+167
* | Merge "Revert "Call getInstanceForPackage instead of creating a new SensorMan...Narayan Kamath2015-07-291-1/+1
|\ \
| * | Revert "Call getInstanceForPackage instead of creating a new SensorManager in...Narayan Kamath2015-07-291-1/+1
* | | Merge "Call getInstanceForPackage instead of creating a new SensorManager ins...Aravind Akella2015-07-291-1/+1
|\ \ \ | |/ /
| * | Call getInstanceForPackage instead of creating a new SensorManager instance.Aravind Akella2015-07-271-1/+1
| |/