change source code url for com.ghostsq.commander as the Sourceforge Web UI seems to be way behind.
This commit is contained in:
parent
a1024bb617
commit
0d33b4fd5e
|
|
@ -1,7 +1,9 @@
|
||||||
Category:System
|
Category:System
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:http://sites.google.com/site/ghostcommander1/
|
Web Site:http://sites.google.com/site/ghostcommander1/
|
||||||
Source Code:http://sourceforge.net/projects/ghostcommander/develop
|
#There is something wrong here
|
||||||
|
#Source Code:http://sourceforge.net/projects/ghostcommander/develop
|
||||||
|
Source Code:https://ghostcommander.svn.sourceforge.net/viewvc/ghostcommander
|
||||||
Issue Tracker:http://sourceforge.net/tracker/?group_id=311417
|
Issue Tracker:http://sourceforge.net/tracker/?group_id=311417
|
||||||
Donate:http://sourceforge.net/donate/index.php?group_id=311417
|
Donate:http://sourceforge.net/donate/index.php?group_id=311417
|
||||||
|
|
||||||
|
|
@ -33,6 +35,7 @@ Build Version:1.40.1,163,307
|
||||||
Build Version:1.40.2,164,314
|
Build Version:1.40.2,164,314
|
||||||
Build Version:1.41,180,!352 but need to check dex usage and add option to ignore in scanner
|
Build Version:1.41,180,!352 but need to check dex usage and add option to ignore in scanner
|
||||||
Build Version:1.42,190,!368 but need to check dex usage and add option to ignore in scanner
|
Build Version:1.42,190,!368 but need to check dex usage and add option to ignore in scanner
|
||||||
|
Build Version:1.43.2b2,208,!still has dex but we have facility to disable if deemed safe: http://sourceforge.net/p/ghostcommander/feature-requests/15 (at 405)
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ Connect to your Subsonic server and listen to your music
|
||||||
wherever you go.
|
wherever you go.
|
||||||
Songs are cached for playback to save on your mobile bandwidth and to make
|
Songs are cached for playback to save on your mobile bandwidth and to make
|
||||||
them available when you have no connection at all.
|
them available when you have no connection at all.
|
||||||
|
|
||||||
* Lockscreen controls (ICS+)
|
* Lockscreen controls (ICS+)
|
||||||
* Gapless Playback (JB+)
|
* Gapless Playback (JB+)
|
||||||
* Notification prev/pause/next buttons
|
* Notification prev/pause/next buttons
|
||||||
|
|
@ -18,6 +19,16 @@ them available when you have no connection at all.
|
||||||
* 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
|
* 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
|
* Drag and drop songs to rearrange your playlist on the Now Playing tab
|
||||||
* User defined Cache Size, Network Timeout, and Buffer Length
|
* User defined Cache Size, Network Timeout, and Buffer Length
|
||||||
|
|
||||||
|
Subsonic is 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.
|
||||||
|
|
||||||
|
The app is set up to access a demo server on the internet for trying it out.
|
||||||
|
In order to use this app with your own 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.)
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
@ -32,6 +43,7 @@ sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties
|
||||||
cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-android
|
cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-android
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
#Tags work but are erratic so let's use Market for a bit
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
Current Version:3.8.1
|
Current Version:3.8.1
|
||||||
Current Version Code:39
|
Current Version Code:39
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue