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
*
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
*
|
Add ANativeWindow API for directly drawing to the surface bits.
Dianne Hackborn
2010-07-09
1
-4
/
+4
*
|
Add new glue code for writing native apps.
Dianne Hackborn
2010-07-08
3
-73
/
+100
|
/
*
Merge "Add OBB file helper class" into gingerbread
Kenny Root
2010-07-07
4
-0
/
+366
|
\
|
*
Add OBB file helper class
Kenny Root
2010-07-07
4
-0
/
+366
*
|
Merge "More native input dispatch work." into gingerbread
Chris Tate
2010-07-07
2
-56
/
+79
|
\
\
|
*
|
More native input dispatch work.
Jeff Brown
2010-07-03
2
-56
/
+79
*
|
|
Merge "Added Visualizer effect." into gingerbread
Eric Laurent
2010-07-07
2
-13
/
+33
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Added Visualizer effect.
Eric Laurent
2010-07-07
2
-13
/
+33
*
|
|
Add new native Looper API.
Dianne Hackborn
2010-07-02
1
-4
/
+64
|
|
/
|
/
|
*
|
remove unused YUV formats
Mathias Agopian
2010-07-01
2
-18
/
+24
*
|
Merge "Introduce official public NativeWindow type." into gingerbread
Dianne Hackborn
2010-06-30
2
-36
/
+36
|
\
\
[next]