1. 28 Sep, 2012 1 commit
  2. 26 Sep, 2012 1 commit
    • Wink Saville's avatar
      Fix mVibrator initialization. · a8e4f50a
      Wink Saville authored
      getSystemService cannot be called during java#init, moving initialization
      of mVibrator into onCreate.
      
      Bug: 6886400
      Change-Id: I644aa674fffb11ea755bd6d96169e43896c839f2
      a8e4f50a
  3. 14 Sep, 2012 3 commits
  4. 13 Sep, 2012 1 commit
    • Pierre Fröjd's avatar
      No response sent when backlight is OFF · 99fccc1c
      Pierre Fröjd authored
      When the LCD backlight is OFF while receiving a
      PLAY TONE command, the onDestroy() method is called
      immediately since the app is in the background.
      In onDestroy() the STOP message is removed from the
      handler queue which leads to no response is sent back to
      StkAppService. This causes the RIL layer to send
      TR 'ME currently unable to process command' back to the SIM.
      Solution is to check if a response is sent before
      removing any messages from the handler queue.
      
      Change-Id: I7ac2e99b85b38576acfe72370aa55850cdc304a0
      99fccc1c
  5. 08 Aug, 2012 3 commits
  6. 28 Jul, 2012 1 commit
    • Alex Yakavenka's avatar
      Stk: Fix crash due to race condition · d8e2ecdc
      Alex Yakavenka authored
      StkAppService doesn't really need mStkService reference in the
      constructor. It will need it to respond to proactive command.
      By that time StkService has to exist (proactive command comes
      from it)
      d8e2ecdc
  7. 20 Jul, 2012 1 commit
  8. 17 Jul, 2012 3 commits
  9. 12 Jul, 2012 1 commit
  10. 12 Jun, 2012 1 commit
  11. 14 Apr, 2012 1 commit
  12. 13 Apr, 2012 2 commits
  13. 03 Apr, 2012 1 commit
  14. 23 Mar, 2012 1 commit
  15. 08 Mar, 2012 1 commit
  16. 10 Feb, 2012 2 commits
  17. 09 Feb, 2012 1 commit
  18. 30 Jan, 2012 1 commit
  19. 26 Jan, 2012 1 commit
  20. 05 Jan, 2012 2 commits
  21. 04 Jan, 2012 3 commits
  22. 22 Dec, 2011 1 commit
    • Wink Saville's avatar
      Fix crash in STK. · 2154d816
      Wink Saville authored
      This was fixed in factory rom but was a do not merge, see change:
      
        If3f9d1468562a5e7f948156aa8395525665bc9ff
      
      and thus didn't make it to ics-mr1. With this change,
      StkAppService.java is now identical to the version in master.
      
      Bug: 5489975
      Change-Id: Ieba6e35a8c70342c22341247ee855f26faab4934
      2154d816
  23. 21 Dec, 2011 1 commit
    • Kazuhiro Ondo's avatar
      Add support of dislaying Alpha tag for BIP commands · 764167cd
      Kazuhiro Ondo authored
      Display dialogs when BIP related proactive commands are received.
      "Open Channel" command will requre user input and a response will
      be sent to Cat Service.
      
      "Close Channel", "Send Data" and "Receive Data" command will
      just show an alart dialog to notify the event to the user.
      
      Bug:5165510
      Change-Id: I350bdc7dfee2947cc0a4c7771ab4972e768c6ff9
      764167cd
  24. 29 Nov, 2011 4 commits
  25. 22 Nov, 2011 2 commits