ScreenCam: Add tracking AF, closes #608
This commit is contained in:
parent
89c5cde73a
commit
7332dd22f8
|
|
@ -1,3 +1,4 @@
|
||||||
|
AntiFeatures:Tracking
|
||||||
Categories:System
|
Categories:System
|
||||||
License:AGPL-3.0
|
License:AGPL-3.0
|
||||||
Web Site:
|
Web Site:
|
||||||
|
|
@ -45,6 +46,13 @@ Build:1.6.1,13
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
Tracking via Countly setup in app/src/main/java/com/orpheusdroid/screenrecorder/MainActivity.java
|
||||||
|
for release builds. Either comment out "setupAnalytics();" there or just move endpoint url --
|
||||||
|
ANALYTICS_URL = "http://analytics.orpheusdroid.com"; -- to localhost, see
|
||||||
|
app/src/main/java/com/orpheusdroid/screenrecorder/Const.java.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:1.6.1
|
Current Version:1.6.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue