1. 26 Sep, 2015 1 commit
  2. 25 Sep, 2015 3 commits
  3. 22 Sep, 2015 2 commits
  4. 18 Sep, 2015 2 commits
  5. 17 Sep, 2015 1 commit
  6. 15 Sep, 2015 1 commit
  7. 11 Sep, 2015 3 commits
  8. 10 Sep, 2015 7 commits
  9. 09 Sep, 2015 2 commits
  10. 08 Sep, 2015 1 commit
  11. 07 Sep, 2015 1 commit
  12. 03 Sep, 2015 3 commits
  13. 02 Sep, 2015 4 commits
    • Nancy Chen's avatar
      Do not send deactivate SMS because the account may be unprovisioned. · 00f2a835
      Nancy Chen authored
      Sending an deactivate text upon reboot results in bad user experience
      and unnecessary pings to the carrier especially when the visual
      voicemail account may be unprovisioned (which results in an error
      returned from the carrier).
      
      Bug: 23370330
      Change-Id: I816803d481328a47cdf2b946f26a5dcb7f711280
      00f2a835
    • Roshan Pius's avatar
      am fc8883b2: Update call state for 2nd call in CDMA conference. · 6b528c01
      Roshan Pius authored
      * commit 'fc8883b2':
        Update call state for 2nd call in CDMA conference.
      6b528c01
    • Roshan Pius's avatar
      Update call state for 2nd call in CDMA conference. · fc8883b2
      Roshan Pius authored
      In CDMA when we make a new call in presence of another active call, the
      new call and the original call will eventually become a conference call
      which shares a single underlying OriginalConnection. Since the
      OriginalConnection is already in ACTIVE state, we need a way to fake the
      2 call object's state in such a way that the user sees the first call as
      being held and the second call as dialing for a few seconds before it is
      merged into a conference call.
      The first call object's state is moved back from HOLD to ACTIVE in
      |resetStateForConference| after this timeout expiry. However for the
      second call we need to force update the state of the call object in
      |forceAsDialing(false)|, otherwise the call object's state remains
      DIALING since the OriginalConnectionState does not change throughout
      this duration. Forcing the state updation will help revert the fake
      DIALING state of second call object and move it to ACTIVE state since
      the underlying OriginalConnection is in ACTIVE state.
      
      This issue is not noticed on the phone UI since it only displays the
      state of the new conference call created and the 2 child call's state is
      not individually presented.
      
      BUG: 23316217
      Change-Id: Ie04d340c326441e5ca08bbbea5cb225007fc55d9
      fc8883b2
    • Geoff Mendal's avatar
      Import translations. DO NOT MERGE · b939039a
      Geoff Mendal authored
      Change-Id: I67211a8d04f949f0fa75056143756d7e8b23951f
      Auto-generated-cl: translation import
      b939039a
  14. 01 Sep, 2015 1 commit
    • Tyler Gunn's avatar
      Fix issue where host shows up as a conference participant. · 26727ce8
      Tyler Gunn authored
      - Added verbose debug logs to have better visibility as to what is
      being compared (in case this fix doesn't work).
      - Changed to using PhoneNumberUtils.compare, which will strip out any
      special characters such as +, -, etc when performing the number comparison.
      
      Bug: 23691306
      Change-Id: I68ed5cea5a65c44e8f8bc2518dd02c29a9149540
      26727ce8
  15. 31 Aug, 2015 2 commits
    • Tyler Gunn's avatar
      Prevent non-emergency calls in ECM mode. · 92462cfa
      Tyler Gunn authored
      Some carriers prohibit making non-emergency calls when the phone is in
      ECM mode.
      Add carrier config to control this and blocking of non-emergency calls when
      in ECM mode.
      
      Bug: 23063217
      Change-Id: I4d8a31f8883af7c443b709e19dd86153c015f5a6
      92462cfa
    • Sungmin Choi's avatar
      Add TDSCDMA family · 52a797fc
      Sungmin Choi authored
      Bug: 22639018
      Change-Id: I8dd93a26309cc13c2744efcd3bdc3ea9dd06e088
      52a797fc
  16. 29 Aug, 2015 2 commits
  17. 28 Aug, 2015 1 commit
  18. 26 Aug, 2015 1 commit
    • Anthony Lee's avatar
      NPE fix · be622845
      Anthony Lee authored
      Bug: 23519922
      Change-Id: I0178861da84d0ef8da78242a9c43ddbf386b9043
      be622845
  19. 25 Aug, 2015 2 commits