053b9c7a4b2662588706211fd8aa1f8a03ec2901 |
|
19-Jun-2015 |
Andrew Lee <anwlee@google.com> |
Rewrite of MediaPlayer logic. + Control MediaPlayer instance more tightly. Wait until prepareContent to initialize instance. Release MediaPlayer when it is no longer needed. + Instead of using isFinishing, check explicitly for orientation change to know whether to release MediaPlayer. + Change Presenter to singleton, to address audio change wonkiness. + Only create a Presenter if the call log fragment shows voicemail. + ... fixing a variety of cases. - Temporarily disable proximity sensor until blocking issue is fixed. Bug: 21856243 Change-Id: Ic06e98bb5278467c3cce726a06b6cf3d855861a2
/packages/apps/Dialer/tests/src/com/android/dialer/voicemail/VoicemailPlaybackTest.java
|
efd863ad7b84562155e08435a0fd7adfe456b5cb |
|
18-Jun-2015 |
Andrew Lee <anwlee@google.com> |
Pass activity into VoicemailPlaybackPresenter. We will use it to set windows flags to help make playback behaviors reasonable. Bug: 21856243 Change-Id: I7c1ecb9e225a507ea8956ccc31d667361a4b6824
/packages/apps/Dialer/tests/src/com/android/dialer/voicemail/VoicemailPlaybackTest.java
|
81e53bd51ea3b68de2a088386f8237debcefdc6d |
|
15-Jun-2015 |
Andrew Lee <anwlee@google.com> |
Fix VoicemailPlaybackTest flakiness. Change-Id: I9568ab3236ab02125c3d7da5f8a477df34bd7499
/packages/apps/Dialer/tests/src/com/android/dialer/voicemail/VoicemailPlaybackTest.java
|
6a86690a2ad8f6c5068d901e6cbc368598e13ddc |
|
09-Jun-2015 |
Andrew Lee <anwlee@google.com> |
Fix some more unit tests... + Pull out voicemail playback tests into their own test class. + Fix CallDetailActivity unit tests. + Some minor tweaks to functional code to facilitate. Bug: 21471763 Change-Id: I0f1747ab7ad6eba7dd2a7f6f8cfd060b409771bc
/packages/apps/Dialer/tests/src/com/android/dialer/voicemail/VoicemailPlaybackTest.java
|