update just player legacy to 3.27

This commit is contained in:
David Black 2012-11-13 10:09:11 +00:00
parent ee850b1f91
commit 77e4b362b2

View file

@ -8,9 +8,6 @@ Issue Tracker:https://bitbucket.org/yokmama/just-player/issues
Name:Just Player
Summary:Music player
Description:
N.B. If you try to share your song via Twitter the app will crash because it has been built
without the necessary oAuth credentials, which are not in the source.
The versions with a 'b' at the end are designed to work on Android 2.1+, while
the ones without b are for Android 4.0+ only and come from their own git branch.
Take care not to accept an update without checking the version number.
@ -19,7 +16,6 @@ Comprehensive music player with unusual features such as sharing files over Andr
By installing the optional [[jp.co.kayo.android.localplayer.ds.podcast]] and/or
[[jp.co.kayo.android.localplayer.ds.ampache]] you can listen to audio from those sources.
For example with the latter, you can store your music on an Owncloud server and stream it to Just Player.
Works with a scrobbler such as [[com.adam.aslfms]].
Anti-feature: Ads. v3.27+ shows advertisements, making use of an open-source library.
.
@ -39,9 +35,9 @@ mkdir src/jp/co/kayo/android/localplayer/secret && \
wget https://bitbucket.org/yokmama/just-player/downloads/Keys.java -P \
src/jp/co/kayo/android/localplayer/secret/
Build Version:3.27b,1071400284,!ABS error 635894e,subdir=JUSTPLAYER,\
Build Version:3.27b,1071400284,635894e,subdir=JUSTPLAYER,\
init=rm -f ../LibAndroTranslation-1.0.1/build.xml,update=.;../LibAndroTranslation-1.0.1,\
srclibs=JustPlayerPluginsAdView@fb467e;ActionBarSherlock@4.1.0,prebuild=\
srclibs=JustPlayerPluginsAdView@fb467e;ActionBarSherlock@4.2.0,prebuild=\
sed -i 's@\(android.library.reference.2=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(android.library.reference.3=\).*@\1$$JustPlayerPluginsAdView$$@' project.properties && \
rm -rf .google_apis && mkdir src/jp/co/kayo/android/localplayer/secret && \