Commit Graph

7994 Commits

Author SHA1 Message Date
Yu Ping Hu
b3b47ef971 Merge ""Fix" Inboxes in non-English languages for IMAP." into jb-ub-mail-ur9 2013-03-15 02:42:29 +00:00
Yu Ping Hu
5187e702d6 "Fix" Inboxes in non-English languages for IMAP.
Without this change, languages where the inbox is not named
"Inbox" will never initialize IMAP accounts correctly.

This change "works" because
LegacyConversions.inferMailboxTypeFromName matches against
server name. Obviously this code's bad and I should feel
bad, but for now this change at least makes the app usable
in other languages and leaves the code in the simplest state
for fixing later.

Bug: 8393126
Change-Id: I27b422b4b9a3568c899beda41c96e61eb77c4ad3
2013-03-15 02:01:22 +00:00
Paul Westbrook
16818400fc am 5ed8b266: Fix some problems with move message
* commit '5ed8b266a480ea413264abdb5042c58b29175df8':
  Fix some problems with move message
2013-03-14 23:14:36 +00:00
Paul Westbrook
5ed8b266a4 Fix some problems with move message
Make Email respect the accepts moved mail flag

Don't throw an exception when receiving on the
folders_updated column

Bug: 8370675
Change-Id: I92c630577e6f572361bbaf68d8e5d0bfb6204951
2013-03-14 16:06:11 -07:00
Yu Ping Hu
d999c925dc am 8e2c4056: Clean up dead code. Should be a no-op for functionality.
* commit '8e2c4056caffb9695fa7fdf3a90c1c4f056adb97':
  Clean up dead code. Should be a no-op for functionality.
2013-03-14 21:49:54 +00:00
Yu Ping Hu
8e2c4056ca Clean up dead code. Should be a no-op for functionality.
Also includes a fix for saving a draft that's already
been saved (used to create a new one).

The following were unused:
- accountIdAddToField
- mailboxIdAddToField
- uisendmail
- uisavedraft
- uiupdatedraft
- uisenddraft

Deleting those also allows us to remove the translation
from the Bundle used by calls to the ContentValues used by
update (since the update paths are now gone).

Change-Id: I87f2875e3272177a128a8ff65541e51b1f2d05fc
2013-03-14 14:40:39 -07:00
Yu Ping Hu
bf922ddcf2 am a6cd7cbd: Merge "Fix IMAP send by ensuring system mailboxes exist." into jb-ub-mail-ur9
* commit 'a6cd7cbd637fd39f190889c28378c81e93489796':
  Fix IMAP send by ensuring system mailboxes exist.
2013-03-14 17:18:58 +00:00
Yu Ping Hu
a6cd7cbd63 Merge "Fix IMAP send by ensuring system mailboxes exist." into jb-ub-mail-ur9 2013-03-14 17:17:54 +00:00
Yu Ping Hu
f7055e2618 Fix IMAP send by ensuring system mailboxes exist.
This is a quick fix to get it working ASAP, I will improve
how system folders are created when handling b/8383232.

Bug: 8307247
Change-Id: I6ea24ea756911c60d4eca69ce65d27dff33850c8
2013-03-14 17:07:00 +00:00
Baligh Uddin
ae42b67906 am 1bba64ca: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur9
* commit '1bba64ca02628fcfa4bdfc7725ff65350ba5a373':
  Import translations. DO NOT MERGE
2013-03-14 04:55:23 +00:00
Baligh Uddin
1bba64ca02 Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur9 2013-03-14 04:54:27 +00:00
Baligh Uddin
f2d206961c Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur10 2013-03-14 04:53:41 +00:00
Alice Yang
6824d96831 am 700fb3c2: Merge "Revert "Change "hide checkboxes" to "show checkboxes""" into jb-ub-mail-ur9
* commit '700fb3c23d56a14eef9c330c50278f02935f5a04':
  Revert "Change "hide checkboxes" to "show checkboxes""
2013-03-13 21:33:10 +00:00
Alice Yang
700fb3c23d Merge "Revert "Change "hide checkboxes" to "show checkboxes""" into jb-ub-mail-ur9 2013-03-13 21:31:30 +00:00
Alice Yang
a833b36ec2 Revert "Change "hide checkboxes" to "show checkboxes""
This reverts commit 5742d44917.

Bug 8370186

Change-Id: Ie15b7c30aaba8df8678d15e19dcd38fddea6de13
2013-03-13 14:18:19 -07:00
Paul Westbrook
dff42ac37e am c389a545: Fix launching Account settings
* commit 'c389a54508288b669549dbdf75719b259ddf2338':
  Fix launching Account settings
2013-03-13 07:00:34 +00:00
Paul Westbrook
c389a54508 Fix launching Account settings
The intent action in the manifest didn't match what was specified in account
authenticator preference

Bug: 8359559
Change-Id: Ic4c95ac954913d0cb5531cebcdddddded14ac1b2
2013-03-12 22:57:54 -07:00
Paul Westbrook
8aea267466 am 88c80b77: Load replyall setting
* commit '88c80b775bc8232955dcd0cd07e18aa6f9cbcd5c':
  Load replyall setting
2013-03-13 04:44:17 +00:00
Paul Westbrook
88c80b775b Load replyall setting
Bug: 8374501
Change-Id: Ibf01a9c27ad05e3d6c1b172a255299d8af3b69ea
2013-03-12 21:28:26 -07:00
Paul Westbrook
b175740f37 am 25e966ed: Merge "Log when there are an unexpected number of attachments" into jb-ub-mail-ur9
* commit '25e966ed72e496b193250894100fe847b9cadbb1':
  Log when there are an unexpected number of attachments
2013-03-13 02:45:06 +00:00
Paul Westbrook
25e966ed72 Merge "Log when there are an unexpected number of attachments" into jb-ub-mail-ur9 2013-03-13 02:44:19 +00:00
Paul Westbrook
ae171be336 Log when there are an unexpected number of attachments
Bug: 8373916
Change-Id: I89c4e754648e59855b153d31e59afe560360fd9c
2013-03-12 19:04:28 -07:00
Paul Westbrook
c0b9450c2b am a01c8522: Merge "Revert "Revert "Remove extra Imap authenticator"" :)" into jb-ub-mail-ur9
* commit 'a01c85229b61b3deb412180e7212bf296f9a83b6':
  Revert "Revert "Remove extra Imap authenticator""  :)
2013-03-13 00:33:16 +00:00
Paul Westbrook
a01c85229b Merge "Revert "Revert "Remove extra Imap authenticator"" :)" into jb-ub-mail-ur9 2013-03-13 00:32:33 +00:00
Paul Westbrook
2af7d01ef7 Revert "Revert "Remove extra Imap authenticator"" :)
This reverts commit 8fcf4d7976

Change-Id: If5a83b82ec64b6acef7c9f1c7896ef144aacfd1f
2013-03-13 00:24:02 +00:00
Paul Westbrook
74daafb87b am e0cc62d7: Merge "Revert "Remove extra Imap authenticator"" into jb-ub-mail-ur9
* commit 'e0cc62d72fb5d860e1dc0ea581c052784f6fdce2':
  Revert "Remove extra Imap authenticator"
2013-03-12 23:08:11 +00:00
Paul Westbrook
e0cc62d72f Merge "Revert "Remove extra Imap authenticator"" into jb-ub-mail-ur9 2013-03-12 23:05:41 +00:00
Paul Westbrook
8fcf4d7976 Revert "Remove extra Imap authenticator"
This reverts commit 1310fb5790

Change-Id: Ife2e885b1d772b6c322c607a61023eabdcc26efa
2013-03-12 23:03:45 +00:00
Paul Westbrook
cbc76741cc am 9ab4553e: Merge "Remove extra Imap authenticator" into jb-ub-mail-ur9
* commit '9ab4553ea8094ba076f705a39e031c713e8e54d1':
  Remove extra Imap authenticator
2013-03-12 22:28:46 +00:00
Paul Westbrook
7804f9e598 am fdc5e52e: Merge "Simplification of app initialization" into jb-ub-mail-ur9
* commit 'fdc5e52ef99e23260cd136d946fa78cdeab6da21':
  Simplification of app initialization
2013-03-12 22:28:46 +00:00
Paul Westbrook
9ab4553ea8 Merge "Remove extra Imap authenticator" into jb-ub-mail-ur9 2013-03-12 22:25:14 +00:00
Paul Westbrook
fdc5e52ef9 Merge "Simplification of app initialization" into jb-ub-mail-ur9 2013-03-12 22:24:40 +00:00
Yu Ping Hu
b55ea669d1 am 9d91dd80: Specify correct sync extras for user-requested syncs.
* commit '9d91dd8023b31f37c0aade7bf6d9910908204a94':
  Specify correct sync extras for user-requested syncs.
2013-03-12 20:49:55 +00:00
Yu Ping Hu
9d91dd8023 Specify correct sync extras for user-requested syncs.
BUG: 8364227
Change-Id: Icfc97c92e5ecc9c2abd83b73cf67a5e10408cede
2013-03-12 12:38:01 -07:00
Baligh Uddin
6be6d42ed3 Import translations. DO NOT MERGE
Change-Id: Id7dad5ef31e6571c60da1569f8103d4833fdb3ae
Auto-generated-cl: translation import
2013-03-12 12:15:44 -07:00
Baligh Uddin
0302211251 Import translations. DO NOT MERGE
Change-Id: I5a36399c2fe9920d4fdf8767c4877911ce8b0dfa
Auto-generated-cl: translation import
2013-03-12 12:14:25 -07:00
Paul Westbrook
06c358dfee Simplification of app initialization
Specify a account query uri in a resource, and remove the old receiver

Change-Id: Ia04dccfc95e0bb1854bba2e6f51e2de1546d72ce
2013-03-11 23:48:44 -07:00
Paul Westbrook
1310fb5790 Remove extra Imap authenticator
Bug: 7211288
Change-Id: I130869a489fdfa95343022316a5ed4533d1f102c
2013-03-11 14:36:45 -07:00
Paul Westbrook
3fd9b7a521 am 258776d7: Remove unnecessary resource overlay
* commit '258776d784f7c63adf28885bc91be0f107f57d32':
  Remove unnecessary resource overlay
2013-03-09 02:07:34 +00:00
Paul Westbrook
258776d784 Remove unnecessary resource overlay
Bug: 8170660
Change-Id: Iba1ed6e6f9e605c66a78d574e6450dcba0b9b195
2013-03-08 18:01:12 -08:00
Paul Westbrook
78990058f4 am 5a3d863a: Add support for feedback
* commit '5a3d863a43405132d562650603adc0a7bfb87fbc':
  Add support for feedback
2013-03-09 01:45:12 +00:00
Paul Westbrook
5a3d863a43 Add support for feedback
Change-Id: I6de8c0117f79c0be05d3db2fc108f8bf61415783
2013-03-08 17:15:00 -08:00
Paul Westbrook
610854bd0e am 95bb350f: Fix NPE when adding account with security policy
* commit '95bb350f38d08beeabee68323b8514f3cbfd5db5':
  Fix NPE when adding account with security policy
2013-03-08 07:38:47 +00:00
Paul Westbrook
95bb350f38 Fix NPE when adding account with security policy
When adding an Exchange account with a security policy, Email
generates a notification to let the user enable the policy. The
code that generates the notification attemptes to load the folder
as part of the base notification.  Before the account policy has been
configured, it isn't possible to load the folder.  We need to handle
a null folder when generating the notification

Also, imporoved the logging when an exception is thrown from the
PolicyService

Bug: 8341882
Change-Id: I33ff57adc3c130e8318910e352146b8ea56f9a2c
2013-03-07 23:00:47 -08:00
Yu Ping Hu
b1b6975549 am 1eebd2f6: Increment version for email.
* commit '1eebd2f61c020c1716c029caa40500a4bbbff9ba':
  Increment version for email.
2013-03-08 02:34:41 +00:00
Yu Ping Hu
1eebd2f61c Increment version for email.
Change-Id: If42d894e2314eaf7caf2462bbff72d60956931ae
2013-03-07 18:29:24 -08:00
Scott Kennedy
d906713f37 am 1cea05ac: Merge "Make widgets work again" into jb-ub-mail-ur9
* commit '1cea05ac37523dff68f63dc66799b97522f734d4':
  Make widgets work again
2013-03-08 01:46:59 +00:00
Scott Kennedy
1cea05ac37 Merge "Make widgets work again" into jb-ub-mail-ur9 2013-03-08 01:45:22 +00:00
Yu Ping Hu
001317c879 am c813ab6c: Increment email2 version code.
* commit 'c813ab6cc6c951d43996b98e267edc3084e8e11e':
  Increment email2 version code.
2013-03-08 01:04:02 +00:00
Yu Ping Hu
c813ab6cc6 Increment email2 version code.
Change-Id: Iaeeb0b4adafd4275f068336dbbe94484ce754e44
2013-03-07 16:42:46 -08:00