replicant-packages_apps_Email/res
Makoto Onuki 16a60dca84 Fragmentize MessageView.
This version is hybrid of the old design and what Andy's suggested.
- MessageViewFragment is responsible to show a single message at a time.
- Call MVF.openMessage() to tell it to open another message.
  No need to re-create a new MVF to do this.
- MessageView manages the message list, and handles "move-to-newer/older"
  buttons.

Reason for not re-creating a fragment when opening another message is:
- Re-using the same fragment doesn't make it as complecated/ugly as I
  was initially afraid.
  It's basically cancelling all running tasks, re-initializee some views,
  and load a message.
- We don't have to run MVF.onCreate() over and over again when moving through
  messages.
We may change the strategy later, but I think it's suffice for now.
(Changing this might affect how the back key works, so let's revisit it
when the fragment manager supports back.)

Basically this CL is all about internal changes.
No UI should have changed except for:
- Moved "Move to newer/older" buttons to the bottom.

Also fixes:
Bug: 2849129

Change-Id: I00c05069231afded9d98d3d52dd9a7925ebdee9d
2010-07-19 18:34:40 -07:00
..
anim Restore lost connection error UI 2009-09-18 15:31:37 -07:00
drawable MessageView: update meeting invitation UI assets. 2010-03-03 13:34:27 +01:00
drawable-hdpi Don't use internal resources. 2010-06-16 14:07:17 -07:00
drawable-mdpi Don't use internal resources. 2010-06-16 14:07:17 -07:00
layout Fragmentize MessageView. 2010-07-19 18:34:40 -07:00
menu Add ActionBar to MailboxList 2010-06-29 16:49:47 -07:00
values Fragmentize MessageView. 2010-07-19 18:34:40 -07:00
values-cs Import revised translations 2010-06-09 22:41:54 -07:00
values-da Import revised translations 2010-06-09 22:41:54 -07:00
values-de Import revised translations 2010-06-09 22:41:54 -07:00
values-el Import revised translations 2010-06-09 22:41:54 -07:00
values-es Import revised translations 2010-06-09 22:41:54 -07:00
values-es-rUS Import revised translations 2010-06-09 22:41:54 -07:00
values-fr Import revised translations 2010-06-09 22:41:54 -07:00
values-it Import revised translations 2010-06-09 22:41:54 -07:00
values-ja Import revised translations 2010-06-09 22:41:54 -07:00
values-ko Import revised translations 2010-06-20 18:53:26 -07:00
values-nb Import revised translations 2010-06-09 22:41:54 -07:00
values-nl Import revised translations 2010-06-09 22:41:54 -07:00
values-pl Import revised translations 2010-06-20 18:53:26 -07:00
values-pt Import revised translations 2010-06-09 22:41:54 -07:00
values-pt-rPT Import revised translations 2010-06-09 22:41:54 -07:00
values-ru Import revised translations 2010-06-09 22:41:54 -07:00
values-sv Import revised translations 2010-06-09 22:41:54 -07:00
values-tr Import revised translations 2010-06-09 22:41:54 -07:00
values-zh-rCN Import revised translations 2010-06-09 22:41:54 -07:00
values-zh-rTW Import revised translations 2010-06-09 22:41:54 -07:00
xml Add "vibrate when silent" mode to notifications 2010-03-18 13:57:25 -07:00