676dd15af3c3f420bf88ecf11d1ec29af44745a8 |
|
08-Oct-2013 |
Andrew Sapperstein <asapperstein@google.com> |
Make ingoing and outgoing animations match. Fixes b/10489357. The current fix makes the card flip animation happen both directions as opposed to the previous flip only when coming back into Gmail. Not sure if that's the right thing, but at least it matches. Change-Id: I62a8fcd0f98f1d6068d7c9035a5acc1e84a8234a
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractConversationWebViewClient.java
|
b1d184d164303d83d342c60e4bffc732aa10ac2c |
|
09-Aug-2013 |
Andrew Sapperstein <asapperstein@google.com> |
Refactor ConvWebViewClient to allow overriding. Change-Id: I029ca2936a6e59e7ee7527d9608564602ea0170d
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractConversationWebViewClient.java
|
aeb799480408485a607fcdd356b759964a587c15 |
|
15-Jul-2013 |
Paul Westbrook <pwestbro@google.com> |
Add account to mailto VIEW intents Add the current account to mailto VIEW intents to allow the current account to be selected as the sending account by default Bug: 9695061 Change-Id: I8b26a0f2200679f30ad40f4a341ec0f9b8b0f2fe
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractConversationWebViewClient.java
|
b622d2b6750423c185a2a2463277e5e2b853fada |
|
12-Jun-2013 |
Andy Huang <ath@google.com> |
fix crash on link open Bug: 9396858 Change-Id: I409d0d648120d0f61b97da1c1fcfdc91ced1c0f8
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractConversationWebViewClient.java
|
4ddda2f0a4ee5381a90779a6939b05b064ce5d11 |
|
10-Jun-2013 |
Andrew Sapperstein <asapperstein@google.com> |
Working implementation of eml viewer. Everything works except attachments. The implementation uses a controller that is used by both SecureConversationViewFragment and the new EmlMessageViewFragment to do the rendering work. Change-Id: I4d8b9b56e6609c3a81b902b102a90f1e50c115cd
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractConversationWebViewClient.java
|
376294bbb5ded471ad577fdb492875a837021d08 |
|
07-Jun-2013 |
Andrew Sapperstein <asapperstein@google.com> |
Refactoring of AbstractConversationViewFragment. In order to support EML viewing, we need a bunch of the overhead provided by AbstractConversationViewFragment without actually inheriting from it. Additionally, most of the code was inner classes that had no business being such. These are now moved into their own classes. Change-Id: I80769d2606b52c41dc116a6bdee17c00adc66a5a
/packages/apps/UnifiedEmail/src/com/android/mail/ui/AbstractConversationWebViewClient.java
|