AndroidScreencast Versions Save

View and control your android device on PC

v0.1

3 years ago

This release brings multiple dependencies upgrades (see #64).

The Android tooling is updated to the latest r30.0.5 version (see #65).

The video recording on non-Oracle JVMs is fixed (see #66).

v0.0.16s

4 years ago

In this release, I've updated our dependencies to the latest stable version as well as the Android platform-tools to the r29.0.5. Also, the logging now has more verbose and reliable messages as well as we log all essential exceptions.

v0.0.13s

5 years ago

Updated the number of libraries and platform-tools to the latest available versions. Now the AndroidScreencast should support the latest Android versions too.

v0.0.12s

5 years ago

Updated the number of libraries and platform-tools to the latest available versions. Now the AndroidScreencast should support the latest Android versions too.

0.0.10s

7 years ago
  • Changed DI framework from Spring to Dagger2 - size of result jar is halved
  • Changed logging framework from outdated log4j to slf4j+logback and improved logging
  • Ensured that application won't hang(all threads will be terminated) when ADB path is misconfigured
  • fixed number of codacy issues
  • refactored number of UI classes and InputCommandFactory to work properly with DI and reduce hardly-coupled dependencies

0.0.9s

7 years ago
  • Returned functionality of video recording!
  • added codacy support and cleaned up lots of codacy issues
  • ensured that app.properties file is added to each OS bundle
  • updated fetching of ADB screenshots using modified MonkeyRunner source code
  • refactored ScreenCaptureThread to be more developer-friendly

0.0.8S

7 years ago
  • removed unused code.
  • cleaned up sources
  • set default console logging to INFO
  • prepared adb instances for Windows/Linux/Mac OSX
  • updated libraries versions
  • updated mvn config to generate OS bundles with adb packed
  • updated Java version to 1.8
  • updated README with additional info about OS bundles

0.0.7S

7 years ago

Added support for JNLP. Made small refactoring also.

0.0.6S

8 years ago

Refactored tons of code. Made some cleanups. Fixed #19 . Nothing special added yet, but lots of stuff refactored. added .7zip archive with ready-to-use adb and properties for Windows.

0.0.5.1S

8 years ago

Fixed bug with swipe cannot be performed due to improper usage of variables with multi-threaded operations. fixed possible NPE while setting default windows size from property file.