Skip to content

elevenfive/Viz

 
 

Repository files navigation

Viz - Video downloader App for Android Build Status

Viz logo

About

Viz provides a rudimentary browser for video selection, a video gallery with video playback, download resume support and more.

License

Building

The build requires Gradle and the Android SDK. Viz uses the sdk-manager-plugin to manage the specific version of the Android SDK you will need along with other Android dependencies for you; if you do not have the required Android SDK and support libraries installed, they will be downloaded the first time you run the build. The `android' tool provided by the Android SDK must be in your PATH.

After installing gradle, downloading the Android SDK, and placing its tools/ directory in your path

  • Run ./gradlew assembleDebug

The resulting .apk files will be located in the viz/build/outputs directory. You might find that your device doesn't let you install your build if you already have the (now defunct) version of Viz from Google Play installed. This is standard Android security as it it won't let you directly replace an app that's been signed with a different key. Manually uninstall GitHub from your device and you will then be able to install your own built version.

Optionally, building from within Android Studio is also possible.

Contributing

Please fork this repository and contribute back using pull requests.

Any contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed and appreciated.

About

Video Downloader for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%