K-9 Mail – Open Source Email App for Android
Find a file
Jan Berkel cc0b935b38 Performance fix: Use ListView#addFooterView to add the footer
The previous approach (generating the view in the adapter) kills performance
  because list views cannot be recycled anymore, as soon as the user scrolls to
  the bottom of the list. The Android ListView widget already provides support
  for list header/footers, so use them.
2011-02-20 17:47:06 +01:00
assets Fix display of icon in About box on Android 2.1 and earlier 2011-01-30 15:11:16 +00:00
compile-only-libs Add junit for unit tests. 2011-01-11 03:14:47 +00:00
docs Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date. 2008-10-28 01:04:44 +00:00
images Add button to allow editing of quoted message in HTML mode by dropping user back to text mode. Fixes issue 2959. 2011-02-05 15:14:02 -08:00
libs Replaced our local copy of jzlib with a clean jar built from jzlib 1.0.7 2011-01-31 18:26:01 +00:00
res Escape apostrophes 2011-02-20 06:13:52 +01:00
src/com/fsck/k9 Performance fix: Use ListView#addFooterView to add the footer 2011-02-20 17:47:06 +01:00
tests We have a test suite that can run (thanks to achen's start) 2011-02-08 19:34:53 -05:00
tools Merge branch 'ideal-screenreader' 2010-08-18 02:01:10 +00:00
.classpath compile in the libs we only need at build time when building with 2011-01-31 23:45:29 +00:00
.project fix the eclipse project name 2010-11-26 03:53:18 +00:00
Android.mk Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date. 2008-10-28 01:04:44 +00:00
AndroidManifest.xml Bumped manifest to 3.705 2011-02-19 15:25:53 -05:00
build.properties Bump us up to android-9 so we can have strict mode for development 2010-12-24 18:54:56 +00:00
build.xml Fixes to the bump-version target 2011-02-13 14:29:41 -05:00
default.properties Add support for building with precompiled JARs 2011-01-31 17:19:43 +00:00
k9mail.iml IntelliJ support appears to be abandoned (K9.iml refers to platform 1.6...) 2011-01-31 23:25:06 +00:00
MODULE_LICENSE_APACHE2 Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date. 2008-10-28 01:04:44 +00:00
NOTICE Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date. 2008-10-28 01:04:44 +00:00