1. 13 Oct, 2016 2 commits
  2. 12 Oct, 2016 1 commit
  3. 22 Sep, 2016 1 commit
  4. 10 Sep, 2016 1 commit
  5. 08 Sep, 2016 1 commit
  6. 25 Aug, 2016 1 commit
  7. 23 Aug, 2016 3 commits
    • gitbuildkicker's avatar
    • Tyler Gunn's avatar
      DO NOT MERGE ANYWHERE Fire connection events when call is remotely held and unheld. · ecb062f2
      Tyler Gunn authored
      Bug: 30349182
      Change-Id: Icb94db6a8c146db7d4e63108cb19b16ea438f212
      (cherry picked from commit 33290100)
      ecb062f2
    • Ta-wei Yen's avatar
      Add carrier regex filtering to VisualVoicemailSmsFilter · b8da7f29
      Ta-wei Yen authored
      This CL adds a extra step in the VisualVoicemailSmsFilter which will
      match the message body against the carrier specified regex. Even if
      the message have a unknown format if it matches the regex it will
      still be considered a VVM SMS.
      
      For example, Verizon requires any SMS that starts with "//VZW" to be
      dropped. Other cases are handled by the AppDirectedSms app, but
      "//VZWVVM"  is left for the system visual voicemail. Previously
      "//VZWVVM garbage data" will pass though the filter because it is not
      a valid VVM SMS, which is against the specification of dropping
      everything. After this CL it will match the regex and dropped.
      The VVM client will also receive the message body, but ignore it.
      
      Change-Id: I8d446d69d75914bf5fe63834cfebec92f7917711
      Fixes: 30954955
      (cherry picked from commit 585c4649)
      b8da7f29
  8. 22 Aug, 2016 1 commit
  9. 19 Aug, 2016 1 commit
  10. 18 Aug, 2016 1 commit
  11. 17 Aug, 2016 2 commits
  12. 16 Aug, 2016 2 commits
  13. 15 Aug, 2016 2 commits
  14. 14 Aug, 2016 1 commit
  15. 12 Aug, 2016 4 commits
  16. 11 Aug, 2016 4 commits
    • Tyler Gunn's avatar
      Drop video calls when data is disabled. · 2f9f55d5
      Tyler Gunn authored
      Handle dropping of video calls for one of two reasons:
      1. User disables data.
      2. User exceeds the data limit policy on their device.
      
      In both cases, terminate any ongoing video calls.  Ensures the correct
      disconnect cause is propagated up to the InCallService.
      
      Bug: 30702393
      Change-Id: I36d236c8f69f9dc5b17368cc5329ac1df991fac4
      2f9f55d5
    • Brad Ebinger's avatar
      Stop OUT_OF_SERVICE message during Emergency Call · cdcf059e
      Brad Ebinger authored
      Currently, the radio can report an OUT_OF_SERVICE (but Emergency calls
      are available) status from the radio during an emergency call if that
      call is made when there is no SIM card available or the SIM card is
      locked. If the remote party disconnects, we mistakenly show a "Cellular
      Network not Available" dialog when a call ends successfully because the
      disconnect cause is mapped to OUT_OF_SERVICE. We now check to see if the
      call was an emergency call before mapping to that disconnect cause.
      
      Bug: 30657253
      Change-Id: I7bf16c502c12125506ed31a56278f68ea39737ac
      cdcf059e
    • TreeHugger Robot's avatar
    • gitbuildkicker's avatar
  17. 10 Aug, 2016 1 commit
  18. 09 Aug, 2016 4 commits
  19. 08 Aug, 2016 1 commit
  20. 05 Aug, 2016 2 commits
  21. 04 Aug, 2016 1 commit
  22. 03 Aug, 2016 3 commits