summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Check to make sure the Java camera object is still valid on theDave Sparks2009-06-301-0/+4
* Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-011-1/+4
* Merge changes 5548,5549 into donutAndroid (Google) Code Review2009-06-261-2/+10
|\
| * Add an extra null terminator. String8::unlockBuffer isJoe Onorato2009-06-261-2/+10
* | Merge change 5544 into donutAndroid (Google) Code Review2009-06-261-42/+6
|\ \
| * | Pipe all the camera callbacks to Java to facilitate the additionDave Sparks2009-06-261-42/+6
| |/
* | Expand support for different screen sizes.Dianne Hackborn2009-06-261-2/+3
|/
* framework: process: Set the control group of a thread to the background groupSan Mehat2009-06-261-2/+2
* Make the BackupHelperDispatcher properly handle multiple helpers.Joe Onorato2009-06-253-1/+255
* move ui/Time.cpp to core/jni, since this is the only place it is usedMathias Agopian2009-06-254-1/+290
* Skip spaces and tabs in readProcLines()Amith Yamasani2009-06-251-1/+1
* Use a ref-counted callback interface for Camera.Dave Sparks2009-06-241-182/+156
* Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-225-102/+67
* Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995.Wei-Ta Chen2009-06-221-24/+30
* Merge change 4792 into donutAndroid (Google) Code Review2009-06-191-0/+2
|\
| * when we reset a paint, it should return to the state it was in when it was fi...Mike Reed2009-06-191-0/+2
* | gps: Set SUPL server via hostname rather than IP address.Mike Lockwood2009-06-191-3/+5
* | Make RestoreHelper and friends also write out the snapshot state.Joe Onorato2009-06-183-1/+98
* | Fix runtime restarts due to sending the wrong flags to dbus.Nick Pelly2009-06-181-11/+21
|/
* Merge change 4515 into donutAndroid (Google) Code Review2009-06-174-0/+4
|\
| * Tell DBUS not to call _exit() if the DBUS connection disconnects.Nick Pelly2009-06-174-0/+4
* | checkpoint BackupDatAInput / RestoreHelperJoe Onorato2009-06-161-28/+19
* | Merge change 4299 into donutAndroid (Google) Code Review2009-06-151-5/+40
|\ \
| * | Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.Jack Palevich2009-06-151-5/+40
| |/
* | process: Fix bug where if a thread exited while we were changing its controlSan Mehat2009-06-151-24/+16
|/
* Fix some backup reader/writer issues; make local transport do backupChristopher Tate2009-06-142-36/+47
* Fix the jni initializer.Joe Onorato2009-06-121-1/+1
* Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods...Joe Onorato2009-06-125-6/+212
* Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato2009-06-111-8/+16
* GpsLocationProvider: Add hooks for GPS location injection.Mike Lockwood2009-06-111-0/+7
* process: Clean up cgroup managementSan Mehat2009-06-101-19/+27
* Change exceptions to RuntimeException.Wu-cheng Li2009-06-101-8/+6
* rename a few files to camel-case, add copyright noticesMathias Agopian2009-06-042-2/+2
* Modify the decoding logic in the FD case when a purgeable flag is set,Wei-Ta Chen2009-06-031-2/+5
* Allow creating AssetFileDescriptors for MemoryFiles.Bjorn Bringert2009-06-031-4/+26
* Use JNI region calls in MemoryFile read and write.Bjorn Bringert2009-06-021-6/+2
* Unmap memory in MemoryFile.close().Bjorn Bringert2009-05-291-15/+35
* Merge change 2432 into donutAndroid (Google) Code Review2009-05-272-39/+51
|\
| * Make android_runtime to not include libemoji but use dlopen() instead.Daisuke Miyakawa2009-05-272-39/+51
* | Merge change 2331 into donutAndroid (Google) Code Review2009-05-261-25/+9
|\ \
| * | Fix issue 1846343 - part 1Eric Laurent2009-05-261-25/+9
| |/
* | wifi: Fix problem parsing RSSI when the AP name contains a space.Mike Lockwood2009-05-251-1/+6
|/
* Sensors: Use a native_handle for the data channel instead of a single file de...Mike Lockwood2009-05-231-6/+31
* Hook up the backup data writer, and add a utility to read the backup data files.Joe Onorato2009-05-204-5/+77
* Fix bad filtering of error code when set_position_mode() is being called.David 'Digit' Turner2009-05-201-1/+1
* process: Add setProcessGroup() hidden API call to set the cgroup ofSan Mehat2009-05-191-0/+31
* Fix bug 1856713 gl Pointer functions should use Buffer positionJack Palevich2009-05-152-16/+34
* Start using CLDR for some date-and-time strings and formats.Eric Fischer2009-05-151-0/+11
* Get the backup calling through to the file backup helper.Joe Onorato2009-05-141-8/+13
* Merge change 1057 into donutAndroid (Google) Code Review2009-05-121-1/+40
|\