History log of /packages/services/Telephony/src/com/android/phone/common/mail/FetchProfile.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31e73def62add3fa100818f0f6c909be0a75685d 17-Jul-2015 Nancy Chen <nancychen@google.com> Fetch transcription for voicemail.

When a voicemail metadata has been fetched, check if there is a text
attachment. If there is a text attachment, this is the voicemail
transcription. Add the voicemail transcription to the voicemail object
for insertion.
Also add SDK version to AndroidManifest.xml.

Bug: 22542002

Change-Id: Id313cbbf440ec643dcffb8553ba7bc370c369362
/packages/services/Telephony/src/com/android/phone/common/mail/FetchProfile.java
3f51d09afa61649a1bcf02599bc1df5aafccf088 26-Mar-2015 Nancy Chen <nancychen@google.com> Download all message metadata from server.

When a new SIM is inserted, the following should happen:
1. All local data is synced up to the server
2. All local data is wiped
3. All non-deleted voicemail metadata is downloaded from the server
(this means that there is enough information to create entries for the
voicemails but not that the content/audio files are downloaded).

Also added back LogUtils in all the e-mail library code (everything
under com.android.phone.common.mail).

All newly added files are direct copies except for "Flag" (including
refactorings of the files that use "Flag", converting enums into static
strings) and Utility (which selects only the necessary utility
functions). Note that this means that some of the files have dead code
in them--so later CLs will remove the excess weighte

Bug: 19236241

Change-Id: Ibc49c96667db8ec0de2ab52bdd82bfd0f6993135
/packages/services/Telephony/src/com/android/phone/common/mail/FetchProfile.java