1. 02 Nov, 2011 4 commits
  2. 01 Nov, 2011 1 commit
  3. 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
  4. 18 Oct, 2011 4 commits
  5. 10 Oct, 2011 1 commit
  6. 30 Sep, 2011 1 commit
  7. 23 Sep, 2011 2 commits
  8. 20 Sep, 2011 1 commit
  9. 16 Sep, 2011 2 commits
  10. 12 Sep, 2011 1 commit
  11. 22 Aug, 2011 1 commit
  12. 15 Jul, 2011 1 commit
  13. 26 May, 2011 1 commit
  14. 09 Mar, 2011 2 commits
  15. 30 Jan, 2011 2 commits
  16. 27 Jan, 2011 2 commits
  17. 25 Jan, 2011 1 commit
  18. 11 Jan, 2011 1 commit
  19. 07 Jan, 2011 2 commits
  20. 06 Jan, 2011 1 commit
  21. 04 Jan, 2011 1 commit
    • Pierre Frojd's avatar
      Fix missinterpretation of tenth-of-second · c2400dfd
      Pierre Frojd authored
      When the PLAY TONE command from Sim tool kit has a duration time
      with the time unit of "Tenth of seconds", this is missinterpreted
      by StkApp as "Ten times seconds". See 3GPP TS 11.14 page 113.
      
      Change-Id: If7123f894f5476258aa5b94ba99460d8778c75f1
      c2400dfd
  22. 02 Dec, 2010 1 commit
  23. 29 Nov, 2010 1 commit
  24. 22 Nov, 2010 2 commits
  25. 18 Nov, 2010 1 commit
  26. 08 Nov, 2010 1 commit
    • Pierre Fröjd's avatar
      Fixing a Monkey crash in Stk. · 97503264
      Pierre Fröjd authored
      Monkey test has reports nullpointer exception in
      the RES_ID_INPUT case. Added a null check to avoid
      future exceptions.
      
      Change-Id: I489e3f389d9f37aa8f48eee399ee32ed5967b33e
      97503264