1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-10 11:35:11 -05:00
k-9/src/com/fsck/k9
András Veres-Szentkirályi a86354be7d Treat mailto-URI parameters case-insensitive
RFC 6068 defines these parameters case-insensitive, yet we only
supported lower-case values because the method Uri.getQueryParameters()
treats parameter names case-sensitive.
This patch introduces a wrapper class that implements case-insensitive
parameter name matching.

Note: commit message edited by cketti
2012-11-13 13:33:22 +01:00
..
activity Treat mailto-URI parameters case-insensitive 2012-11-13 13:33:22 +01:00
controller Handle aborted imap searches by nuking in-progress connections. 2012-09-25 15:46:30 -07:00
crypto Converted message view to a fragment 2012-10-05 18:14:07 +02:00
fragment Avoid endless loop via Handler 2012-11-08 18:20:52 +01:00
helper Converted message view to a fragment 2012-10-05 18:14:07 +02:00
mail Add a fromMe method on messages 2012-10-03 21:56:28 -04:00
preferences Bring back the checkboxes option for messagelist 2012-10-09 18:22:00 -04:00
provider Converted message list to a fragment 2012-10-06 03:41:32 +02:00
remotecontrol astyle-d 2011-02-26 18:39:06 -06:00
service Move hasConnectivity() method into a helper method. 2012-10-05 09:07:16 -07:00
view Merge branch 'fragments' 2012-10-08 14:33:33 +02:00
Account.java Add "cc Me" and "from me" color chips. Uprez the chips 10x so we get crisp views rather than awful bitmappy stuff 2012-10-03 21:56:28 -04:00
AccountStats.java Grey out unavailable accounts. 2011-03-19 12:36:58 -05:00
BaseAccount.java astyle-d 2011-02-26 18:39:06 -06:00
EmailAddressAdapter.java Don't use EmailAddressAdapter as singleton 2012-04-11 03:26:45 +02:00
EmailAddressValidator.java astyle-d 2011-02-26 18:39:06 -06:00
EmailReceivedIntent.java astyle-d 2011-02-26 18:39:06 -06:00
FontSizes.java Show the subject line in the MessageHeader if the ActionBar title was truncated. 2012-09-09 13:45:33 -07:00
Identity.java astyle-d 2011-02-26 18:39:06 -06:00
K9.java Bring back the checkboxes option for messagelist 2012-10-09 18:22:00 -04:00
NotificationSetting.java astyle-d 2011-02-26 18:39:06 -06:00
Preferences.java Removed unused method that was used for debugging 2012-07-07 14:28:15 +02:00
SearchAccount.java Deduplicated code to create SearchAccounts for special accounts 2012-02-29 03:03:20 +01:00
SearchSpecification.java astyle-d 2011-02-26 18:39:06 -06:00