1. 20 Oct, 2015 1 commit
  2. 05 Oct, 2015 1 commit
  3. 15 Sep, 2015 1 commit
  4. 03 Sep, 2015 2 commits
    • Svetoslav's avatar
      Enable WRITE_SMS for telephony provider · c0db70e3
      Svetoslav authored
      WRITE_SMS app op is explicitly granted to some system components
      like bluetooh, phone, mms service. It is however no granted to the
      telephony provider. The latter is the one storing the SMS data and
      should always have the app op enabled. Content providers perform
      proxy app op updates (taking a note they perform an operation on
      behalf of another app) which requires the proxy package, the provider,
      to have the app op allowed.
      
      bug:23017449
      
      Change-Id: Ic0c6865a616b6f3997a64d390699e9fd86c4ae2e
      c0db70e3
    • Robert Greenwalt's avatar
      Don't send unnecessary setNetworkSelectionMode cmd · e08d6a83
      Robert Greenwalt authored
      This RIL command requires the radio restart network selection.
      It's poorly named in that regard.  Check if we're already in
      automatic mode before pushing automatic down again.
      
      bug:23678158
      Change-Id: I47301218279ef20c8db5e9c41c62d011b6a60820
      e08d6a83
  5. 02 Sep, 2015 2 commits
    • Amit Mahajan's avatar
      Store phoneId in network requestInfo. · 7c02b0df
      Amit Mahajan authored
      If the SIM is removed, phoneId returned by subscription controller
      based on subId is MAX_INT leading to a crash.
      
      Bug: 23315629
      Change-Id: I8809cfaaeb6ff78b1e24915e350329b8133d99e9
      7c02b0df
    • Robert Greenwalt's avatar
      Cleanup network release · c521d17a
      Robert Greenwalt authored
      Fixes a handful of issues.  PendingRequests were getting touched on
      random threads, so moved to handler thread.  Release could get
      confused by state changes, so made it depend only on state set
      during the request (if it's in the pending list, remove it, if it's
      on the request list, release it).
      
      bug:23080486
      Change-Id: I62d3e279a34f3f3eac122842faa2abc8cb52b54c
      c521d17a
  6. 26 Aug, 2015 2 commits
  7. 25 Aug, 2015 5 commits
  8. 24 Aug, 2015 1 commit
  9. 21 Aug, 2015 1 commit
    • Robert Greenwalt's avatar
      Allow us back on the network after carrier-detatch · aacc11b2
      Robert Greenwalt authored
      We had code in DcTracker to deal with this but the MR1-originating
      DcSwitchStateMachine interceeds.  Exposing the switch so
      DSSM can access it and behave appropriately.
      
      bug:23069223
      Change-Id: I7a674d3b662aa0a7eec5a54889a784a2b64d662c
      aacc11b2
  10. 20 Aug, 2015 2 commits
  11. 19 Aug, 2015 2 commits
  12. 18 Aug, 2015 3 commits
  13. 17 Aug, 2015 1 commit
  14. 15 Aug, 2015 2 commits
  15. 13 Aug, 2015 5 commits
  16. 12 Aug, 2015 3 commits
  17. 11 Aug, 2015 3 commits
    • Jack Yu's avatar
      Fixed the incorrect operator name displayed when roaming. · 27d3077d
      Jack Yu authored
      The operator name was incorrectly overwritten when roaming
      on partner's LTE network. In that case, ERI roaming indicator
      is off, NID/SID is zero (because LTE does not support ERI/NID/SID).
      
      The original requirement for using the name from CSIM EF_SPN
      is for CDMA only (b/5008969), therefore we need to make sure the
      logic is not applied in the LTE case.
      
      bug: 22951507
      Change-Id: I3595228e1a637f4bfd05e34cf9a702bb0e1bba59
      27d3077d
    • Chris Manton's avatar
      Save data registration roaming state · 6b8e1174
      Chris Manton authored
      Some carriers require different APNs based upon
      the roaming state returned in a previous registration
      call.  The carrier config has the option to override
      roaming state.  This change saves the proper roaming
      state before the carrier config may override in order
      to select the proper APN when setting up a data connection.
      
      bug: 22990977
      Change-Id: Id22a60efcbea9637018cc47e6d97f68eb053deb0
      6b8e1174
    • The Android Automerger's avatar
  18. 10 Aug, 2015 3 commits