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
*
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
*
Add Java wrappers for new atrace functionality.
Jeff Brown
2012-03-09
1
-0
/
+2
*
Split Parcel JNI details away from Binder.
Jeff Sharkey
2012-03-08
1
-0
/
+2
*
New Serial Manager API:
Mike Lockwood
2012-02-10
1
-0
/
+2
*
Rewrite SQLite database wrappers.
Jeff Brown
2012-01-12
1
-10
/
+4
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-6
/
+6
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-3
/
+3
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-04
1
-3
/
+3
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-7
/
+7
*
Rewrite NDEF parsing in Java, clean-up API.
Nick Pelly
2011-12-19
1
-4
/
+0
*
Add a new class to receive vsync events.
Jeff Brown
2011-12-05
1
-0
/
+2
*
Refactor InputQueue as InputEventReceiver.
Jeff Brown
2011-12-01
1
-2
/
+2
*
am f1062114: am a3cc20ff: Merge "Initialize egl_cache with an app writeable f...
Romain Guy
2011-11-10
1
-0
/
+2
|
\
|
*
Initialize egl_cache with an app writeable file
Romain Guy
2011-11-10
1
-0
/
+2
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-3
/
+3
|
/
*
NetworkManagement SocketTagger: Migrate QTagUid support to JNI.
JP Abgrall
2011-09-15
1
-0
/
+2
*
Remove ParcelSurfaceTexture and update MediaPlayer
Ted Bonkenburg
2011-08-11
1
-2
/
+0
*
Move extract native libraries to JNI code
Kenny Root
2011-07-26
1
-0
/
+2
*
Stop attempting to call the removed -Xdeadlockpredict option.
Elliott Hughes
2011-07-17
1
-9
/
+0
*
Don't break the build...
Romain Guy
2011-07-15
1
-1
/
+0
*
Remove unused code
Romain Guy
2011-07-15
1
-1
/
+0
*
Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build
Mike Lockwood
2011-07-13
1
-7
/
+0
*
Remove native EventRecurrence parser
Andy McFadden
2011-06-28
1
-2
/
+0
*
Merge "Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing ...
Jamie Gennis
2011-06-10
1
-0
/
+2
|
\
|
*
Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...
tedbo
2011-06-09
1
-0
/
+2
*
|
Remove obsolete code.
Romain Guy
2011-06-08
1
-2
/
+0
|
/
*
Support wrapping app processes to inject debug instrumentation.
Jeff Brown
2011-05-24
1
-14
/
+10
*
Full local backup infrastructure
Christopher Tate
2011-05-10
1
-1
/
+2
*
Rename ViewRoot to ViewAncestor.
Joe Onorato
2011-05-04
1
-2
/
+2
*
Allows to render with an OpenGL context inside a TextureView.
Romain Guy
2011-05-02
1
-0
/
+2
*
Initial checkin of spot presentation for touchpad gestures.
Jeff Brown
2011-04-19
1
-0
/
+2
*
Replace a custom AndroidRuntime::findClass with a more targeted fix.
Elliott Hughes
2011-04-13
1
-148
/
+54
*
Tolerate missing AccountManager resource, not just missing resource name
Brian Carlstrom
2011-04-07
1
-1
/
+1
*
Merge "Tracking merge of dalvik-dev to master"
Brian Carlstrom
2011-04-02
1
-0
/
+1
|
\
|
*
Tracking merge of dalvik-dev to master
Brian Carlstrom
2011-04-01
1
-0
/
+1
*
|
Add logging of graphics acceleration info to bugreports
Chet Haase
2011-04-01
1
-0
/
+2
|
/
*
Improve VelocityTracker numerical stability.
Jeff Brown
2011-03-15
1
-0
/
+2
*
UsbDevice: Move IO related methods to new UsbDeviceConnection class
Mike Lockwood
2011-03-11
1
-0
/
+2
*
Removing android.security.MessageDigest
Brian Carlstrom
2011-02-01
1
-5
/
+0
*
New APIs for USB host support:
Mike Lockwood
2011-01-22
1
-0
/
+4
*
Add a property for specifying a dalvik heap growth limit.
Carl Shapiro
2011-01-19
1
-0
/
+8
*
Support non-rectangular input regions.
Jeff Brown
2011-01-16
1
-1
/
+1
*
Add SurfaceTexture JNI registration.
Jamie Gennis
2011-01-06
1
-0
/
+2
*
Temporarily remove UsbManager support for USB host.
Mike Lockwood
2011-01-06
1
-2
/
+0
*
UsbManager: Add methods to convert between USB device names and IDs
Mike Lockwood
2010-12-29
1
-1
/
+2
*
Framework-side support for Dalvik "isSensitiveThread" hook.
Brad Fitzpatrick
2010-12-14
1
-0
/
+20
*
Add a comment regarding the sizing of the Dalvik heap.
Carl Shapiro
2010-12-08
1
-3
/
+5
*
Remove stale code and unneeded '\n' chars from findClass.
Carl Shapiro
2010-12-07
1
-31
/
+6
[next]