summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/AsyncRefreshTask.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactored UndoBarView into ActionableToastBar.Andrew Sapperstein2012-07-031-2/+0
| | | | | | | | | | | 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
* Consolidated similar async tasksPaul Westbrook2012-06-271-7/+6
| | | | Change-Id: I0e6e3682ac4dfd69fb780d6e2c8c877d50239a7e
* Store URI's in Uri instead of String.Mindy Pereira2012-02-281-4/+3
| | | | Change-Id: I5492a61b80442afc7cebc5b3d560688aebae8820
* Always watch folder for status updates.Mindy Pereira2012-02-221-75/+1
| | | | | | | That way, can show the user about background syncs and requested refreshes in the ui. Change-Id: Ie070a465f6231b3e81aee58350783c213b6073f6
* Show spinning when the user is refreshing content.Mindy Pereira2012-02-221-25/+50
| | | | Change-Id: I5b5829c63e8fa47b565314b0734da46141b4f784
* Contentobserver.Mindy Pereira2012-02-221-9/+33
| | | | Change-Id: I8646512f6c4f1c1e28d40fcc21b14a25eb27ddce
* Correctly set the text for undo bar actions.Mindy Pereira2012-02-221-2/+4
| | | | Change-Id: I82c978e62830d34c6e2ee92a418bf97c44293dd4
* Turn on/ fix undo animations.Mindy Pereira2012-02-221-1/+2
| | | | | | | | Was never setting View.VISIBLE Since we only ever add / create the listeners once (when we first setup the undo bar animations), we shouldn't have multiple object creations. Change-Id: I46105446587c439de6e58f161c24299c0618d042
* Cancel previous refresh commands; watch folder status changesMindy Pereira2012-02-221-4/+25
| | | | | Staw man for watching folder status changes. Change-Id: I7a1466d74279dcdc78e2b0930e8b2c4483eaf3fa
* Hookup refresh button.Mindy Pereira2012-02-211-0/+46
Change-Id: I79be2fb42ed6902129b65f56b4ef70de5d4c1d90