summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge "AudioFormat: more compressed formats" into mnc-devEric Laurent2015-05-201-0/+20
|\
| * AudioFormat: more compressed formatsEric Laurent2015-05-191-0/+20
* | Merge "Query HTTP proxy for network via a new API to avoid permissions except...Paul Jensen2015-05-191-0/+6
|\ \
| * | Query HTTP proxy for network via a new API to avoid permissions exceptionsPaul Jensen2015-05-181-0/+6
* | | Merge "Check that the parcel contained the expected amount of region data." i...Derek Sollenberger2015-05-191-3/+7
|\ \ \
| * | | Check that the parcel contained the expected amount of region data.Derek Sollenberger2015-05-181-3/+7
* | | | Merge "Add -round and -notround qualifier to android runtime/aapt" into mnc-devAdam Powell2015-05-181-0/+11
|\ \ \ \
| * | | | Add -round and -notround qualifier to android runtime/aaptAdam Lesinski2015-05-151-0/+11
* | | | | Add internal bitmap api for creating immutable ashmem backed bitmaps.Riley Andrews2015-05-183-0/+53
* | | | | Use ashmem to optimize all bitmap copies.Riley Andrews2015-05-184-35/+204
| |/ / / |/| | |
* | | | Merge "Ensure that unparcelling Region only reads the expected number of byte...Derek Sollenberger2015-05-181-3/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Ensure that unparcelling Region only reads the expected number of bytesDerek Sollenberger2015-05-131-3/+8
* | | | Merge "SkScalarDiv and its variants are deprecated" into mnc-devJérôme Poichet2015-05-162-4/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | SkScalarDiv and its variants are deprecatedMike Reed2015-05-132-4/+3
| |/ /
* | | Merge "Adjust light source for window position" into mnc-devAlan Viverette2015-05-152-7/+12
|\ \ \
| * | | Adjust light source for window positionAlan Viverette2015-05-142-7/+12
* | | | Merge "Check for setting to already set" into mnc-devJohn Reck2015-05-141-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Check for setting to already setJohn Reck2015-05-141-0/+7
* | | | Merge "Revert "Revert "Add new MotionEvent actions for button press and relea...Michael Wright2015-05-142-2/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "Revert "Add new MotionEvent actions for button press and release.""Michael Wright2015-05-142-2/+21
* | | | Merge "Revert "Add new MotionEvent actions for button press and release."" in...Michael Wright2015-05-142-21/+2
|\ \ \ \ | |/ / /
| * | | Revert "Add new MotionEvent actions for button press and release."Michael Wright2015-05-142-21/+2
* | | | Merge "Add new MotionEvent actions for button press and release." into mnc-devMichael Wright2015-05-142-2/+21
|\ \ \ \ | |/ / /
| * | | Add new MotionEvent actions for button press and release.Michael Wright2015-05-142-2/+21
* | | | Merge "Allow partial playback parameter settings in AudioTrack" into mnc-devAndy Hung2015-05-141-10/+32
|\ \ \ \
| * | | | Allow partial playback parameter settings in AudioTrackAndy Hung2015-05-131-10/+32
* | | | | Merge "Replace JNI primitive array critical calls with non-critical ones." in...Hiroshi Yamauchi2015-05-1311-1875/+2892
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Replace JNI primitive array critical calls with non-critical ones.Hiroshi Yamauchi2015-05-1211-1875/+2892
| |/ / /
* | | | Merge "camera2: Fix DngCreator default crop size." into mnc-devRuben Brunk2015-05-131-1/+1
|\ \ \ \
| * | | | camera2: Fix DngCreator default crop size.Ruben Brunk2015-05-121-1/+1
* | | | | Add hyphenationFrequency attribute to TextView and StaticLayout.Roozbeh Pournader2015-05-121-3/+5
| |/ / / |/| | |
* | | | Merge "MediaSync: address API review." into mnc-devWei Jia2015-05-081-19/+19
|\ \ \ \
| * | | | MediaSync: address API review.Wei Jia2015-05-081-19/+19
* | | | | Merge "Improve keying for theme caches, rebase system theme on config change"...Alan Viverette2015-05-071-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improve keying for theme caches, rebase system theme on config changeAlan Viverette2015-05-061-0/+8
| | |_|/ | |/| |
* | | | Update the rowBytes when reconfiguring to match the new imageInfo.Derek Sollenberger2015-05-071-1/+1
* | | | Merge "Add warning if an in-use Bitmap is reconfigured" into mnc-devJohn Reck2015-05-076-25/+44
|\ \ \ \
| * | | | Add warning if an in-use Bitmap is reconfiguredJohn Reck2015-05-066-25/+44
| | |_|/ | |/| |
* | | | Merge "Implement audio routing callbacks" into mnc-devEric Laurent2015-05-066-2/+275
|\ \ \ \ | |/ / / |/| | |
| * | | Implement audio routing callbacksEric Laurent2015-05-066-2/+275
* | | | Merge "Cleanup properties" into mnc-devChris Craik2015-05-052-20/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Cleanup propertiesChris Craik2015-05-052-20/+10
| |/ /
* | | Merge "Add API for obtaining changing configurations bitmask from Theme" into...Alan Viverette2015-05-051-0/+9
|\ \ \
| * | | Add API for obtaining changing configurations bitmask from ThemeAlan Viverette2015-05-051-0/+9
| |/ /
* | | Merge "AudioRecord JNI: use default UID / PID" into mnc-devJean-Michel Trivi2015-05-051-0/+1
|\ \ \
| * | | AudioRecord JNI: use default UID / PIDJean-Michel Trivi2015-05-051-0/+1
* | | | Attempt to solve the double-GC problemJohn Reck2015-05-047-342/+655
| |/ / |/| |
* | | Merge "Remove Bitmap#getSkBitmap" into mnc-devJohn Reck2015-05-043-44/+51
|\ \ \
| * | | Remove Bitmap#getSkBitmapJohn Reck2015-05-013-44/+51
* | | | Merge "Move AssetAtlas off of SkBitmap*" into mnc-devJohn Reck2015-05-041-0/+8
|\ \ \ \ | |/ / /