.. |
activity
|
Added support for the Android 1.6 intent android.intent.action.SEND_MULTIPLE in a way that should work on older devices too. Worked fine in the Android 1.5 emulator.
|
2010-04-02 01:43:56 +00:00 |
codec/binary
|
Massive rename to K9, step 1.
|
2009-12-15 02:50:53 +00:00 |
mail
|
Include support for another bad date format in the IMAP response parser.
|
2010-03-25 15:21:05 +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
|
Reverted the revered version of AttachmentProvider so that people who used the attachment on sd card can still get to their attachments
|
2010-02-20 20:15:21 +00:00 |
remotecontrol
|
Fixes Issue 1194
|
2010-02-09 01:14:55 +00:00 |
service
|
Revert "Fix for issue 1138: New emails after the first do not play new mail ringtone until notifications are cleared by skister2"
|
2010-03-24 01:11:58 +00:00 |
Account.java
|
Fixes Issue 1343
|
2010-03-30 02:58:21 +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
|
I broke email address validation with r1447. I changed EmailAddressValidator.isValid() to only accept email addresses without name part ('foo@bar.com' but not '"snafu" foo@bar.com') because AccountSetupBasics used it to verify the email address for an account. With the old validator spaces were allowed in the email field but lead to an exception later (issue 849). Unfortunately I missed the fact that there are implicit calls to isValid() to validate email addresses e.g. in the 'To field
|
2010-02-15 12:51:38 +00:00 |
EmailReceivedIntent.java
|
Massive rename to K9, step 1.
|
2009-12-15 02:50:53 +00:00 |
FixedLengthInputStream.java
|
Massive rename to K9, step 1.
|
2009-12-15 02:50:53 +00:00 |
Identity.java
|
Fixes Issue 1116
|
2010-03-04 04:00:30 +00:00 |
K9.java
|
Fixes Issue 981
|
2010-03-07 23:43:27 +00:00 |
K9Activity.java
|
Fixes Issue 981
|
2010-03-07 23:43:27 +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
|
Fixes Issue 1343
|
2010-03-30 02:58:21 +00:00 |
MessagingControllerPushReceiver.java
|
Fixes Issue 1116
|
2010-03-04 04:00:30 +00:00 |
MessagingListener.java
|
xargs astyle --style=ansi --mode=java --indent-switches \
|
2009-12-20 05:41:43 +00:00 |
PeekableInputStream.java
|
Massive rename to K9, step 1.
|
2009-12-15 02:50:53 +00:00 |
Preferences.java
|
Added code to only return newly created Account objects once they have been saved to the database (or are requested by UUID). This will allow the account creation process to be aborted without the application crashing (see issue 1375).
|
2010-04-03 23:44:26 +00:00 |
Utility.java
|
Massive rename to K9, step 1.
|
2009-12-15 02:50:53 +00:00 |