index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
jni
/
AndroidRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move PdfDocument to android.graphics.pdf
Svetoslav
2013-09-19
1
-2
/
+2
*
Register jni objs in CreateJavaOutputStreamAdaptor
Leon Scroggins III
2013-09-06
1
-0
/
+2
*
The VM handles blocking SIGPIPE.
Elliott Hughes
2013-08-21
1
-15
/
+0
*
Launch VM with -XX:LowMemoryMode if ro.config.low_ram is "true".
Mathieu Chartier
2013-08-20
1
-0
/
+6
*
Merge "Remove a fixed-length buffer in the wifi code." into klp-dev
Elliott Hughes
2013-08-19
1
-2
/
+2
|
\
|
*
Remove a fixed-length buffer in the wifi code.
Elliott Hughes
2013-08-16
1
-2
/
+2
*
|
Richer ParcelFileDescriptor close events.
Jeff Sharkey
2013-08-16
1
-2
/
+0
|
/
*
Camera2 API: Rename package to android.hardware.camera2
Eino-Ville Talvala
2013-07-30
1
-2
/
+2
*
get rid of PixelFormatInfo and simplify things
Mathias Agopian
2013-07-25
1
-2
/
+0
*
Initial camera device implementation
Igor Murashkin
2013-06-26
1
-0
/
+2
*
Revert "Initial camera device implementation"
Igor Murashkin
2013-06-25
1
-2
/
+0
*
Initial camera device implementation
Igor Murashkin
2013-06-24
1
-0
/
+2
*
Merge "Generate PDF from Canvas."
Svetoslav Ganov
2013-06-21
1
-0
/
+2
|
\
|
*
Generate PDF from Canvas.
Svetoslav Ganov
2013-06-19
1
-0
/
+2
*
|
Remove libdvm dependency
Brian Carlstrom
2013-06-20
1
-0
/
+3
|
/
*
Process new system property for max JIT cache size
buzbee
2013-05-24
1
-0
/
+9
*
libutils clean-up
Mathias Agopian
2013-05-07
1
-1
/
+0
*
am 4d32a367: am 2787ba25: Merge "Register EGLExt JNI methods" into jb-mr2-dev
Jesse Hall
2013-05-07
1
-0
/
+2
|
\
|
*
Register EGLExt JNI methods
Jesse Hall
2013-05-06
1
-0
/
+2
*
|
Pack preloaded framework assets in a texture atlas
Romain Guy
2013-05-02
1
-0
/
+2
|
/
*
Fix GLES30 JNI registration
Jesse Hall
2013-04-29
1
-0
/
+2
*
Rewrite input handling for native applications
Michael Wright
2013-04-22
1
-0
/
+2
*
Use input transport for communications between app and IME.
Jeff Brown
2013-03-26
1
-0
/
+2
*
Merge "split Surface in two classes: SurfaceControl and Surface"
Mathias Agopian
2013-02-14
1
-2
/
+2
|
\
|
*
split Surface in two classes: SurfaceControl and Surface
Mathias Agopian
2013-02-14
1
-2
/
+2
*
|
Parse network stats using native code.
Jeff Sharkey
2013-02-13
1
-0
/
+2
|
/
*
am fec5f611: Merge "It\'s 2012. We\'re always WITH_JIT."
Elliott Hughes
2012-11-07
1
-8
/
+0
|
\
|
*
It's 2012. We're always WITH_JIT.
Elliott Hughes
2012-11-06
1
-8
/
+0
|
*
Remove StatFs from AndroidRuntime JNI
Kenny Root
2012-08-16
1
-2
/
+0
*
|
Fix target utilization property_get.
Ian Rogers
2012-10-01
1
-1
/
+1
*
|
Extra GC heap configuration parameters.
Ian Rogers
2012-09-23
1
-0
/
+24
*
|
Add support for Wifi display.
Jeff Brown
2012-09-07
1
-0
/
+2
*
|
Add plumbing for new surface flinger display API.
Jeff Brown
2012-08-27
1
-0
/
+2
*
|
Remove StatFs from AndroidRuntime JNI
Kenny Root
2012-08-16
1
-2
/
+0
*
|
Add display manager skeleton.
Jeff Brown
2012-07-25
1
-2
/
+0
*
|
Delete various Bluetooth files for stack integration.
Jaikumar Ganesh
2012-07-13
1
-12
/
+0
*
|
EGL 1.4 bindings generated by glgen
Thomas Tafertshofer
2012-07-10
1
-0
/
+2
|
/
*
resolved conflicts for merge of 9855f6e2 to jb-dev-plus-aosp
Kenny Root
2012-06-08
1
-0
/
+2
|
\
|
*
Add JNI bindings for some of the libselinux interfaces.
Stephen Smalley
2012-03-30
1
-0
/
+2
|
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)
Steve Block
2012-01-19
1
-6
/
+6
|
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)
Steve Block
2012-01-19
1
-3
/
+3
|
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)
Steve Block
2012-01-19
1
-3
/
+3
|
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)
Steve Block
2012-01-19
1
-7
/
+7
|
*
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)
Steve Block
2012-01-19
1
-3
/
+3
*
|
Move power HAL interactions to PowerManagerService.
Jeff Brown
2012-05-11
1
-2
/
+0
*
|
Bump the interpreter stack size for the main thread.
Elliott Hughes
2012-04-12
1
-0
/
+4
*
|
Request key maps from input manager service.
Jeff Brown
2012-04-10
1
-2
/
+4
*
|
If an application calls System.exit() terminate it immediately.
Jeff Brown
2012-03-15
1
-6
/
+20
*
|
Delete useless JNI methods.
Jeff Brown
2012-03-15
1
-31
/
+6
*
|
Handle view properties at the native level
Chet Haase
2012-03-12
1
-0
/
+2
[next]