summaryrefslogtreecommitdiffstats
path: root/src/com/android/mail/ui/RecentFolderList.java
Commit message (Expand)AuthorAgeFilesLines
* Prevent rare NPETony Mantler2014-10-161-2/+2
* Get rid of Account#nameTony Mantler2014-03-031-1/+1
* Allow going back to search resultsScott Kennedy2013-09-041-2/+3
* Add a new FolderUriScott Kennedy2013-07-161-9/+11
* Don't track system folders in recentsScott Kennedy2013-05-281-0/+6
* Create FolderObserver similar to AccountObserverVikram Aggarwal2013-03-141-5/+4
* Loaders that create objects in the backgroundVikram Aggarwal2013-03-111-3/+5
* fix recent labels leaking across accountsAndy Huang2012-11-131-1/+1
* Fix empty recent foldersVikram Aggarwal2012-11-051-3/+8
* Update recents on label changePaul Westbrook2012-09-071-9/+40
* Use sectioned lists only on two pane.Vikram Aggarwal2012-09-041-0/+1
* Folder list fragment by sections.Vikram Aggarwal2012-08-311-4/+4
* Fixed crashPaul Westbrook2012-08-241-1/+4
* Always show the most recent foldersVikram Aggarwal2012-08-241-11/+16
* Get the Account through a listenerVikram Aggarwal2012-08-141-4/+32
* Request default recent folders.Vikram Aggarwal2012-06-141-6/+6
* Minor change to improve readabilityVikram Aggarwal2012-06-111-2/+3
* Minor fixes and nulls are not propagated.Vikram Aggarwal2012-05-091-1/+2
* Always read settings from the accountVikram Aggarwal2012-05-081-8/+6
* Read defaultInbox through a safe accessorVikram Aggarwal2012-05-071-3/+3
* Destructive Actions. Part 1Vikram Aggarwal2012-04-231-2/+2
* Update consumers on changes to SettingsVikram Aggarwal2012-04-191-1/+1
* Don't require recent folder list for accountMarc Blank2012-04-161-1/+2
* Fix loggingPaul Westbrook2012-04-041-2/+2
* Pass current Account when "touching" a folderMarc Blank2012-04-031-4/+8
* Do not reset the recent folder list on folder access.Vikram Aggarwal2012-03-271-5/+15
* Set account before setting folder when using touchFolderMarc Blank2012-03-211-0/+4
* Clean up RecentFolderList; exclude default inbox for accountMarc Blank2012-03-211-35/+43
* Fix recent folder list logic and simplifyMarc Blank2012-03-211-50/+34
* Get rid of second id for folders.Mindy Pereira2012-03-131-4/+4
* Fix the null URI versus "null" versus Json.NULLVikram Aggarwal2012-03-131-2/+3
* Make sure StoreRecent references correct accountMarc Blank2012-03-121-2/+4
* Read RecentFoldersList through a loaderVikram Aggarwal2012-03-121-22/+37
* Store recent folder list in the AbstractActivityControllerVikram Aggarwal2012-03-091-14/+17
* Again, get sync() off UI threadMarc Blank2012-03-081-4/+4
* Expect a folder when doing a search query.Mindy Pereira2012-03-081-1/+4
* Modify UiProvider to save recent folders and read them in the spinner.Vikram Aggarwal2012-03-081-8/+67
* First implementation of recent folders.Vikram Aggarwal2012-03-051-0/+102