2012-11-12 12:24:22 +00:00
|
|
|
AntiFeatures:Ads
|
2012-08-10 14:03:06 +00:00
|
|
|
Category:Multimedia
|
2012-09-14 22:10:01 +00:00
|
|
|
License:GPLv2+
|
2012-08-10 14:03:06 +00:00
|
|
|
Web Site:http://justplayer-dev.blogspot.jp/
|
|
|
|
Source Code:https://bitbucket.org/yokmama/just-player/src
|
2012-11-12 16:20:43 +00:00
|
|
|
Issue Tracker:https://bitbucket.org/yokmama/just-player/issues
|
2012-08-10 14:03:06 +00:00
|
|
|
|
2012-10-27 17:35:43 +00:00
|
|
|
Name:Just Player
|
2012-09-14 22:12:15 +00:00
|
|
|
Summary:Music player
|
2012-08-10 14:03:06 +00:00
|
|
|
Description:
|
2012-11-12 16:03:16 +00:00
|
|
|
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.
|
2012-10-27 21:57:38 +00:00
|
|
|
Take care not to accept an update without checking the version number.
|
2012-10-26 21:49:08 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
[[jp.co.kayo.android.localplayer.ds.ampache]] you can listen to audio from those sources.
|
2012-11-12 12:24:22 +00:00
|
|
|
For example with the latter, you can store your music on an Owncloud server and stream it to Just Player.
|
2012-11-12 16:03:16 +00:00
|
|
|
|
2012-11-26 12:37:55 +00:00
|
|
|
Anti-feature: Ads. v3.27+ shows ads on the Preferences screen, making use of an open-source library.
|
2012-08-10 14:03:06 +00:00
|
|
|
.
|
|
|
|
|
2012-11-12 12:24:22 +00:00
|
|
|
#two branches
|
2012-08-10 14:03:06 +00:00
|
|
|
Repo Type:git
|
|
|
|
Repo:https://bitbucket.org/yokmama/just-player.git
|
|
|
|
|
2012-10-26 17:13:44 +00:00
|
|
|
Build Version:3.14,141400250,1b6d591d4474,subdir=JUSTPLAYER,update=.;../ActionBarSherlock,prebuild=\
|
|
|
|
rm -rf .google_apis && rm -f ../LibAndroTranslation-1.0.1/build.xml && \
|
|
|
|
$$SDK$$/tools/android update project -p ../LibAndroTranslation-1.0.1
|
|
|
|
|
2012-10-26 17:49:59 +00:00
|
|
|
Build Version:3.17b,71400255,47e1b9b,subdir=JUSTPLAYER,update=.;../ActionBarSherlock,prebuild=\
|
|
|
|
rm -rf .google_apis && rm -f ../LibAndroTranslation-1.0.1/build.xml && \
|
|
|
|
$$SDK$$/tools/android update project -p ../LibAndroTranslation-1.0.1 && \
|
|
|
|
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/
|
|
|
|
|
2012-11-13 10:09:11 +00:00
|
|
|
Build Version:3.27b,1071400284,635894e,subdir=JUSTPLAYER,\
|
2012-11-12 12:24:22 +00:00
|
|
|
init=rm -f ../LibAndroTranslation-1.0.1/build.xml,update=.;../LibAndroTranslation-1.0.1,\
|
2012-11-13 10:09:11 +00:00
|
|
|
srclibs=JustPlayerPluginsAdView@fb467e;ActionBarSherlock@4.2.0,prebuild=\
|
2012-11-12 12:24:22 +00:00
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
2012-10-26 17:04:40 +00:00
|
|
|
sed -i 's@\(android.library.reference.3=\).*@\1$$JustPlayerPluginsAdView$$@' project.properties && \
|
2012-11-12 12:24:22 +00:00
|
|
|
rm -rf .google_apis && mkdir src/jp/co/kayo/android/localplayer/secret && \
|
2012-10-26 17:04:40 +00:00
|
|
|
wget https://bitbucket.org/yokmama/just-player/downloads/Keys.java -P \
|
|
|
|
src/jp/co/kayo/android/localplayer/secret/
|
|
|
|
|
2012-11-12 12:24:22 +00:00
|
|
|
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=\
|
2012-10-26 17:04:40 +00:00
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1$$JustPlayerPluginsAdView$$@' project.properties && \
|
2012-11-12 12:24:22 +00:00
|
|
|
rm -rf .google_apis && mkdir src/jp/co/kayo/android/localplayer/secret && \
|
2012-10-26 17:04:40 +00:00
|
|
|
wget https://bitbucket.org/yokmama/just-player/downloads/Keys.java -P \
|
|
|
|
src/jp/co/kayo/android/localplayer/secret/
|
|
|
|
|
2012-09-15 09:15:51 +00:00
|
|
|
#device variable; RM checks HEAD branch
|
2012-08-10 21:02:01 +00:00
|
|
|
Update Check Mode:None
|
2012-11-12 12:24:22 +00:00
|
|
|
Current Version:3.27
|
|
|
|
Current Version Code:1141600276
|
2012-09-14 22:10:01 +00:00
|
|
|
|