1. 25 Aug, 2015 2 commits
  2. 24 Aug, 2015 5 commits
  3. 21 Aug, 2015 4 commits
  4. 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
  5. 19 Aug, 2015 3 commits
  6. 18 Aug, 2015 4 commits
  7. 17 Aug, 2015 3 commits
  8. 14 Aug, 2015 1 commit
  9. 13 Aug, 2015 2 commits
    • Etan Cohen's avatar
      Suport IMS services (SRLTE and non-SRLTE) · 5cb43e44
      Etan Cohen authored
      Make sure that data registration state is only checked for LTE connections.
      
      Bug: 23037591
      Change-Id: I2f03788d63d35972c9d3dac96339aa2faf872584
      5cb43e44
    • Roshan Pius's avatar
      Stop signal info tone when call is disconnected. · 19f39cfb
      Roshan Pius authored
      As a follow up to the CL: ag/545703, re-adding the phone disconnection
      event handling in CallStateMonitor so that we can stop any signal tones
      that we may have started on a call disconnect in CallNotifier.
      
      BUG: 22834581
      Change-Id: I012fe7ca9f5191807f4252db26b423feb4a30524
      19f39cfb
  10. 12 Aug, 2015 3 commits
  11. 11 Aug, 2015 2 commits
    • Roshan Pius's avatar
      Purge invalid SIP phone accounts at startup. · f5992d58
      Roshan Pius authored
      Adding changes to verify all the SIP phone accounts registered with
      telecom and delete any invalid SIP accounts detected. SipAccountRegistry
      will re-register phoneAccounts corresponding to the SIP profiles
      present in the device.
      This will also fix the recent change in SIP phone accounts to use
      the SIP username as account handle ID instead of SIP URI. So, any
      devices upgrading from L or lower releases will have new SIP
      accounts automatically recreated with the new account Handle ID.
      
      BUG: 23028921
      Change-Id: I560569b4746605b1f0e7698f29178e18abf7019b
      f5992d58
    • Amit Mahajan's avatar
      am 94846fea: Preferred network type should be shown as global for cdma devices. · 9ee76b6e
      Amit Mahajan authored
      * commit '94846fea':
        Preferred network type should be shown as global for cdma devices.
      9ee76b6e
  12. 10 Aug, 2015 3 commits
  13. 08 Aug, 2015 1 commit
  14. 07 Aug, 2015 3 commits