History log of /packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d5f267ed250e7c3c97ca5e6ac1902340771d168c 15-Nov-2012 Mark Wei <markwei@google.com> Email Widget will use startActivity instead of startService so that it works
correctly from the keyguard.

Reverts the workaround in
https://googleplex-android-review.googlesource.com/#/c/250126/

Bug: 7545250
Change-Id: Idf9305b0e74e56c13bdcde5548db20f08b20bae2
/packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java
458816b2c8c3bc684119adba8126584c45b468e8 07-Nov-2012 Mark Wei <markwei@google.com> Enable Email Widget on lockscreen. Work around keyguard detection issues.

Bug: 7488437
Change-Id: Id1eee0d295358a64ad5b6f31258acd66ec899165
/packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java
bc47398187c6ffd132435e51d8d61e6ec79a79db 25-Sep-2012 Paul Westbrook <pwestbro@google.com> Merge Email1 into MR1

Change-Id: I45289d46b65faffc7a3a3dd46382899162f3aaab
/packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java
cc0185f07c9198008d8dc685ae9979f3e35e8539 28-Jun-2012 Marc Blank <mblank@google.com> Manual merge of Email from jb-ub-mail

Change-Id: I564ddf433d371f45ba78a10f73bb182d484c56f2
/packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java
79fab5ae623ea75ba526e2673fe6749066b177e4 21-Jul-2011 Jorge Lugo <jlugo@google.com> Improved shortcut name

Shortcut name is now the name of folder when it's a non-inbox
folder; otherwise it's the account name. Previously was
always account name.

Bug: 4903490
Change-Id: I15b4024d28db6a48464e423db887bdca99132423
/packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java
e10215eaff7c06b44b95de87ea46030065ecbee5 23-Jun-2011 Ben Komalo <benkomalo@google.com> Fix some things with shortcuts/widgets.

- All mailboxes will be shown when selecting a shortcut for a normal
account.
- Combined unread won't show up in shortcuts for combined accounts
- only inbox is allowed for IMAP/POP widgets
- all mailboxes allowed for EAS widgets

Bug: 4725896
Change-Id: I5c77c2f5443e330ed451179761b1d9c8c0dd7619
/packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java
f5418f1f93b02e7fab9f15eb201800b65510998e 14-Jun-2011 Marc Blank <mblank@google.com> Move Account into its own top-level class

Change-Id: Ide7c991b7d4d418dbe17164421425bf898ba64ee
/packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java
2f5ee8e2d1e106340eb2a21b1ada6db1987bd98f 02-Jun-2011 Todd Kennedy <toddke@google.com> filter mailbox list for the widget

The mailbox list for widget configuration should only include two mailboxes --
1. an account's full inbox (both read & unread) and 2. an account's unread
inbox (similar to #1, but, only contains unread messages)

This also applies for the combined account view.

Change-Id: I5640fd8572d385703db04ca613f5b1f35f3952da
/packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java
0f84ff2c082dc4ea774f53fe6877752a769ca258 27-May-2011 Todd Kennedy <toddke@google.com> Add meta options in the picker

With this CL, we have "All accounts" in the account list and "Inbox" & "Unread"
in the mailbox list. "All" + "Unread" doesn't play very well, so, we should
seriously consider whether it's worth the effort to support it right now.

Change-Id: Ia1c07c89a535a68ffe6f3ae5009b5b6591a9acdb
/packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java
ae8e612ed5eb00c228070f4f43359cc7eae99932 27-May-2011 Todd Kennedy <toddke@google.com> Make callbacks from shortcut picker

We need to move some of the calls from shortcut picker to the activity (such
as creating the actual shortcut and terminating the activity). This should
let us to reuse the picker fragment from the widget code.

Maybe other callbacks are needed, but, this is a first pass to get something
that "should" work.

Change-Id: I6467979951ad73b5817ba543683f62f831ac73a4
/packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java
5675ea88d3cc4ba9934d2a54fee008fd324d711f 24-May-2011 Todd Kennedy <toddke@google.com> Add a second fragment to select the mailbox

After choosing the account, we need to select a mailbox for the shortcut.
In order to replace the fragment, we cannot hardcode it in the XML. Instead,
we need to dynamically create it.

Also, restructure the fragment class and rely on the class to "do the right
thing"

Change-Id: I752ad5bbdf2484332ec2b73852cae74a5d2092fa
/packages/apps/Email/src/com/android/email/activity/ShortcutPicker.java