1. 10 Mar, 2014 3 commits
  2. 08 Mar, 2014 2 commits
  3. 06 Mar, 2014 2 commits
  4. 05 Mar, 2014 9 commits
  5. 02 Mar, 2014 1 commit
    • Zhihai Xu's avatar
      NPE in BluetoothPhoneService.java when switch users. · 1c09481b
      Zhihai Xu authored
      The null pointer is the mBluetoothHeadset is reset to NULL
      when the  the headset profile is disconnected during user switch.
      The fix should be  to check the null pointer before access mBluetoothHeadset
      also fix all the potential NPE problems not just this one happened.
      
      bug:11804919
      Change-Id: I2acd0092179fa07293f9fcc4c9b65f1c3343a37c
      (cherry picked from commit b19f55ba)
      1c09481b
  6. 20 Feb, 2014 1 commit
  7. 19 Feb, 2014 1 commit
  8. 28 Jan, 2014 2 commits
  9. 26 Dec, 2013 2 commits
  10. 18 Dec, 2013 2 commits
  11. 11 Dec, 2013 2 commits
  12. 21 Nov, 2013 2 commits
  13. 14 Nov, 2013 5 commits
  14. 13 Nov, 2013 2 commits
    • Santos Cordon's avatar
      Remove orphaned Calls as part of doUpdate(). · 2500858c
      Santos Cordon authored
      When a connection is no longer valid in telephony (for whatever reason),
      we do not clear it from our list of Calls.  This results in the UI
      becoming non-dismissable.
      
      We do not expect this condition but have seen cases where connection
      objects become orphaned (like when device switches technologies
      GSM->CDMA and back).  See bug for more information.
      
      Could not repro this case.  Did testing by simulating orphaned
      connection objects and making sure the UI goes away.
      
      bug:11580121
      Change-Id: Iaa4264713bbab29545dff4b85d74d0879366b751
      2500858c
    • David Braun's avatar
      am a1203d38: Add SET_PREFERRED_APPLICATIONS permission to Telephony service · ea0671e1
      David Braun authored
      * commit 'a1203d38':
        Add SET_PREFERRED_APPLICATIONS permission to Telephony service
      ea0671e1
  15. 12 Nov, 2013 1 commit
    • David Braun's avatar
      Add SET_PREFERRED_APPLICATIONS permission to Telephony service · a1203d38
      David Braun authored
      Telephony service makes calls into SmsApplication.java that now require
      this permission to set the preferred SENDTO sms/mms app.
      
      Bug:11482259 When default SMS app changes we need to update the default app for the SEND intent
      Change-Id: I4d6bc4c3adf490a87bf8bd67de616c19505fd892
      a1203d38
  16. 08 Nov, 2013 2 commits
  17. 07 Nov, 2013 1 commit