1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-07 02:30:10 -05:00

Commit Graph

  • 5617b629d3 Added a "preview" column to messages containing a brief summary of the message Jesse Vincent 2010-01-13 03:36:36 +0000
  • 23e46b82ce Batch-update buttons now show up when you actually have selected items. Jesse Vincent 2010-01-13 03:36:30 +0000
  • 1c5d240564 Made batch op button's text sensitive to which messages are selected Bao-Long Nguyen-Trong 2010-01-12 19:39:20 +0000
  • 47f9b38d2e Re -ordered batch ops menu options Bao-Long Nguyen-Trong 2010-01-12 19:35:49 +0000
  • 14587c3f30 Eliminate pointless, useless, deprecated, NOOP, incorrectly commented call. Daniel Applebaum 2010-01-12 19:28:21 +0000
  • 64525028de Move execute into a re-usable location Daniel Applebaum 2010-01-12 14:09:30 +0000
  • 11b7157772 Guess mime type (when not specified) of attachments of received messages using file name extension so that we can open them Bao-Long Nguyen-Trong 2010-01-12 02:06:46 +0000
  • f965417479 Exclude deleted messages from search results Bao-Long Nguyen-Trong 2010-01-12 00:59:13 +0000
  • 230428d16a Fixed issue 1017: Added 'Search' menu option in account list screen Bao-Long Nguyen-Trong 2010-01-12 00:56:51 +0000
  • 2e4672a8c9 Needs to be explicit to make sure it is not confused with 'Auto sync' device-wide setting. Daniel Applebaum 2010-01-10 06:50:35 +0000
  • 0bdb02dc24 Minor reformatting Jesse Vincent 2010-01-09 23:49:44 +0000
  • e49fdc9913 Added a comment about why we're setting a click handler Jesse Vincent 2010-01-09 23:49:36 +0000
  • fb223ea61d rename a paremeter to better reflect its use: nextWidget->showWidget Jesse Vincent 2010-01-09 23:49:31 +0000
  • 553625b72b Comment an attribute Jesse Vincent 2010-01-09 23:49:25 +0000
  • 497ca01586 swap the order of compared values for a bit more logical sanity Jesse Vincent 2010-01-09 23:25:15 +0000
  • 5802b84e16 Reorder methods for better logical grouping Jesse Vincent 2010-01-09 23:25:10 +0000
  • 9db97e214d Restore Bao-long's original design for "widgets on the left" being a global config option rather than a per-account one. (But with a new implementation.) - As we now have views that show messages across accounts, this needed to become a global) Jesse Vincent 2010-01-09 23:02:40 +0000
  • d48449c7e7 Some message rephrasing for clarity andd cinciseness Jesse Vincent 2010-01-09 23:02:29 +0000
  • b6836c222b Until dan and I finish duking it out about having both a "silent" ringtone and a ring checkbox, at least put "should I ring" above "what ringtone should I use" Jesse Vincent 2010-01-09 21:50:27 +0000
  • 512177cded Remove more of the old messagepassing ui update code in favor of 'runonuithread' Jesse Vincent 2010-01-09 21:47:10 +0000
  • e0b98cac21 Correct Exception text Daniel Applebaum 2010-01-09 19:49:54 +0000
  • 6ade5da94a 2.309 2.309 Jesse Vincent 2010-01-09 01:54:09 +0000
  • 19adadae11 actually specify the size of our BufferedOutputStream as 1k to parallel other implementations and quiet down a consistent warning in our android logs Jesse Vincent 2010-01-08 23:47:34 +0000
  • e1c686d40d Fix NullPointerException when the user clicks on a "new mail" notification. Resolves Issue 1001 Jesse Vincent 2010-01-08 23:18:44 +0000
  • 81fd4749cc Properly synchronize some new methods Daniel Applebaum 2010-01-08 16:55:36 +0000
  • f29f5adc4b Eliminate carriage returns from reply and forward text. Daniel Applebaum 2010-01-08 04:27:58 +0000
  • 8285766506 Now that messageview is faster, don't start displaying the new message until _after_ we flip. Jesse Vincent 2010-01-07 01:29:59 +0000
  • 3498173834 2.308 2.308 Jesse Vincent 2010-01-07 01:19:24 +0000
  • 57acd3232e Don't show account-level chips until unread count is known. Daniel Applebaum 2010-01-06 14:12:19 +0000
  • 9c761419c9 Preparatory code for providing move/delete/copy/setFlag capabilities across multiple folders. Daniel Applebaum 2010-01-06 05:41:19 +0000
  • 56a4b94748 Put the color chip with read/unread controlled brightness at all levels except MessageView Daniel Applebaum 2010-01-06 05:23:32 +0000
  • a5166e3c2d Fixes Issue 963 Daniel Applebaum 2010-01-06 04:54:24 +0000
  • 2b37fe6864 Restore long-lost debugging line Daniel Applebaum 2010-01-06 03:44:23 +0000
  • 29947ef3c9 Delete obsolete commented out code. Daniel Applebaum 2010-01-06 03:40:24 +0000
  • a4510696aa It turns out that blindly enabling/disabling views is _Very_ expensive. Now we only do it when switching messageview entries if it's actually necessary Jesse Vincent 2010-01-04 02:11:33 +0000
  • a926086f4b Replace old message passing code with more modern runonuithread code Jesse Vincent 2010-01-04 02:06:40 +0000
  • 60a2ceb604 Fixes Issue 934 by removing excess calls to finish() Daniel Applebaum 2010-01-04 00:50:19 +0000
  • d58d1c60c0 Proper super call Daniel Applebaum 2010-01-04 00:48:33 +0000
  • c86a46deb1 Preparatory for more BroadcastReceivers Daniel Applebaum 2010-01-04 00:47:11 +0000
  • 33495135ac Respect account ring setting for notifications Daniel Applebaum 2010-01-04 00:41:26 +0000
  • 41729af9b2 Add explicit ring setting for notifications Daniel Applebaum 2010-01-04 00:40:41 +0000
  • 6caec1100c Incorrect (and ancient code) would accidentally clobber the wrong attachment (and only one, rather than all) when deleting a message. Jesse Vincent 2010-01-03 23:23:13 +0000
  • 483655fa20 Log.w shouldn't be wrapped in an "if debug" statement. Jesse Vincent 2010-01-03 20:34:22 +0000
  • 6a8ea924c9 Further log cleanup Jesse Vincent 2010-01-03 02:07:21 +0000
  • eb54a99aab EOLs got twisted by something. fixing Jesse Vincent 2010-01-03 02:07:14 +0000
  • 0e273893bd Further log tweaking Jesse Vincent 2010-01-03 02:00:20 +0000
  • a926911e7f rerun astyle Jesse Vincent 2010-01-03 01:50:51 +0000
  • 1c5073039a Further debug/info/verbose logging cleanup Jesse Vincent 2010-01-03 01:50:41 +0000
  • 875dc31d5a Log message cleanup Jesse Vincent 2010-01-03 01:50:32 +0000
  • f9e8c877ff Wrap looging in if (DEBUG) statements. Jesse Vincent 2010-01-03 01:50:25 +0000
  • 099366184a 2.307 2.307 Jesse Vincent 2009-12-31 04:46:40 +0000
  • 953b784fb9 First pass at fixing Issue 963 (explosions when trying to iterate over a remotely deleted message) introduced in r1204. Jesse Vincent 2009-12-29 17:06:13 +0000
  • fb6d11222a Switch from old, scary message passing to more modern "run on ui thread" for Accounts.java Jesse Vincent 2009-12-29 17:05:44 +0000
  • 2ef3b15c87 make sure we don't accidentally open the context menu on a message when we're in multiselect mode. Jesse Vincent 2009-12-29 17:05:17 +0000
  • f90e1f67a3 2.306 2.306 Jesse Vincent 2009-12-28 12:57:35 +0000
  • 3e3b4d447d Fix reversed color chip alpha Jesse Vincent 2009-12-28 12:56:59 +0000
  • 60b02909a3 Announce folder status changes when syncing gets updated unread count. Daniel Applebaum 2009-12-27 20:19:41 +0000
  • e55e2ed9b5 Allow "search" to work when you're already on the search page. Jesse Vincent 2009-12-27 20:17:14 +0000
  • 3cbb9714dd 2.305 2.305 Jesse Vincent 2009-12-27 17:49:23 +0000
  • bbd9e56770 Actually display 250/500/1000 options for "number of messages to sync" Jesse Vincent 2009-12-27 17:47:30 +0000
  • 794f515bc8 Numerous small fixes to search results Jesse Vincent 2009-12-27 17:22:57 +0000
  • a53e9d1b89 on search, only fire one start event and one end event Jesse Vincent 2009-12-27 17:22:51 +0000
  • 6c383256a2 Remove duplicate code from onCompose. make starting message composition without an account actually work Jesse Vincent 2009-12-27 17:22:44 +0000
  • 0a2d9b9c9f make sure search results aren't updated incorrectly on incoming messages Jesse Vincent 2009-12-27 17:22:38 +0000
  • bfaba499fe Fix the Search header on search results Jesse Vincent 2009-12-27 17:22:32 +0000
  • 63b6f6bf62 Refactoring to better propagate "folder" along with messages as they're instantiated Jesse Vincent 2009-12-27 17:22:26 +0000
  • d60521f06f further push down our "is this message for us" logic. Jesse Vincent 2009-12-27 17:20:56 +0000
  • 6c7782b4bd remove another alternate calling convention for addOrUpdateMessage. Code will get still cleaner when we start propagating back message folders as objects Jesse Vincent 2009-12-27 17:20:50 +0000
  • c608ffb672 Eliminate a variant of addOrUpdateMessage that was only called once Jesse Vincent 2009-12-27 17:20:28 +0000
  • 1c4a0be0da enable searching of messages Jesse Vincent 2009-12-27 17:20:21 +0000
  • 21238a3084 If we get a message from listLocalMessages and we're doing a search, assume it's for us. Later, we may want to be smarter about that. Jesse Vincent 2009-12-27 17:20:13 +0000
  • a736a4267c Only trigger our "loading" indicator if the account matches "our" account Jesse Vincent 2009-12-27 17:20:06 +0000
  • 204289a4ff when opening a message for display or edit, use its notion of account, not the folder's. Jesse Vincent 2009-12-27 17:19:56 +0000
  • f6756879ef Temporarily disable "left-handed" controls if we're doing a search. Jesse Vincent 2009-12-27 17:19:49 +0000
  • bc61c90e1a make the auto-open folder not trigger if we're doing a search Jesse Vincent 2009-12-27 17:15:46 +0000
  • 81d72a2d8c make the color chip genuinely calculated per message Jesse Vincent 2009-12-27 17:15:38 +0000
  • ed19a8284e Propagate per-message account info into MessageInfoHolder and FolderInfoHolder Jesse Vincent 2009-12-27 16:54:23 +0000
  • 302deea53e addOrUpdateMessage calls now propagate the account of the found message Jesse Vincent 2009-12-27 16:54:12 +0000
  • 3ad69c799d When listing off messages, make sure that our "refresh the list" fires, even if we didn't start off empty. Jesse Vincent 2009-12-27 16:54:06 +0000
  • 1b74c176a2 Add multi-account search to the MessagingController Jesse Vincent 2009-12-27 16:53:59 +0000
  • 70f35a537e If we loaded a message from the local store without an associated folder, load up its folder. Jesse Vincent 2009-12-27 16:53:51 +0000
  • da45b81866 minor query reformatting Jesse Vincent 2009-12-27 16:53:45 +0000
  • 580a562085 Lift the generic getMessages and searchForMessages up to the "store" level from the "folder" level so we can search for messages across folders Jesse Vincent 2009-12-27 16:53:37 +0000
  • 6dcb10add6 Lift our column list for "load messages" out to the LocalStore, as the first part of lifting "get messages" out of "folder" for search Jesse Vincent 2009-12-27 16:53:31 +0000
  • ddd6db3a7c Made our search activity actually exist Jesse Vincent 2009-12-27 16:53:24 +0000
  • 09ecd2bc9a Make it possible to instantiate a localFolder by id. Jesse Vincent 2009-12-27 16:53:16 +0000
  • 4cec247699 Make it possible to populate a MessageInfoHolder without a FolderInfoHolder Jesse Vincent 2009-12-27 16:53:09 +0000
  • fe67f0a40c temporarily disable new unfinished search code Jesse Vincent 2009-12-27 16:53:03 +0000
  • 47b338fb94 Move message population to the message class. Jesse Vincent 2009-12-27 16:52:57 +0000
  • 0005a8ea60 Remove lies from a comment Jesse Vincent 2009-12-27 16:52:50 +0000
  • 54ad16edb8 Push a "is this the right folder?" check into our "add/remove messages from the message list, to better support search Jesse Vincent 2009-12-27 16:52:45 +0000
  • 81a5820e5d swap the order of two methods for readability Jesse Vincent 2009-12-27 16:52:39 +0000
  • 7c8a7b1f27 Remove an old comment/obsolete code Jesse Vincent 2009-12-27 16:52:33 +0000
  • 2a77001acc First steps toward adding search results Jesse Vincent 2009-12-27 16:52:26 +0000
  • 9a40457a2a Remove giant commented out method - that's what we have version control history for Jesse Vincent 2009-12-27 16:52:17 +0000
  • 854da2664c Unify our "guard" against syncing the outbox or errors folder Jesse Vincent 2009-12-27 16:52:06 +0000
  • e2f84c4fa8 wrap a debug message in a debug-mode check; eliminate a temporary variable Jesse Vincent 2009-12-27 16:51:59 +0000
  • 94e61ab62c Extract out the listener we're using when we ask for new messages. Jesse Vincent 2009-12-27 16:51:45 +0000
  • 9d417133b5 reduce duplication of code Jesse Vincent 2009-12-27 16:51:38 +0000
  • c953ff2c1b Bulletproof MessageList against not having a folder loaded Jesse Vincent 2009-12-27 16:51:32 +0000