Total Control is released now! Top speed, frame rate up to 60 fps.
In-software purchase, support "Google Pay", "Stripe Payment".


Version 8.0 (Update 30) release notes
Part I - Basic functions
1. Support Andriod 12.
2. Added Projection mode, compatible with more devices, and niche Android devices can also realize synchronous control.
3. Add software audio transmission, the computer can directly play mobile phone media sound, Andriod version 10 and above support.
4. New component-based control mode. Can control Android devices of different resolutions at the same time, no longer limited by resolution and location. 
5. The hotspot feature allows defining the enter key to solve the problem of not being able to use enter to send automatically in some applications.
6. Optimization of MDCC, function buttons at a glance, easy to find the desired function button.
7. Optimize the connection process and reduce connection time.
* All features have been tested on Windows 11.

Part II - Script functions
Comprehensive
1. Enhanced AAI script function:
- Add inputTextSync input parameter, you can input at the specified tag name
- Add intersect function to provide more powerful Node search function
- Provide 5 ways to find Node nodes
- UI Explorer optimized to obtain top-level nodes more accurately
- UI Explorer is optimized to provide more accurate code generation for the text input box
- Add OX and OY functions, you can search for offsets according to the horizontal and vertical directions
2. Added built-in device and devices objects for direct use. Device gets the master object by default, and devices gets a list of all selected objects by default.
3. Refactored tcConst keyCodes, you can send the Android key code value directly, which is more accurate and convenient to use.
device.send(tcConst.keyCodes.KEYCODE_B)  

REST API:
1. Extend the REST API function, users can call the JS interface at will.

Version 8.0 (Update 20) release notes
1. Optimize the MDCC to reduce CPU usage.
2. Optimize the operations of landscape mode in both MDCC and WDM.
3. MDCC thumbnail screen update, providing 2 rendering methods, suitable for different kinds of PCs.
4. Add Stripe payment method, the flexible payment methods allow users to purchase MDC-70 and MDC-100. Moreover, users can upgrade to higher number of devices with partial payment (pay unused days).
5. Introduce new input method, can send to device without Enter key.
6. One click to set the width of all device windows.
7. Added REST API for AAI (UI element operations) and added more JS API, increased speed.
8. Added the ability of copy the image of PC and paste it into the device window.
9. Support the phone's own input method for text input.

Version 8.0 (Update 10) release notes
Part I - Basic functions
1. Upgrade JDK and script engine.TC runs faster and more stable,and provides a more powerful script engine;
2. Add the "group" function for TCP connection management, which can achieve more efficient device management through flexible management of "groups";
3. Optimize notification management in WDM: Add notification filtering function;
4. [Professional] Add mouse, keyboard, and Fn synchronization shortcut keys in WDM;
5. Change the default storage directory on the device side to /sdcard/TotalControl, remove the space to improve the user experience;
6. Fixed connection issues with Samsung Android 11.
(* Tip: Version 8.0 Lite only supports connecting 2 devices, if you want to connect 4 devices in Lite, please use version 7.0.0 and below)

Part II - Script functions
Comprehensive
1. [Professional] Add AAI experience version: Provide powerful UI component search and operation functions;
2. [Professional] Add a script to run Voice Control on specified device;
3. [Professional] Add a button to stop updating the screen during script execution to reduce CPU usage;
4. Optimize log function to provide hierarchical log printing and filtering;

JS API
1. [Professional] Add related API for AAI component search and operation.
- clickSync(text): Search and click on the specified content component
[Example] Click "Settings" on the device:
device.clickSync("Settings")
- inputTextSync(number, text): Input text in the specified text field
[Example] Input "Total Control" in the first text field on the device screen:
device.inputTextSync(0, "Total Control")
- runAppSync(packageName, [query]): Start the specified app, and return after refreshing the screen or finding the query
- restartAppSync(packageName, [query]):Restart the specified app, and return after refreshing the screen or finding the query
- getSetting(tcConst.aaiAvailable): Get whether AAI is available
- UiElement.findObject(device, ""):Find the component that meets the criteria on the specified device
[Example] Find "Camera" on the device screen, click and take a screenshot of its area
var obj = UiElement.findObject(device,"T:Camera");
obj.clickSync();
obj.screenshot("E:/test/camera.bmp",1);
- UiElement.findObjects(devices, ""):Find components that meet the criteria on multiple devices
[Example] Find "Camera" on multiple devices,then perform a click operation.
var objs = UiElement.findObjects(devices,"T:Camera");
objs.clickSync()
- sendAai({}):Operate UI components that meet the criteria.
[Example] Input "hello" in the second input box:
device.sendAai({template:"textInput", postAction:"inputText", input:"1,nihao"})
- Provide search, click, input text, screenshot and other functions for nodes.

REST API
1. [Professional] Add permission access control for storage directory.

Version 7.0.0 (Update 32) release notes
Key Features
- Screen projection of up to 60 frames per second with low latency (tens of milliseconds).
- Support a wide range of devices (devices released as far back as 2014). 
- Support Android 4.4 up to the latest update of Android 11.
- Not an emulator, requires very little CPU and memory.
- Support PC's keyboard, mouse, screen and microphone*.
- Device controls devices across network*.
- Support 1 to 100* devices with synchronization in mouse, keyboard and function keys (Currently supports purchase up to 50 devices, 70 and 100 devices will be available at later time.).
- Support device audio via RCA cable from device audio jack to computer line-in, can be played and included in video recording.
- Device synchronization – one device can control groups of devices or all devices simultaneously.
- Windows Desktop Mode: one window per device and Multi-Device Control Center*: see multiple devices in action at the same time.
- Includes two rich set of APIs for scripting: JavaScript and REST* API. Can either use 200+ included API or expand additional APIs with ease.
- New keyboard in the Android device allows you to use the native Windows language and native Windows input method to enter text in Android devices.
- Seamlessly cut-n-paste between Android device and Windows.
- Take screenshots and unlimited video recordings (can cut into segments of certain duration).
- Supports built-in image compression technology for devices without GPU.
- Reliable multi-threaded batch transfers of files from Windows to all connected devices. Compatible with older devices as well as newer, faster ones. 
- Support 2 frameworks: Windows Desktop Mode (WDM) and Multi-Device Control Center (MDCC). MDCC is suitable to handle large number of devices.

Display
- Mirroring with different resolutions (480p to 1080p*) with high/medium/low image qualities.
- Support DirectX and OpenGL.
- Optimize for Intel Core i series chipset.
- MDCC*: Support 1080p/2K/4K monitors to display up to 100 devices screens at once (Currently supports purchase up to 50 devices, 70 and 100 devices will be available at later time. ).

Text Input
- Cut-n-paste text from Windows to devices and vice versa.
- Screenshot Windows screen to devices*.

Compatibility and Connectivity
- Supports auto connect (USB and TCP).
- Supports connections to another network (even over VPN far away).
- Secures device connections (confirmation or password).
- Support batch connections for large number of devices.

Scripting
- Support both JavaScript (Rhino + RingoJS) and REST* API.
- Rich set of API (200+) with documentation and examples.
- Support one/group/all devices.
- Invoke Java API seamlessly.
- Terminal provides REPL environment for JavaScript.
- Image and Color helper*.
- Script recording to generate JavaScript.
- Create tasks to start scripts in certain time or interval.

"*" – Pay features.

If you have any problems, please contact us.
Support: support@sigma-rt.com
Business cooperation: sales@sigma-rt.com