new app github.daneren2005.dsub: DSub

This commit is contained in:
David Black 2013-03-24 21:44:27 +00:00
parent a6dec35426
commit a1024bb617
4 changed files with 46 additions and 4 deletions

View file

@ -1 +1 @@
https://archive.apache.org/dist/commons/net/binaries/
http://archive.apache.org/dist/commons/net/binaries

View file

@ -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

View file

@ -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

View file

@ -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