summaryrefslogtreecommitdiffstats
path: root/src/com/android/mail/compose/ComposeActivity.java
Commit message (Expand)AuthorAgeFilesLines
* UnifiedEmail: Disable "Select All" from MultiPickContactActivity.Adnan2014-09-031-0/+4
* UnifiedEmail: Only create a single instance of MultiPickContactActivity.Adnan2014-09-031-0/+2
* Email: Should back to Email after recording audio as attachmentkaiyiz2014-09-031-0/+1
* UnifiedEmail: Display the confirm dialog before forward.yingying2014-09-031-14/+44
* UnifiedEmail: Display the pick recipients button.yingying2014-09-031-2/+83
* UnifiedEmail: Display the attach file menu.yingying2014-09-031-2/+18
* Email: Fix null string label on empty subjectJorge Ruesga2014-03-211-7/+7
* Don't request the menu to be shown if there's no items.Tony Mantler2013-10-311-2/+2
* Divert mailto Uris directly to compose activityTony Mantler2013-10-241-1/+2
* Populate real name in From: fieldTony Mantler2013-10-181-2/+8
* Clean up use of Account.name where an email address is expectedTony Mantler2013-10-101-12/+13
* Support init from extra values.Andrew Sapperstein2013-08-261-14/+38
* Fix an NPEAlice Yang2013-08-231-0/+7
* log notificationsAndy Huang2013-08-221-8/+20
* disable analytics for automated usersAndy Huang2013-08-201-0/+4
* Save ad event id on rotation of ComposeActivityScott Kennedy2013-08-191-0/+4
* metrics for attachmentsAndy Huang2013-08-161-4/+23
* Reimplement QuickResponse supportTony Mantler2013-08-161-2/+2
* compose/attachment metricsAndy Huang2013-08-151-0/+46
* Attach the ad event id to forwarded messagesScott Kennedy2013-08-151-13/+35
* Add public no-args constructors for fragmentsPaul Westbrook2013-08-131-0/+9
* Merge "Remove code that made no sense and did nothing useful" into jb-ub-mail...Tony Mantler2013-08-131-15/+1
|\
| * Remove code that made no sense and did nothing usefulTony Mantler2013-08-121-15/+1
* | basic analytics supportAndy Huang2013-08-121-0/+15
|/
* Merge "Support compose with quoted html." into jb-ub-mail-ur10Andrew Sapperstein2013-08-081-25/+72
|\
| * Support compose with quoted html.Andrew Sapperstein2013-08-081-25/+72
* | Remove live/unused code from UIProvider contract classTony Mantler2013-08-081-3/+18
|/
* More warning cleanupScott Kennedy2013-08-021-3/+3
* Fix more warningsScott Kennedy2013-08-021-0/+1
* Change all resid switches to if-elseif-elseScott Kennedy2013-07-311-48/+32
* Re-add cancel button to discard dialogTony Mantler2013-07-311-0/+1
* Fix more usages of escaped email addressesTony Mantler2013-07-251-5/+9
* Fix NPE when running on masterPaul Westbrook2013-07-221-1/+1
* Handle html encoding in email addresses b/8129548Tony Mantler2013-07-191-12/+9
* Add some tests for replying to a messagePaul Westbrook2013-07-181-1/+9
* Conversation View UI Refresh: links w/o underline.Andrew Sapperstein2013-07-171-0/+7
* Fix replying from "combined account"Paul Westbrook2013-07-121-6/+6
* Stuff ComposeActivity dialogs into fragmentsTony Mantler2013-07-091-90/+109
* Clean up a bunch of warningsScott Kennedy2013-06-251-1/+1
* Initialize the adapter earlier to prevent an NPEScott Kennedy2013-06-191-1/+2
* don't keep a reference to view hierarchy saved stateAndy Huang2013-05-301-26/+29
* fix chained activity leak on compose rotationAndy Huang2013-05-301-0/+6
* Fix NPE in ComposeActivity if there are no accountsYorke Lee2013-04-261-2/+7
* Merge "Don't convert '+' into ' ' for subject title and body" into jb-ub-mail...Yorke Lee2013-04-251-4/+15
|\
| * Don't convert '+' into ' ' for subject title and bodyYorke Lee2013-04-251-4/+15
* | Don't touch tokenizer-less RecipientEditTextViewsScott Kennedy2013-04-241-1/+3
|/
* Parse Folder out of intentScott Kennedy2013-04-101-2/+2
* CleanupScott Kennedy2013-04-051-51/+37
* fragment transaction / back stack cleanupAndy Huang2013-04-031-1/+0
* Add way to report good/bad emails.Alice Yang2013-03-141-8/+38