summaryrefslogtreecommitdiff
path: root/emulator
AgeCommit message (Expand)Author
2022-03-04Add clipboard synchronization between the host and the deviceSergey Prigogin
2022-03-04Clipboard synchronization support in screen sharing agentSergey Prigogin
2022-03-03Add a reference to the Android sourceSergey Prigogin
2022-03-03Adapt to the new APK location produced by AGP.Sergey Prigogin
2022-03-01Add comments to all EventQueue.invokeLater invocationsSergey Prigogin
2022-02-28Close the file descriptor in destructorSergey Prigogin
2022-02-28Add the Base128OutputStream classSergey Prigogin
2022-02-28Don't rethrow EndOfStream exception as StreamFormatExceptionSergey Prigogin
2022-02-28Fix capitalization of the Deserialize methodSergey Prigogin
2022-02-28CosmeticsSergey Prigogin
2022-02-28Add retry to JClass.GetName and extra protection to JString.GetValueSergey Prigogin
2022-02-23Use compile-time number to string conversionSergey Prigogin
2022-02-22Minor code cleanupSergey Prigogin
2022-02-22Crash the agent when receiving an invalid TextEventMessageSergey Prigogin
2022-02-22Add an @Override annotationSergey Prigogin
2022-02-18Improve test diagnosticsSergey Prigogin
2022-02-18Log all abnormal situations as errorsSergey Prigogin
2022-02-18Accept skins without a part called "device"Sergey Prigogin
2022-02-17Log ImageConverter initialization problems as errors rather than warningsSergey Prigogin
2022-02-17Disallow copying of InputManager objectsSergey Prigogin
2022-02-17Fix the path of the native image_converter librarySergey Prigogin
2022-02-17Turn off "Auto-rotate screen" while mirroringSergey Prigogin
2022-02-17Prevent device screen from turning off while mirroringSergey Prigogin
2022-02-16Split one ServiceManager method into twoSergey Prigogin
2022-02-16Improvements to the JNI wrapper layerSergey Prigogin
2022-02-09Minor code cleanupSergey Prigogin
2022-02-08Add Wear OS Rectangular skinMohammad Saboorian
2022-02-07Revert "Add Wear OS Rectangular skin"Sergey Prigogin
2022-02-03Improve error message when libimage_converter.so is not foundSergey Prigogin
2022-02-03Protect against AssertionErrorSergey Prigogin
2022-02-02Enable DM, DFE and Emulator tool windows for Flutter projectsSergey Prigogin
2022-01-28Bump up min required emulator version to 31.3.1 on Mac M1Sergey Prigogin
2022-01-28Keep track of connected and disposed statesSergey Prigogin
2022-01-28Improve handling of agent crashesSergey Prigogin
2022-01-28Use system socket allocation to simplify connection codeSergey Prigogin
2022-01-28Protect against concurrent modification during disposalSergey Prigogin
2022-01-27Implement drag-and-drop app installation and file copyingSergey Prigogin
2022-01-27Disable "macro-redefined" warningsSergey Prigogin
2022-01-27Fix the off-by-one bug introduced in ag/16660118Sergey Prigogin
2022-01-26Disable the Show Device Frame action when the device has no frameSergey Prigogin
2022-01-26Don't treat CancellationException as an errorSergey Prigogin
2022-01-26Use the latest AGPSergey Prigogin
2022-01-25Fix and re-enable the test after the IDEA 213.6461.79 mergeSergey Prigogin
2022-01-25Get rid of a bogus warningSergey Prigogin
2022-01-25Disable HidingNonVirtualFunction clang warningsSergey Prigogin
2022-01-25Don't complain about cancelled callsSergey Prigogin
2022-01-25Comment out failing test assertionDana Dahlstrom
2022-01-25Unregister TestToolWindowManager at the end of the testSergey Prigogin
2022-01-24Don't treat device disconnection as an errorSergey Prigogin
2022-01-21Use adblib for socket connection forwardingSergey Prigogin