- Jun 16, 2017
-
-
Steve Kondik authored
-
Steve Kondik authored
-
- Jun 15, 2017
-
-
Steve Kondik authored
-
Steve Kondik authored
* Better accuracy and state tracking
-
Steve Kondik authored
* Detect orientation changes and reconfigure appropriately. * Clean up the uinput code. * FIXME: The virtual mouse isn't reconfiguring correctly yet.
-
Steve Kondik authored
* RC script, included automatically when added to PRODUCT_PACKAGES * SELinux policy, add to BOARD_SEPOLICY_DIRS * Disable spammy debug output
-
Steve Kondik authored
-
Steve Kondik authored
Previous design was using extra threads needlessly and had some hacky data sharing going on. Slim this down to just two classes and utilize threads appropriately.
-
Steve Kondik authored
There's no need to use a GLConsumer unless we really want to draw on the surface or send it to a hardware encoder. Get rid of all this stuff and just use CpuConsumer.
-
- Jun 14, 2017
-
-
Steve Kondik authored
Put the VNCFlinger in the screenData so that it can be accessed by clients. This removes the need for the message queue. The buffer ready event was removed in a previous commit.
-
Steve Kondik authored
-
- Jun 13, 2017
-
-
Steve Kondik authored
-
Steve Kondik authored
-
- Jun 12, 2017
-
-
Steve Kondik authored
-