Skip to content

Releases: xSAVIKx/AndroidScreencast

Dependency updates and video recording fix

Choose a tag to compare

@xSAVIKx xSAVIKx released this 27 Dec 23:07
4bc0b6e

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).

Dependency updates and better logging

Choose a tag to compare

@xSAVIKx xSAVIKx released this 28 Nov 20:27

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.

Pre-release v0.0.13s

Choose a tag to compare

@xSAVIKx xSAVIKx released this 31 Oct 22:09

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

Pre-release v0.0.12s

Choose a tag to compare

@xSAVIKx xSAVIKx released this 04 Jun 19:19

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

Pre-release v.0.0.10s

Choose a tag to compare

@xSAVIKx xSAVIKx released this 03 Mar 21:41
  • 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

Pre-release v.0.0.9s

Choose a tag to compare

@xSAVIKx xSAVIKx released this 11 Feb 20:35
  • 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

Pre-release v.0.0.8S

Choose a tag to compare

@xSAVIKx xSAVIKx released this 24 Dec 17:37
  • 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

Pre-release v.0.0.7S

Choose a tag to compare

@xSAVIKx xSAVIKx released this 29 Jun 11:21

Added support for JNLP.
Made small refactoring also.

Pre-release v.0.0.6S

Pre-release v.0.0.6S Pre-release
Pre-release

Choose a tag to compare

@xSAVIKx xSAVIKx released this 31 May 07:19

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.

Pre-release v.0.0.5.1S

Pre-release

Choose a tag to compare

@xSAVIKx xSAVIKx released this 24 Aug 12:55

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.