From 35601bf2a22433eacbcf67aede77c02c2f7a9597 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sat, 10 Jan 2015 19:06:21 +0100 Subject: [PATCH] Vuze Remote: Fix build, disabled (proguard issues). --- metadata/com.vuze.android.remote.txt | 25 ++++++++----------------- srclibs/FastJSON.txt | 2 ++ 2 files changed, 10 insertions(+), 17 deletions(-) create mode 100644 srclibs/FastJSON.txt diff --git a/metadata/com.vuze.android.remote.txt b/metadata/com.vuze.android.remote.txt index 9228b3b9c5..acfcb70da0 100644 --- a/metadata/com.vuze.android.remote.txt +++ b/metadata/com.vuze.android.remote.txt @@ -19,7 +19,7 @@ to set-up and effortless to use. Features: -* Search for torrents directly from your device & add to your desktop client +* Search for torrents directly from your device & add to your desktop client * Manage torrent progress * Set download/upload speeds * Adjust torrent and file priorities @@ -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 diff --git a/srclibs/FastJSON.txt b/srclibs/FastJSON.txt new file mode 100644 index 0000000000..227e33cdd8 --- /dev/null +++ b/srclibs/FastJSON.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/alibaba/fastjson