Categories: - Multimedia License: Apache-2.0 SourceCode: https://github.com/JakeWharton/Telecine IssueTracker: https://github.com/JakeWharton/Telecine/issues Changelog: https://github.com/JakeWharton/Telecine/blob/HEAD/CHANGELOG.md Name: Telecine Description: |- Capture full resolution videos directly on your phone. No more recording controls cluttering up the video or USB debugging notification in your status bar! Launch the overlay and then navigate away from the app. The overlay will remain allowing you to press record when you are in the target app. The overlay disappears while recording. To stop, press the area where the overlay used to be (hint: it's still there! just transparent) TL;DR: Press record, press the same area to stop. RepoType: git Repo: https://github.com/JakeWharton/Telecine Builds: - versionName: 1.5.0 versionCode: 1 disable: remove play-services commit: 1.5.0 subdir: telecine gradle: - yes rm: - telecine/src/main/java/com/jakewharton/telecine/Analytics.java prebuild: - sed -i -e '/play-services/d' build.gradle - find . -type f -name *.java -print0 | xargs -0 sed -i -e '/import com.google.android.gms/d' -e '/Inject Analytics analytics/d' -e '/Tracker tracker/d' -e 's/Activity activity, Analytics analytics/Activity activity/g' -e '/private final Analytics analytics/d' -e 's/Intent data, Analytics analytics/Intent data/g' -e 's/Analytics analytics,//g' -e '/@Provides @Singleton Analytics provideAnalytics/,+7d' AutoUpdateMode: None UpdateCheckMode: None CurrentVersion: 1.5.0 CurrentVersionCode: 1