1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Commit Graph

  • 0bbdeaaa6e FolderMessageList was lowercasing and comparing two strings. Using case-insensitve comparisons is much, much cheaper Jesse Vincent 2008-11-02 23:18:38 +0000
  • 8bd2f9c260 Switch from using the mime4j charset list to the Java 1.5 java.nio.charset Charset class. Jesse Vincent 2008-11-02 23:17:59 +0000
  • 27a0efcf1d Added a "d" keybinding for delete. from the message view Jesse Vincent 2008-11-02 23:13:58 +0000
  • c8498d46f3 no need to keep bin in version control Jesse Vincent 2008-11-02 20:21:25 +0000
  • d95d00ad84 Switch our SDK to live in $ENV{ANDROID_SDK} Jesse Vincent 2008-11-02 05:51:00 +0000
  • 594ea0aef9 0.13 update Jesse Vincent 2008-11-02 05:50:13 +0000
  • 6cd5ce7dee Fix similar empty-cursor bug when creating a folder on open. Turn tabs into spaces in code I changed last commit. Richard Tibbetts 2008-11-02 03:56:13 +0000
  • 4f798ae9cc Fix local folder query to not die when there are no local folders, like on first install Richard Tibbetts 2008-11-02 03:28:29 +0000
  • 63f94c6db0 Add eclipse build files. Richard Tibbetts 2008-11-01 23:14:02 +0000
  • 10f8d075a4 Fix typo Richard Tibbetts 2008-11-01 23:12:25 +0000
  • 1548da7efd 0.12 releng Jesse Vincent 2008-11-01 23:10:56 +0000
  • 79917eaf31 the hack to move the version to the strings file breaks the store Jesse Vincent 2008-11-01 23:06:32 +0000
  • 81bd2fcf71 0.12 Jesse Vincent 2008-11-01 22:57:59 +0000
  • 4eb607d781 stop trying to count messages in every folder for folder lists that don't display them Jesse Vincent 2008-11-01 22:48:57 +0000
  • 79c140378d 0.11 Jesse Vincent 2008-11-01 22:30:21 +0000
  • 5feb435b0f removing that empty call to the heavy query helps performance even more. Jesse Vincent 2008-11-01 22:24:15 +0000
  • 046943b340 Remove O(n) deep SQL queries per folderlist by cleaning up the folder "exists" check on Local message stores * Replace the extra SQL query before each folder 'open' with an exception if the open fails. (Optimize for the common case, not the exception) Jesse Vincent 2008-11-01 21:36:23 +0000
  • cd7a7a67fb Refactor the MessagingController to be a bit easier to tease apart. Jesse Vincent 2008-11-01 21:34:50 +0000
  • 5491dee81b Damn it. Weird symlink-in-checkout bug. There goes our commit history. Sorry, all. Guess I should go back to svk Jesse Vincent 2008-11-01 21:32:06 +0000
  • 12c6e53141 bin directory should never have been checked in Jesse Vincent 2008-11-01 21:23:45 +0000
  • ece618b2ee move version string into strings.xml so we can display it within the app Jesse Vincent 2008-11-01 06:17:17 +0000
  • cb967cdd35 automate signature of release jars Jesse Vincent 2008-11-01 06:04:15 +0000
  • 416aafb940 extract the 'upgrade database' method. Since K-9 never had a pre-v18 database, I'm inclined to kill it, except it may serve as a useful template for the future Jesse Vincent 2008-11-01 04:26:03 +0000
  • 521783ffff typo in comment Jesse Vincent 2008-11-01 04:25:17 +0000
  • 45a5535b4e Clean up the build file to autoinclude the libpath we need Jesse Vincent 2008-10-31 22:40:00 +0000
  • f8eb22f168 Factor out signature generation * No longer generate a signature when we don't have one defined Jesse Vincent 2008-10-31 22:39:00 +0000
  • 5864a7e9bf 0.9 Jesse Vincent 2008-10-31 04:39:17 +0000
  • ac14fe8d02 Replace handrolled linkifier with android.text.util.Linkify. Jesse Vincent 2008-10-31 04:38:51 +0000
  • 21f2d934b6 slightly tighter regex for the cheesy "do I show images" button Jesse Vincent 2008-10-31 04:08:55 +0000
  • 8431087ca9 0.8 R file Jesse Vincent 2008-10-31 02:25:29 +0000
  • dfb19f4ea6 0.8 Jesse Vincent 2008-10-31 02:04:39 +0000
  • 3962145185 Moving more composition preferences to the Composition settings page Jesse Vincent 2008-10-31 02:01:25 +0000
  • a49fc1c0a0 Undoing erroneous and not-agreed-upon removal of buttons in the message view Brock Tice 2008-10-30 20:01:24 +0000
  • 68a2763f39 Removed bottom buttons in message view (reply, delete, etc...) Brock Tice 2008-10-30 17:55:30 +0000
  • f66bc47763 Removed the commented-out lines related to button removal. Should have been done on the last commit. Sorry. :( Brock Tice 2008-10-30 17:43:02 +0000
  • 5e5d148bb7 Removed on-screen buttons in message compose view. Brock Tice 2008-10-30 17:38:26 +0000
  • 36e67b111d removing a weirdly placed "add another account" from within an existing account's preferences Jesse Vincent 2008-10-30 05:09:32 +0000
  • c25769d906 strings cleanup Jesse Vincent 2008-10-30 05:08:47 +0000
  • 36e5628a68 - stub out adding a mua header Jesse Vincent 2008-10-30 05:07:56 +0000
  • 2a8b7a00e3 Added a "Signature" preference. * Broke out mail composition preferences to their own page Jesse Vincent 2008-10-30 03:24:48 +0000
  • cbfeadfd01 Make the icon actually 48x48 in the hopes the UI won't squash it in various uncomfortable-looking ways. sparrowhawk 2008-10-29 23:06:40 +0000
  • 9de986ce04 Added the ability for users to change their accounts' return addresses rspier++ for the idea Jesse Vincent 2008-10-29 07:09:16 +0000
  • 1548b024aa 0.6 Jesse Vincent 2008-10-29 06:25:00 +0000
  • 0d0fb8a3b3 use 'localhost.localdomain' instead of 'localhost' when sending mail by smtp. This makes more mail servers happy Jesse Vincent 2008-10-29 06:24:48 +0000
  • cb900a83fe Release 0.5 Jesse Vincent 2008-10-29 04:32:42 +0000
  • 1f90bc1ea3 Fix for http://code.google.com/p/k9mail/issues/detail?id=18 Jesse Vincent 2008-10-29 04:29:29 +0000
  • 0df7dff688 Fix for http://code.google.com/p/k9mail/issues/detail?id=19 - Support for tabs in IMAP ID response (for OS X Leopard Server support) - Author: yostinso++ Jesse Vincent 2008-10-29 04:20:50 +0000
  • cf6a2379a0 Actually save the AlwaysBcc preference Jesse Vincent 2008-10-29 04:17:10 +0000
  • ba3539df89 Added the code to make MessageComposition include the Bcc header. if only we could get it to save Jesse Vincent 2008-10-29 03:57:17 +0000
  • 575901a0b9 Added a preferences entry for "AlwaysBcc" Jesse Vincent 2008-10-29 03:55:19 +0000
  • 5839f43c5e added localized strings for AlwaysBcc Jesse Vincent 2008-10-29 03:54:02 +0000
  • 6b2f737982 more settings UI for "AlwaysBcc" Jesse Vincent 2008-10-29 03:52:20 +0000
  • 3d4bfc1aa5 add an "always bcc this address" preference Jesse Vincent 2008-10-29 03:21:27 +0000
  • 72443b0ee7 Fix for gcode issue #1 - - Can't use the hardware "back" button to back out of the message view Jesse Vincent 2008-10-28 15:17:24 +0000
  • 4eeed9d1f3 bumping for release Jesse Vincent 2008-10-28 06:21:53 +0000
  • bc6929e964 Added key bindings in message view Jesse Vincent 2008-10-28 06:20:22 +0000
  • ca569d9988 added more keybindings (Reply, reply All, Compose, Forward, Quit-to-index Jesse Vincent 2008-10-28 05:03:03 +0000
  • 049223d82a New icon for a new project. sparrowhawk 2008-10-28 03:33:16 +0000
  • 0c92d22aa1 Added an initial version number for marketplace upload Jesse Vincent 2008-10-28 02:43:59 +0000
  • c7de66484d more renaming. Jesse Vincent 2008-10-28 02:14:16 +0000
  • 909ca32afd Add libs dir to make ant happy Jesse Vincent 2008-10-28 02:06:24 +0000
  • c3e735f7d3 rename build.xml Jesse Vincent 2008-10-28 02:05:26 +0000
  • 6797386d2f A bit of renaming Jesse Vincent 2008-10-28 02:05:04 +0000
  • 70aeb47eda rename the app baseclass from Email to K9 Jesse Vincent 2008-10-28 02:03:20 +0000
  • 704b3d94f0 Identify ourselves as K-9 at startup Jesse Vincent 2008-10-28 02:02:29 +0000
  • c00ec35921 Grand insane rename, step 3 Jesse Vincent 2008-10-28 01:22:17 +0000
  • 7051cf8cc0 move step 2 Jesse Vincent 2008-10-28 01:19:57 +0000
  • 0c8fd8496a move step 1, take 2 Jesse Vincent 2008-10-28 01:19:26 +0000
  • 21c8eb04e7 Added an ant build script Jesse Vincent 2008-10-28 01:12:36 +0000
  • a6956b5bae Added a "DELETE" keybinding in the FolderMessageList Jesse Vincent 2008-10-28 01:12:03 +0000
  • 822b3b3daa Added support for propagating "Deleted" flags back to IMAP servers. * Fixed a typo in original method names (really should have been another commit, but this is the initial upload) Jesse Vincent 2008-10-28 01:11:05 +0000
  • ffd7766384 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. Jesse Vincent 2008-10-28 01:04:44 +0000
  • 379cc47671 Initial directory structure. Jesse Vincent 2008-10-28 00:58:59 +0000