summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge "Keep a reference to the local matrix. Bug #3299324"Romain Guy2011-01-041-6/+0
|\
| * Keep a reference to the local matrix.Romain Guy2011-01-041-6/+0
* | Merge "when cursorwindow allocation fails, print the number of cursors left o...Vasu Nori2011-01-041-19/+13
|\ \ | |/ |/|
| * when cursorwindow allocation fails, print the number of cursors left openVasu Nori2011-01-041-19/+13
* | UsbManager: Add methods to convert between USB device names and IDsMike Lockwood2010-12-293-2/+66
|/
* resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9Vasu Nori2010-12-212-6/+12
* Revert "bug:2448371 cursorwindow size moved to resource xml file."Vasu Nori2010-12-202-12/+6
* bug:2448371 cursorwindow size moved to resource xml file.Vasu Nori2010-12-202-6/+12
* Demo hack!Dianne Hackborn2010-12-181-3/+30
* Fix a constructor declaration to match its definition.Carl Shapiro2010-12-171-1/+1
* Eliminate tracked allocations and the inNativeAlloc option.Carl Shapiro2010-12-174-129/+6
* Fix PANU - Bluetooth tethering - JNI calls.Jaikumar Ganesh2010-12-161-5/+2
* Allow a JNI local ref to be passed directly into globalRef().Patrick Dubroy2010-12-152-4/+17
* Turn fatal assertion in decodeRegion into a warning.Patrick Dubroy2010-12-153-6/+24
* Use clear names for native APIIrfan Sheriff2010-12-151-6/+6
* Merge "Handle supplicant stop correctly"Irfan Sheriff2010-12-151-2/+8
|\
| * Handle supplicant stop correctlyIrfan Sheriff2010-12-151-2/+8
* | Merge "Allocate bitmap backing buffers in the Java heap."Patrick Dubroy2010-12-147-120/+269
|\ \
| * | Allocate bitmap backing buffers in the Java heap.Patrick Dubroy2010-12-147-120/+269
| |/
* | Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences()Brad Fitzpatrick2010-12-141-2/+1
|/
* Framework-side support for Dalvik "isSensitiveThread" hook.Brad Fitzpatrick2010-12-141-0/+20
* Fix issue #3258849: Grab thumbnail when exiting an app via backDianne Hackborn2010-12-131-5/+20
* Merge "WPS fixes and refactor"Irfan Sheriff2010-12-131-7/+10
|\
| * WPS fixes and refactorIrfan Sheriff2010-12-131-7/+10
* | Avoid SIGSEGV in Bitmap_writeToParcel.Jack Palevich2010-12-131-1/+9
|/
* Remove function when Bluetooth is not present in the hardware.Jaikumar Ganesh2010-12-131-3/+2
* Add direct calls to Bluez to add SDP records.Jaikumar Ganesh2010-12-131-0/+75
* Add ability to reuse bitmaps when decoding PNG contentChet Haase2010-12-101-1/+4
* Add ability to reuse bitmaps when loading new contentChet Haase2010-12-091-3/+24
* Merge "Change assets to use 64-bit API"Kenny Root2010-12-085-15/+15
|\
| * Change assets to use 64-bit APIKenny Root2010-12-085-15/+15
* | Add a comment regarding the sizing of the Dalvik heap.Carl Shapiro2010-12-081-3/+5
* | Remove stale code and unneeded '\n' chars from findClass.Carl Shapiro2010-12-071-31/+6
* | Merge "Add support for fallback keycodes."Jeff Brown2010-12-072-1/+38
|\ \
| * | Add support for fallback keycodes.Jeff Brown2010-12-072-1/+38
| |/
* | Add a property to set the starting size of a VM.Carl Shapiro2010-12-071-0/+6
|/
* Add inPreferQualityOverSpeed into BitmapFactory.Options.Wei-Ta Chen2010-12-063-0/+12
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-305-33/+101
* Merge "fix int vs. pointer mismatch in return statement. Add missing include ...Olivier Bailly2010-11-291-1/+1
|\
| * fix int vs. pointer mismatch in return statement.Olivier Bailly2010-11-181-1/+1
* | Merge "Don't leak."Dianne Hackborn2010-11-291-23/+61
|\ \
| * | Don't leak.Dianne Hackborn2010-11-291-23/+61
* | | fix messages from sqlite layer in c++ code to be useful.Vasu Nori2010-11-291-5/+9
|/ /
* | Change rotation freeze to all be implemented in window manager.Dianne Hackborn2010-11-241-9/+53
* | am 096c4c44: am 251384a7: Merge "Improve performance when getting styled stri...Brad Fitzpatrick2010-11-191-21/+0
|\ \
| * \ am 251384a7: Merge "Improve performance when getting styled string."Brad Fitzpatrick2010-11-191-21/+0
| |\ \
| | * | Improve performance when getting styled string.Peter Eliasson2010-11-181-21/+0
| * | | am 00e5dd44: Merge "Fix JNI reference leak in NativeActivity. (DO NOT MERGE)"...Jeff Brown2010-11-101-0/+2
| |\ \ \
| | * \ \ Merge "Fix JNI reference leak in NativeActivity. (DO NOT MERGE)" into gingerb...Jeff Brown2010-11-101-0/+2
| | |\ \ \
| | | * | | Fix JNI reference leak in NativeActivity. (DO NOT MERGE)Jeff Brown2010-11-081-0/+2