1. 03 Nov, 2016 1 commit
  2. 16 Aug, 2016 2 commits
  3. 22 Jan, 2016 1 commit
  4. 03 Nov, 2015 2 commits
    • Sanket Padawe's avatar
      Fix a crash while printing ICCID because of alphabets in UICC. · edb3e722
      Sanket Padawe authored
      Bug: 25401769
      Change-Id: Ibe521237989b7f640cafcf8c21a5b8ff6b87d723
      edb3e722
    • Tyler Gunn's avatar
      Set WIFI icon for connection based on connection extra. · 09ee5a47
      Tyler Gunn authored
      Previous methodology looked for changes in the Ims feature availability
      in the ImsPhoneCallTracker.  I.e. there was an assumption made that if
      the IMS stack had VoWIFI enabled that we were using it.
      
      A new extra was added for the 3 nexus devices,
      ImsCallProfile.EXTRA_CALL_RAT_TYPE.  This determines the radio technology
      in use for a call, which we can then use to accurately show the WIFI
      calling icon.
      
      Bug: 20144385
      Change-Id: I5aee9a571c7458f576a9208b81bed9781046a39a
      09ee5a47
  5. 28 Oct, 2015 2 commits
  6. 27 Oct, 2015 1 commit
  7. 23 Oct, 2015 1 commit
  8. 22 Oct, 2015 2 commits
  9. 21 Oct, 2015 2 commits
  10. 20 Oct, 2015 1 commit
  11. 19 Oct, 2015 5 commits
  12. 16 Oct, 2015 2 commits
  13. 15 Oct, 2015 3 commits
  14. 14 Oct, 2015 5 commits
  15. 13 Oct, 2015 1 commit
  16. 12 Oct, 2015 3 commits
  17. 09 Oct, 2015 1 commit
    • Robert Greenwalt's avatar
      Fix use of memorized phoneId. · a7228870
      Robert Greenwalt authored
      We remember the phoneId we used to make the request so when the request is released we can
      talk to the proper DcTracker even if the subId -> phoneId mapping is lost (removed the sim).
      However the list of requests is a singleton and entries are stored per requestId so
      a request that applies to multiple phones only has a single entry - we can't record
      the phone id at request submission time.
      
      Change it to store the phoneId at request execution time.  This also removes the need
      for a separate "has been executed" boolean since we won't have an executed-phoneId if
      it's not been executed.
      
      In the future we should get rid of multiple TelephonyNetworkFactories, simplifying all
      this.
      
      bug:24411288
      Change-Id: Ie430e0a9251c3ae09384e1a4e29b65fe90f46740
      a7228870
  18. 08 Oct, 2015 1 commit
  19. 07 Oct, 2015 1 commit
  20. 06 Oct, 2015 1 commit
  21. 05 Oct, 2015 1 commit
  22. 04 Oct, 2015 1 commit