1. 09 Feb, 2012 1 commit
  2. 04 Jan, 2012 1 commit
  3. 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
  4. 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
  5. 29 Nov, 2011 1 commit
  6. 22 Nov, 2011 1 commit
    • dujin.cha's avatar
      Update STK application · 2a0eb2ac
      dujin.cha authored
      
      1. Add checking for 'https://' url in LaunchBrowser()
      2. Add 'Removing idle mode text' in launchIdleText()
         -the Idle text should be deleted while processing 'refresh'
      
      Bug : 5602742
      Change-Id: Ifc374966a3fa91af0750dddfc6a8d713fd93bc45
      Signed-off-by: default avatardujin.cha <dujin.cha@samsung.com>
      2a0eb2ac
  7. 21 Nov, 2011 1 commit
  8. 02 Nov, 2011 4 commits
  9. 01 Nov, 2011 1 commit
  10. 26 Oct, 2011 2 commits
    • David Brown's avatar
      am 885adf34: (-s ours) DO NOT MERGE. Fix crash in STK app when launching browser · 91a1b3fa
      David Brown authored
      * commit '885adf34':
        DO NOT MERGE. Fix crash in STK app when launching browser
      91a1b3fa
    • David Brown's avatar
      DO NOT MERGE. Fix crash in STK app when launching browser · 885adf34
      David Brown authored
      The problem was that StkAppService.launchBrowser() was calling
      
              intent.setClassName("com.android.browser",
                      "com.android.browser.BrowserActivity");
      
      when launching the browser.  But in ICS, the browser that's actually
      installed is from the package com.google.android.browser, not
      com.android.browser.  So right now, the STK crashes if it ever tries to
      view a web page.
      
      The fix is for the STK app to just not hardcode the browser package/class
      name at all, since if you fire off a VIEW intent with an http: URI in the
      data, you'll get whatever the default browser is.  Also, if the STK gets a
      request with no URI at all, we bring up http://google.com/ as a default
      "home page".
      
      Bug: 5489975
      Change-Id: If3f9d1468562a5e7f948156aa8395525665bc9ff
      885adf34
  11. 18 Oct, 2011 4 commits
  12. 10 Oct, 2011 1 commit
  13. 30 Sep, 2011 1 commit
  14. 23 Sep, 2011 2 commits
  15. 20 Sep, 2011 1 commit
  16. 16 Sep, 2011 2 commits
  17. 12 Sep, 2011 1 commit
  18. 22 Aug, 2011 1 commit
  19. 15 Jul, 2011 1 commit
  20. 26 May, 2011 1 commit
  21. 09 Mar, 2011 2 commits
  22. 30 Jan, 2011 2 commits
  23. 27 Jan, 2011 2 commits
  24. 25 Jan, 2011 1 commit
  25. 11 Jan, 2011 1 commit
  26. 07 Jan, 2011 2 commits
  27. 06 Jan, 2011 1 commit