Commit Graph

8199 Commits

Author SHA1 Message Date
Yu Ping Hu
f86e03216b Merge "Restore functionality for uploading new messages." into jb-ub-mail-ur9 2013-04-03 20:45:21 +00:00
Baligh Uddin
75b933594f Import translations. DO NOT MERGE
Change-Id: I396772ee5921bc2e145b5c247f6935db81c34a08
Auto-generated-cl: translation import
2013-04-03 12:12:48 -07:00
Baligh Uddin
c942c8969a Import translations. DO NOT MERGE
Change-Id: Ib3ebcb583875c03c605d805410636dcda720e2b1
Auto-generated-cl: translation import
2013-04-03 12:11:36 -07:00
Baligh Uddin
bc14105df7 Import translations. DO NOT MERGE
Change-Id: Id6f1cdce89b99619db5212ef06651955520a1f87
Auto-generated-cl: translation import
2013-04-03 12:09:50 -07:00
Yu Ping Hu
21c4b9d7b2 am 90f2a29d: am 81ca6599: Increment version number.
* commit '90f2a29da4782a34ff0a97b61d117ea1a5cc3c1f':
  Increment version number.
2013-04-03 09:33:01 -07:00
Yu Ping Hu
c5c9c1c69e Restore functionality for uploading new messages.
The code for syncing new messages from client to server
somehow never got moved from Email1 to Email2.

This change also includes minor cleanup on system mailbox
flags.

Bug: 8531552
Change-Id: I1f9396635ba14cb6e641d2bc1b506c6d702f6b2e
2013-04-03 09:32:35 -07:00
Yu Ping Hu
90f2a29da4 am 81ca6599: Increment version number.
* commit '81ca6599be1c210a6c0182fe5e8b77bc97e7d5b7':
  Increment version number.
2013-04-03 09:31:00 -07:00
Mark Wei
d7970b3635 Attachments in Conversation List: UI changes to display attachment previews
in the conversation list.

Depends on:
PhotoManager: https://googleplex-android-review.googlesource.com/#/c/285814/

Bug: 7481049
Change-Id: Ia9f93c4ce75a4c9be0e9b738d0347292e4b2faca
2013-04-02 19:22:38 -07:00
Yu Ping Hu
81ca6599be Increment version number.
Change-Id: Ifff70ec6a013bbde97a8f8726f958665b6333570
2013-04-02 12:59:55 -07:00
Paul Westbrook
e507a1fc1d am 96af4ae6: am d1a87bc0: Fix IMAP sync with Arabic language
* commit '96af4ae6e9e3f1a15dc983e57bd20513f3837c82':
  Fix IMAP sync with Arabic language
2013-04-02 12:59:06 -07:00
Paul Westbrook
96af4ae6e9 am d1a87bc0: Fix IMAP sync with Arabic language
* commit 'd1a87bc02d65dde9e635848531e09aadc79ff538':
  Fix IMAP sync with Arabic language
2013-04-02 12:57:07 -07:00
Paul Westbrook
d1a87bc02d Fix IMAP sync with Arabic language
Email shouldn't rely on the the default locale.
See: http://developer.android.com/reference/java/util/Locale.html#default_locale

Bug: 7138507
Change-Id: Ia2c6eccc6dee011f4e7e7c663a0328d4fd76131b
2013-04-02 11:36:11 -07:00
Yu Ping Hu
defaa47635 am 3bbd8130: am de4c230f: Exclude not fully loaded messages from uimessages queries.
* commit '3bbd8130fb2a7237b0ee0c1dc8af928ef7948e93':
  Exclude not fully loaded messages from uimessages queries.
2013-04-01 20:41:47 -07:00
Yu Ping Hu
3bbd8130fb am de4c230f: Exclude not fully loaded messages from uimessages queries.
* commit 'de4c230f008ca0615b8035a560cd512624ac2cdb':
  Exclude not fully loaded messages from uimessages queries.
2013-04-01 20:40:25 -07:00
Yu Ping Hu
de4c230f00 Exclude not fully loaded messages from uimessages queries.
Bug: 8370633
Change-Id: I5643454333b490bb1a988efb7b59e20b18fa67f4
2013-04-01 20:08:30 -07:00
Yu Ping Hu
df7f268b79 am 3a5f3044: am 46d6a4a7: When loading messages, use left join for Message and Body.
* commit '3a5f3044e4da00fbab9cd69e0c1f240dd77375d7':
  When loading messages, use left join for Message and Body.
2013-04-01 19:49:58 -07:00
Yu Ping Hu
3a5f3044e4 am 46d6a4a7: When loading messages, use left join for Message and Body.
* commit '46d6a4a7cb98430088595a9e305060ac4273ab8f':
  When loading messages, use left join for Message and Body.
2013-04-01 19:48:45 -07:00
Yu Ping Hu
46d6a4a7cb When loading messages, use left join for Message and Body.
Existing inner join means that a Message without an entry
in Body table cannot display correctly, even though this is
a potentially legitimate state.

However, because the MessageCursor for Email doesn't read
flagLoaded at all, this change actually causes another bug:
if you go to a partially loaded message, it will show as
blank with no load indicator. Fixing b/8370633 will mask
this by not letting you get in a situation where partially
loaded messages are shown.

Bug: 8512030
Change-Id: Ie2e365e7e5df3959115ed299d1a7f03aa1d7af79
2013-04-01 18:17:25 -07:00
Yu Ping Hu
9b1aefd55c am 051faaf1: am 3bef153c: Merge "Improve error logging for mailboxNotification." into jb-ub-mail-ur9
* commit '051faaf1f857d5a3bb87eb0f646d3bdbcfabb519':
  Improve error logging for mailboxNotification.
2013-04-01 17:39:36 -07:00
Yu Ping Hu
051faaf1f8 am 3bef153c: Merge "Improve error logging for mailboxNotification." into jb-ub-mail-ur9
* commit '3bef153c9cf6b3ab5009af8677c8460bd52d9fc5':
  Improve error logging for mailboxNotification.
2013-04-01 17:38:15 -07:00
Yu Ping Hu
3bef153c9c Merge "Improve error logging for mailboxNotification." into jb-ub-mail-ur9 2013-04-02 00:36:48 +00:00
Paul Westbrook
ba247d7908 am 1522d89e: am 11472650: Fix apk attachments
* commit '1522d89ed8c15d806fdfa3fc7d3fe35893235e9a':
  Fix apk attachments
2013-04-01 17:28:20 -07:00
Paul Westbrook
1522d89ed8 am 11472650: Fix apk attachments
* commit '11472650d1fce7548939d311c4434128930c18ba':
  Fix apk attachments
2013-04-01 17:26:59 -07:00
Paul Westbrook
11472650d1 Fix apk attachments
Bug: 7585865
Change-Id: I20191523377d99472e333dece4d727415f97c67a
2013-04-01 17:20:27 -07:00
Baligh Uddin
7a92d976d8 am b93c42d9: (-s ours) am a8135c3d: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur9
* commit 'b93c42d94a37163fc6e2bc9d15bb62a15b3cf7b4':
  Import translations. DO NOT MERGE
2013-04-01 13:14:36 -07:00
Baligh Uddin
726274d358 am 49970f4b: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur10
* commit '49970f4bd31d8fa4f26ab832137add6e94cbd653':
  Import translations. DO NOT MERGE
2013-04-01 13:11:26 -07:00
Baligh Uddin
b93c42d94a am a8135c3d: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur9
* commit 'a8135c3d316867464ea0a8912424cf2fda8d0af3':
  Import translations. DO NOT MERGE
2013-04-01 13:11:25 -07:00
Baligh Uddin
a8135c3d31 Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur9 2013-04-01 20:09:52 +00:00
Baligh Uddin
a43f63ba77 Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur11 2013-04-01 20:09:43 +00:00
Baligh Uddin
49970f4bd3 Merge "Import translations. DO NOT MERGE" into jb-ub-mail-ur10 2013-04-01 20:09:33 +00:00
Paul Westbrook
af2e632afd am 0fad75ce: am 3767da5d: Add capabilities for search folder
* commit '0fad75ce151ab8f21bbad8d4c811f3338813338e':
  Add capabilities for search folder
2013-04-01 08:52:37 -07:00
Paul Westbrook
0fad75ce15 am 3767da5d: Add capabilities for search folder
* commit '3767da5d26c7138a6c3a293fd4b2b685f71f016f':
  Add capabilities for search folder
2013-04-01 08:50:40 -07:00
Paul Westbrook
3767da5d26 Add capabilities for search folder
Bug: 6693452
Change-Id: Ib55fca4f883a699eabdaabf35568bffa055d556f
2013-03-31 12:00:14 -07:00
Paul Westbrook
742b6d5f99 am ba5e5a16: am c4deb273: increment versionCode
* commit 'ba5e5a1658bff1b90627ec7bb329b7d86e3ffee5':
  increment versionCode
2013-03-29 21:04:17 -07:00
Paul Westbrook
ba5e5a1658 am c4deb273: increment versionCode
* commit 'c4deb273e2e5eea3ca857c45ac17d1488f7ea5f2':
  increment versionCode
2013-03-29 21:02:49 -07:00
Paul Westbrook
c4deb273e2 increment versionCode
Change-Id: I9cfe3f9fff0f11ecf87688dceb71f0275bac7dbc
2013-03-29 20:53:57 -07:00
Baligh Uddin
0c5208e584 Import translations. DO NOT MERGE
Change-Id: Ic92709d3de1a3fd8aba1ae704029278aa2684204
Auto-generated-cl: translation import
2013-03-29 20:28:19 -07:00
Baligh Uddin
8f0625dc79 Import translations. DO NOT MERGE
Change-Id: I5c947a84fb373862c0176c179363cfe5d191726c
Auto-generated-cl: translation import
2013-03-29 20:27:08 -07:00
Baligh Uddin
72727a10a4 Import translations. DO NOT MERGE
Change-Id: If8c83bd812580a5f49616475f64da82879913fe0
Auto-generated-cl: translation import
2013-03-29 20:25:52 -07:00
Yu Ping Hu
7cc82371ec Improve error logging for mailboxNotification.
Change-Id: I5b16ac46ce8cdd6e8f791c9cea7d7ead7e053bdc
2013-03-28 19:10:23 -07:00
Yu Ping Hu
7aa8da86e4 am fed62611: am c534638b: Disable notification prefs until folder prefs are loaded.
* commit 'fed62611c144a32a0a59e752757ac9597e4b3228':
  Disable notification prefs until folder prefs are loaded.
2013-03-27 17:48:25 -07:00
Yu Ping Hu
fed62611c1 am c534638b: Disable notification prefs until folder prefs are loaded.
* commit 'c534638b7aeb1f4bd65852bbcff6b2c78f21d566':
  Disable notification prefs until folder prefs are loaded.
2013-03-27 17:46:44 -07:00
Yu Ping Hu
c534638b7a Disable notification prefs until folder prefs are loaded.
Bug: 8485354
Change-Id: Id56c2634a16274e9340ad6ecb96661ee8a489d49
2013-03-27 17:40:38 -07:00
Yu Ping Hu
640d144a5c am 36ce0bbd: am b1792d72: Increment version number.
* commit '36ce0bbd5aa9dae0585049fff2d434014d982632':
  Increment version number.
2013-03-26 18:53:37 -07:00
Yu Ping Hu
36ce0bbd5a am b1792d72: Increment version number.
* commit 'b1792d725ae9e5b8158f423ac0a2f5f8082d9b00':
  Increment version number.
2013-03-26 18:52:01 -07:00
Yu Ping Hu
b1792d725a Increment version number.
Change-Id: I6a27aa4ee4de9d83e60fb226fcf838b127522f36
2013-03-26 18:46:54 -07:00
Yu Ping Hu
e48a0545ca am 1b9f89a5: am e46d4457: Change the notification action strings.
* commit '1b9f89a5800f558e695c2eb14c62597ce8f2dd5d':
  Change the notification action strings.
2013-03-26 18:35:05 -07:00
Yu Ping Hu
1b9f89a580 am e46d4457: Change the notification action strings.
* commit 'e46d4457a06f200f2328d5dc343f07f049f332dc':
  Change the notification action strings.
2013-03-26 18:33:32 -07:00
Yu Ping Hu
e46d4457a0 Change the notification action strings.
Multi-project change with:

I86b368de45533faa3f639f631d56e16f5cbca36e (UnifiedEmail)
I407b8900220e7dbdda81d6572f0ee374ae3d3833 (UnifiedGmail)

Bug: 8483722

Change-Id: If514cfed9538f0c2433a9427f15608ba5878ee05
2013-03-26 17:37:46 -07:00
Yu Ping Hu
7aaef75130 am 1cd4294a: am 1dd937bf: Prevent NPE when getting a bad mailbox id.
* commit '1cd4294a97ca6d195a26a21d003cf2d791ebbcd0':
  Prevent NPE when getting a bad mailbox id.
2013-03-26 17:35:37 -07:00