1. 26 Jun, 2015 2 commits
  2. 09 Jun, 2014 2 commits
  3. 04 Jun, 2014 1 commit
    • Adam Lesinski's avatar
      SmsManager responds gracefully to no backing service · 7961ac2c
      Adam Lesinski authored
      Previously we would get an NPE if there was no isms service
      running on the device. Now we return sensible defaults
      and throw UnsupportedOperationException for methods
      that are meant to invoke actions and have a void
      return type.
      
      Change-Id: I894809a0d6431b7c6472ec6f69d3b8e84a1418ea
      7961ac2c
  4. 19 Mar, 2014 1 commit
  5. 13 Mar, 2014 2 commits
    • Sudheer Reddy Yampalla's avatar
      am 82d87aeb: Telephony: Add + for international number for MT SMS · ba7c31a4
      Sudheer Reddy Yampalla authored
      * commit '82d87aeb':
        Telephony: Add + for international number for MT SMS
      ba7c31a4
    • Wink Saville's avatar
      Handle provisioning APN by turning off/on data. · c187f0e9
      Wink Saville authored
      This is a start and two tests succeed:
      
      Tested expired AT&T SIM and waiting 15min for alarm to fire.
      Tested a provisioned Verizon SIM and works normally.
      
      I've NOT tested AT&T where I've properly completed the provisioning.
      I've NOT tested T-Mobile SIM either provisioned or not-provisioned.
      I've NOT tested provisioning over WiFi.
      I've NOT tested that WiFi <-> Mobile works
      I've NOT tested voice calls, SMS, MMS
      ...
      
      The current bug is below, but it is poorly named either it should be
      renamed or a new bug created.
      
      Bug: 13190133
      Change-Id: I0a09f642614cd27a8655e9dae764b8999ce485b8
      c187f0e9
  6. 11 Mar, 2014 2 commits
  7. 10 Mar, 2014 1 commit
  8. 07 Mar, 2014 2 commits
  9. 31 Jan, 2014 1 commit
  10. 28 Jan, 2014 1 commit
  11. 16 Dec, 2013 3 commits
  12. 13 Dec, 2013 3 commits
  13. 06 Dec, 2013 4 commits
  14. 05 Dec, 2013 3 commits
  15. 03 Dec, 2013 2 commits
    • Jake Hamby's avatar
      am 023346cf: Fix OOBE crash/DoS after receiving 0-byte WAP push. · 3818934e
      Jake Hamby authored
      * commit '023346cf':
        Fix OOBE crash/DoS after receiving 0-byte WAP push.
      3818934e
    • Jake Hamby's avatar
      Fix OOBE crash/DoS after receiving 0-byte WAP push. · 023346cf
      Jake Hamby authored
      Add a try/catch block around the code in WapPushOverSms.dispatchWapPdu(),
      so we don't get into a reboot trap on receiving weirdly formed messages.
      Only catch ArrayIndexOutOfBoundsException, which is difficult to
      prevent inside dispatchWapPdu() for 0-byte PDUs or other unusual
      contents. The caller should probably catch any unhandled exceptions of other types and log them with stack traces.
      
      Bug: 11967705
      Change-Id: Iabfec68d2564dd438d45c80cdba877bf19fa0397
      023346cf
  16. 02 Dec, 2013 1 commit
    • Shishir Agrawal's avatar
      RIL changes for supporting generic SIM communication. · 40d1d394
      Shishir Agrawal authored
      Exposes four new commands through RIL.java:
        - RIL_REQUEST_SIM_TRANSMIT_BASIC (AT+CSIM - TS 27.007)
        - RIL_REQUEST_SIM_OPEN_CHANNEL (AT+CCHO - TS 27.007)
        - RIL_REQUEST_SIM_CLOSE_CHANNEL (AT+CCHC - TS 27.007)
        - RIL_REQUEST_SIM_TRANSMIT_CHANNEL (AT+CGLA - TS 27.007)
      
      Change-Id: Iee4d950d37a6097493cd945e611c914c40827215
      40d1d394
  17. 23 Nov, 2013 1 commit
  18. 22 Nov, 2013 2 commits
  19. 21 Nov, 2013 1 commit
  20. 15 Nov, 2013 2 commits
  21. 14 Nov, 2013 2 commits
  22. 13 Nov, 2013 1 commit