canewsin / screenrecorder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScreenRecorder pipeline status

App Icon

Requires Lollipop and above (SDK 21+)

Get it on F-Droid Get it on Google Play

User Support

Telegram: https://goo.gl/TDs42r

Telegram Support QR

Slack: Comming soon!

Donation/Payments

PayPal: Paypal Donate

Flattr: Flattr this git repo

Building the app

Make a copy of the repository

Make sure to have Git installed and clone the repo using

git clone https://gitlab.com/vijai/screenrecorder

Building the apk

Building apk is possible in 3 ways

1.a. Building debug apk using commandline

Switch to project root directory and run

Build Fdroid flavour

gradlew.bat assembleFdroidDebug

Build Play flavour

gradlew.bat assemblePlayDebug

1.b. Building release apk using commandline

Switch to project root directory and make sure to edit app module's build.gradle to include signing key information and run

Build Fdroid flavour

gradlew.bat assembleFdroidRelease

Build Play flavour

gradlew.bat assemblePlayRelease

2. Building using AndroidStudio

Open Android Studio -> File -> Import Project -> Choose the cloned project folder and continue with the on-screen instructions

Contributions

Any contribution to the app is welcome in the form of pull requests.

License and copyright infringements

I will consider any kind of license or copyright infringements seriously and will send copyright claim notice or license infringement notice to anyone who is not adhering to them.

If you notice any content which seem to be infringing, please fill the below google forms to help me indentify and take them down.

Google Form

Authors

  • Vijai Chander - Initial work - vijai

License

This project is licensed under the GNU AGPLv3 - see the LICENSE file for details

About

License:GNU Affero General Public License v3.0


Languages

Language:Java 99.0%Language:HTML 1.0%