index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
android_runtime
Age
Commit message (
Expand
)
Author
2013-09-10
Remove dependency on JNIHelp header side effects.
Ruben Brunk
2013-08-06
Clearly separate consumer and producer interfaces
Mathias Agopian
2013-07-01
Move input library code to frameworks/native.
Jeff Brown
2013-04-22
Rewrite input handling for native applications
Michael Wright
2013-02-15
clean-up following Surface split
Mathias Agopian
2012-12-18
Rename ISurfaceTexture and SurfaceTexture
Andy McFadden
2012-09-07
Add support for Wifi display.
Jeff Brown
2012-08-27
Add plumbing for new surface flinger display API.
Jeff Brown
2012-03-28
Deleted the media, camera, drm related files since they are relocated
James Dong
2012-03-15
If an application calls System.exit() terminate it immediately.
Jeff Brown
2012-03-13
Fix spurious ANRs in native activities.
Jeff Brown
2012-02-17
frameworks/base refactoring.
Mathias Agopian
2012-02-17
frameworks/base refactoring.
Mathias Agopian
2012-02-13
Implement batching of input events on the consumer side.
Jeff Brown
2011-10-06
Clean up CursorWindow code.
Jeff Brown
2011-08-11
Remove ParcelSurfaceTexture and update MediaPlayer
Ted Bonkenburg
2011-06-22
Add method to create a ParcelSurfaceTexture from android.view.Surface.
tedbo
2011-06-13
Support for setting a ParcelSurfaceTexture as the MediaPlayer sink.
tedbo
2011-06-09
Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...
tedbo
2011-05-24
Support wrapping app processes to inject debug instrumentation.
Jeff Brown
2011-04-13
Replace a custom AndroidRuntime::findClass with a more targeted fix.
Elliott Hughes
2011-04-11
You don't need to poke around inside FileDescriptor manually.
Elliott Hughes
2011-03-04
Bug 3515073 Add ANativeWindow_fromSurfaceTexture
Glenn Kasten
2010-11-08
Tell system server whether the app handled input events.
Jeff Brown
2010-10-21
am 86f1b643: am bf5efba2: Merge "Fix issue #3117918: No way to finish a nativ...
Dianne Hackborn
2010-10-21
Fix issue #3117918: No way to finish a native activity
Dianne Hackborn
2010-09-15
am 14bc6b5d: am 09340a4b: Merge "Replace epoll() with poll() and rename PollL...
Jeff Brown
2010-09-14
Replace epoll() with poll() and rename PollLoop to Looper.
Jeff Brown
2010-09-07
am a1205f07: am 2d3739d4: Merge "Modify native ALooper to take an explicit id...
Dianne Hackborn
2010-09-07
Modify native ALooper to take an explicit ident.
Dianne Hackborn
2010-08-11
am 679ac09a: am a5ae50cd: Merge "More native work." into gingerbread
Dianne Hackborn
2010-08-11
More native work.
Dianne Hackborn
2010-08-04
Tracking merge of dalvik-dev to gingerbread
Brian Carlstrom
2010-07-30
Add support for dalvik.vm.extra-opts property.
Andy McFadden
2010-07-16
am 9c37e5ad: am 75a91389: Merge "Implement native key pre-dispatching to IMEs...
Dianne Hackborn
2010-07-15
Implement native key pre-dispatching to IMEs.
Dianne Hackborn
2010-07-13
am f8d9379b: am d76b67c3: IME events are now dispatched to native applications.
Dianne Hackborn
2010-07-13
IME events are now dispatched to native applications.
Dianne Hackborn
2010-07-09
am b14f325a: am 289b9b62: Add ANativeWindow API for directly drawing to the s...
Dianne Hackborn
2010-07-09
Add ANativeWindow API for directly drawing to the surface bits.
Dianne Hackborn
2010-06-30
Move MTP JNI code from libandroid_runtime to libmedia_jni
Mike Lockwood
2010-06-22
GPS: remove GpsEventThread from GpsLocationProvider
Mike Lockwood
2009-05-20
move libbinder's header files under includes/binder
Mathias Agopian
2009-03-31
AI 143840: Split VM initialization out into a separate function.
Andy McFadden
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project