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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a typo where the eventtags code were wrong
Mathias Agopian
2010-09-15
1
-16
/
+16
*
Merge "Replace epoll() with poll() and rename PollLoop to Looper." into ginge...
Jeff Brown
2010-09-14
5
-227
/
+217
|
\
|
*
Replace epoll() with poll() and rename PollLoop to Looper.
Jeff Brown
2010-09-14
5
-227
/
+217
*
|
Add logging of various important graphics events
Mathias Agopian
2010-09-13
2
-0
/
+74
|
/
*
Input dispatcher ANR handling enhancements.
Jeff Brown
2010-09-12
5
-156
/
+513
*
Fix key repeat delay.
Jeff Brown
2010-09-08
1
-1
/
+4
*
Add support for secure views.
Jeff Brown
2010-09-08
3
-8
/
+31
*
Modify native ALooper to take an explicit ident.
Dianne Hackborn
2010-09-07
1
-3
/
+11
*
Remove incomplete input device enumeration NDK API.
Jeff Brown
2010-08-31
1
-23
/
+0
*
Don't propagate StrictMode over one-way Binder calls.
Brad Fitzpatrick
2010-08-31
1
-1
/
+5
*
Input device calibration and capabilities.
Jeff Brown
2010-08-30
3
-23
/
+146
*
fix a race in SF buffer management
Mathias Agopian
2010-08-26
1
-1
/
+5
*
fix [2931513] Add support for setting the orientation of an ANativeWindow
Mathias Agopian
2010-08-24
3
-8
/
+42
*
Merge "Add OBB flags to support overlays" into gingerbread
Kenny Root
2010-08-19
1
-4
/
+31
|
\
|
*
Add OBB flags to support overlays
Kenny Root
2010-08-18
1
-4
/
+31
*
|
Add support for throttling motion events.
Jeff Brown
2010-08-18
1
-0
/
+19
*
|
Merge "Fix some input device mapping bugs with certain drivers." into gingerb...
Jeff Brown
2010-08-18
1
-14
/
+4
|
\
\
|
*
|
Fix some input device mapping bugs with certain drivers.
Jeff Brown
2010-08-18
1
-14
/
+4
|
|
/
*
|
Keep track of remaining fd when devices are removed
Jens Gulin
2010-08-18
1
-0
/
+1
|
/
*
Optimize EventHub reads.
Jeff Brown
2010-08-17
1
-0
/
+6
*
Fix possible race conditions during channel unregistration.
Jeff Brown
2010-08-17
1
-0
/
+2
*
Merge "Add support for the PointerLocation overlay." into gingerbread
Jeff Brown
2010-08-11
1
-1
/
+2
|
\
|
*
Add support for the PointerLocation overlay.
Jeff Brown
2010-08-11
1
-1
/
+2
*
|
Initial tool for OBB manipulation
Kenny Root
2010-08-11
1
-0
/
+4
*
|
More native work.
Dianne Hackborn
2010-08-11
2
-57
/
+64
|
/
*
Fix safe mode and KeyEvent.getMaxKeyCode().
Jeff Brown
2010-08-10
1
-0
/
+2
*
Fix String8::operator+
Kenny Root
2010-08-06
1
-2
/
+2
*
Enhanced VelocityTracker for > 5 pointers and fixed bugs.
Jeff Brown
2010-07-30
1
-1
/
+3
*
Improve thread safety of input mappers.
Jeff Brown
2010-07-30
1
-67
/
+83
*
Added SensorManager.getMinDelay()
Mathias Agopian
2010-07-29
2
-1
/
+3
*
DO NOT MERGE: Fix input event injection ANRs on UI thread.
Jeff Brown
2010-07-29
2
-17
/
+37
*
Merge "fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. canno...
Mathias Agopian
2010-07-28
1
-8
/
+0
|
\
|
*
fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...
Mathias Agopian
2010-07-27
1
-8
/
+0
*
|
Merge "Support streaming of compressed assets > 1 megabyte" into gingerbread
Christopher Tate
2010-07-28
2
-9
/
+84
|
\
\
|
*
|
Support streaming of compressed assets > 1 megabyte
Christopher Tate
2010-07-28
2
-9
/
+84
*
|
|
Refactor input reader to support new device types more easily.
Jeff Brown
2010-07-28
5
-544
/
+770
|
/
/
*
|
Replace several IPCThreadState::get() lookups with one.
Brad Fitzpatrick
2010-07-27
1
-4
/
+8
|
/
*
propagate sensor event rate properly
Mathias Agopian
2010-07-21
1
-2
/
+4
*
new SensorService
Mathias Agopian
2010-07-19
4
-5
/
+15
*
Merge "Re-use existing Surface objects when reading them from parcels." into ...
Jamie Gennis
2010-07-16
1
-2
/
+8
|
\
|
*
Re-use existing Surface objects when reading them from parcels.
Jamie Gennis
2010-07-16
1
-2
/
+8
*
|
Fix individual pointer id up/down reporting.
Jeff Brown
2010-07-16
1
-1
/
+2
|
/
*
Fix bug with phantom input windows.
Jeff Brown
2010-07-16
1
-0
/
+2
*
Implement native key pre-dispatching to IMEs.
Dianne Hackborn
2010-07-15
1
-0
/
+2
*
Add support for new input sources.
Jeff Brown
2010-07-15
5
-23
/
+109
*
Merge "More StrictMode work, keeping Binder & BlockGuard's thread-locals in-s...
Brad Fitzpatrick
2010-07-15
1
-1
/
+5
|
\
|
*
More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.
Brad Fitzpatrick
2010-07-15
1
-1
/
+5
*
|
Add native C APIs for working with the Asset Manager
Christopher Tate
2010-07-15
1
-1
/
+19
|
/
*
added BinderService<> template to help creating native binder services
Mathias Agopian
2010-07-14
1
-0
/
+60
*
Merge "first step at implementing the native sensor support" into gingerbread
Mathias Agopian
2010-07-14
6
-0
/
+389
|
\
[next]