1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-12 06:08:25 -05:00
k-9/src/com/fsck/k9
cketti a69f05c5f4 Don't call super.onBackPressed()
MessageView contained code that would call super.onBackPressed() if the
parent class had such a method (checked using reflection). But the
bytecode verifier prevented loading of MessageView because it contained
a (static) call to super.onBackPressed(). For this to work the method
had to be called using reflection.
I removed this code entirely since we don't do it in MessageList and
FolderList either. And all the time it worked just fine.
With that change we can re-enable support for Android 1.5-2.0.1 devices.
2011-11-09 22:35:22 +01:00
..
activity Don't call super.onBackPressed() 2011-11-09 22:35:22 +01:00
controller Merge branch 'issue549' 2011-11-05 18:47:55 +01:00
crypto Prefer Collection.isEmpty over size 2011-11-02 20:03:07 -07:00
helper Merge branch 'issue549' 2011-11-05 18:47:55 +01:00
mail Default authentication type for SMTP is automatic 2011-11-07 01:58:38 +01:00
preferences Fixed logic bug that prevented imported accounts from being recognized 2011-11-07 01:45:52 +01:00
provider Spelling corrections 2011-10-05 22:04:39 -07:00
remotecontrol astyle-d 2011-02-26 18:39:06 -06:00
service Merge branch 'issue549' 2011-11-05 18:47:55 +01:00
view Work around broken office suites by sending an explicit mime type with files we open 2011-11-06 17:00:25 -05:00
Account.java Merge branch 'issue549' 2011-11-05 18:47:55 +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 astyle-d 2011-02-26 18:39:06 -06: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 astyle-d 2011-02-26 18:39:06 -06:00
Identity.java astyle-d 2011-02-26 18:39:06 -06:00
K9.java Turn off developer mode for 4.0 2011-11-09 18:20:08 +01:00
NotificationSetting.java astyle-d 2011-02-26 18:39:06 -06:00
Preferences.java Merge branch 'issue549' 2011-11-05 18:47:55 +01:00
SearchAccount.java Add some JavaDoc to SearchAccount stuff; astyle. 2011-09-12 15:08:34 -07:00
SearchSpecification.java astyle-d 2011-02-26 18:39:06 -06:00