1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-11 03:55:04 -05:00
Go to file
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
.tx Update Transifex client configuration 2014-12-20 00:10:38 +01:00
config Ignore newline in format string Findbugs warnings 2015-01-03 05:41:29 +01:00
docs Remove outdated docs 2014-12-20 00:21:02 +01:00
gradle Merge remote-tracking branch 'k9mail_pgp_mime/master' 2014-12-20 08:07:46 +01:00
images Add Lollipop lock screen notifications. 2014-12-04 18:54:22 -08:00
k9mail Fix crashes when selecting messages in the message list 2015-03-13 21:12:21 +01:00
k9mail-library review comments, also use == in preference to equals for enums 2015-02-22 21:30:26 +00:00
plugins Update openpgp-api-library to latest version 2015-01-27 12:15:47 +01:00
tests-on-jvm review comments, also use == in preference to equals for enums 2015-02-22 21:30:26 +00:00
tools Fix Transifex fixup script 2015-03-13 12:40:56 +01:00
.gitattributes Force gradlew (and other shell scripts) to use lf line endings. 2014-12-03 18:50:16 -08:00
.gitignore Remove old IntelliJ project files 2014-03-01 05:02:17 +01:00
.gitmodules Kill our use of submodules dead. They're too painful for new contributors 2012-11-24 17:15:01 -05:00
build.gradle Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
gradlew Add Gradle wrapper 2013-11-07 06:48:10 +01:00
gradlew.bat Add Gradle wrapper 2013-11-07 06:48:10 +01:00
HTMLCLEANER_LICENSE Merge ashleywillis' changes in https://github.com/k9mail/k-9/pull/97. 2011-11-14 14:00:15 -08:00
NOTICE Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date. 2008-10-28 01:04:44 +00:00
proguard.cfg Remove ActionBarSherlock 2014-06-21 17:09:45 +02:00
settings.gradle Move 'mail' package to library project 2014-12-20 01:31:33 +01:00