Commit Graph

17 Commits

Author SHA1 Message Date
cketti 72d71102a1 Use ADT's magic to include the necessary libraries from lib/ 2012-09-08 21:44:49 -07:00
Sander Bogaert 12862e2050 Initialised ActionBarSherlock. 2012-09-08 21:14:54 -07:00
Bernhard Redl 89f6c2f6d0 upgraded Mime4J 0.7-SNAPSHOT -> 0.7.2 (fixes MimeMultipart parser bug) 2012-08-15 01:47:57 +02:00
cketti acffe973eb ADT 17 changes 2012-03-25 00:28:40 +01:00
cketti 097223601e Updated .classpath because ADT 14+ insists on changing the output folder 2011-12-31 02:43:08 +01:00
cketti a71e1d9efc Added HTML cleaner library to Eclipse config 2011-11-16 04:59:49 +01:00
cketti 6f90d791b5 Removed dependency on (external) commons-codec and commons-logging 2011-02-26 17:36:18 +01:00
cketti 450a39ed8e Get rid of now unnecessary BouncyCastle jar 2011-02-26 16:59:30 +01:00
Jesse Vincent ff717d0dec compile in the libs we only need at build time when building with
eclipse.

This is an annoying default, but it'll make life easier for newbies
starting out with K-9 for eclipse.

We should ALWAYS do release builds with ant
2011-01-31 23:45:29 +00:00
Jesse Vincent fbb62ff158 Replaced our local copy of jzlib with a clean jar built from jzlib 1.0.7
downloaded from jcraft: http://www.jcraft.com/jzlib/jzlib-1.0.7.tar.gz

Built using the following build.xml (since jzlib doesn't include one)

<project>
    <target name="clean">
        <delete dir="build"/>
    </target>
    <target name="compile">
        <mkdir dir="build/classes"/>
        <javac srcdir="com" destdir="build/classes"/>
    </target>
    <target name="jar">
        <mkdir dir="build/jar"/>
        <jar destfile="build/jar/jzlib.jar" basedir="build/classes"></jar>
    </target>
</project>
2011-01-31 18:26:01 +00:00
Jesse Vincent 4cc114c568 Replaced local version of jutf7 with a homebuilt jar from:
URL: https://jutf7.svn.sourceforge.net/svnroot/jutf7/trunk
Repository Root: https://jutf7.svn.sourceforge.net/svnroot/jutf7
Repository UUID: 1064e9db-3825-0410-a553-84549dc1c2c0
Revision: 20
Last Changed Author: jtbeetstra
Last Changed Rev: 20
Last Changed Date: 2010-04-22 11:31:16 -0400 (Thu, 22 Apr 2010)
2011-01-31 18:25:52 +00:00
Jesse Vincent 2ce5b9ed03 Replace Apache Commons IO with v2.01 downloaded from apache.org as a
prebuilt JAR
2011-01-31 18:25:26 +00:00
Jesse Vincent d03818079a Tell eclipse to bundle JARs in libs but NOT to bundle libs in
compile-only-libs. (Results in Eclipse building something much closer to
what ant does)
2011-01-31 17:20:43 +00:00
Robert Jacob 583d827c60 Don't let eclipse build the .svn directories. 2010-02-21 15:25:16 +00:00
Robert Jacob 366eda13f7 - Fixed project setup for Eclipse
- Removed Debug activity from manifest (activity class doesn't exist)
2010-02-21 15:19:11 +00:00
Brock Tice be49a0c707 Removed eclipse files that appeared to be user-specific (sorry?)
Believe this fixes the IMAP prefix issue (27)
Trash still deletes itself, which is technically a separate issue, but now it deletes the *right* trash. :)

Create local branch for IMAP prefix fix (Issue 27)
r110@stilgar:  brock | 2008-11-03 00:08:29 -0500
Fixed IMAP prefix problem.
2008-11-03 06:12:04 +00:00
Richard Tibbetts 63f94c6db0 Add eclipse build files. 2008-11-01 23:14:02 +00:00