Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
a70b4742a7a0b2edc57cbbbf83d2c6d43ebc300d
/
core
/
jni
0a82e80
Stop using LinkProperties for static configuration.
by Lorenzo Colitti
· 12 years ago
e364aec
Merge "camera2: Add jpeg metadata for LEGACY shim." into lmp-dev
by Ruben Brunk
· 12 years ago
1dc1326
camera2: Add jpeg metadata for LEGACY shim.
by Ruben Brunk
· 12 years ago
a9bc355
camera2: Fix shim aspect ratio scaling.
by Ruben Brunk
· 12 years ago
261e240
Merge "Disable verification based on vold.decrypt. [frameworks/base]" into lmp-dev
by Brian Carlstrom
· 12 years ago
df6c83f
Disable verification based on vold.decrypt. [frameworks/base]
by Brian Carlstrom
· 12 years ago
ec92397
Merge "Integrate NativeActivity with NativeBridge interfaces" into lmp-dev
by Calin Juravle
· 12 years ago
abd76d0
Integrate NativeActivity with NativeBridge interfaces
by Yong WU
· 12 years ago
29564cd
Remove system_server classes from the boot image.
by Narayan Kamath
· 12 years ago
3e19025
DNG: Fix row stride check.
by Ruben Brunk
· 12 years ago
ccf25c7b
Fix shared library bug in bag attributes
by Adam Lesinski
· 12 years ago
01db916
Pass the name of the native bridge library to the runtime
by Calin Juravle
· 12 years ago
6f03023
Remove dependency on SkPaintOptionsAndroid
by Derek Sollenberger
· 12 years ago
ce5bbbe
Move image classes options from art to AndroidRuntime [frameworks/base]
by Brian Carlstrom
· 12 years ago
0d8fb01
Disable compilation based on vold.decrypt. [frameworks/base]
by Brian Carlstrom
· 12 years ago
3fbfbb4
Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [frameworks/base]
by Brian Carlstrom
· 12 years ago
7964750
Move bitmap transforms out of bitmap ops
by Chris Craik
· 12 years ago
d1a7fca
Fix JNI error in exception reporting.
by Mathieu Chartier
· 12 years ago
b634e1b
AudioSystem: add API to query audio HW sync source
by Eric Laurent
· 12 years ago
01e840f
Add resize method for virtual displays
by Michael Wright
· 12 years ago
d3b8223
SoundTrigger API update.
by Eric Laurent
· 12 years ago
e9ad393
Add fontFeatureSettings to TextView and attrs
by Behdad Esfahbod
· 12 years ago
8e55492
Merge "Add outline alpha" into lmp-dev
by Chris Craik
· 12 years ago
77b5cad
Add outline alpha
by Chris Craik
· 12 years ago
805f6eb
Support FontFeatureSettings in Paint
by Behdad Esfahbod
· 12 years ago
ed1e696
Merge "Bump refcount of canvas created for Picture" into lmp-dev
by Raph Levien
· 12 years ago
febccd05
Bump refcount of canvas created for Picture
by Raph Levien
· 12 years ago
fa80f74
Add letter-spacing to Paint and TextView
by Behdad Esfahbod
· 12 years ago
73e8205
fix build
by John Reck
· 12 years ago
c41d941
Disable fallback chaining in Skia.
by Derek Sollenberger
· 12 years ago
af4d04c
Use RoundRect clipping for circle reveal animation
by Chris Craik
· 12 years ago
e21e2a2
Clean up Minikin includes
by Behdad Esfahbod
· 12 years ago
0288ca6
SensorManager API changes.
by Aravind Akella
· 12 years ago
5ec7896
Use new minikin Layout::doLayout() that doesn't use a CSS string
by Behdad Esfahbod
· 12 years ago
62dc176
rename AudioSystem::newAudioSessionId()
by Eric Laurent
· 12 years ago
701d6ff
AudioAttributes and AudioRecord.
by Jean-Michel Trivi
· 12 years ago
39c12fa
Use blob (shared memory) for large data in sound model/recognition event/config
by Sandeep Siddhartha
· 12 years ago
c8d6b6f
AudioTrack transfer mode in JNI
by Jean-Michel Trivi
· 12 years ago
058fc64
Connect shadow style attributes to renderer
by Chris Craik
· 12 years ago
1032332
Merge "camera2: Add noiseModel when saving DNG tag."
by Ruben Brunk
· 12 years ago
90d7a3e
Add read/writeBlob to Parcel
by Sandeep Siddhartha
· 12 years ago
b1971dc
camera2: Add noiseModel when saving DNG tag.
by Ruben Brunk
· 12 years ago
a753f4c
Move ClipBounds to native
by Chris Craik
· 12 years ago
c437f6e
Merge "Further centralize Minikin interaction" into lmp-dev
by Behdad Esfahbod
· 12 years ago
63c5c78
Further centralize Minikin interaction
by Behdad Esfahbod
· 12 years ago
b9333b5
Merge "Remove unused TextLayout.h" into lmp-dev
by Behdad Esfahbod
· 12 years ago
1fc6839
Remove unused TextLayout.h
by Behdad Esfahbod
· 12 years ago
cae05e0
Move Canvas.h to a new location so that it can be shared with HWUI.
by Derek Sollenberger
· 12 years ago
91838de
camera2: Fix LEGACY mode timestamps.
by Ruben Brunk
· 12 years ago
acb4099
Refactor text drawing to move minikin interactions outside of the canvas interface.
by Derek Sollenberger
· 12 years ago
866cf65
Make updateLocalMatrix replace the current Matrix.
by Leon Scroggins III
· 12 years ago
3b852e3
Rewriting android.text.format.Time without the native _tz functions
by Neil Fuller
· 12 years ago
c403a39
Merge "Make setter methods on Outline call setEmpty() based on params" into lmp-dev
by Chris Craik
· 12 years ago
0645128
Make setter methods on Outline call setEmpty() based on params
by Chris Craik
· 12 years ago
03666c7
Cleanup: Delete dead code.
by Sreeram Ramachandran
· 12 years ago
f23f5de
Merge "[Bitmap] Add null pointer protection in Bitmap_sameAs()" into lmp-dev
by Chris Craik
· 12 years ago
53001ca
[Bitmap] Add null pointer protection in Bitmap_sameAs()
by henry.uh_chen
· 12 years ago
6ba30b8
Add android.Paint that inherits SkPaint
by Behdad Esfahbod
· 12 years ago
2cb8c3c
Remove invalid SkASSERT that prevents us from running with SK_DEBUG
by Derek Sollenberger
· 12 years ago
8872b38
Separate Canvas JNI code from the implementation.
by Derek Sollenberger
· 12 years ago
d3de42c
Add RT-enabled reveal animator
by John Reck
· 12 years ago
3b0224d
Fix exceptions in ActivityRecognition platform stack.
by destradaa
· 12 years ago
580ff81
Revert "Separate Canvas JNI code from the implementation."
by John Reck
· 12 years ago
889fc94
Merge "Add accessibility text contrast setting" into lmp-dev
by Chris Craik
· 12 years ago
cce47eb
Add accessibility text contrast setting
by Chris Craik
· 12 years ago
514a8b8
Merge "Fix root RenderNode damage calculation" into lmp-dev
by John Reck
· 12 years ago
0a97330
Fix root RenderNode damage calculation
by John Reck
· 12 years ago
4990e4f
Launch processes running under the 'bluetooth' uid with CAP_WAKE_ALARM.
by Sharvil Nanavati
· 12 years ago
f5d6c55
Separate Canvas JNI code from the implementation. DO NOT MERGE
by Derek Sollenberger
· 12 years ago
757f0f3
Merge "Implement outline support for nine patches" into lmp-dev
by Chris Craik
· 12 years ago
47cd8e9
Implement outline support for nine patches
by Chris Craik
· 12 years ago
28c49c9
camera2: Update shader scaling matrix for legacy mode.
by Ruben Brunk
· 12 years ago
3089bed
Zygote: make libprocessgroup failures non-fatal
by Colin Cross
· 12 years ago
06b6cdae
Remove unnecessary code and APIs.
by Sreeram Ramachandran
· 12 years ago
a4fa3b5
Add support in the platform for Activity Recognition Hardware.
by destradaa
· 12 years ago
1397751
Merge "Define NETID_UNSET in ConnectivityManager."
by Paul Jensen
· 12 years ago
bcc76d3
Define NETID_UNSET in ConnectivityManager.
by Paul Jensen
· 12 years ago
e1f57d6
Camera2: Add CPU/GPU overhead measurement to legacy mode
by Eino-Ville Talvala
· 12 years ago
47e91f2
DNG: Implement remaining interface methods.
by Ruben Brunk
· 12 years ago
d66a871
Merge "Simplify Shader.setLocalMatrix."
by Leon Scroggins III
· 12 years ago
ab87983
Simplify Shader.setLocalMatrix.
by Leon Scroggins III
· 12 years ago
6bc2c2c
Convert Vpn from NetworkStateTracker to NetworkAgent.
by Paul Jensen
· 12 years ago
0161bbc
ActivityManager: use Process.killProcessGroup to kill forked processes
by Colin Cross
· 12 years ago
0769e55
android.os.Process: add killProcessGroup
by Colin Cross
· 12 years ago
b58d385
resolved conflicts for merge of f6be5a7a to master
by Elliott Hughes
· 12 years ago
f6be5a7
am f072fda1: am effcc83e: Merge "Switch frameworks/base/core/jni to the new icu."
by Elliott Hughes
· 12 years ago
effcc83
Merge "Switch frameworks/base/core/jni to the new icu."
by Elliott Hughes
· 12 years ago
92b1896
Switch frameworks/base/core/jni to the new icu.
by Elliott Hughes
· 12 years ago
9b72700
Fix extraneous allocation and copying
by Anish Athalye
· 12 years ago
525a66b
Adding print preview.
by Svet Ganov
· 12 years ago
ce75618
am 5aba0149: am b85afb38: Merge "Make dex2oat heap size product configurable [frameworks/base]"
by Brian Carlstrom
· 12 years ago
6d77eb9
Make dex2oat heap size product configurable [frameworks/base]
by Brian Carlstrom
· 12 years ago
2d067ba
am 29a9d27d: am 358a3f71: Merge "fix AudioTrack and AudioRecord JNI"
by Narayan Kamath
· 12 years ago
90d0b9e
fix AudioTrack and AudioRecord JNI
by Eric Laurent
· 12 years ago
2194963
am ce75618e: am 5aba0149: am b85afb38: Merge "Make dex2oat heap size product configurable [frameworks/base]"
by Brian Carlstrom
· 12 years ago
66c6747
Merge "SoundTrigger: update API"
by Eric Laurent
· 12 years ago
013f66b
SoundTrigger: update API
by Eric Laurent
· 12 years ago
1103b32
SkBitmap::Config is deprecated, use SkColorType
by Mike Reed
· 12 years ago
d4233c6
Initial code for listing/storing sound models
by Sandeep Siddhartha
· 12 years ago
d746057
Change new file installs to be cluster-based!
by Jeff Sharkey
· 12 years ago
Next »