summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Update AndroidRuntime with dalvik-dev changesBrian Carlstrom2010-08-241-52/+28
* Merge "Use getMinFrameCount() instead of querying AudioSystem directly." into...Chia-chi Yeh2010-08-192-43/+20
|\
| * Use getMinFrameCount() instead of querying AudioSystem directly.Chia-chi Yeh2010-08-192-43/+20
* | DO NOT MERGE. Fix the build.Romain Guy2010-08-191-1/+2
* | DO NOT MERGE. Load assets in place instead of deferring until draw.Romain Guy2010-08-191-4/+2
* | Merge "Add OBB flags to support overlays" into gingerbreadKenny Root2010-08-191-0/+3
|\ \
| * | Add OBB flags to support overlaysKenny Root2010-08-181-0/+3
* | | Fix a bug, where one thread is using JNIEnv associated with another thread.Wei-Ta Chen2010-08-192-9/+22
|/ /
* | Merge "Fix possible race conditions during channel unregistration." into ging...Jeff Brown2010-08-171-30/+69
|\ \
| * | Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-30/+69
| |/
* | DO NOT MERGE WifiLock extensions for high performance modeIrfan Sheriff2010-08-171-0/+10
* | Do JPEG tile-based decoding.Joseph Wen2010-08-1711-140/+510
|/
* DO NOT MERGE WLAN: Reset power save mode to startup value after DHCP response.Mikael Kanstrup2010-08-131-0/+15
* More native work.Dianne Hackborn2010-08-114-7/+166
* Tracking merge of dalvik-dev to gingerbreadBrian Carlstrom2010-08-041-1/+40
* Add Blocked Device property.Jaikumar Ganesh2010-08-041-0/+1
* Added SensorManager.getMinDelay()Mathias Agopian2010-07-291-0/+3
* Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-7/+7
* Fixed bug in BitmapFactory.decodeStreamGilles Debunne2010-07-231-3/+5
* propagate sensor event rate properlyMathias Agopian2010-07-211-3/+3
* Merge "new SensorService" into gingerbreadMathias Agopian2010-07-212-84/+69
|\
| * new SensorServiceMathias Agopian2010-07-192-84/+69
* | Added support for auxiliary audio effects to AudioTrack and MediaPlayer.Eric Laurent2010-07-211-0/+40
|/
* Ignore attempts to finish events on unregistered channels.Jeff Brown2010-07-161-1/+7
* Re-use existing Surface objects when reading them from parcels.Jamie Gennis2010-07-161-4/+2
* Merge "Implement native key pre-dispatching to IMEs." into gingerbreadDianne Hackborn2010-07-151-44/+208
|\
| * Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-44/+208
* | Add API to call to vold for mounting OBBsKenny Root2010-07-153-1/+99
|/
* Add support for new input sources.Jeff Brown2010-07-156-32/+54
* Fix jni registration typoChristopher Tate2010-07-151-1/+1
* Merge "More StrictMode work, keeping Binder & BlockGuard's thread-locals in-s...Brad Fitzpatrick2010-07-151-1/+67
|\
| * More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-151-1/+67
* | Add native C APIs for working with the Asset ManagerChristopher Tate2010-07-151-4/+8
|/
* Merge "The ICU data is no longer compiled directly into the shared library." ...Joe Onorato2010-07-151-1/+0
|\
| * The ICU data is no longer compiled directly into the shared library.Joe Onorato2010-07-131-1/+0
* | IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-34/+303
* | Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-131-1/+1
|/
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-094-83/+124
* Add new glue code for writing native apps.Dianne Hackborn2010-07-081-2/+2
* Add new native Looper API.Dianne Hackborn2010-07-022-3/+25
* Get to the point of being able to do native drawing.Dianne Hackborn2010-07-011-2/+6
* Make real API for native code to get its window.Dianne Hackborn2010-07-014-29/+94
* Add ability to guard a thread against setting its own prio to bgChristopher Tate2010-06-301-0/+39
* Implement default key handling for native code.Dianne Hackborn2010-06-302-16/+144
* Update native activity & event APIs to follow correct conventions.Dianne Hackborn2010-06-291-12/+17
* Native input event dispatching.Jeff Brown2010-06-285-133/+2
* Do not log AT command traffic by default.Nick Pelly2010-06-241-2/+2
* Added support for audio sessions in MediaPlayer and AudioTrack.Eric Laurent2010-06-221-4/+29
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-222-3/+70
* Merge "GPS: remove GpsEventThread from GpsLocationProvider" into gingerbreadMike Lockwood2010-06-221-2/+4
|\