summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importstable/cm-11.0-XNG3CMichael Bestas2015-08-242-0/+44
| | | | | Change-Id: I7e0985929a1c74aa24e1aaca7af0b99d6c329371 JIRA: RM-154
* Automatic translation importMichael Bestas2015-08-241-0/+21
| | | | | Change-Id: Id3835bb2356dc2c201607e6dfad466d933c7929e JIRA: RM-154
* Automatic translation importMichael Bestas2015-08-241-0/+22
| | | | | Change-Id: I37b2965080a0a24ee04f2f1e819c0293c19a2f14 JIRA: RM-154
* Automatic translation importMichael Bestas2015-04-181-0/+22
| | | | Change-Id: I03d7943e7c730d18f5be4da10b087320a675bcf6
* Automatic translation importMichael Bestas2015-03-161-0/+22
| | | | Change-Id: I32bb37d2a3cdd30be386b25a3899518600b121f9
* Automatic translation importMichael Bestas2015-03-042-0/+44
| | | | Change-Id: Ie93f3d1165177b404874872c4deb4dedf472a2ce
* Automatic translation importMichael Bestas2015-02-251-1/+1
| | | | Change-Id: Ibd1714f393ebdb444b53adae0cd39ea04804b961
* Automatic translation importMichael Bestas2015-01-301-1/+1
| | | | Change-Id: Iac5dd6c622f7720500740908f8eeae66ab2fa638
* Automatic translation importMichael Bestas2015-01-192-5/+88
| | | | Change-Id: Ibcbde41431614fff9b99b21bd7e060c7bb9dd65c
* Increase the maximum size for attachments.Jochen Rill2015-01-181-2/+2
| | | | | | | | | | | | | | It is often not possible to add more than two pictures, taken with a current-gen camera with relatively high resolution, to an email. This is because the maximum attachment size (for all attachments combined) defaults to 5MB when no user defined value is set. Since the option for setting the attachment size is currently not implemented, let us at least default to 25MB (as in play store email apps for example). See also: https://code.google.com/p/android/issues/detail?id=65853 Change-Id: Ice1e79f7eb116c263178ffce891fba07fe051a76
* Automatic translation importMichael Bestas2015-01-112-94/+11
| | | | Change-Id: Iec74ad1d24889236aecd39e7b789a06312f2d10c
* Automatic translation importMichael Bestas2015-01-033-3/+47
| | | | Change-Id: I535b9cde748e88af3605f5545c78790aa2be036f
* Automatic translation importMichael Bestas2014-11-273-0/+46
| | | | Change-Id: Ib3711b276068acce10c3a2a10bf15412cb236e63
* UnifiedEmail: wrap message details in scroll viewRoman Birg2014-11-111-133/+137
| | | | | | | | | If there are enough to/cc/bcc targets, the text will go off the scren. Wrap it in a scroll view. Change-Id: I2079fd18002421911566e99b1369ef7f09bbfaea Signed-off-by: Roman Birg <roman@cyngn.com>
* Automatic translation importMichael Bestas2014-11-101-1/+1
| | | | Change-Id: I02075719f74d205544f49cc20d8ddf818ed19c61
* Automatic translation importMichael Bestas2014-10-273-0/+43
| | | | Change-Id: I9a503cfe597810eb2b8752216940645b0c360ce8
* Automatic translation importMichael Bestas2014-10-212-0/+44
| | | | Change-Id: I6b5ce3431b0c5b6dd5d4d366b710c91050f0cd30
* Automatic translation importMichael Bestas2014-10-156-1/+779
| | | | Change-Id: I8cf45e5b7f69c1cec958a6ee5d0c5cd6b6adebce
* Automatic translation importMichael Bestas2014-10-042-0/+23
| | | | Change-Id: I961d6606333ad766bcf96e692fdf5fe13719d9a8
* Automatic translation importMichael Bestas2014-09-2931-59/+129
| | | | Change-Id: I41c4b538990e2f975313b451d72a5274969b26c6
* UnifiedEmail: Improve stringMichael Bestas2014-09-171-1/+1
| | | | Change-Id: Ida9bb8d98da10612b0110f9b6d0a36bf6a9efaa6
* Automatic translation importMichael Bestas2014-09-134-0/+83
| | | | Change-Id: I6d00888f6942fe259b71b57b2d8488a3c5757ed7
* email: always refresh actionbar menu on select/deselect conversationsJorge Ruesga2014-09-101-0/+3
| | | | | | | | | | | | | | | | The read/unread status of the conversations must be update to reflect the current selection. Use case: 1.- On a folder with 2 or more messages, select on of them and mark it as unread 2.- Select other conversation which status read 3.- Deselect the unread conversation The actionbar still reflect the mark as read action, but only one conversation with a read status is selected. Change-Id: I86dac602dc8f396555dbc1e3327a40206090cc30 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Automatic translation importMichael Bestas2014-09-0938-275/+48
| | | | Change-Id: Icc6ed3145e44c5eac9fba636fa5182ed6841ce0b
* UnifiedEmail: Disable "Select All" from MultiPickContactActivity.Adnan2014-09-031-0/+4
| | | | | | | | | | | - RecipientEditTextView doesn't handle numerous calls for append() very well. Thus, to temporarily patch the issue, we should disable the ability to select all for email recipients. - TODO: Long term fix here is to offload some of the logic from RecipientEditTextView#append to a background thread. Change-Id: I594f06432b3fbb4a8f90e27a7e37aeffb29d472f
* UnifiedEmail: Only create a single instance of MultiPickContactActivity.Adnan2014-09-031-0/+2
| | | | | | | | | - Previously, if you spammed the add recipients button, you could start multiple instances of the MultiPickContactActivity, all which could return results to the ComposeActivity. To mitigate this, clear the current top instance and only request a single top. Change-Id: I54be793207c2a57da0695facb9f7e226a7ad758b
* UnifiedEmail: cleanup cmcc stringsRoman Birg2014-09-031-3/+3
| | | | | Change-Id: I861cf754b23b940d1971aa3c64143f410420ac1e Signed-off-by: Roman Birg <roman@cyngn.com>
* Email: Do not invalidate the option menu when the search view expanded.kaiyiz2014-09-031-2/+3
| | | | | | | | | | | It will invalidate the option menu when the mail update. So the searchview will request focus, lead the keypad flash. Don't invalidate the option menu when the search option was expanded. CRs-fixed: 675187 Change-Id: I834750410121e55b82395c8a16cae276ce161af3
* UnifiedEmail: Fix unit test failure.yingying2014-09-036-17/+24
| | | | | | | | Some test cases are not suitable, need change them. CRs-fixed: 652947 Change-Id: Iac2cc573fd57f68c193e2dcc9b1a0ef93d13dc72
* Email:Move the mails belong to the swiping folderkaiyiz2014-09-031-0/+4
| | | | | | | | | | | | Since the record in mCurrView is not always cleared before it is reused, when try to swipe a non-swipeable item, the cached item in mCurrView might be used to swipe. Clear the content of mCurrView if the touched item is not swipeable. CRs-fixed: 649478 Change-Id: I18c19a1c1a661d0ce68481351376c2948210e617
* Email: Update the menu after the folder is changedkaiyiz2014-09-031-0/+2
| | | | | | | | | | | | | | Since the supported options vary with different mailboxes and folders, the option menu should changes with the folder. But before the folder changing is finished, the menu is already prepared. So if the user tries to click a non-supported menu option item, an exception will be thrown. Re-prepare the option menu after the folder is changed. CRs-fixed: 650798 Change-Id: I931b484e299ed79e38f5651fd57e97f4d7b7253a
* Email: Should back to Email after recording audio as attachmentkaiyiz2014-09-031-0/+1
| | | | | | | | | | | | | | | | When attach file in a new email, doAttach() will call Intent.createChooser() to create an app list for usr to choose. The Intent being sended to Sound Recorder doesn't contain value of "exit_after_record". Thus, when finish recording the audio, Sound Recorder will not automatically exit and return to Email UI. Add true value for "exit_after_record" to the Intent that will be sended to Sound Recorder in doAttach(). CRs-Fixed: 646256 Change-Id: I4b9c846763f5100cdca12cbf7e9df7db22cc8b45
* UnifiedEmail: Save the copied size as the file sizekaiyiz2014-09-031-2/+2
| | | | | | | | | | | The downloadedSize of the attachment is the uiDownloadSize record in the database, and it is not the size of the stored file. Use the copied bytes count as the size of the saved attachment. CRs-Fixed: 642897 Change-Id: Iff25c6181e07ec5d8dcafe3fee0e6168a4b6cfb4
* UnifiedEmail: Display the load more view at the bottom of the mail.yingying2014-09-0313-62/+183
| | | | | | | | | | - Display the load more view at the bottom of the uncompleted mail. - Update the mail list if some mail's attachment flag changed. - Fix the test build error. CRs-fixed: 642921 Change-Id: I1dabef5d52cf0f221843627bacbc8093616664a8
* UnifiedEmail: Use the cached attachment to save firstkaiyiz2014-09-033-2/+77
| | | | | | | | | Now try to use the cached attachment to save first. If the attachment is not cached, send the command to download it. CRs-Fixed: 601682 Change-Id: I16917c192c76a077dcf478001e276c3b6a7f7e93
* UnifiedEmail: Display the confirm dialog before forward.yingying2014-09-0311-20/+182
| | | | | | | | | - Display the confirm dialog before forward one mail if the user enable "Confirm before forward" function. - The user could choose "send after loaded" or "drop the attachments". - If the account support smart forward, it will not show this dialog. Change-Id: I4af283e05214e691fcb16a9351480126aee93bba
* UnifiedEmail: Support customize the notification icon for different account.yingying2014-09-035-4/+201
| | | | | | | | - Add one xml file to provider the different notification icon defined. - Show the defined icon for the notification if the account customize it. - If the account didn't defined the special icon, it will show as default. Change-Id: Ic565dbcb8426c22bc6302f261d52f0595d92c4c5
* UnifiedEmail: Display the pick recipients button.yingying2014-09-0310-9/+153
| | | | | | | | - Display the pick recipients button if the user enable "Select recipients from Contacts" item. And after the user press this button, it will go to the Contacts list to let the user pick the recipients as to/cc/bcc list. Change-Id: I3221afc97aed16753596dfcd45526709756a540e
* UnifiedEmail: Display the attach file menu.yingying2014-09-036-6/+51
| | | | | | | | - Display the attach file menu if the user enable "Add any file as attachment" item. And after the user press this menu, it will let the user choose any file as the attachment for the compose message. Change-Id: Iead5c6695af91acca0c17ff6f6bbc69d2d123a52
* UnifiedEmail: Support Email load more content function.yingying2014-09-0316-7/+165
| | | | | | | | - If the mail's content didn't download complete, provider one action button to make the user could load more content. - If the mail's loaded status is fetching, it will display one progress bar. Change-Id: I21dd994e9bbfb380d7590cec2a32732098f45efa
* Revert "unifiedemail: display a "load more" button"Ethan Chen2014-09-0353-394/+32
| | | | | | This reverts commit 7716fdfb028a2b2ad70c239680cb4369bcbafa31. Change-Id: I9eb94d8159979de1a830a29823c5a8e113c9b966
* Automatic translation importcm-11.0-XNPH44S-bacon-5fa8c79c0bMichael Bestas2014-09-011-3/+3
| | | | Change-Id: Idf3ec700189b56e1baa8427a126be1e1c9a89e80
* Automatic translation importMichael Bestas2014-08-2340-53/+61
| | | | Change-Id: I0ac684946acffa58fdcebc0672a63d3a639782dd
* Automatic translation importMichael Bestas2014-08-092-6/+13
| | | | Change-Id: Id6c96059db8784ae3eebeec08151e205809a2ba7
* Automatic translation importMichael Bestas2014-07-2414-15/+505
| | | | Change-Id: I5fedf58c642e16e83e2c4643c3ffbd4e9486f283
* email: prevent NPE caused by null cursorsJorge Ruesga2014-07-201-0/+6
| | | | | | | Change-Id: If819f14d4cf25d6ba35110a7a22125909a6f87dc JIRA: CYAN-4577 Issue: https://jira.cyanogenmod.org/browse/CYAN-4577 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Automatic translation importMichael Bestas2014-07-1125-0/+525
| | | | Change-Id: Ifa6b3c70f4711424b8375ee806d1a3a682d9ec7e
* UnifiedEmail: Update "Fetching message" stringMichael Bestas2014-07-101-1/+1
| | | | Change-Id: I8dbcf85280978e7b65f7f09584791a4f6678e60f
* unifiedemail: display a "load more" buttonJorge Ruesga2014-07-0717-32/+340
| | | | | | | | | | | If the message is partial loaded, then show a "load more" button instead of an attachment bar. A partial message doesn't implies that the message contains attachments or that all attachment were loaded. Require http://review.cyanogenmod.org/#/c/67523/ Change-Id: I8998ac7f7c46d7e6698ee471fb89185504d1ecf0 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Automatic translation importcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505aMichael Bestas2014-06-301-0/+70
| | | | Change-Id: I04e17aa4be7f44938e2563902f85eceee563a575