Vuze Remote: Fix build, disabled (proguard issues).

This commit is contained in:
Boris Kraut 2015-01-10 19:06:21 +01:00
parent 3d0ad4ead4
commit 35601bf2a2
2 changed files with 10 additions and 17 deletions

View file

@ -30,39 +30,30 @@ Features:
* Ad free experience * 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]. For a complete step-by-step guide read the [http://wiki.vuze.com/w/Android_Remote_Guide Vuze Remote for Android guide].
For additional help please visit the [http://forum.vuze.com/forum.jspa?forumID=127 Vuze forum].
TODO: Have a suggestion? Please contact [http://vote.vuze.com/forums/227649-android-remote Vuze].
By downloading or using this app, you agree to Vuzes 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
. .
Repo Type:git Repo Type:git
Repo:https://github.com/vuze/vuze-remote-for-android Repo:https://github.com/vuze/vuze-remote-for-android
Build:2.2.4,63 Build:2.2.4,63
disable=wip disable=proguard issues
commit=5e9486fb4a4cb0a90d6f0ee8fce5dad2ef242e04 commit=5e9486fb4a4cb0a90d6f0ee8fce5dad2ef242e04
subdir=VuzeRemoteProject subdir=VuzeRemoteProject
patch=f-droid.2.2.4.diff 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,MaterialEditText/library/src/main/nineoldandroids-2.4.0.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
scandelete=android-switch-backport/sample/bin scandelete=android-switch-backport/sample/bin
extlibs=jcifs/jcifs-1.3.17.jar srclibs=FastJSON@1.1.46-android,6:NineOldAndroids@2.4.0,jcfis@jcifs-1.3.17-kohsuke-1
srclibs=FastJSON@1.1.46-android
prebuild=pushd $$FastJSON$$ && $$MVN3$$ -DskipTests package && popd && cp -fR $$FastJSON$$/target/fastjson-1.1.46.android.jar libs/ && \ 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: Maintainer Notes:
TODO: TODO:
* jcfis replacement not working? * jcfis proguard issues?
* WARNING: Found JAR file at MaterialEditText/library/src/main/nineoldandroids-2.4.0.jar
* WARNING: Found JAR file at MaterialEditText/library/src/main/libs/android-support-annotations.jar * 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-v7-appcompat.jar
* WARNING: Found JAR file at appcompat/libs/android-support-v4.jar * WARNING: Found JAR file at appcompat/libs/android-support-v4.jar
. .
Auto Update Mode:None Auto Update Mode:None

2
srclibs/FastJSON.txt Normal file
View file

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/alibaba/fastjson