Merge branch 'master' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
1ae72554b2
|
@ -4,21 +4,27 @@ Web Site:https://github.com/danieloeh/AntennaPod
|
|||
Source Code:https://github.com/danieloeh/AntennaPod
|
||||
Issue Tracker:https://github.com/danieloeh/AntennaPod/issues
|
||||
Donate:https://flattr.com/thing/745609/Antennapod
|
||||
FlattrID:745609
|
||||
Bitcoin:1DzvtuvdW8VhDsq9GUytMyALmsHeaHEKbg
|
||||
|
||||
Summary:Podcatcher
|
||||
Summary:Listen to audio feeds
|
||||
Description:
|
||||
N.B. The Flattr functionality is disabled in the f-droid.org build as the API keys are not in the source.
|
||||
N.B. The Flattr functionality is disabled in the f-droid.org build as the API
|
||||
keys are not in the source.
|
||||
|
||||
AntennaPod is a podcast manager for Android 2.3.3 and above. It offers all the basic features you expect
|
||||
from a podcatcher, like streaming and downloading episodes, refreshing all feeds automatically or adding them
|
||||
to a queue to listen to them later. The Miro directory can be searched and browsed for shows.
|
||||
AntennaPod is a podcast manager for Android 2.3.3 and above. It offers all the
|
||||
basic features you expect
|
||||
from a podcatcher, like streaming and downloading episodes, refreshing all
|
||||
feeds automatically or adding them
|
||||
to a queue to listen to them later. The Miro directory can be searched and
|
||||
browsed for shows.
|
||||
|
||||
[https://raw.github.com/danieloeh/AntennaPod/master/CHANGELOG.md Changelog]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/danieloeh/AntennaPod.git
|
||||
|
||||
#better to use maven
|
||||
#mvn install:install-file -Dfile=$$SDK$$/tools/support/annotations.jar -DgroupId=android.tools.support -DartifactId=annotations -Dversion=1.0 -Dpackaging=jar
|
||||
Build Version:0.9.4.4,14,0.9.4.4,srclibs=ActionBarSherlock@6e3f2bb5;ViewPagerIndicator@65457e,\
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
||||
|
@ -57,10 +63,21 @@ Build Version:0.9.6.1,22,0.9.6.1,srclibs=ActionBarSherlock@4.1.0;ViewPagerIndica
|
|||
Build Version:0.9.6.2,23,0.9.6.2,srclibs=ActionBarSherlock@4.1.0;ViewPagerIndicator@2.3.1,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java,extlibs=flattr4j/flattr4j-core-2.4.jar;commons-lang/commons-lang3-3.1.jar;commons-io/commons-io-2.4.jar
|
||||
Build Version:0.9.6.3,24,0.9.6.3,srclibs=ActionBarSherlock@4.1.0;ViewPagerIndicator@2.3.1,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java,extlibs=flattr4j/flattr4j-core-2.4.jar;commons-lang/commons-lang3-3.1.jar;commons-io/commons-io-2.4.jar
|
||||
Build Version:0.9.6.4,25,0.9.6.4,srclibs=ActionBarSherlock@4.1.0;ViewPagerIndicator@2.4.1,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java,extlibs=flattr4j/flattr4j-core-2.4.jar;commons-lang/commons-lang3-3.1.jar;commons-io/commons-io-2.4.jar
|
||||
Build Version:0.9.7,26,0.9.7,srclibs=ActionBarSherlock@4.1.0;ViewPagerIndicator@2.4.1,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java,extlibs=flattr4j/flattr4j-core-2.4.jar;commons-lang/commons-lang3-3.1.jar;commons-io/commons-io-2.4.jar
|
||||
Build Version:0.9.7,26,0.9.7,submodules=yes,\
|
||||
extlibs=flattr4j/flattr4j-core-2.4.jar;commons-lang/commons-lang3-3.1.jar;commons-io/commons-io-2.4.jar,\
|
||||
prebuild=\
|
||||
$$SDK$$/tools/android update lib-project -p submodules/ActionBarSherlock/library/ -t "android-14" &&\
|
||||
$$SDK$$/tools/android update lib-project -p submodules/ViewPagerIndicator/library/ -t "android-16" &&\
|
||||
$$SDK$$/tools/android update lib-project -p submodules/dslv/library/ -t "android-14" &&\
|
||||
cp submodules/ViewPagerIndicator/library/libs/android-support-v4.jar submodules/dslv/library/libs/ &&\
|
||||
cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.9.7
|
||||
Current Version Code:26
|
||||
|
||||
#Build Version:0.9.7,26,!can't find apk 0.9.7,maven=yes,submodules=yes,init=\
|
||||
#ANDROID_HOME=$$SDK$$ mvn clean install -f submodules/dslv/pom.xml && rm -f submodules/dslv/demo/target/*.apk,\
|
||||
#prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java
|
||||
|
||||
|
|
Loading…
Reference in a new issue