update just player to 3.34 and 3.34b

This commit is contained in:
David Black 2013-01-25 10:31:54 +00:00
parent 16bcbfd879
commit 8c04f27cc1

View file

@ -1,4 +1,3 @@
AntiFeatures:Ads
Category:Multimedia Category:Multimedia
License:GPLv2+ License:GPLv2+
Web Site:http://justplayer-dev.blogspot.jp/ Web Site:http://justplayer-dev.blogspot.jp/
@ -8,16 +7,22 @@ Issue Tracker:https://bitbucket.org/yokmama/just-player/issues
Name:Just Player Name:Just Player
Summary:Music player Summary:Music player
Description: Description:
The versions with a 'b' at the end are designed to work on Android 2.1+, while N.B. The versions with a 'b' at the end are designed to work on Android 2.1+,
the ones without b are for Android 4.0+ only and come from their own git branch. while the ones without b are for Android 4.0+ only and come from their own git
Take care not to accept an update without checking the version number. branch. Take care not to accept an update without checking the version number.
The share menu won't do anything without installing plugin apks, which
f-droid.org doesn't have.
Comprehensive music player with features such as sharing files over Android
Beam (on Android 4), automatic playback on headphone insertion, gapless
playback, customizable tabs and folder browsing.
Comprehensive music player with unusual features such as sharing files over Android Beam (on Android 4).
By installing the optional [[jp.co.kayo.android.localplayer.ds.podcast]] and/or 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. [[jp.co.kayo.android.localplayer.ds.ampache]] you can listen to audio from
For example with the latter, you can store your music on an Owncloud server and stream it to Just Player. those sources. For example, with the latter, you can store your music on an
ownCloud server and stream it to Just Player.
Anti-feature: Ads. v3.27+ shows ads on the Preferences screen, making use of an open-source library. Google Admob was removed before building.
. .
#two branches #two branches
@ -40,19 +45,39 @@ init=rm -f ../LibAndroTranslation-1.0.1/build.xml,update=.;../LibAndroTranslatio
srclibs=JustPlayerPluginsAdView@fb467e;ActionBarSherlock@4.2.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.2=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(android.library.reference.3=\).*@\1$$JustPlayerPluginsAdView$$@' 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 && \ rm -rf .google_apis && mkdir -p src/jp/co/kayo/android/localplayer/secret && \
wget https://bitbucket.org/yokmama/just-player/downloads/Keys.java -P \ wget https://bitbucket.org/yokmama/just-player/downloads/Keys.java -P \
src/jp/co/kayo/android/localplayer/secret/ src/jp/co/kayo/android/localplayer/secret/
Build Version:3.27,1141600276,eaa6770,update=.;../LibAndroTranslation-1.0.1,subdir=JUSTPLAYER,\ Build Version:3.27,1141600276,eaa6770,update=.;../LibAndroTranslation-1.0.1,subdir=JUSTPLAYER,\
srclibs=JustPlayerPluginsAdView@fb467e,init=rm -f ../LibAndroTranslation-1.0.1/build.xml,prebuild=\ srclibs=JustPlayerPluginsAdView@fb467e,init=rm -f ../LibAndroTranslation-1.0.1/build.xml,prebuild=\
sed -i 's@\(android.library.reference.2=\).*@\1$$JustPlayerPluginsAdView$$@' project.properties && \ sed -i 's@\(android.library.reference.2=\).*@\1$$JustPlayerPluginsAdView$$@' project.properties && \
rm -rf .google_apis && mkdir src/jp/co/kayo/android/localplayer/secret && \ rm -rf .google_apis && mkdir -p src/jp/co/kayo/android/localplayer/secret && \
wget https://bitbucket.org/yokmama/just-player/downloads/Keys.java -P \ wget https://bitbucket.org/yokmama/just-player/downloads/Keys.java -P \
src/jp/co/kayo/android/localplayer/secret/ src/jp/co/kayo/android/localplayer/secret/
Build Version:3.34b,2071400316,9e88e472b,update=.;../LibAndroTranslation-1.0.1,subdir=JUSTPLAYER,\
srclibs=MobAdMob@2d5736;ActionBarSherlock@4.2.0,init=rm -f ../LibAndroTranslation-1.0.1/build.xml,prebuild=\
sed -i 's@\(android.library.reference.2=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i '/sakura/d' project.properties && \
echo 'android.library.reference.3=$$MobAdMob$$' >> project.properties && \
rm -rf .google_apis libs/GoogleAdMobAdsSdk-6.2.1.jar && \
sed -i 's/KeysDummy/Keys/g' src/jp/co/kayo/android/localplayer/secret/KeysDummy.java && \
mv src/jp/co/kayo/android/localplayer/secret/KeysDummy.java \
src/jp/co/kayo/android/localplayer/secret/Keys.java
Build Version:3.34,2111600286,f49ba446ca,\
update=.;../LibAndroTranslation-1.0.1,subdir=JUSTPLAYER,\
extlibs=android/android-support-v4.jar,srclibs=MobAdMob@2d5736,init=\
rm -f ../LibAndroTranslation-1.0.1/build.xml,prebuild=\
echo 'android.library.reference.2=$$MobAdMob$$' >> project.properties && \
rm -rf .google_apis libs/GoogleAdMobAdsSdk-6.2.1.jar && \
sed -i 's/KeysDummy/Keys/g' src/jp/co/kayo/android/localplayer/secret/KeysDummy.java && \
mv src/jp/co/kayo/android/localplayer/secret/KeysDummy.java \
src/jp/co/kayo/android/localplayer/secret/Keys.java
#device variable; RM checks HEAD branch #device variable; RM checks HEAD branch
Update Check Mode:None Update Check Mode:None
Current Version:3.27 Current Version:3.34
Current Version Code:1141600276 Current Version Code:2111600286