Skip to content

Releases: xSAVIKx/AndroidScreencast

Dependency updates and video recording fix

27 Dec 23:07
4bc0b6e
Compare
Choose a tag to compare

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

28 Nov 20:27
Compare
Choose a tag to compare

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

31 Oct 22:09
Compare
Choose a tag to compare

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

04 Jun 19:19
Compare
Choose a tag to compare

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

03 Mar 21:41
Compare
Choose a tag to compare
  • 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

11 Feb 20:35
Compare
Choose a tag to compare
  • 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

24 Dec 17:37
Compare
Choose a tag to compare
  • 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

29 Jun 11:21
Compare
Choose a tag to compare

Added support for JNLP.
Made small refactoring also.

Pre-release v.0.0.6S

31 May 07:19
Compare
Choose a tag to compare
Pre-release v.0.0.6S Pre-release
Pre-release

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

24 Aug 12:55
Compare
Choose a tag to compare
Pre-release

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.