diff --git a/build/extlib/commons-net/source.txt b/build/extlib/commons-net/source.txt index 9c948c2fd8..8e70c02118 100644 --- a/build/extlib/commons-net/source.txt +++ b/build/extlib/commons-net/source.txt @@ -1 +1 @@ -https://archive.apache.org/dist/commons/net/binaries/ +http://archive.apache.org/dist/commons/net/binaries diff --git a/metadata/de.danoeh.antennapod.txt b/metadata/de.danoeh.antennapod.txt index 9a219a11da..8d13050a6f 100644 --- a/metadata/de.danoeh.antennapod.txt +++ b/metadata/de.danoeh.antennapod.txt @@ -66,7 +66,7 @@ Build Version:0.9.6.4,25,0.9.6.4,srclibs=ActionBarSherlock@4.1.0;ViewPagerIndica Build Version:0.9.7,26,0.9.7,maven=yes,submodules=yes,bindir=target,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 -Build Version:0.9.7.1,28,0.9.7.1,submodules=yes,maven=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 ,bindir=target +Build Version:0.9.7.1,28,0.9.7.1,submodules=yes,maven=yes,init=ANDROID_HOME=$$SDK$$ $$MVN3$$ 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 ,bindir=target Auto Update Mode:Version %v Update Check Mode:Tags diff --git a/metadata/github.daneren2005.dsub.txt b/metadata/github.daneren2005.dsub.txt new file mode 100644 index 0000000000..0c9dcd5b4f --- /dev/null +++ b/metadata/github.daneren2005.dsub.txt @@ -0,0 +1,38 @@ +Category:Multimedia +License:GPLv3 +Web Site: +Source Code:https://github.com/daneren2005/Subsonic +Issue Tracker:https://github.com/daneren2005/Subsonic/issues + +Summary:Play music across the network +Description: +Connect to your Subsonic server and listen to your music +wherever you go. +Songs are cached for playback to save on your mobile bandwidth and to make +them available when you have no connection at all. +* Lockscreen controls (ICS+) +* Gapless Playback (JB+) +* Notification prev/pause/next buttons +* Quick add/remove songs to playlist +* Pause playback when other apps request audio focus (navigation, etc) +* Option to gather logs and send them via email for newer versions of Android which don't allow 3rd party apps to gather another apps' logs any more +* Drag and drop songs to rearrange your playlist on the Now Playing tab +* User defined Cache Size, Network Timeout, and Buffer Length +. + +Repo Type:git +Repo:https://github.com/daneren2005/Subsonic.git + +Build Version:3.8.1,39,3.8.1,subdir=subsonic-android,init=\ +git clone https://github.com/bauerca/drag-sort-listview dslv && cd dslv && \ +git checkout 0.6.1,srclibs=ActionBarSherlock@4.2.0,update=.;dslv/library,\ +prebuild=mv libs/android-support-v4.jar dslv/library/libs/ && \ +sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \ +sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties && \ +cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-android + +Auto Update Mode:None +Update Check Mode:Market +Current Version:3.8.1 +Current Version Code:39 + diff --git a/metadata/net.sourceforge.subsonic.androidapp.txt b/metadata/net.sourceforge.subsonic.androidapp.txt index 624a66c762..079a0f1f55 100644 --- a/metadata/net.sourceforge.subsonic.androidapp.txt +++ b/metadata/net.sourceforge.subsonic.androidapp.txt @@ -7,14 +7,18 @@ Donate:http://www.subsonic.org/pages/index.jsp Summary:Play media across the network Description: -Subsonic is both an app and a cross-platform FOSS media server that's capable of indexing very +Subsonic is both an app and a cross-platform FOSS media server that's capable +of indexing very large media collections. The server can transcode if necessary so that the app can play files that your device may not normally support. There is a demo server on the internet available for giving it a try. -In order to use this app with a Subsonic server beyond a trial period, a key must be obtained +In order to use this app with a Subsonic server beyond a trial period, a key +must be obtained by making a donation. (A key isn't required to use the [https://github.com/Mach5/supersonic Supersonic] variant.) + +Status: Source code isn't available for the current version. . Repo Type:svn