Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
3ee9d05d971cbf0c720057aec54ffac289af40fe
/
services
/
jni
9b9fb5c
GPS: Support for on-demand NTP time injection
by Mike Lockwood
· 14 years ago
84bf739
VPN: make the file descriptor non-blocking by default.
by Chia-chi Yeh
· 14 years ago
474dcb5
Add support for disabling pointer gestures.
by Jeff Brown
· 14 years ago
96c7e700
VPN: do not allow zero prefix length in routing rules.
by Chia-chi Yeh
· 14 years ago
8ea9289
VPN: do not use gateway in routing rules.
by Chia-chi Yeh
· 14 years ago
23a5e4b
VPN: tolerate duplicated routes.
by Chia-chi Yeh
· 14 years ago
6ddd574
VPN: fix a bad optimization of zeroing ifr_flags lately.
by Chia-chi Yeh
· 14 years ago
6224b5e
VPN: set IFF_NO_PI on TUN interface.
by Chia-chi Yeh
· 14 years ago
3663227
VPN: add MTU support.
by Chia-chi Yeh
· 14 years ago
3667369
VPN: use ParcelFileDescriptor.adoptFd() instead of doing it in JNI.
by Chia-chi Yeh
· 14 years ago
8df5fcf
am 6d60190a: am e502c536: am b3174c46: UsbService: Fix JNI reference leak
by Mike Lockwood
· 14 years ago
b3174c4
UsbService: Fix JNI reference leak
by Mike Lockwood
· 14 years ago
ff3bdca
The service part of the user space VPN support.
by Chia-chi Yeh
· 14 years ago
774ed9d
resolved conflicts for merge of 8b2c0014 to master
by Jeff Brown
· 14 years ago
bb3fcba0c
Touch pad improvements. Bug: 4124987
by Jeff Brown
· 14 years ago
7218d83
resolved conflicts for merge of ca2b552d to master
by Jeff Brown
· 14 years ago
f3b57de
resolved conflicts for merge of 7e193916 to master
by Dianne Hackborn
· 14 years ago
1a84fd1
Add a preference panel for mouse speed.
by Jeff Brown
· 14 years ago
46d0adf
UsbService: Refactor USB host and device support into two separate classes
by Mike Lockwood
· 14 years ago
214eaf4
Use ViewConfiguration to seed input system configuration.
by Jeff Brown
· 14 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
· 14 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
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
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
ac36d7c
UsbAccessory: Add URI string, replace type string with description
by Mike Lockwood
· 14 years ago
5a3d6cc
am e6f0ae12: am efd3266b: Input improvements and bug fixes.
by Jeff Brown
· 14 years ago
efd3266
Input improvements and bug fixes.
by Jeff Brown
· 14 years ago
9b8c5f6
Merge "Remove unused JNI global references."
by Carl Shapiro
· 14 years ago
b23bdf5
Eliminate some accidental log spam. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
9267beb
Eliminate some accidental log spam.
by Jeff Brown
· 14 years ago
17cc33a
Remove unused JNI global references.
by Carl Shapiro
· 14 years ago
a454767
Get key repeat timeout and delay from ViewConfiguration.
by Jeff Brown
· 14 years ago
56194eb
Wake screen from external HID peripherals.
by Jeff Brown
· 14 years ago
05dc66a
Fade out the mouse pointer after inactivity or other events.
by Jeff Brown
· 14 years ago
02eb874
UsbManager: Enhancements for managing USB devices and accessories
by Mike Lockwood
· 14 years ago
58ec34c
GpsLocationProvider: Clean up HAL initialization/cleanup sequence
by Mike Lockwood
· 14 years ago
a924dc0d
Start window manager refactoring.
by Dianne Hackborn
· 14 years ago
45708bf
Merge "Add support for arbitrary axes in MotionEvents."
by Jeff Brown
· 14 years ago
984dd8a
Merge "UsbManager: New APIs for USB accessories"
by Mike Lockwood
· 14 years ago
bb9d394
Clean up use of HAVE_ANDROID_OS
by Kenny Root
· 14 years ago
9182d3c
UsbManager: New APIs for USB accessories
by Mike Lockwood
· 14 years ago
91c69ab
Add support for arbitrary axes in MotionEvents.
by Jeff Brown
· 14 years ago
e7d511e
New APIs for USB host support:
by Mike Lockwood
· 14 years ago
fe50892
Filter virtual keys after touches.
by Jeff Brown
· 14 years ago
fbf0977
Support non-rectangular input regions.
by Jeff Brown
· 14 years ago
928e054
Prevent events from getting backlogged.
by Jeff Brown
· 14 years ago
264f6cd
Temporarily remove UsbManager support for USB host.
by Mike Lockwood
· 14 years ago
b4ff35d
Mouse pointer integration.
by Jeff Brown
· 14 years ago
8235404
Merge "Add initial support for cursor-based pointing devices."
by Jeff Brown
· 14 years ago
83c0968
Add initial support for cursor-based pointing devices.
by Jeff Brown
· 14 years ago
da03aaa
Change libusbhost and libmtp from static to shared libraries
by Mike Lockwood
· 14 years ago
770126a
Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService
by Mike Lockwood
· 14 years ago
49ed71d
Add support for fallback keycodes.
by Jeff Brown
· 14 years ago
9065504
Improve support for external keyboards.
by Jeff Brown
· 14 years ago
1f24510
Ensure the ShortcutManager uses the correct key character map.
by Jeff Brown
· 14 years ago
47e6b1b
Support non-orientation aware keyboards and other devices.
by Jeff Brown
· 14 years ago
3915bb8
Tell system server whether the app handled input events.
by Jeff Brown
· 14 years ago
ea9020e
Add API to find out if there is a vibrator.
by Dianne Hackborn
· 14 years ago
4d39605
Fix policy issues when screen is off.
by Jeff Brown
· 14 years ago
471b032
am faebca7f: am c9fa90f9: Merge "GPS: remove some logging" into gingerbread
by Mike Lockwood
· 14 years ago
faebca7
am c9fa90f9: Merge "GPS: remove some logging" into gingerbread
by Mike Lockwood
· 14 years ago
fa40528
GPS: remove some logging
by Mike Lockwood
· 14 years ago
7df7cfe
am c20f205d: am 5bfef1ba: Merge "BatteryService: Set bool to true if sysfs entry is not 0"
by Jean-Baptiste Queru
· 14 years ago
c20f205
am 5bfef1ba: Merge "BatteryService: Set bool to true if sysfs entry is not 0"
by Jean-Baptiste Queru
· 14 years ago
0bc1f39
am 8333d591: am 5d5a9db5: Merge "GPS: Enable some more logging" into gingerbread
by Mike Lockwood
· 14 years ago
8333d59
am 5d5a9db5: Merge "GPS: Enable some more logging" into gingerbread
by Mike Lockwood
· 14 years ago
b8d9033
GPS: Enable some more logging
by Mike Lockwood
· 14 years ago
b25d5be5
am 258d0e80: am 0d65a3fc: Merge "Screen on/off animation tweaks" into gingerbread
by Joe Onorato
· 14 years ago
d7117f0
am 1442818a: am c792c2e9: Merge "GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkState glue" into gingerbread
by Mike Lockwood
· 14 years ago
258d0e8
am 0d65a3fc: Merge "Screen on/off animation tweaks" into gingerbread
by Joe Onorato
· 14 years ago
609695d
Screen on/off animation tweaks
by Joe Onorato
· 14 years ago
eb86aaa
am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbread
by Joe Onorato
· 14 years ago
cd4af42
am 4b255a23: am 03aa28fb: Merge "Improve the input policy handling a bit." into gingerbread
by Jeff Brown
· 14 years ago
1442818
am c792c2e9: Merge "GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkState glue" into gingerbread
by Mike Lockwood
· 14 years ago
c792c2e
Merge "GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkState glue" into gingerbread
by Mike Lockwood
· 14 years ago
49016d6
BatteryService: Set bool to true if sysfs entry is not 0
by Axel Haslam
· 14 years ago
Next »