1. 02 Nov, 2011 2 commits
  2. 26 Oct, 2011 1 commit
    • 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
  3. 18 Oct, 2011 1 commit
  4. 10 Oct, 2011 1 commit
  5. 30 Sep, 2011 1 commit
  6. 23 Sep, 2011 2 commits
  7. 20 Sep, 2011 1 commit
  8. 16 Sep, 2011 2 commits
  9. 12 Sep, 2011 1 commit
  10. 22 Aug, 2011 1 commit
  11. 15 Jul, 2011 1 commit
  12. 26 May, 2011 1 commit
  13. 09 Mar, 2011 2 commits
  14. 30 Jan, 2011 2 commits
  15. 27 Jan, 2011 2 commits
  16. 25 Jan, 2011 1 commit
  17. 11 Jan, 2011 1 commit
  18. 07 Jan, 2011 2 commits
  19. 06 Jan, 2011 1 commit
  20. 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
  21. 02 Dec, 2010 1 commit
  22. 29 Nov, 2010 1 commit
  23. 22 Nov, 2010 2 commits
  24. 18 Nov, 2010 1 commit
  25. 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
  26. 12 Jul, 2010 1 commit
    • Alex Yakavenka's avatar
      CAT: Use new Cat package from frameworks · d41f1d98
      Alex Yakavenka authored
      As all stk related classes were moved to new Cat package this application
      needs to use new package instead of old one.
      
      Change-Id: I537c61318eff3677951af9639e9991425c418241
      d41f1d98
  27. 21 Jun, 2010 1 commit
  28. 27 Apr, 2010 1 commit
  29. 18 Mar, 2010 1 commit
  30. 09 Mar, 2010 1 commit
  31. 11 Feb, 2010 1 commit
  32. 05 Feb, 2010 1 commit