summaryrefslogtreecommitdiffstats
path: root/services/jni
Commit message (Expand)AuthorAgeFilesLines
* Eliminate hw.keyboards system properties.Jeff Brown2011-11-151-0/+10
* BatteryService(jni): properly handle read's return valueDima Zavin2011-10-281-3/+3
* DO NOT MERGE. Improve screenshot chord debouncing.Jeff Brown2011-10-121-12/+19
* Fix input channel leak.Jeff Brown2011-08-305-37/+50
* Add a "show touches" option for demos and presentations.Jeff Brown2011-08-261-0/+34
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-35/+33
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+11
* Resolve merge conflict for '75f1fdec':Mike Lockwood2011-08-041-2/+10
|\
| * am 0b3af353: am a82ee49a: am 8f5dd9ad: Merge "GPS Provider Service changes"Mike Lockwood2011-08-041-2/+10
| |\
| | * GPS Provider Service changesKevin Tang2011-08-041-2/+10
* | | am 21700fed: am 5f7203eb: am 5a27a754: am bd1dee94: Merge "gps: Adding ip add...Mike Lockwood2011-07-281-2/+9
|\ \ \ | |/ /
| * | am 5f7203eb: am 5a27a754: am bd1dee94: Merge "gps: Adding ip address for AGps"Mike Lockwood2011-07-281-2/+9
| |\ \ | | |/
| | * gps: Adding ip address for AGpsStephen Li2011-07-281-2/+9
| | * am b0976320: Merge "DO NOT MERGE: Backport more USB accessory changes from ho...Mike Lockwood2011-03-151-1/+2
| | |\
| | | * DO NOT MERGE: Backport more USB accessory changes from honeycombMike Lockwood2011-03-151-1/+2
| | * | am 78b8e1be: Merge "DO NOT MERGE: backport recent USB accessory changes from ...Mike Lockwood2011-03-141-4/+3
| | |\ \ | | | |/
| | | * DO NOT MERGE: backport recent USB accessory changes from honeycombMike Lockwood2011-03-111-4/+3
| | * | am 40bbf929: DO NOT MERGE: Backport USB accessory support to gingerbreadMike Lockwood2011-03-021-2/+107
| | |\ \ | | | |/
| | | * DO NOT MERGE: Backport USB accessory support to gingerbreadMike Lockwood2011-03-011-2/+107
| | * | am 3333f8af: Merge "DO NOT MERGE UsbManager: squashed commit of:" into ginger...Mike Lockwood2011-02-283-0/+39
| | |\ \ | | | |/
| | | * DO NOT MERGE UsbManager: squashed commit of:Mike Lockwood2011-02-273-0/+39
| | * | am dff6b8e7: Merge "Add --non-constant-id to aapt."Xavier Ducrohet2011-02-281-141/+83
| | |\ \
| | | * | GpsLocationProvider: Clean up HAL initialization/cleanup sequenceMike Lockwood2011-02-231-141/+83
| | * | | am 41395459: Merge "Filter virtual keys after touches. (DO NOT MERGE)" into ...Jeff Brown2011-01-181-1/+25
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Filter virtual keys after touches. (DO NOT MERGE)Jeff Brown2011-01-111-1/+25
| | * | | am c6f2b3b3: Merge "Fix policy issues when screen is off. (DO NOT MERGE)" int...Jeff Brown2010-12-231-4/+4
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Fix policy issues when screen is off. (DO NOT MERGE)Jeff Brown2010-12-221-4/+4
* | | | Report the external display size to the input reader.Jeff Brown2011-07-251-19/+25
* | | | USB: Fix handling USB accessory attached when device is bootingMike Lockwood2011-07-211-0/+15
* | | | Merge "VPN: Hook up the new control protocol and network state."Chia-chi Yeh2011-07-141-62/+104
|\ \ \ \
| * | | | VPN: Hook up the new control protocol and network state.Chia-chi Yeh2011-07-141-62/+104
* | | | | Refactor input dispatcher use of window/app handles.Jeff Brown2011-07-1411-420/+235
|/ / / /
* | | | Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-132-20/+0
* | | | Remove the simulator target from all makefiles.Jeff Brown2011-07-111-8/+0
* | | | VPN: rename some variables.Chia-chi Yeh2011-07-031-11/+11
* | | | Merge "VPN: merge JNI methods."Chia-chi Yeh2011-07-021-102/+60
|\ \ \ \
| * | | | VPN: merge JNI methods.Chia-chi Yeh2011-07-021-102/+60
* | | | | Drop obsolete touch screen hacks.Jeff Brown2011-07-011-20/+0
|/ / / /
* | | | VPN: correct the netmask for IPv4.Chia-chi Yeh2011-06-301-2/+2
* | | | VPN: refactor few JNI methods for the usage of legacy VPN.Chia-chi Yeh2011-06-301-114/+147
* | | | GPS: Support for on-demand NTP time injectionMike Lockwood2011-06-291-0/+10
* | | | VPN: make the file descriptor non-blocking by default.Chia-chi Yeh2011-06-161-0/+8
* | | | Add support for disabling pointer gestures.Jeff Brown2011-06-142-4/+39
* | | | VPN: do not allow zero prefix length in routing rules.Chia-chi Yeh2011-06-131-2/+2
* | | | VPN: do not use gateway in routing rules.Chia-chi Yeh2011-06-131-26/+7
* | | | VPN: tolerate duplicated routes.Chia-chi Yeh2011-06-131-2/+2
* | | | VPN: fix a bad optimization of zeroing ifr_flags lately.Chia-chi Yeh2011-06-131-1/+1
* | | | VPN: set IFF_NO_PI on TUN interface.Chia-chi Yeh2011-06-131-1/+1
* | | | VPN: add MTU support.Chia-chi Yeh2011-06-131-4/+11
* | | | VPN: use ParcelFileDescriptor.adoptFd() instead of doing it in JNI.Chia-chi Yeh2011-06-131-15/+9