aboutsummaryrefslogtreecommitdiffstats
path: root/apps/SdkController/src/com/android/tools/sdkcontroller
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: dos2unix some files in SdkController.Raphael Moll2012-08-078-2218/+2218
| | | | Change-Id: I7d53dd01cc9fc25794ed10bf053f093a4dda9af3
* Send ACK messages to emulator on FB update events.Vladimir Chtchetkine2012-05-153-0/+6
| | | | | | | This is device-side improvement to FB update protocol. This change allows the emulator not to send new FB update until device has fully processed the previous one. Change-Id: Ib1aa66359e3c8b52e3ed00b037ced4adf59534dc
* Implements new communication protocol with the emulator.Vladimir Chtchetkine2012-04-3014-1870/+2071
| | | | | | | | | | | | | The major differences with the old protocol are: 1. All of the emulation handlers are bound to a sinlge UNIX-domain port android.sdk.controller. Note though that although there is one port to bind, each hander communicates with the emulator over its own socket connection. 2. As the result of 1) communication with the emulator is fairly simplified, and doesn't require complex binding, and state monitoring. 3. Messages and queries are no longer string based, but are packed to some binary formats. Change-Id: Icb7a535c3d10a887541ba7a8b3ec1439e0e238ce
* SdkController: merge lib, remove old Lib/Sensor/MT appsRaphael2012-03-2513-0/+3944
- SdkController/SdkControllerLib: move files in Apps' .../lib - SdkController/SdkControllerSensor + MultiTouch: remove. - SdkController/SdkControllerApp: move to upper folder, we don't need the subfolders anymore. Besides the removal/move of the file, there's no code change in the app itself. Change-Id: Ib35428d7b10fd6eb849c7ec343fe5a23bf60ed97