k-9/src/com/fsck/k9
m0viefreak 7bcecf7060 Fix action bar items missing when opening new message.
Calling configureMenu() inside updateMenu() doesn't update the
buttons properly. Instead, call invalidateOptionsMenu(). This forces
the menu to be re-created, and onPreareOptionsMenu() to be called.
From there, configureMenu() is called automatically.
2013-02-04 19:26:04 +01:00
..
activity Fix action bar items missing when opening new message. 2013-02-04 19:26:04 +01:00
controller Fix a number of build warnings. 2013-02-04 11:18:49 +01:00
crypto Converted message view to a fragment 2012-10-05 18:14:07 +02:00
fragment Add missing Override annotations 2013-02-03 17:23:39 +01:00
helper Remove own Notification.Builder abstraction. 2013-01-02 14:09:37 +01:00
mail Fix a number of build warnings. 2013-02-04 11:18:49 +01:00
preferences Fix a number of build warnings. 2013-02-04 11:18:49 +01:00
provider Fix a number of build warnings. 2013-02-04 11:18:49 +01:00
remotecontrol astyle-d 2011-02-26 18:39:06 -06:00
search Fix a number of build warnings. 2013-02-04 11:18:49 +01:00
service Fix a number of build warnings. 2013-02-04 11:18:49 +01:00
view Fix a number of build warnings. 2013-02-04 11:18:49 +01:00
Account.java Fix compiler warnings/code style 2013-01-18 14:27:04 +01: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 Make the default folder name size in the folder list the same as the default account name size in the account list 2013-01-15 15:33:14 -05:00
Identity.java astyle-d 2011-02-26 18:39:06 -06:00
K9.java Improve certificate failure notifications. 2013-02-02 13:04:41 +01: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