4pda:
This commit is contained in:
parent
cd035632c4
commit
95500b581d
|
|
@ -13,11 +13,12 @@ Client companion for the 4pda.ru forum.
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/slartus/4pdaClient-plus
|
Repo:https://github.com/slartus/4pdaClient-plus
|
||||||
|
|
||||||
Build:2.2,456
|
Build:2.3beta3,458
|
||||||
disable=does not build
|
disable=this is not maintainable
|
||||||
commit=2.2
|
commit=2.3beta3
|
||||||
srclibs=JSoup@jsoup-1.7.3,ApacheHttpClient@4.1.2,ImageLoader@v1.9.1
|
srclibs=JSoup@jsoup-1.7.3,ApacheHttpClient@4.1.2,ImageLoader@v1.9.1
|
||||||
rm=libs/jsoup-1.7.3.jar,libs/universal-image-loader-1.9.1.jar,libs/apache/httpclient-4.1.2.jar,libs/apache/httpmime-4.1.2.jar
|
rm=libs/jsoup-1.7.3.jar,libs/universal-image-loader-1.9.1.jar,libs/apache/httpclient-4.1.2.jar,libs/apache/httpmime-4.1.2.jar
|
||||||
|
target=android-19
|
||||||
prebuild=pushd $$JSoup$$ && \
|
prebuild=pushd $$JSoup$$ && \
|
||||||
$$MVN3$$ package && \
|
$$MVN3$$ package && \
|
||||||
popd && \
|
popd && \
|
||||||
|
|
@ -34,21 +35,33 @@ Build:2.2,456
|
||||||
popd && \
|
popd && \
|
||||||
cp $$ApacheHttpClient$$/httpclient/target/httpclient-4.1.2.jar $$ApacheHttpClient$$/httpmime/target/httpmime-4.1.2.jar libs/apache/ && \
|
cp $$ApacheHttpClient$$/httpclient/target/httpclient-4.1.2.jar $$ApacheHttpClient$$/httpmime/target/httpmime-4.1.2.jar libs/apache/ && \
|
||||||
rm build.xml && \
|
rm build.xml && \
|
||||||
android update project -p . -t "android-19"
|
android update project -p . -t "android-19" && echo -e 'java.source=1.7\njava.target=1.7\n' | tee Externals/SqliteAnnotations/src/main/ant.properties > ant.properties && \
|
||||||
|
echo -e "android.library.reference.1=Externals/4pdaApi" >> project.properties && \
|
||||||
|
echo -e "android.library.reference.2=Externals/4pdaCommon" >> project.properties && \
|
||||||
|
echo -e "android.library.reference.3=Externals/4pdaNotifyService" >> project.properties && \
|
||||||
|
echo -e "android.library.reference.4=Externals/4pdaSources" >> project.properties && \
|
||||||
|
echo -e "android.library.reference.5=Externals/ActionBar-PullToRefresh" >> project.properties && \
|
||||||
|
echo -e "android.library.reference.6=Externals/NewQuickAction3D-master" >> project.properties && \
|
||||||
|
echo -e "android.library.reference.7=Externals/QuickPost" >> project.properties && \
|
||||||
|
echo -e "android.library.reference.8=Externals/SqliteAnnotations/src/main" >> project.properties && \
|
||||||
|
echo -e "android.library.reference.9=Externals/android-sqlite-asset-helper-master/core" >> project.properties && \
|
||||||
|
echo -e "android.library.reference.10=Externals/chrisbanes-Android-PullToRefresh" >> project.properties
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Neither ant nor gradle seem to be setup correctly.
|
* Neither ant nor gradle seem to be setup correctly.
|
||||||
|
|
||||||
fdroiddata/build/org.softeg.slartus.forpdaplus/res/layout/topic_fragment.xml:15: error: No resource identifier found for attribute 'ptrViewDelegateClass' in package 'org.softeg.slartus.forpdaplus'
|
* Force java 1.7 on all subprojects
|
||||||
|
|
||||||
Replaced libs:
|
* fdroiddata/build/org.softeg.slartus.forpdaplus/res/layout/topic_fragment.xml:15: error: No resource identifier found for attribute 'ptrViewDelegateClass' in package 'org.softeg.slartus.forpdaplus'
|
||||||
|
|
||||||
|
* Replaced libs:
|
||||||
WARNING: Found JAR file at libs/android-support-v4.jar
|
WARNING: Found JAR file at libs/android-support-v4.jar
|
||||||
WARNING: Found JAR file at libs/jsoup-1.7.3.jar
|
WARNING: Found JAR file at libs/jsoup-1.7.3.jar
|
||||||
WARNING: Found JAR file at libs/universal-image-loader-1.9.1.jar
|
WARNING: Found JAR file at libs/universal-image-loader-1.9.1.jar
|
||||||
WARNING: Found JAR file at libs/apache/httpclient-4.1.2.jar
|
WARNING: Found JAR file at libs/apache/httpclient-4.1.2.jar
|
||||||
WARNING: Found JAR file at libs/apache/httpmime-4.1.2.jar
|
WARNING: Found JAR file at libs/apache/httpmime-4.1.2.jar
|
||||||
|
|
||||||
Libs todo:
|
* Libs todo:
|
||||||
WARNING: Found ZIP file at assets/databases/base.zip
|
WARNING: Found ZIP file at assets/databases/base.zip
|
||||||
WARNING: Found ZIP file at assets/databases/notes.zip
|
WARNING: Found ZIP file at assets/databases/notes.zip
|
||||||
WARNING: Found ZIP file at assets/databases/forum_struct.zip
|
WARNING: Found ZIP file at assets/databases/forum_struct.zip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue