Commit Graph

8663 Commits

Author SHA1 Message Date
Andrew Sapperstein
3df361a577 Merge "Add additional eml mime type." into jb-ub-mail-ur10 2013-06-06 23:07:02 +00:00
Andrew Sapperstein
c035a693e7 Add additional eml mime type.
Still wanna support application/eml even though
I doubt we'll ever see it.

Change-Id: I5dd74e5882b40d136f3849bb2500de0e5cbba24c
2013-06-06 15:51:50 -07:00
Paul Westbrook
6ab29bfed1 am 555bd3c0: Don\'t show search folder
* commit '555bd3c0b7132509421ae181fbdb35995819787c':
  Don't show search folder
2013-06-06 13:03:18 -07:00
Scott Kennedy
9a054c20da am 4c47dadf: Merge "Unify LogTag" into jb-ub-mail-ur10
* commit '4c47dadf1848f34ee3a67caf6faacdb906685645':
  Unify LogTag
2013-06-06 11:08:01 -07:00
Paul Westbrook
555bd3c0b7 Don't show search folder
In folder lists, don't show the search folder

Bug: 9227357
Change-Id: Ic0b8a39929f6d2528f445d3746c4eb1915275593
2013-06-06 11:06:38 -07:00
Scott Kennedy
4c47dadf18 Merge "Unify LogTag" into jb-ub-mail-ur10 2013-06-06 18:03:53 +00:00
Paul Westbrook
569038380d am c1d56928: Add a limit to the Conversation query
* commit 'c1d56928b2185e6a2643eea271a1fbd50e425ca2':
  Add a limit to the Conversation query
2013-06-06 10:30:18 -07:00
Paul Westbrook
c1d56928b2 Add a limit to the Conversation query
Bug: 9294348
Change-Id: Ifedfe657f205adb1c8a12382b908f4b3b4346500
2013-06-06 10:08:22 -07:00
Scott Kennedy
560bfadc31 Unify LogTag
There is now only one LogTag class. The static initializer of
GmailApplication (existing) and EmailApplication (new) will now set
the log tag to "Gmail" and "Email", respectively. Up until that code
is run, it will be "UnifiedEmail".

"setprop log.tag.Gmail VERBOSE" (or .Email) will trigger all logs to
be printed as long as they go through LogUtils, regardless of what tag
is used by that individual log. This lets us still turn on logging
everywhere in one command, but also lets us use more descriptive tags
(like the class name).

And since we no longer have three com.android.mail.utils.LogTag
classes, builds will be much easier.

Also, we now use LogUtils everywhere.

Change-Id: I55f1c7a66ce50ead54877a13e40256422a56dc39
2013-06-05 20:06:15 -07:00
Andrew Sapperstein
8de4595796 am f20ed137: Merge "Refactoring to support eml viewer in UnifiedEmail." into jb-ub-mail-ur10
* commit 'f20ed137654153ad0c6f9c8b3173a008b7fe0f1b':
  Refactoring to support eml viewer in UnifiedEmail.
2013-06-04 15:40:29 -07:00
Andrew Sapperstein
f20ed13765 Merge "Refactoring to support eml viewer in UnifiedEmail." into jb-ub-mail-ur10 2013-06-04 22:38:59 +00:00
Andrew Sapperstein
6be411edd0 Refactoring to support eml viewer in UnifiedEmail.
Moved two files out of Email into UnifiedEmail and
removed their dependencies on EmailContent. As a result,
those classes now return the data directly via a data only
class.

Change-Id: Iaf0618dd6879c9dc2a41943d3d15428904b65768
2013-06-04 15:37:40 -07:00
Yu Ping Hu
0cd57394ab am f849c1c5: Increment Email version.
* commit 'f849c1c50dd262b4b0e4b67dd57040e8da2a688a':
  Increment Email version.
2013-06-04 12:55:38 -07:00
Yu Ping Hu
f849c1c50d Increment Email version.
Change-Id: Id0f4ce9b987f188bcb7a3604efe6df9162a2e4e5
2013-06-04 12:50:35 -07:00
Baligh Uddin
84e96d8f2e am bc15735e: (-s ours) Import translations. DO NOT MERGE
* commit 'bc15735eb8c894a1ff4e35efc026d6ffb9225f9b':
  Import translations. DO NOT MERGE
2013-06-03 14:48:44 -07:00
Baligh Uddin
32fecdbbe8 Import translations. DO NOT MERGE
Change-Id: I8af83bad15c4a530fc8762e18e4f4b7cd2f557dd
Auto-generated-cl: translation import
2013-06-03 12:41:48 -07:00
Baligh Uddin
bc15735eb8 Import translations. DO NOT MERGE
Change-Id: I3b1c94dd1e18f19a2de941018d92b96e8403d7c7
Auto-generated-cl: translation import
2013-06-03 12:41:12 -07:00
Andrew Sapperstein
d52824f8d6 am 91973256: Moved code out of emailcommon to UnifedEmail.
* commit '91973256c283ebc409398bf2cfd747b978bb7b03':
  Moved code out of emailcommon to UnifedEmail.
2013-06-01 08:22:51 -07:00
Andrew Sapperstein
91973256c2 Moved code out of emailcommon to UnifedEmail.
This CL is mostly just deletion since the new code
is in a new project.

Change-Id: I4aee519187a6ed7514c97d2a7a85ed29ea29d25f
2013-05-31 16:28:51 -07:00
Andrew Sapperstein
436f8c1d77 am f5ed3d2c: Merge "Add EmlViewerActivity to AndroidManifest.xml." into jb-ub-mail-ur10
* commit 'f5ed3d2c9d768b053cf218f3ebb70bf239974f0a':
  Add EmlViewerActivity to AndroidManifest.xml.
2013-05-31 11:16:21 -07:00
Andrew Sapperstein
f5ed3d2c9d Merge "Add EmlViewerActivity to AndroidManifest.xml." into jb-ub-mail-ur10 2013-05-31 18:14:18 +00:00
Andrew Sapperstein
7500c15652 Add EmlViewerActivity to AndroidManifest.xml.
Change-Id: I6728999bf3f27b4c0b9c0664775a7b87c97690c1
2013-05-31 10:38:53 -07:00
Paul Westbrook
c6ec8b6f0e am 9d5ed9e7: Added logging, and switch to AsyncTask
* commit '9d5ed9e7a8d87408eb08f3124834e69ae3d9448c':
  Added logging, and switch to AsyncTask
2013-05-29 22:17:24 -07:00
Paul Westbrook
9d5ed9e7a8 Added logging, and switch to AsyncTask
Bug: 9111546

Change-Id: I287b07346bb1729c7a1afadbc0c94a0d37df92f8
2013-05-29 20:17:17 -07:00
Andrew Sapperstein
8a282c1b33 am bc7cd75e: Prevent duplicate inboxes after upgrade.
* commit 'bc7cd75e9a8652bfa873007bcd12db2a140c7d73':
  Prevent duplicate inboxes after upgrade.
2013-05-29 18:14:23 -07:00
Andrew Sapperstein
bc7cd75e9a Prevent duplicate inboxes after upgrade.
Previously, we were not properly handling the
case-insensitive INBOX mailbox type. We are now
upgrading properly. Fixes b/8701883.

Change-Id: I61be5159e23dc3e9578e577e33bc00a63f56b525
2013-05-29 18:10:59 -07:00
Scott Kennedy
2b9f76b237 am ddca2a0d: Show unread count when virtual folder is selected
* commit 'ddca2a0dcbcd27d2d17b5d5273eee2004fbcdf7c':
  Show unread count when virtual folder is selected
2013-05-28 15:24:58 -07:00
Scott Kennedy
ddca2a0dcb Show unread count when virtual folder is selected
We were not populating the unread count for virtual folders in one of
the two code paths, which resulted in the count disappearing from
the folder list whenever that folder was selected.

By moving the count code into getVirtualMailboxRow(), it will always
be called, so the count will always show up.

Change-Id: Ibb947ec6ed761babbcf162dbab38f44a6150d5e3
2013-05-28 14:59:22 -07:00
Yu Ping Hu
db059dbddf am d557e2b4: Increment Email version number.
* commit 'd557e2b43058c05aa4e0e501767deaa3dcebfa07':
  Increment Email version number.
2013-05-24 19:58:18 -07:00
Yu Ping Hu
d557e2b430 Increment Email version number.
Change-Id: I5a878e80189dc4ef3e1aee3a80ca06ee47b10ac5
2013-05-24 16:32:56 -07:00
Andrew Sapperstein
5a5af63898 am 642c6775: Delete build directory.
* commit '642c6775ded9b9c4a9db6411612da0a5095d14b1':
  Delete build directory.
2013-05-24 13:40:23 -07:00
Andrew Sapperstein
642c6775de Delete build directory.
To streamline our build, I've gone through
and eliminated the redundant build directory.
Strings in build/res have been moved into the
regular res/ directory and the Android.mk
file has been updated to no longer use the
non-existent build directory at all. Fixes b/9105428.

Change-Id: I93288068dceb13ad0a9a5396eb88335e3ecd65f1
2013-05-24 13:36:21 -07:00
Yu Ping Hu
287b6100cb am fb6a74b5: Merge "Handle redirection during validation." into jb-ub-mail-ur10
* commit 'fb6a74b5e0b1e4c0ae9d98e8f6cb70c805f8435e':
  Handle redirection during validation.
2013-05-23 15:53:45 -07:00
Yu Ping Hu
fb6a74b5e0 Merge "Handle redirection during validation." into jb-ub-mail-ur10 2013-05-23 22:52:39 +00:00
Yu Ping Hu
c28347552e Handle redirection during validation.
This allows the validator to tell the app that
it should use a different host.

Change-Id: Ie42c32aa7aea83e4d95d2b82b88225036b2407a9
2013-05-23 15:11:25 -07:00
Andrew Sapperstein
6724f36e80 am e43224f7: Merge "Return raw folder in respond()." into jb-ub-mail-ur10
* commit 'e43224f7ae10dcaf9b572bc0e6186beacb921f77':
  Return raw folder in respond().
2013-05-23 13:10:07 -07:00
Andrew Sapperstein
e43224f7ae Merge "Return raw folder in respond()." into jb-ub-mail-ur10 2013-05-23 19:02:24 +00:00
Andrew Sapperstein
f3618c2320 Return raw folder in respond().
To get the name of the folder, we need
the conversation cursor's respond method
to return a Folder object. Now it does.

Also refactored a getFolder method in
WidgetProvider to be in EmailProvider so
anyone can use it.

Change-Id: I55ee180955ff4f4be7012ed6b5dda596e8e9d236
2013-05-23 11:55:43 -07:00
Yu Ping Hu
2546a51a1c am 7283aea8: am 8b4f04a5: Merge "Auto-advance policy accept by triggering syncs." into jb-ub-mail-ur9
* commit '7283aea81c519521a51b783b7dd26da498745daa':
  Auto-advance policy accept by triggering syncs.
2013-05-23 10:41:11 -07:00
Yu Ping Hu
7283aea81c am 8b4f04a5: Merge "Auto-advance policy accept by triggering syncs." into jb-ub-mail-ur9
* commit '8b4f04a5ab48ab76a131137516edb8abab63b6d2':
  Auto-advance policy accept by triggering syncs.
2013-05-23 10:40:05 -07:00
Yu Ping Hu
8b4f04a5ab Merge "Auto-advance policy accept by triggering syncs." into jb-ub-mail-ur9 2013-05-23 17:38:30 +00:00
Yu Ping Hu
bd1e0b79e4 Auto-advance policy accept by triggering syncs.
Exchange goes through multiple steps to set up accounts.
Each step requires a sync request to occur, so this change
requests syncs as necessary.

Bug: 9074056

Change-Id: I0f35a06409c6a77c82d004958ecc323cf8030ab4
2013-05-23 09:52:07 -07:00
Baligh Uddin
5e57db5ab6 am bb32ae60: (-s ours) am 2f955b3a: (-s ours) Import translations. DO NOT MERGE
* commit 'bb32ae60aa6222d4940aaf748416084a84a8b6d8':
  Import translations. DO NOT MERGE
2013-05-23 09:38:34 -07:00
Baligh Uddin
bb32ae60aa am 2f955b3a: (-s ours) Import translations. DO NOT MERGE
* commit '2f955b3a6ece75d4a378eac605ec327d5c9118b3':
  Import translations. DO NOT MERGE
2013-05-23 09:35:33 -07:00
Baligh Uddin
d73f576c56 am 1c63963f: (-s ours) Import translations. DO NOT MERGE
* commit '1c63963fc1f3a3bfc62a0860db1fc2dcdf697be8':
  Import translations. DO NOT MERGE
2013-05-23 09:35:20 -07:00
Baligh Uddin
2f955b3a6e Import translations. DO NOT MERGE
Change-Id: I9002b46266608299efe763cb0371b569ecf2a28f
Auto-generated-cl: translation import
2013-05-23 01:31:27 -07:00
Baligh Uddin
425428c34f Import translations. DO NOT MERGE
Change-Id: I244872da611e2b6b730c8c0d4aa9c0c86f703f12
Auto-generated-cl: translation import
2013-05-23 01:30:54 -07:00
Baligh Uddin
1c63963fc1 Import translations. DO NOT MERGE
Change-Id: I473ff2e830582ae5e767336edde6f238d7809ffb
Auto-generated-cl: translation import
2013-05-23 01:30:19 -07:00
Scott Kennedy
d5ab395bd6 am d8302b01: Ensure notifications get cancelled when necessary
* commit 'd8302b01faa8fc7f175c93e90458aa84e8a663c7':
  Ensure notifications get cancelled when necessary
2013-05-22 19:17:01 -07:00
Scott Kennedy
d8302b01fa Ensure notifications get cancelled when necessary
There were a few places calling the old notification code to cancel
notifications. These calls were completely unnecessary.

Also, when an account is removed, we now clear all notifications that
may exist for that account.

Bug: 7935576
Change-Id: I58f7e194c3f9a928e932b3b1b87475e7d3653b6a
2013-05-22 18:36:07 -07:00