1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-12 04:25:08 -05:00
k-9/src/com/fsck/k9
Daniel Applebaum d7f18c7e35 Finally get the interaction right between integrated folder,
searchable folders, and the various search strategies.

Integration takes precedence over searchability.  The Integrated Inbox
doesn't care about folder searchability.  Nor does an unread or flag
search on specific folders.

Searches on specific accounts always go for displayable folders.  That
might need to change so that searches on specific accounts can be on
DISPLAYABLE or ALL, but never NEVER.  But in the current approach,
account-specific searches are done from the Accounts Activity, which
has an unread counter based on displayable non-special folders, so the
present implementation is the most logical for now.
2010-04-25 16:43:11 +00:00
..
activity Add a color chip to the left side of the message headers so that it is 2010-04-25 16:33:32 +00:00
codec/binary Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
mail Aggressively get rid of obsolete Flag X_NO_SEEN_INFO. It was 2010-04-25 06:17:15 +00:00
preferences URLEncode username and password for accounts, so as to not fall apart on 2010-02-02 02:06:29 +00:00
provider Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
remotecontrol Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
service Fixes Issue 1441 2010-04-20 03:22:43 +00:00
Account.java default accounts to random colors rather than black 2010-04-25 09:07:34 +00:00
AccountStats.java Provide user control over the account size measurement and search 2010-04-19 02:55:02 +00:00
BaseAccount.java Fixes Issue 1410 2010-04-17 03:32:17 +00:00
ColorPickerDialog.java Allow users to set the account 'Chip' color per account. 2010-04-25 08:47:24 +00:00
EmailAddressAdapter.java Patch for issue 946: Only able to get contacts from a primary google 2010-03-23 03:19:12 +00:00
EmailAddressAdapterSdk3_4.java Patch for issue 946: Only able to get contacts from a primary google 2010-03-23 03:19:12 +00:00
EmailAddressAdapterSdk5.java Patch for issue 946: Only able to get contacts from a primary google 2010-03-23 03:19:12 +00:00
EmailAddressValidator.java Use android.text.util.Regex.EMAIL_ADDRESS_PATTERN for email address verification before account creation. 2010-04-08 11:51:54 +00:00
EmailReceivedIntent.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
FixedLengthInputStream.java Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
FontSizes.java Added preference screen to pick font sizes for all important information in account list, folder list, message list and message view. 2010-04-20 16:37:03 +00:00
Identity.java Fixes Issue 1116 2010-03-04 04:00:30 +00:00
K9.java Finish removing the old Android 1.0 chips 2010-04-25 08:59:59 +00:00
K9Activity.java Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
K9ListActivity.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
K9PreferenceActivity.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
MessagingController.java Finally get the interaction right between integrated folder, 2010-04-25 16:43:11 +00:00
MessagingControllerPushReceiver.java Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
MessagingListener.java Fixes Issue 1448 2010-04-22 02:20:35 +00:00
PeekableInputStream.java Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
Preferences.java Terminate pointless comment. 2010-04-06 04:27:47 +00:00
SearchAccount.java Make stars and envelopes on folder active. 2010-04-24 19:10:57 +00:00
SearchSpecification.java Make stars and envelopes on folder active. 2010-04-24 19:10:57 +00:00
Utility.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00