You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the install apk shortcut to default to install.
Added screen capture functionality. The Plugin will show up if the connected device supports screen capture.
Tweaked the SaveFileDialog, OpenFileDialog, & FileDialog to better support an 'initial directory'.
Tweaked the way the plugin toolstrips are created to hopefully support reloading when connecting to another device.
Fixed launching screenshot from the shortcut or jumplist item.
Replaced the JNLP with a more active developed androidscreencast and launch a jar file directly.
Changed the window of the ScreenRecorder to be fixed.
Updated the InstallDialog to make use of the PluginHost which provides device and other information.
Fixed the regex for checking if an app was installed successfully and fixed the regex for getting the permissions
Fixed the device backup so it launches correctly from the shortcut.
Added Sqlite Browser to replace the feature lacking sqlite explorer that was part of this project. See http://sqlitebrowser.org/ for info on Sqlite Browser.
TransferDialog now usable by plugins. Move TransferDialog to Core.UI
Consolidation of some string resources in to the Global App Resources
Default the file name when saving a screenshot to be 'screenshot-{yyyy-MM-dd-hhmmss}.png' Enhancement. 'Screenshot' tool. Make new File Name for each screenshot
All PluginForms now require IPluginHost to be passed in.
Updated image resources for the screenshot plugin
added toolbar item to screenshot to "edit in default application"
removed SqliteEditForm since it isn't used any more.
fixed the saving size of the screenshot. It will save as the original source size Enhancement. 'Screenshot' tool. -
Add Image size/format/quality settings
Added ability to rotate screen capture video 90/180/270 degrees when copying to pc. uses ffmpeg to rotate video. Enhancement: Screencapture flip video on PC using FFMpeg
Added option to delete capture file after copy to pc Voted Enhancement: Screencapture. Add option: Delete video from device after copying to PC
set a default filename on '/sdcard/' for screen capture Enhancement: Screencapture. Need to set default file name and directory
Changed when disconnected from device that the 'connect to device' button is not disabled. 'Connect to device' button becomes disabled after disconnecting device from PC
Fixed crash when the monitor service is not running and you disconnect from the device because the ADB daemon shuts down and status cannot be retrieved.
Added link to WiFi ADB app on the remote connect dialog. This will help people enable wifi adb. Enhancement: WiFi ADB. Need to add link on Remote Connect pop up
Added method to IPlugin interface to initialize the plugin. This can be used to set up files on the device before the plugin executes.
Removed androidscreencast, switched to using android screen monitor fork (https://github.com/camalot/android-screen-monitor). The fork allows the device ID to be passed as an argument. This way the user does not have to select the device again.
Changed the call to launch the jar for screen monitor to call "java.exe", before it was just "java" and that was causing issues. Unable to run Screencast tool: Select program for opening Java.exe
Added more logging during initialization to help with debugging start up issues. App stuck on run during 'Attempting to launch ADB as Root' with Samsung Devices
Set the toolstrip renderer on screenshot plugin to be the same that is used elsewhere.
Added functions for Forward & Reverse to be used with the port manager
Added option to restart ADB server on the connection dialog