Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
d26286684b8b101c5377e15a44c829049eddb2b4
/
services
/
jni
5bbd4b4
Get alias for Bluetooth devices.
by Jeff Brown
· 13 years ago
6ec6f79
Support loading keyboard layout overlays from resources.
by Jeff Brown
· 13 years ago
a47425a
Add support for input devices that have vibrators.
by Jeff Brown
· 13 years ago
af9e8d3
Notify applications when input devices change.
by Jeff Brown
· 13 years ago
9f25b7f
Request key maps from input manager service.
by Jeff Brown
· 13 years ago
27fd342
Fix lid switch interpretation.
by Jeff Brown
· 13 years ago
603b445
Ensure that apps crash if they throw exceptions.
by Jeff Brown
· 13 years ago
e38fdfa
Add a unique input device descriptor.
by Jeff Brown
· 13 years ago
4532e61
Refactor input system into its own service.
by Jeff Brown
· 13 years ago
8335f1c
fix libgui header location
by Mathias Agopian
· 13 years ago
83c64e6
frameworks/base refactoring
by Mathias Agopian
· 13 years ago
b93a03f8
frameworks/base refactoring.
by Mathias Agopian
· 13 years ago
62d1058
Merge "Remove the input dispatcher throttle."
by Jeff Brown
· 13 years ago
a21e945
BatteryService: Don't fail to register native methods if kernel power supply driver is missing
by Mike Lockwood
· 13 years ago
b01e8bf
New Serial Manager API:
by Mike Lockwood
· 13 years ago
3080280
Remove the input dispatcher throttle.
by Jeff Brown
· 13 years ago
ec193de
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE
by Steve Block
· 13 years ago
3762c31
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
8564c8d
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
6215d3f
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
5baa3a6
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
3f15700
split ComposerService out of SurfaceComposerClient.h
by Mathias Agopian
· 13 years ago
1e08fe9
Eliminate hw.keyboards system properties.
by Jeff Brown
· 13 years ago
98e044a
BatteryService(jni): properly handle read's return value
by Dima Zavin
· 13 years ago
d5bb82d
DO NOT MERGE. Improve screenshot chord debouncing. Bug: 5011907
by Jeff Brown
· 13 years ago
cc4f7db
Fix input channel leak. Bug: 5156144
by Jeff Brown
· 13 years ago
daf4a12
Add a "show touches" option for demos and presentations. Bug: 4569045
by Jeff Brown
· 13 years ago
65fd251
Input system bug fixes, particularly for stylus. Bug: 5049148
by Jeff Brown
· 13 years ago
89ef072
Add input system to Watchdog. Bug: 5094994
by Jeff Brown
· 13 years ago
2b15cb2
Resolve merge conflict for '75f1fdec':
by Mike Lockwood
· 13 years ago
75f1fde
am 0b3af353: am a82ee49a: am 8f5dd9ad: Merge "GPS Provider Service changes"
by Mike Lockwood
· 13 years ago
a5fe6b2
GPS Provider Service changes
by Kevin Tang
· 13 years ago
b7d95a4
am 21700fed: am 5f7203eb: am 5a27a754: am bd1dee94: Merge "gps: Adding ip address for AGps"
by Mike Lockwood
· 13 years ago
21700fe
am 5f7203eb: am 5a27a754: am bd1dee94: Merge "gps: Adding ip address for AGps"
by Mike Lockwood
· 13 years ago
8efd74d
gps: Adding ip address for AGps
by Stephen Li
· 14 years ago
bc68a59
Report the external display size to the input reader.
by Jeff Brown
· 13 years ago
d462ecf
USB: Fix handling USB accessory attached when device is booting
by Mike Lockwood
· 13 years ago
eb2591f
Merge "VPN: Hook up the new control protocol and network state."
by Chia-chi Yeh
· 13 years ago
97a6156
VPN: Hook up the new control protocol and network state.
by Chia-chi Yeh
· 13 years ago
9302c87
Refactor input dispatcher use of window/app handles.
by Jeff Brown
· 13 years ago
c1b9bbb
Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build
by Mike Lockwood
· 13 years ago
bd882b1
Remove the simulator target from all makefiles. Bug: 5010576
by Jeff Brown
· 13 years ago
c2b8aa0
VPN: rename some variables.
by Chia-chi Yeh
· 13 years ago
8bc003e
Merge "VPN: merge JNI methods."
by Chia-chi Yeh
· 13 years ago
3281034
VPN: merge JNI methods.
by Chia-chi Yeh
· 13 years ago
a4d1bc5
Drop obsolete touch screen hacks.
by Jeff Brown
· 13 years ago
9c0835f
VPN: correct the netmask for IPv4.
by Chia-chi Yeh
· 13 years ago
f4e3bf8
VPN: refactor few JNI methods for the usage of legacy VPN.
by Chia-chi Yeh
· 13 years ago
9b9fb5c
GPS: Support for on-demand NTP time injection
by Mike Lockwood
· 13 years ago
84bf739
VPN: make the file descriptor non-blocking by default.
by Chia-chi Yeh
· 13 years ago
474dcb5
Add support for disabling pointer gestures.
by Jeff Brown
· 13 years ago
96c7e70
VPN: do not allow zero prefix length in routing rules.
by Chia-chi Yeh
· 13 years ago
8ea9289
VPN: do not use gateway in routing rules.
by Chia-chi Yeh
· 13 years ago
23a5e4b
VPN: tolerate duplicated routes.
by Chia-chi Yeh
· 13 years ago
6ddd574
VPN: fix a bad optimization of zeroing ifr_flags lately.
by Chia-chi Yeh
· 13 years ago
6224b5e
VPN: set IFF_NO_PI on TUN interface.
by Chia-chi Yeh
· 13 years ago
3663227
VPN: add MTU support.
by Chia-chi Yeh
· 13 years ago
3667369
VPN: use ParcelFileDescriptor.adoptFd() instead of doing it in JNI.
by Chia-chi Yeh
· 13 years ago
8df5fcf
am 6d60190a: am e502c536: am b3174c46: UsbService: Fix JNI reference leak
by Mike Lockwood
· 13 years ago
b3174c4
UsbService: Fix JNI reference leak
by Mike Lockwood
· 13 years ago
ff3bdca
The service part of the user space VPN support.
by Chia-chi Yeh
· 13 years ago
774ed9d
resolved conflicts for merge of 8b2c0014 to master
by Jeff Brown
· 13 years ago
bb3fcba0c
Touch pad improvements. Bug: 4124987
by Jeff Brown
· 13 years ago
7218d83
resolved conflicts for merge of ca2b552d to master
by Jeff Brown
· 13 years ago
f3b57de
resolved conflicts for merge of 7e193916 to master
by Dianne Hackborn
· 13 years ago
1a84fd1
Add a preference panel for mouse speed.
by Jeff Brown
· 13 years ago
46d0adf
UsbService: Refactor USB host and device support into two separate classes
by Mike Lockwood
· 13 years ago
214eaf4
Use ViewConfiguration to seed input system configuration.
by Jeff Brown
· 13 years ago
86ea1f5
Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
a6dbfdd
Add a sprite controller. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
524ee64
Support chorded fallback keys. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
22d789d
Fix focused application handle. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
5b2b4d9
Improve VelocityTracker numerical stability. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
aa9d84c
resolved conflicts for merge of 05be6d6f to master
by Dianne Hackborn
· 13 years ago
e2515ee
Better compat mode part one: start scaling windows.
by Dianne Hackborn
· 14 years ago
2352b97
Initial checkin of spot presentation for touchpad gestures.
by Jeff Brown
· 14 years ago
dd66bcb
More native code cleanup.
by Elliott Hughes
· 14 years ago
4a1ba21
Merge "You don't need to poke around inside FileDescriptor manually."
by Elliott Hughes
· 14 years ago
a3804cf
You don't need to poke around inside FileDescriptor manually.
by Elliott Hughes
· 14 years ago
5541de9
Add a sprite controller.
by Jeff Brown
· 14 years ago
46e18c11
Don't use local ref for cached jclass reference in JNI code
by Brian Carlstrom
· 14 years ago
0029c66
Add input filter mechanism for accessibility.
by Jeff Brown
· 14 years ago
6e92327
Merge "Support chorded fallback keys."
by Jeff Brown
· 14 years ago
da3d5a9
Support chorded fallback keys.
by Jeff Brown
· 14 years ago
6035578
am 038c7297: am b115807a: am 7661dd8d: Merge "UsbService: Fix JNI local reference leaks in the USB host support code" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
8f8c602
UsbService: Fix JNI local reference leaks in the USB host support code
by Mike Lockwood
· 14 years ago
696257c
merge libsurfaceflinger_client into libgui
by Mathias Agopian
· 14 years ago
a2cc28d
Fix focused application handle.
by Jeff Brown
· 14 years ago
2120617
am 14438b81: am 970bad67: am be368de7: Merge "Fix missing AOSP copyright headers for more files" into honeycomb-mr1
by James Dong
· 14 years ago
199d1c1
Fix missing AOSP copyright headers for more files
by James Dong
· 14 years ago
843e29d
Merge "Improve VelocityTracker numerical stability."
by Jeff Brown
· 14 years ago
2ed2462
Improve VelocityTracker numerical stability.
by Jeff Brown
· 14 years ago
3c9aa1a
am b0976320: Merge "DO NOT MERGE: Backport more USB accessory changes from honeycomb" into gingerbread
by Mike Lockwood
· 14 years ago
638d7cb
DO NOT MERGE: Backport more USB accessory changes from honeycomb
by Mike Lockwood
· 14 years ago
688d841
am 0958fb10: am 221830b9: Merge "Add support for USB accessory serial numbers" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
015b1ec
Add support for USB accessory serial numbers
by Mike Lockwood
· 14 years ago
ccdac70
am 78b8e1be: Merge "DO NOT MERGE: backport recent USB accessory changes from honeycomb" into gingerbread
by Mike Lockwood
· 14 years ago
2cc0377
DO NOT MERGE: backport recent USB accessory changes from honeycomb
by Mike Lockwood
· 14 years ago
26d7eef
am 84edf14b: am cc08c439: Merge "UsbAccessory: Add URI string, replace type string with description" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
cc08c43
Merge "UsbAccessory: Add URI string, replace type string with description" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
Next »