Eugeniu Tufar
Eugeniu Tufar
#32 Regular screenshot grabber dont work on all devices, on some devices it works partially.
Will be great to have a pan margin like in this video [video](https://drive.google.com/file/d/1tE_doBA5AohJDcV6hHIeZ57lFEh-1PQZ/view?usp=sharing) #116
Got an compile time error: ``` .../.gradle/caches/transforms-2/files-2.1/2ba319b94b8ddc5e4b0c4d87a893d154/jetified-videoeditor-1.0.8/res/values/values.xml:15:5-51: AAPT: error: resource dimen/_10sdp (aka my.packagename:dimen/_10sdp) not found. ``` Maybe to exclude androidx dependencies or to migrate to androidx
Steps to reproduce: 1. add `dev.gitlive:firebase-firestore:1.12.0` to common dependencies 2. optional step to fix normal ios builds: add `iosSimilatorArm64().binaries.framework { isStatic = true }` 3. make sure you have at...
Add a possibility to run all the tests by default using skippy without editing the tests(add rules to junit4 or annotations to junit5). We can hide this feature behind a...