new app K-9 BETA: ( org.fdroid.k9 ). New srclibs within
This commit is contained in:
parent
26faa1aa99
commit
b1db53d61d
1
build/extlib/.gitignore
vendored
1
build/extlib/.gitignore
vendored
|
@ -84,4 +84,5 @@ QuickdicUtils/
|
||||||
PrettyTime/
|
PrettyTime/
|
||||||
ShowCase-Androzic/
|
ShowCase-Androzic/
|
||||||
NineOldAndroids/
|
NineOldAndroids/
|
||||||
|
Jutf7/
|
||||||
|
|
||||||
|
|
BIN
build/extlib/jzlib/jzlib-1.0.7.tar.gz
Normal file
BIN
build/extlib/jzlib/jzlib-1.0.7.tar.gz
Normal file
Binary file not shown.
1
build/extlib/jzlib/source.txt
Normal file
1
build/extlib/jzlib/source.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
http://www.jcraft.com/jzlib
|
|
@ -1,40 +1,53 @@
|
||||||
Category:Internet
|
Category:Office
|
||||||
License:Apache2
|
License:Apache2
|
||||||
Web Site:http://code.google.com/p/k9mail/
|
Web Site:http://code.google.com/p/k9mail
|
||||||
Source Code:https://github.com/k9mail/k-9
|
Source Code:https://github.com/k9mail/k-9
|
||||||
Issue Tracker:http://code.google.com/p/k9mail/issues/list
|
Issue Tracker:http://code.google.com/p/k9mail/issues/list
|
||||||
|
|
||||||
Summary:Full-featured email client
|
Summary:Beta version of K-9
|
||||||
Description:
|
Description:
|
||||||
E-mail client supporting multiple accounts, POP3, IMAP and Push IMAP.
|
E-mail client supporting multiple accounts, POP3, IMAP and Push IMAP.
|
||||||
Packed with
|
Packed with features and highly configurable.
|
||||||
features and highly configurable.
|
Import of settings from [[com.fsck.k9]] is possible so that all
|
||||||
Import and export of settings is possible so that all that's
|
that's required to setup the app is to enter the account passwords,
|
||||||
required to setup the app after a wipe is to enter the account passwords.
|
but a file manager will need to be already installed.
|
||||||
|
These versions are based on the Android 4 email client ;
|
||||||
|
when it becomes stable we will probably only publish this package.
|
||||||
|
Both K-9 and this can co-exist easily.
|
||||||
|
|
||||||
If you would like to contribute financially to k9mail, please consider
|
If you would like to contribute financially to k9mail, please consider
|
||||||
donating to the local SPCA
|
donating to the local SPCA
|
||||||
(Societies for the prevention of cruelty to animals).
|
(Societies for the prevention of cruelty to animals).
|
||||||
|
|
||||||
|
[https://github.com/k9mail/k-9/raw/master/res/raw/changelog.xml Changelog]
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/k9mail/k-9.git
|
Repo:https://github.com/k9mail/k-9.git
|
||||||
|
|
||||||
# use script in tools/ or https://github.com/ashleywillis/auto-avd/blob/master/build-cb.sh
|
Build Version:4.330-fdroid,17031,4.330,\
|
||||||
Build Version:4.330-fdroid,17031,!need to change package id 4.330,\
|
forceversion=yes,srclibs=Jutf7@20,extlibs=jzlib/jzlib-1.0.7.tar.gz,\
|
||||||
forceversion=yes,update=.;plugins/HoloColorPicker;plugins/Android-PullToRefresh/library;\
|
update=.;plugins/HoloColorPicker;plugins/Android-PullToRefresh/library;\
|
||||||
plugins/ckChangeLog/library;plugins/ActionBarSherlock/library,init=\
|
plugins/ckChangeLog/library;plugins/ActionBarSherlock/library,init=\
|
||||||
sed -i 's@\(target=\).*@\1android-17@' plugins/Android-PullToRefresh/\
|
sed -i 's@\(target=\).*@\1android-17@' plugins/Android-PullToRefresh/\
|
||||||
library/project.properties,prebuild=\
|
library/project.properties,prebuild=\
|
||||||
|
sed -i 's/com\/fsck\/k9beta/org\/fdroid\/k9/g;\
|
||||||
|
s/com.fsck.k9beta/org.fdroid.k9/g;11\,17d' tools/build-beta && \
|
||||||
|
mkdir -p src/org/fdroid && chmod +x tools/build-beta && \
|
||||||
|
./tools/build-beta && \
|
||||||
rm -f libs/jzlib*.jar libs/htmlcleaner*.jar libs/jutf*.jar && \
|
rm -f libs/jzlib*.jar libs/htmlcleaner*.jar libs/jutf*.jar && \
|
||||||
unzip libs/htmlcleaner-2.2-all.zip && cd src/com/ && \
|
unzip libs/htmlcleaner-2.2-all.zip && cd src/com/ && \
|
||||||
svn co -r20 https://jutf7.svn.sourceforge.net/svnroot/\
|
cp -r ../../$$Jutf7$$/src/main/java/com/beetstra . && \
|
||||||
jutf7/trunk/src/main/java/com/beetstra/ && \
|
tar xzf ../../libs/jzlib-1.0.7.tar.gz && mv jzlib-1.0.7/com/* . && \
|
||||||
wget http://www.jcraft.com/jzlib/jzlib-1.0.7.tar.gz && tar -xf jzlib-1.0.7.tar.gz && \
|
rm -rf ../../libs/jzlib* ../../libs/htmlcleaner*.zip jzlib*,build=\
|
||||||
mv jzlib-1.0.7/com/* . && rm -rf jzlib*,build=\
|
|
||||||
$$MVN3$$ package -f HtmlCleaner/pom.xml && \
|
$$MVN3$$ package -f HtmlCleaner/pom.xml && \
|
||||||
mv HtmlCleaner/target/htmlcleaner-2.2.jar libs/ && \
|
mv HtmlCleaner/target/htmlcleaner-2.2.jar libs/ && \
|
||||||
rm -rf HtmlCleaner
|
rm -rf HtmlCleaner
|
||||||
|
|
||||||
Update Check Mode:Static
|
# K9 have their own fork of jzlib and jutf7 that won't change very often
|
||||||
|
Auto Update Mode:None
|
||||||
|
# Tags would work but the package ID is different
|
||||||
|
Update Check Mode:None
|
||||||
|
Current Version:4.330
|
||||||
|
Current Version Code:17031
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue