History log of /packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
079d02b6021c640213888d446434e2c925756e29 21-Aug-2014 Jin Cao <jinyan@google.com> [Quantum tip teasers]

Refactored the tip teasers to all extend the same
base class with the same xml. Each child class can
then override the various callbacks/set methods to
display its own information.

b/17140135

Change-Id: I5eaea150076cdfd865e88be93608b0b597633dae
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
4c59495929c9b8a57fbcc05ad419a329240dbd00 20-Aug-2014 Jin Cao <jinyan@google.com> [Quantum TL] nested folders

Update the nested folders UI to reflect the newest redlines.
Also removed all signs of list_edge_tablet since it's no longer
relevant.

b/16017301

Change-Id: I24fcb43984b595a4fed84622e79ce76deaa92d2b
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
fbf4f4729c9bea907cb57d4f449893eb2fc5dd1d 01-Oct-2013 Scott Kennedy <skennedy@google.com> Allow dismissing teaser leave-behinds on user interaction

Bug: 10649816
Change-Id: Ie6c0fa00de503ed7beaadf584149e3864c4373e4
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
0e8dc84326ad3e6d146a203538665f98dd98f688 10-Sep-2013 Scott Kennedy <skennedy@google.com> Hierarchical folders in conversation list

Use something similar to the sectioned inbox teaser.

Allow expanding/collapsing when there are too many folders.

Bug: 9604590
Change-Id: I6cc79bd7c033bbf13c750e7720fe71227b38cc85
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
32ddb84f2d4f53bfc4b53656461068c0c69d6325 29-Aug-2013 Scott Kennedy <skennedy@google.com> Fix a couple ad bugs

1. Show a new ad when we leave the conversation list and return
2. Do not show a new ad immediately after dismissing an ad
3. Eliminate some GCs and logspam
4. Don't send up a "shown" operation on rotation.

Bug: 10499269
Bug: 10531721
Change-Id: I7e366bd2f1bde5f50764cc3240ac0870a4eda49f
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
d6522ea881e80ab849f2a88565db5a6a73e7623e 27-Aug-2013 Scott Kennedy <skennedy@google.com> Fix long-press

The CAB mode teasers were having their dismiss animations run when
CAB mode was entered, even if they weren't being displayed.

As part of this dismissal, notifyDatasetChanged() was being called,
which caused the conversation being selected to have its view
recycled during the long press, which then triggered a short press.

We were also unnecessarily calling notifyDatasetChanged() when the
account's sync status changed.

Bug: 10442289
Change-Id: Iefb784f60cf99ac10ae1b0785777a0e4711b2368
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
f45e0e7f65eb421fc5c2acf7bb76a714e12dc68b 23-Aug-2013 Scott Kennedy <skennedy@google.com> Make the right edge more performant

Bug: 9177552
Change-Id: I4250825bb658209166744ad1cb0455d4ac81da34
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
1591414ed6dc829852edd219c39ae430314ff538 22-Aug-2013 Scott Kennedy <skennedy@google.com> Add the right edge line to all teasers on tablets

Bug: 9177552
Change-Id: I5270a0ae2196e9a6f732ed6d3327ffe3d30f34be
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
272900135906067c383b0960881293f769114494 21-Aug-2013 Scott Kennedy <skennedy@google.com> notifyDatasetChanged() as soon as section teaser dismisses

Otherwise, it comes at some point in the future, and causes problems.

Bug: 10413176
Change-Id: I9b71979113cdcdf1dea01c06367d27e9abab25ca
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
6c9845ed223ceaefd2b6e7511d04b038d63de8b3 21-Aug-2013 Alice Yang <alice@google.com> Add outbox tip

When viewing the "Sent" folder, if user has one or more message
in the Outbox, display an "N unsent in Outbox" tip on top of the
conversation view.

Bug 9825835

Change-Id: I2450bbc158c1f70d085d2c8c714e6af7dabec8a9
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
cc139833bc5829ba70244519e9870de783c41848 20-Aug-2013 Scott Kennedy <skennedy@google.com> Fix some remaining ad teaser issues

1. Disable interaction while in CAB mode

Bug: 10212376
Change-Id: I2206ef4336bc9a2538c236479df837caa5724e8c
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
042a530b2296487fa5899a3e871214ac4a47e3d8 13-Aug-2013 Andy Huang <ath@google.com> more metrics

Reorg category/action/label to be more economical. This gives us an
extra slot for data vs. spending on custom dimensions in the future.

Log CAB actions, some settings state, drawer toggles, CAB mode start,
swipe dismiss, and peek.

Bug: 9861033
Change-Id: I16b30356db70f60ed87749f29ddd667790acbb07
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
3ebf7f2190506fa6e4c8e0f05757edd616358e0b 12-Aug-2013 Alice Yang <alice@google.com> Merge "Sync disabled tip" into jb-ub-mail-ur10
c86b1fbcea43513ea903bb2ca14573423a72d7b5 12-Aug-2013 Alice Yang <alice@google.com> Sync disabled tip

The original design called for displaying different messages for when
global auto-sync is off and airplane mode, but we're considering scratching
those so I didn't cover them here.

To do still are subsequent toasts.

Bug 9825835

Change-Id: I1916e2d95896c2079fa6eeb9fe806fd4d181a27a
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
b45d1418887d8595c230788e20516bbe10c2f3ea 09-Aug-2013 Scott Kennedy <skennedy@google.com> Change special views to update the view inside of getView()

Rather than doing view updates in onUpdate(), add a new method,
onGetView(), that is called before returning the special view from
getView() in AnimatedAdapter().

Change-Id: Ie98fad2d2296842e1edd648db06aa472486de5e4
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java
c5567737cb40ca156ea89f169a23008524ebd1a4 30-Jul-2013 Alice Yang <alice@google.com> Tip for long press to enter CAB

Bug: 9859881, 9572851

Change-Id: I1603651084fb9ded479af69e17bd54cdab693c2e
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ConversationLongPressTipView.java