Go to file
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
assets
build/res Fix launching Account settings 2013-03-12 22:57:54 -07:00
emailcommon Fix problem with sending attachments in Exchange 2013-03-21 17:34:19 -07:00
emailsync Move system folder string resources to emailcommon. 2013-03-19 19:45:52 -07:00
res Import translations. DO NOT MERGE 2013-03-29 20:28:19 -07:00
src/com When loading messages, use left join for Message and Body. 2013-04-01 18:17:25 -07:00
tests Clean up dead code. Should be a no-op for functionality. 2013-03-14 14:40:39 -07:00
.classpath
.project
Android.mk Move system folder string resources to emailcommon. 2013-03-19 19:45:52 -07:00
AndroidManifest.xml increment versionCode 2013-03-29 20:53:57 -07:00
CleanSpec.mk Move system folder string resources to emailcommon. 2013-03-19 19:45:52 -07:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Remove nonexistant classes and update existing ones 2013-01-30 14:20:58 -08:00