| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |