Vuze Remote: Fix build, disabled (proguard issues).
This commit is contained in:
parent
3d0ad4ead4
commit
35601bf2a2
|
@ -30,39 +30,30 @@ Features:
|
|||
* Ad free experience
|
||||
|
||||
For a complete step-by-step guide read the [http://wiki.vuze.com/w/Android_Remote_Guide Vuze Remote for Android guide].
|
||||
|
||||
TODO:
|
||||
|
||||
By downloading or using this app, you agree to Vuze’s Terms of Service (http://www.vuze.com/corp/terms.php) and the Vuze Privacy Policy (http://www.vuze.com/corp/privacy.php). Any use of Vuze Remote, Vuze and Vuze+™ that violates the rights of any person or entity is not allowed. More at http://www.vuze.com/corp/legal.php
|
||||
|
||||
Need help? Please visit our forum at http://forum.vuze.com/forum.jspa?forumID=127
|
||||
Have a suggestion? Please contact Vuze by visiting http://vote.vuze.com/forums/227649-android-remote
|
||||
For additional help please visit the [http://forum.vuze.com/forum.jspa?forumID=127 Vuze forum].
|
||||
Have a suggestion? Please contact [http://vote.vuze.com/forums/227649-android-remote Vuze].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/vuze/vuze-remote-for-android
|
||||
|
||||
Build:2.2.4,63
|
||||
disable=wip
|
||||
disable=proguard issues
|
||||
commit=5e9486fb4a4cb0a90d6f0ee8fce5dad2ef242e04
|
||||
subdir=VuzeRemoteProject
|
||||
patch=f-droid.2.2.4.diff
|
||||
init=mv libs/jcifs*.jar ./
|
||||
rm=VuzeRemoteProject/libs/*,google-play-services_lib,VuzeRemoteProject/src/com/vuze/android/remote/VuzeEasyTrackerNew.java,VuzeRemoteProject/src/com/vuze/android/remote/VuzeEasyTrackerOld.java,VuzeRemoteProject/src/com/vuze/android/remote/CampaignTrackingReceiver.java
|
||||
rm=VuzeRemoteProject/libs/*,google-play-services_lib,VuzeRemoteProject/src/com/vuze/android/remote/VuzeEasyTrackerNew.java,VuzeRemoteProject/src/com/vuze/android/remote/VuzeEasyTrackerOld.java,VuzeRemoteProject/src/com/vuze/android/remote/CampaignTrackingReceiver.java,MaterialEditText/library/src/main/nineoldandroids-2.4.0.jar
|
||||
scandelete=android-switch-backport/sample/bin
|
||||
extlibs=jcifs/jcifs-1.3.17.jar
|
||||
srclibs=FastJSON@1.1.46-android
|
||||
srclibs=FastJSON@1.1.46-android,6:NineOldAndroids@2.4.0,jcfis@jcifs-1.3.17-kohsuke-1
|
||||
prebuild=pushd $$FastJSON$$ && $$MVN3$$ -DskipTests package && popd && cp -fR $$FastJSON$$/target/fastjson-1.1.46.android.jar libs/ && \
|
||||
mv *.jar libs/
|
||||
pushd $$jcfis$$ && $$MVN3$$ package && popd && cp -fR $$jcfis$$/target/jcifs-1.3.17-kohsuke-1.jar libs/
|
||||
|
||||
Maintainer Notes:
|
||||
TODO:
|
||||
* jcfis replacement not working?
|
||||
* WARNING: Found JAR file at MaterialEditText/library/src/main/nineoldandroids-2.4.0.jar
|
||||
* jcfis proguard issues?
|
||||
* WARNING: Found JAR file at MaterialEditText/library/src/main/libs/android-support-annotations.jar
|
||||
* WARNING: Found JAR file at appcompat/libs/android-support-v7-appcompat.jar
|
||||
* WARNING: Found JAR file at appcompat/libs/android-support-v4.jar
|
||||
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
2
srclibs/FastJSON.txt
Normal file
2
srclibs/FastJSON.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/alibaba/fastjson
|
Loading…
Reference in a new issue