1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-12 04:25:08 -05:00
k-9/src/com/fsck/k9/activity
cketti 309eeb72ac Got rid of the ScrollView in MessageView
The ScrollView around the WebView caused all sorts of problems. This
change removes the ScrollView and uses the undocumented method
WebView.setEmbeddedTitleBar() to set the MessageHeader view as "title
bar" of the WebView. This allows MessageHeader to scroll away making
more room for the WebView.
All of the "magic title bar" code was originally implemented by Jesse
for Kaiten.

Because WebView doesn't support a scrolling footer we can no longer
support scrolling buttons or attachments at the end of the message. Now
users can switch from message view to attachment view via a button just
below the message headers.

I also copied some code for which I was too lazy to create a separate
commit. It allows to display attachments we didn't use to show by
clicking on a "More..." button in the attachment view. Those
attachments are mostly images referenced by the HTML part (e.g.
background images).

Fixes issue 3291
2012-02-21 05:07:01 +01:00
..
misc Improved handling of object retention on configuration changes 2011-10-14 02:52:32 +02:00
setup account setup changes: 2012-02-16 18:35:25 -06:00
AccessibleEmailContentActivity.java astyle-d 2011-02-26 18:39:06 -06:00
AccountList.java Use the new AccountList activity when creating launcher shortcuts 2012-02-13 12:25:03 +01:00
Accounts.java Use the Androiod framework for the file manager error dialog 2012-02-16 14:43:38 +01:00
ActivityListener.java ant astyle 2011-06-01 16:03:56 -04:00
ChooseAccount.java Changed font size unit from DIP to SP 2012-01-12 02:18:41 +01:00
ChooseFolder.java Issue 17: Hierarchical folder list / folder tree 2011-12-15 10:34:29 +01:00
ChooseIdentity.java astyle-d 2011-02-26 18:39:06 -06:00
ColorPickerDialog.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
ConfirmationDialog.java ant astyle 2011-06-13 19:49:06 -04:00
EditIdentity.java Removed overrides merely calling super() 2011-12-26 02:28:32 +01:00
FolderInfoHolder.java Replaced references to K9.INBOX with account.getInboxFolderName() 2011-04-12 22:17:11 +10:00
FolderList.java Fixed indentation 2012-01-12 02:20:22 +01:00
FolderListFilter.java ant astyle 2011-03-22 18:07:47 +11:00
InsertableHtmlContent.java Merge ashleywillis' changes in https://github.com/k9mail/k-9/pull/96 2011-11-14 13:20:07 -08:00
K9Activity.java Got rid of the ScrollView in MessageView 2012-02-21 05:07:01 +01:00
K9ExpandableListActivity.java astyle-d 2011-02-26 18:39:06 -06:00
K9ListActivity.java Removed unused imports 2011-03-26 06:43:39 +01:00
K9PreferenceActivity.java astyle-d 2011-02-26 18:39:06 -06:00
LauncherShortcuts.java Use the new AccountList activity when creating launcher shortcuts 2012-02-13 12:25:03 +01:00
ManageIdentities.java Removed onBackPressed() magic 2011-11-10 05:38:52 +01:00
MessageCompose.java Fixed HTML generation in MimeUtility.extractTextAndAttachments() 2012-02-17 19:42:35 +01:00
MessageInfoHolder.java astyle-d 2011-02-26 18:39:06 -06:00
MessageList.java Issue 3280: Add launcher shortcuts for special accounts/folders ("Unified Inbox" and "All messages") 2012-02-10 00:24:32 -06:00
MessageReference.java astyle-d 2011-02-26 18:39:06 -06:00
MessageView.java Got rid of the ScrollView in MessageView 2012-02-21 05:07:01 +01:00
ProgressListener.java astyle-d 2011-02-26 18:39:06 -06:00
Search.java astyle-d 2011-02-26 18:39:06 -06:00
SearchModifier.java Add some JavaDoc to SearchAccount stuff; astyle. 2011-09-12 15:08:34 -07:00
UnreadWidgetConfiguration.java Use the new AccountList activity when creating launcher shortcuts 2012-02-13 12:25:03 +01:00