summaryrefslogtreecommitdiff
path: root/src/com/android/mail/compose/FromAddressSpinnerAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Use only one view type for compose from spinnerJin Cao2014-09-151-26/+10
| | | | | | | | | The new restriction in L is that spinners can only have one view type. Merge the from_item and custom_from_item layouts so that we only need one and simply set the visibility of the extra textview used by custom_from_item. Change-Id: Ica5560d4338e009fa259ae2354d51561e662a380
* RTL: properly align from addresses.Andrew Sapperstein2014-03-041-13/+6
| | | | | | | b/13082177 b/12687526 Change-Id: I88789a9b986fe0889de2b23c7e8acad5d4f0b0cf
* RTL - properly align from address in compose.Andrew Sapperstein2014-01-231-7/+13
| | | | | | b/12687526. Change-Id: I5f09303674da08b7870a84ef6477d7bfac4015cd
* fix more name/address confusion. fixes blank From spinner.Andy Huang2014-01-161-3/+3
| | | | | Bug: 12586139 Change-Id: Ie5c52507653bde9621e3f3eac5281bd3642a5b5d
* Regularize usage of ReplyFromAccount#nameTony Mantler2013-11-261-3/+10
| | | | | | b/11334332 b/11292541 Change-Id: I0394ea2caf86bbf200a3027f288aa078d965503c
* Fix formatting of custom from address in spinner.Mindy Pereira2012-06-221-2/+2
| | | | Change-Id: I89a129390aaa0dd958d506787353d0e58e2df571
* Fixup formatting of custom from displayed addresses.Mindy Pereira2012-05-311-1/+12
| | | | | Add an address field to replyfromaddress and customfromaddress. Change-Id: I01d81d5db32b6ea27286de4d5ceaaebc185708ba
* Show name and address for custom from sender entries.Mindy Pereira2012-05-301-2/+23
| | | | | | Fixes b/6319552 Custom from addresses don't show email address (just name) Change-Id: Ia988ec2685b039242ca345e3299a148fb52c0ac1
* Correct from.Mindy Pereira2012-04-061-11/+1
| | | | Change-Id: I5c4f10fbc1079c8a465fe864dd983c49f5a01139
* Custom froms.Mindy Pereira2012-04-051-12/+14
| | | | | | DO NOT WANT. First revision. It works! And it sends mail...so that's good. Change-Id: I9e77df792d57dfc09442b711710b387b5e1e6d10
* Separate logic for from address spinner into widget class.Mindy Pereira2012-01-111-19/+4
| | | | | | | | | This means that the logic can be overridden by gmail/ email for selecting an account, saying if its changed, adding from addresses. This will allow Gmail to have custom from addresses and email to just show accounts. Change-Id: I389bdebe4d701f3fba9b24ad0a379d44268f56c2
* Cleanup to simplify code; save on exit rules.Mindy Pereira2012-01-101-22/+32
| | | | | | | | | | We had dupes of a number of things that we had to keep in sync. Instead, we now use mAccounts and mAccount instead of mSelectedAccount and mReplyFromAccounts, and mAttachmentsChanged instead of mAttachAddedOrRemoved. Also takes care of save on exit logic (first part) without defininf the recipientedittextview specific text watchers. Change-Id: Ic08d8e91c12870cb1c2997c7d36d0b5e230437af
* Pass the account around instead of just hte account name.Mindy Pereira2012-01-091-5/+6
| | | | | | | We need the account for capabilities, uris, etc., so just pass it around when launching new activities/ fragments/ etc. Change-Id: If05cae10a092679ea0e7807ae36f7965d065a649
* rename unified email's package name to com.android.mailAndy Huang2012-01-061-0/+97
New code needs a new package name. Fixes IDE conflicts when browsing. Change-Id: I328484c6d6c71df077a05d2f7d6d1e85074107c2