1. 09 Sep, 2015 1 commit
  2. 08 Sep, 2015 1 commit
  3. 07 Sep, 2015 1 commit
  4. 03 Sep, 2015 3 commits
  5. 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
  6. 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
  7. 29 Aug, 2015 2 commits
  8. 28 Aug, 2015 1 commit
  9. 26 Aug, 2015 1 commit
    • Anthony Lee's avatar
      NPE fix · be622845
      Anthony Lee authored
      Bug: 23519922
      Change-Id: I0178861da84d0ef8da78242a9c43ddbf386b9043
      be622845
  10. 25 Aug, 2015 3 commits
  11. 24 Aug, 2015 6 commits
  12. 21 Aug, 2015 4 commits
  13. 20 Aug, 2015 4 commits
    • Nancy Chen's avatar
      am 42f5cb37: Only mark as read voicemails with the "is_read" flag set. · 157e631b
      Nancy Chen authored
      * commit '42f5cb37':
        Only mark as read voicemails with the "is_read" flag set.
      157e631b
    • Nancy Chen's avatar
      Only mark as read voicemails with the "is_read" flag set. · 42f5cb37
      Nancy Chen authored
      The vvm sync service was querying for all voicemails with the "dirty"
      bit set instead of voicemails that had actually been read and then
      marking the voicemail as "read" locally. This resulted in voicemails
      being marked as read that had not been listened to by the user.
      
      Bug: 23351142
      Change-Id: I24500fca0e835f643b3c635d498f51947359a481
      42f5cb37
    • Tyler Gunn's avatar
      Fix issue where conference timer resets to 0 when CEP enabled. · f789e6e1
      Tyler Gunn authored
      The problem was due to the fact that when we have children for a conference,
      Telecom uses the oldest child's start time.  In the case of the CEP
      participants all had no defined start time so they defaulted to using
      the time when the conference was started.
      
      Changed so that the child connections get the ImsConference's start time
      (which is the start time of the oldest original call merged to form
      the conference).
      
      Bug: 23381612
      Change-Id: I95766c113e7cfe2fa3b80a616bdfd9417b744dc3
      f789e6e1
    • Tyler Gunn's avatar
      Support connections which do not allow conferencing. · 64220bcf
      Tyler Gunn authored
      Check carrier config in TelecomAccountRegistry when registering
      PhoneAccounts.  When creating new TelephonyConnections, set a propery
      on the connection to indicate whether it supports conferencing.  This is
      then used in the conference controllers to determine whether a particular
      connection can be in a conference with another connection or not.
      
      Bug: 22864941
      Change-Id: I199cbc1c9ad575732c5601a9bb587c8bca4815da
      64220bcf
  14. 19 Aug, 2015 3 commits
  15. 18 Aug, 2015 4 commits