deactivated update of dentex.youtube.downloader
not sure whether the tracking anti-feature is warranted. There is a checkbox in Settings to Disable Bugsense. Without looking at the code this seems as if crash reports are sent by default but maybe they are not. Also noteworthy is the new "enable audio extraction" setting which prompts to download an ffmpeg binary.
This commit is contained in:
parent
73166bd582
commit
62b4f5a6bc
|
@ -1,3 +1,4 @@
|
|||
AntiFeatures:Tracking
|
||||
Category:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
|
@ -7,6 +8,11 @@ Donate:http://forum.xda-developers.com/donatetome.php?u=4792098
|
|||
|
||||
Summary:Download files from YouTube
|
||||
Description:
|
||||
'''N.B''' There is now a setting to enable audio extraction.
|
||||
To enable this feature there is a prompt to download an ffmpeg
|
||||
binary from another website and this will have been built
|
||||
by the developer.
|
||||
|
||||
Share a url from YouTube to this app and you will get the option
|
||||
to download the media to your local storage in your choice of
|
||||
quality. Optionally,
|
||||
|
@ -14,6 +20,10 @@ you can send it via ssh to another computer. It isn't necessary
|
|||
to have the YouTube app: URLs can be shared from the browser.
|
||||
|
||||
See the source code page for a changelog.
|
||||
|
||||
Anti-feature: Tracking. Crash reporting has been introduced and
|
||||
it operates without user interaction by default. It can be
|
||||
disabled in the Settings.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -34,6 +44,11 @@ Build Version:1.8,38,1.8,subdir=dentex.youtube.downloader,update=.;../android-fi
|
|||
Build Version:1.8.1,39,1.8.1,subdir=dentex.youtube.downloader,update=.;../android-filechooser,prebuild=rm ../*.apk
|
||||
Build Version:1.8.2,40,1.8.2,subdir=dentex.youtube.downloader,update=.;../android-filechooser,prebuild=rm ../*.apk
|
||||
Build Version:1.9,41,1.9,subdir=dentex.youtube.downloader,update=.;../android-filechooser,prebuild=rm ../*.apk
|
||||
Build Version:2.0,42,!check first (at 2.0),subdir=dentex.youtube.downloader,\
|
||||
update=.;../android-filechooser;../dentex.youtube.downloader.strings,prebuild=\
|
||||
mkdir -p ../dentex.youtube.downloader.strings/src && \
|
||||
rm -rf libs/armeabi* && tar xvf ../FFmpeg_and_lame_sources/liblame.tar.gz && \
|
||||
mv liblame/jni .,buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue