summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix compilation issue when DEBUG_GLYPHS define is activated"Fabrice Di Meglio2011-10-201-1/+1
|\
| * Fix compilation issue when DEBUG_GLYPHS define is activatedFabrice Di Meglio2011-10-191-1/+1
* | Notify a Bitmap is has changed when calling copyPixelFromBufferRomain Guy2011-10-181-0/+1
|/
* Deprecate local-only CursorWindows.Jeff Brown2011-10-121-4/+3
* Use ashmem for CursorWindows.Jeff Brown2011-10-112-230/+160
* Merge changes Idbfeb3cc,I03e8e2e7,Iff9eed78Jeff Brown2011-10-072-232/+108
|\
| * Fix regression in CursorWindow.getString()Jeff Brown2011-10-071-2/+8
| * Clean up CursorWindow lifetime.Jeff Brown2011-10-071-229/+99
| * Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown2011-10-071-1/+1
* | Merge "Restore broken CursorWindow.getType behavior. Bug: 5430009"Jeff Brown2011-10-071-2/+4
|\ \ | |/
| * Restore broken CursorWindow.getType behavior.Jeff Brown2011-10-071-2/+4
* | Merge "Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS...Fabrice Di Meglio2011-10-076-247/+187
|\ \ | |/ |/|
| * Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest...Fabrice Di Meglio2011-10-076-247/+187
* | Clean up CursorWindow code.Jeff Brown2011-10-062-436/+353
|/
* Fix handling of "allow fds" state.Dianne Hackborn2011-10-031-3/+12
* Transfer large bitmaps using ashmem.Jeff Brown2011-10-031-6/+23
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-12/+31
* Merge "Fix potential issue with the TextLayoutCache with glyphs"Fabrice Di Meglio2011-10-031-1/+3
|\
| * Fix potential issue with the TextLayoutCache with glyphsFabrice Di Meglio2011-09-301-1/+3
* | Improve TextLayoutCache performances a bitFabrice Di Meglio2011-09-302-25/+38
|/
* Merge "Fix bug # 5376028 Arabic text is kinda broken - disappearing glyphs"Fabrice Di Meglio2011-09-271-15/+4
|\
| * Fix bug # 5376028 Arabic text is kinda broken - disappearing glyphsFabrice Di Meglio2011-09-261-15/+4
* | Merge "Switch to cfg based signal_poll command"Irfan Sheriff2011-09-261-28/+0
|\ \
| * | Switch to cfg based signal_poll commandIrfan Sheriff2011-09-261-28/+0
* | | Revert "Transfer large bitmaps using ashmem. Bug: 5224703"Bart Sears2011-09-251-23/+6
* | | Transfer large bitmaps using ashmem.Jeff Brown2011-09-231-6/+23
| |/ |/|
* | Merge "Fix bug #5332081 TextLayoutCache needs to be able to have more cache h...Fabrice Di Meglio2011-09-237-150/+186
|\ \
| * | Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-217-150/+186
| |/
* | am b20d378c: Merge "Don\'t crash during full backup when CheckJNI is enabled"...Christopher Tate2011-09-231-4/+4
|\ \
| * | Don't crash during full backup when CheckJNI is enabledChristopher Tate2011-09-231-4/+4
* | | am 5f0ef5fb: Fix jpeg callback is lost if setPreviewCallbackWithBuffer has be...Wu-cheng Li2011-09-211-25/+14
|\ \ \ | |/ / | | / | |/ |/|
| * Fix jpeg callback is lost if setPreviewCallbackWithBuffer has been called.Wu-cheng Li2011-09-211-25/+14
* | TextLayoutCacheKey needs to store start and count.Jeff Brown2011-09-191-0/+2
* | TextLayoutCache code refactoringFabrice Di Meglio2011-09-194-133/+47
* | Merge "Fix potential leak in TextLayouCache"Fabrice Di Meglio2011-09-192-3/+25
|\ \
| * | Fix potential leak in TextLayouCacheFabrice Di Meglio2011-09-182-3/+25
* | | Make TextLayoutCache no more dependent on ICUFabrice Di Meglio2011-09-183-82/+75
|/ /
* | Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache ...Fabrice Di Meglio2011-09-187-306/+240
* | Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-167-240/+306
* | NetworkManagement SocketTagger: Migrate QTagUid support to JNI.JP Abgrall2011-09-153-0/+100
|/
* Merge "Velocity Tracker II: The Revenge of Velocity Tracker Bug: 5265529"Jeff Brown2011-09-141-0/+62
|\
| * Velocity Tracker II: The Revenge of Velocity TrackerJeff Brown2011-09-141-0/+62
* | Fix issue #5155678: Portrait > Landscape full-screen transition...Dianne Hackborn2011-09-141-6/+6
* | Merge "Fix some TextLayoutCache issues"Fabrice Di Meglio2011-09-142-20/+16
|\ \ | |/ |/|
| * Fix some TextLayoutCache issuesFabrice Di Meglio2011-09-132-20/+16
* | Fix a compile error when debug is turned onMatthew Xie2011-09-121-1/+1
|/
* Add error codes for channel disconnection / connection.Jaikumar Ganesh2011-09-083-46/+82
* Make Bluetooth Health APIs public.Jaikumar Ganesh2011-09-081-1/+2
* Fix bug #5274332 TextLayoutCache is having multiple instancesFabrice Di Meglio2011-09-076-32/+26
* Merge "Fix JNI leak in copyStringToBuffer Bug: 5244396"Jeff Brown2011-08-311-2/+0
|\