History log of /packages/apps/Dialer/src/com/android/dialer/voicemail/VoicemailArchivePlaybackPresenter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
25cfc81d829ccd7e0774862451089a4925adf932 12-Mar-2016 Sarmad Hashmi <mhashmi@google.com> Add share voicemail functionality.

+Send intent to other applications with temporary file permission
granted
+Add voicemails folder to FileProvider paths
+When creating file in VoicemailArchiveProvider, append extension to
file name
+Check voicemail content exists before archiving it
+Refactor voicemail code
+Add tests for checking file extension
+Add tests for archiving and sharing vociemails
+Archive tab should not archive on share button press

BUG=22798485

Change-Id: Id8068aba92f7f1ca58532dca6c405cb2908841a3
/packages/apps/Dialer/src/com/android/dialer/voicemail/VoicemailArchivePlaybackPresenter.java
3694b119843c161c3fdcf0820ec8bf755c79158f 18-Feb-2016 Sarmad Hashmi <mhashmi@google.com> Add files for voicemail archive tab.

+ Added VoicemailArchiveActivity which displays all voicemails archived
by the user
+ VoicemailArchivePlaybackPresenter is the same as
VoicemailPlaybackPresenter except that it does not need to request
content from the voicemail server
+Added tests (combined common methods and attributes for regular
voicemail tab and voicemail archive used for tests)

BUG=22797391

Change-Id: I4064eea945b9e257ec6c7ada35cf5ac1657dc866
/packages/apps/Dialer/src/com/android/dialer/voicemail/VoicemailArchivePlaybackPresenter.java