index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge "Fix some input device mapping bugs with certain drivers." into gingerb...
Jeff Brown
2010-08-18
1
-68
/
+92
|
\
\
|
*
|
Fix some input device mapping bugs with certain drivers.
Jeff Brown
2010-08-18
1
-68
/
+92
|
|
/
*
|
Keep track of remaining fd when devices are removed
Jens Gulin
2010-08-18
1
-8
/
+7
|
/
*
Optimize EventHub reads.
Jeff Brown
2010-08-17
1
-68
/
+88
*
Fix possible race conditions during channel unregistration.
Jeff Brown
2010-08-17
1
-12
/
+20
*
Initial tool for OBB manipulation
Kenny Root
2010-08-11
1
-3
/
+39
*
More native work.
Dianne Hackborn
2010-08-11
1
-0
/
+6
*
Fix safe mode and KeyEvent.getMaxKeyCode().
Jeff Brown
2010-08-10
1
-0
/
+8
*
Fix String8::operator+
Kenny Root
2010-08-06
2
-2
/
+78
*
Free scanBuf in ZipFileRO
Kenny Root
2010-08-04
1
-6
/
+4
*
Improve thread safety of input mappers.
Jeff Brown
2010-07-30
1
-423
/
+496
*
Added SensorManager.getMinDelay()
Mathias Agopian
2010-07-29
2
-4
/
+12
*
Merge "Attempt to fix the SDK build" into gingerbread
Christopher Tate
2010-07-29
1
-4
/
+4
|
\
|
*
Attempt to fix the SDK build
Christopher Tate
2010-07-29
1
-4
/
+4
*
|
Fix touch input in landscape mode.
Jeff Brown
2010-07-29
1
-4
/
+4
*
|
DO NOT MERGE: Fix input event injection ANRs on UI thread.
Jeff Brown
2010-07-29
2
-31
/
+86
|
/
*
Merge "Change unistd.h to stddef.h to be correct" into gingerbread
Chris Tate
2010-07-28
1
-1
/
+1
|
\
|
*
Change unistd.h to stddef.h to be correct
Kenny Root
2010-07-28
1
-1
/
+1
*
|
Merge "Add unistd.h for size_t typedef to fix sim-eng" into gingerbread
Kenny Root
2010-07-28
1
-0
/
+1
|
\
\
|
|
/
|
*
Add unistd.h for size_t typedef to fix sim-eng
Kenny Root
2010-07-28
1
-0
/
+1
*
|
Merge "fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. canno...
Mathias Agopian
2010-07-28
1
-30
/
+0
|
\
\
|
|
/
|
/
|
|
*
fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...
Mathias Agopian
2010-07-27
1
-30
/
+0
*
|
Merge "Support streaming of compressed assets > 1 megabyte" into gingerbread
Christopher Tate
2010-07-28
3
-30
/
+271
|
\
\
|
*
|
Support streaming of compressed assets > 1 megabyte
Christopher Tate
2010-07-28
3
-30
/
+271
*
|
|
Refactor input reader to support new device types more easily.
Jeff Brown
2010-07-28
6
-1754
/
+2243
|
/
/
*
|
Replace several IPCThreadState::get() lookups with one.
Brad Fitzpatrick
2010-07-27
1
-5
/
+5
|
/
*
Fix a memory corruption when writting Sensor into a parcel
Mathias Agopian
2010-07-22
1
-1
/
+1
*
propagate sensor event rate properly
Mathias Agopian
2010-07-21
1
-2
/
+6
*
new SensorService
Mathias Agopian
2010-07-19
5
-12
/
+82
*
Remove some debug logging that I accidentally committed.
Jamie Gennis
2010-07-19
1
-3
/
+0
*
Fix trackball down and movement bugs.
Jeff Brown
2010-07-16
2
-1
/
+15
*
Merge "Re-use existing Surface objects when reading them from parcels." into ...
Jamie Gennis
2010-07-16
1
-7
/
+28
|
\
|
*
Re-use existing Surface objects when reading them from parcels.
Jamie Gennis
2010-07-16
1
-7
/
+28
*
|
Fix individual pointer id up/down reporting.
Jeff Brown
2010-07-16
1
-9
/
+10
|
/
*
Fix bug with phantom input windows.
Jeff Brown
2010-07-16
1
-7
/
+29
*
Implement native key pre-dispatching to IMEs.
Dianne Hackborn
2010-07-15
1
-0
/
+17
*
Add support for new input sources.
Jeff Brown
2010-07-15
7
-140
/
+240
*
StrictMode: gather and return violating stacks in Binder replies
Brad Fitzpatrick
2010-07-15
1
-1
/
+12
*
More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.
Brad Fitzpatrick
2010-07-15
2
-4
/
+13
*
Don't build framework tests for simulator target.
Jeff Brown
2010-07-14
2
-0
/
+10
*
move native services under services/
Mathias Agopian
2010-07-14
60
-24657
/
+0
*
Merge "first step at implementing the native sensor support" into gingerbread
Mathias Agopian
2010-07-14
7
-0
/
+656
|
\
|
*
first step at implementing the native sensor support
Mathias Agopian
2010-07-13
7
-0
/
+656
*
|
Remove the YV16 format for simplicity's sake.
Mathias Agopian
2010-07-14
2
-3
/
+0
*
|
IME events are now dispatched to native applications.
Dianne Hackborn
2010-07-13
1
-19
/
+0
*
|
Add initial gamepad support.
Jeff Brown
2010-07-13
8
-786
/
+894
*
|
Add Parcel::readExceptionCode() and Parcel::writeNoException()
Brad Fitzpatrick
2010-07-13
3
-6
/
+15
*
|
Modifications in audio effect engine state management.
Eric Laurent
2010-07-13
2
-40
/
+71
|
/
*
Merge changes I2337051b,I19b426cb into gingerbread
Kenny Root
2010-07-12
2
-17
/
+36
|
\
|
*
Tweak ObbFile class
Kenny Root
2010-07-12
2
-17
/
+36
[prev]
[next]