Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
f4e8380497f00a0925a85f2102886dfe631d64ae
/
libs
7986fe5
Merge "Split UTF functions from String8/16"
by Kenny Root
· 15 years ago
c412dcb
Split UTF functions from String8/16
by Kenny Root
· 15 years ago
e33a9ec
Enable touch splitting for all windows by default.
by Jeff Brown
· 15 years ago
54cc83e
Implement reducing the buffer count of a Surface.
by Jamie Gennis
· 15 years ago
e9ebae2
Fix a compile warning in the Surface class.
by Jamie Gennis
· 15 years ago
d94206c
The CHEEK_TOUCH stuff never worked. Remove it.
by Joe Onorato
· 15 years ago
8149991
Tell system server whether the app handled input events.
by Jeff Brown
· 15 years ago
d4ecee9
Rename the locked meta key constants for clarity.
by Jeff Brown
· 15 years ago
92988aa
Fix a key repeating bug.
by Jeff Brown
· 15 years ago
b0bb949
Merge "Add plumbing for volume mute key."
by Jeff Brown
· 15 years ago
7e5660f
Add plumbing for volume mute key.
by Jeff Brown
· 15 years ago
e113710
Merge "Optimize FBO drawing with regions. This optimization is currently disabled until Launcher is modified to take advantage of it. The optimization can be enabled by turning on RENDER_LAYERS_AS_REGIONS in the OpenGLRenderer.h file."
by Romain Guy
· 15 years ago
b801624
Optimize FBO drawing with regions.
by Romain Guy
· 15 years ago
ec033c5
Fix default return code for getResource
by Kenny Root
· 15 years ago
2d283a6
am 7ab5d2d9: am a87ea46c: Fix bugs related to cheek event suppression.
by Jeff Brown
· 15 years ago
f6149c3
Fix bugs related to cheek event suppression.
by Jeff Brown
· 15 years ago
fd749c6
Fix policy issues when screen is off.
by Jeff Brown
· 15 years ago
133cde5
Add path to get different DPI drawables
by Kenny Root
· 15 years ago
4c766cc
resolved conflicts for merge of df3cccf3 to master
by Jeff Brown
· 15 years ago
fef5b04
Drop all dispatcher state when dispatcher is disabled.
by Jeff Brown
· 15 years ago
252ebf3
Merge "convert one of the LOGE to LOG_WINDOW msg to reduce grief"
by Vasu Nori
· 15 years ago
82bd26d
convert one of the LOGE to LOG_WINDOW msg to reduce grief
by Vasu Nori
· 15 years ago
8845688
am 85c5ca07: am 2f19f56a: Merge "Updade Surface (ANativeWindow) format based on its buffers format" into gingerbread
by Mathias Agopian
· 15 years ago
53f291e
Tweak log messages a bit.
by Jeff Brown
· 15 years ago
367dc0b
Updade Surface (ANativeWindow) format based on its buffers format
by Mathias Agopian
· 15 years ago
5e871b4
Add test stubs for newly added methods.
by Jeff Brown
· 15 years ago
bc9f053
am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs identified." into gingerbread
by Jeff Brown
· 15 years ago
3c3cc62
Add unit tests for native input and fix bugs identified.
by Jeff Brown
· 15 years ago
4b3d8bd
am 7ba8c44e: am 8ad30b5b: Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread
by Kenny Root
· 15 years ago
6d9d44a
Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread
by Kenny Root
· 15 years ago
a209aa8
am d7cd560a: am 1d79a9d9: Use correct size of GAMEPAD_KEYCODES
by Kenny Root
· 15 years ago
bc9c82f
Use correct size of GAMEPAD_KEYCODES
by Kenny Root
· 15 years ago
06dbe50
Initialized check in ZipFileRO::findEntryByName
by Kenny Root
· 15 years ago
c6a98bb
resolved conflicts for merge of 368fdba4 to master
by Brad Fitzpatrick
· 15 years ago
fc1a4df
Reduce logging.
by Joe Onorato
· 15 years ago
2659f40
am f2c40603: am 7689dd49: Merge "Fix bug where home presses were not poking user activity." into gingerbread
by Jeff Brown
· 15 years ago
60b5776
Add support for calibrating touch position.
by Jeff Brown
· 15 years ago
ef3a823
Fix bug where home presses were not poking user activity.
by Jeff Brown
· 15 years ago
ace3dc4
am 9e0e0543: am 36e65ffd: Merge "Fix a native crash in input dispatcher when windows are removed." into gingerbread
by Jeff Brown
· 15 years ago
7d8733f
am 5f0cbfce: am c1e7b218: Merge "Improve input device calibration format." into gingerbread
by Jeff Brown
· 15 years ago
e68d9e0
Add support for secure system overlays.
by Jeff Brown
· 15 years ago
b13d7b5
Fix a native crash in input dispatcher when windows are removed.
by Jeff Brown
· 15 years ago
d9dd44d
Add support for secure system overlays. (DO NOT MERGE)
by Jeff Brown
· 15 years ago
6a817e2
Add keycodes and meta-key modifiers to support external keyboards.
by Jeff Brown
· 15 years ago
cc13ed1
am 729503c2: am 848a2bc4: Merge "MinGW/Cygwin requires open() in O_BINARY mode." into gingerbread
by Raphael Moll
· 15 years ago
28699cc
am 567db077: am 2d441e14: Merge "Make sure EventHub reports added/removed devices immediately." into gingerbread
by Jeff Brown
· 15 years ago
d72b033
am 8fda1636: am bdf8034c: Merge "OBB: use PBKDF2 for key generation." into gingerbread
by Kenny Root
· 15 years ago
e33a35f
am 5bfa3a34: am 011b5bcc: Merge "implement part of [3094280] New animation for screen on and screen off add support for screen on animation" into gingerbread
by Mathias Agopian
· 15 years ago
d055ca8
Merge "Improve input device calibration format." into gingerbread
by Jeff Brown
· 15 years ago
6b337e7
Improve input device calibration format.
by Jeff Brown
· 15 years ago
6f3c5bd
Merge "MinGW/Cygwin requires open() in O_BINARY mode." into gingerbread
by Raphael Moll
· 15 years ago
c04563d
Merge "Make sure EventHub reports added/removed devices immediately." into gingerbread
by Jeff Brown
· 15 years ago
7e40f36
Make sure EventHub reports added/removed devices immediately.
by Jeff Brown
· 15 years ago
503d2d4
am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbread
by Joe Onorato
· 15 years ago
2cf43c6
MinGW/Cygwin requires open() in O_BINARY mode.
by Raphael Moll
· 15 years ago
7f7c9a2
Merge "OBB: use PBKDF2 for key generation." into gingerbread
by Kenny Root
· 15 years ago
95a6889
OBB: use PBKDF2 for key generation.
by Kenny Root
· 15 years ago
29ba9b8
am 4b255a23: am 03aa28fb: Merge "Improve the input policy handling a bit." into gingerbread
by Jeff Brown
· 15 years ago
5d0d23d
am b05632aa: am a28d5aff: Merge "Fix a bug synthesizing cancelation events for motions." into gingerbread
by Jeff Brown
· 15 years ago
9daa5c9
implement part of [3094280] New animation for screen on and screen off
by Mathias Agopian
· 15 years ago
59119e6
turn off the electron beam
by Mathias Agopian
· 15 years ago
a8ed856
Improve the input policy handling a bit.
by Jeff Brown
· 15 years ago
b6702e5
Track input state when transferring touch focus.
by Jeff Brown
· 15 years ago
316237d
Fix a bug synthesizing cancelation events for motions.
by Jeff Brown
· 15 years ago
33d54ce
Fix an event injection bug when the policy is bypassed.
by Jeff Brown
· 15 years ago
d129348
am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." into gingerbread
by Jeff Brown
· 15 years ago
1fe6dec
Fix an event injection bug when the policy is bypassed.
by Jeff Brown
· 15 years ago
90f0cee
Added more robust tracking and cancelation of events.
by Jeff Brown
· 15 years ago
fe2987d
Merge "Move binder magic from the Surface class to GraphicBuffer."
by Jamie Gennis
· 15 years ago
309d3bb
Move binder magic from the Surface class to GraphicBuffer.
by Jamie Gennis
· 15 years ago
26c336a
am f10929fb: am a1bf0a06: Merge "Minor fix for InputReader support for non-touchscreen devices." into gingerbread
by Jeff Brown
· 15 years ago
2eb1995
am 22cb4ef8: am d577cfd7: Merge "Switch Looper back to using poll() instead of epoll()." into gingerbread
by Jeff Brown
· 15 years ago
77e26fc
Minor fix for InputReader support for non-touchscreen devices.
by Jeff Brown
· 15 years ago
54e1cda
Switch Looper back to using poll() instead of epoll().
by Jeff Brown
· 15 years ago
6d462b1
am 56364bcd: am 78d15acf: Merge "Make secure views tolerate IME overlays." into gingerbread
by Jeff Brown
· 15 years ago
e1c290b
am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buffers to ANativeWindow" into gingerbread
by Mathias Agopian
· 15 years ago
8c4edc0
am bfa33b94: am f84a5918: Merge "Use pread() in ZipFileRO for Linux" into gingerbread
by Kenny Root
· 15 years ago
91abfdd
turn off some useless messages
by Vasu Nori
· 15 years ago
35cf0e9
Make secure views tolerate IME overlays.
by Jeff Brown
· 15 years ago
1995755
fix [2835280] Add support for cancelling buffers to ANativeWindow
by Mathias Agopian
· 15 years ago
566b728
Merge "refactored screenshot code" into gingerbread
by Mathias Agopian
· 15 years ago
df85c45
refactored screenshot code
by Mathias Agopian
· 15 years ago
61ef747
Use pread() in ZipFileRO for Linux
by Kenny Root
· 15 years ago
3d20bc9
am ac754073: am b58b2714: Merge "ZipFileRO: moar logging and wrap close" into gingerbread
by Kenny Root
· 15 years ago
a2b0e61
Merge "ZipFileRO: moar logging and wrap close" into gingerbread
by Kenny Root
· 15 years ago
c024219
am ea58d1ba: am e951ef07: Merge "Wait for initial device scan to finish before updating config." into gingerbread
by Jeff Brown
· 15 years ago
76025e4
am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher to help with debugging." into gingerbread
by Jeff Brown
· 15 years ago
1ad00e9
Wait for initial device scan to finish before updating config.
by Jeff Brown
· 15 years ago
dbf6f27
ZipFileRO: moar logging and wrap close
by Kenny Root
· 15 years ago
2806e38
Minor logging changes to input dispatcher to help with debugging.
by Jeff Brown
· 15 years ago
4adce42
am 57fa3e8b: am 9e32a438: Merge "Support haptic feedback for virtual keys defined in key layout." into gingerbread
by Jeff Brown
· 15 years ago
956c0fb
Support haptic feedback for virtual keys defined in key layout.
by Jeff Brown
· 15 years ago
84ac949
Merge "refactored screenshot code"
by Mathias Agopian
· 15 years ago
3f0fd18
am 5d3cef8a: am e0c12c88: Merge "Move verbose logging of device capabilities to dumpsys." into gingerbread
by Jeff Brown
· 15 years ago
26c94ff
Move verbose logging of device capabilities to dumpsys.
by Jeff Brown
· 15 years ago
74c40c0
refactored screenshot code
by Mathias Agopian
· 15 years ago
3c2450f
Fix bug in split touches.
by Jeff Brown
· 15 years ago
1c32258
Fix bug in split touches.
by Jeff Brown
· 15 years ago
2341fd6
am 26d5786f: am 9c37447e: Merge "Fix pointer index when splitting secondary pointers." into gingerbread
by Jeff Brown
· 15 years ago
ffb16d6
Fix pointer index when splitting secondary pointers.
by Jeff Brown
· 15 years ago
Next »