k-9/k9mail/src/main/java/com/fsck/k9
cketti 08beb212c2 Fix crashes when selecting messages in the message list
Throughout the code we make the assumption that onPrepareActionMode() is
called right after starting the action mode. However, this is not the case on
Android 5.1.
With this change we call ActionMode.invalidate() right after starting the
action mode which causes onPrepareActionMode() to be invoked.
2015-03-13 21:12:21 +01:00
..
account review comments, also use == in preference to equals for enums 2015-02-22 21:30:26 +00:00
activity Merge pull request #562 from artbristol/art/tidy-check-settings-async-task 2015-03-06 23:52:22 +01:00
cache Fix DM_BOXED_PRIMITIVE_FOR_PARSING findbugs warning 2015-01-03 02:02:54 +01:00
controller Enums instead of int/String constants (#547) 2015-02-16 22:22:05 +00:00
crypto Fix some MS_SHOULD_BE_FINAL Findbugs warnings 2015-01-03 03:51:47 +01:00
fragment Fix crashes when selecting messages in the message list 2015-03-13 21:12:21 +01:00
helper Sanitize HTML to remove meta refresh 2015-01-11 11:29:53 +01:00
mailstore Use imports for inner classes 2015-03-06 21:19:27 +01:00
preferences review comments, also use == in preference to equals for enums 2015-02-22 21:30:26 +00:00
provider Add missing placeholder for application ID 2015-02-17 00:45:36 +01:00
remotecontrol Added placeholder for application ID 2015-02-16 16:53:38 +01:00
search Use imports for inner classes 2015-03-06 21:19:27 +01:00
service Stop using Intent.setClassName() 2015-02-16 22:44:55 +01:00
view Update openpgp-api-library to latest version 2015-01-27 12:15:47 +01:00
Account.java Merge pull request #548 2015-03-06 23:00:18 +01:00
AccountStats.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
BaseAccount.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
Clock.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
EmailAddressAdapter.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
EmailAddressValidator.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
FontSizes.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
Identity.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
K9.java Configure 'developer mode' via BuildConfig 2015-03-07 00:30:50 +01:00
NotificationSetting.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
PRNGFixes.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
Preferences.java Enums instead of int/String constants (#547) 2015-02-16 22:22:05 +00:00
Throttle.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00