History log of /packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3f0c976aaf55697139717318af13a46d642f42e4 21-Aug-2013 Scott Kennedy <skennedy@google.com> Don't delete an ad until the undo bar disappears

hide() is called more often than was originally thought, so we should
only delete the ad if we're actually hiding the toast bar.

Bug: 10394024
Change-Id: I7d94623b328b0fadb0a5bedf81cf69598bf06a0c
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java
baf6e244948b1db23e064e8eb2114185d5410695 21-Aug-2013 Andrew Sapperstein <asapperstein@google.com> Don't change ToastBar bottom margin.

With no conversation view pager title strip,
we don't ever need to change the height.

Change-Id: I7d18919a156296f3ed8bd0f2e1098e6085b1469c
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java
f8ccdcfc26f362d9c20771e2295a0c0e8d1195f3 09-Aug-2013 Andrew Sapperstein <asapperstein@google.com> Refactor ActionableToastBar and ToastBarOperation.

Now supports ToastBarOperation performing actions
when the action button is clicked or the toast bar
disappears.

Change-Id: If191e3cbbf404d2371e086e105627c9474167e8a
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java
9e2d407fdafeb874e640eb84017feaf784309075 22-Mar-2013 Scott Kennedy <skennedy@google.com> Clean up a bunch of warnings

Change-Id: I5c75564eeb2df9ec76d682dbe5f4465ff2a1a5d4
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java
0a96c46d564aa2047cd3a2f3f94ac420940f0f82 09-Mar-2013 Rohan Shah <shahrk@google.com> Toast timeout for non-swipe archive

Archive/delete/undo toasts stay forever at the moment
until a user action is done that switches fragments
or some other view-changing event.

The change adds in a delayed runnable to hide the toast
after 15 seconds (Can be tested and changed as necessary).

***NOTE: This is NOT a change to the swipe to delete/archive,
which the bug is directly dealing with. However, since the
features are the same, I included it for tracking purposes.
I'll be working on the archive timeout change in the
meantime.

Bug: 8176151
Change-Id: Idcb4aaf0eb62c207c659156d8c116ce5141fb76e
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java
d243d459b64003c5171ac5ff606729e525161be6 01-Nov-2012 Mark Wei <markwei@google.com> Reposition Undo Bar if user enters into conversation before or while the
animation is running.

Give a little bit of margin to the Undo Bar when it is not shown in the
conversation to match the amount of empty space under the Undo Bar while it is
shown in the conversation.

Bug: 7418034
Change-Id: I7f4333b9bc89e8c55a938c8aeb37026abc419a1a
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java
97f30a0d9c004ca784a6bc932108f86e20264be6 10-Sep-2012 mindyp <mindyp@google.com> merge in animations from gmail.

Fixes b/7136564 Tapping an mail in IMAP throws Unknown animator name: alpha crash

Change-Id: I6fab1338d6caf0b1581cecdd43c7f8da9981630d
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java
ea04f938bef8e2ec7c6f64067511f006681318fb 27-Aug-2012 mindyp <mindyp@google.com> Pressing home should clear the undo bar.

Fixes b/7062702 Undo persists after pressing home

Change-Id: I856a625111f35aed8b164023219db4223819f28f
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java
9d7519d18e8ddbcdd59b37eec7c85210fca0e8c2 16-Jul-2012 Andrew Sapperstein <asapperstein@google.com> Error notifications show after orientation change.

Change-Id: Id038a4ee7a7f28fe7119d71e070464d9663f8516
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java
d3367499e56116854ed637b1036fd71057ac0f49 26-Jun-2012 Mindy Pereira <mindyp@google.com> Make it possible to restore undo operations.

Conflicts:

src/com/android/mail/ui/AbstractActivityController.java
src/com/android/mail/ui/SwipeableListView.java
src/com/android/mail/ui/UndoBarView.java

Change-Id: I42441c60e9ab7aff8f4c07dd21d03d2e419b2d0b
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java
c2c9dc14aa184db1f05b8c060b27d97dda5a3ca4 03-Jul-2012 Andrew Sapperstein <asapperstein@google.com> Refactored UndoBarView into ActionableToastBar.

This step was mostly renaming. Deleted some unused
stuff. Made the show() method far more
general. Now showing sync errors as a toast.

Still requires some tweaking for the different error
types.

Change-Id: I476e107ed89ed492b44b081d32e4216504626c13
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ActionableToastBar.java