Releases: xSAVIKx/AndroidScreencast
Release list
Dependency updates and video recording fix
Dependency updates and better logging
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
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
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
- 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
- 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
- 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
Added support for JNLP.
Made small refactoring also.
Pre-release v.0.0.6S
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
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.