1. 05 Jan, 2012 1 commit
  2. 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
  3. 29 Nov, 2011 3 commits
  4. 22 Nov, 2011 3 commits
  5. 21 Nov, 2011 1 commit
  6. 03 Nov, 2011 1 commit
  7. 02 Nov, 2011 8 commits
  8. 01 Nov, 2011 1 commit
  9. 27 Oct, 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. 23 Oct, 2011 1 commit
    • David Brown's avatar
      Fix crash in STK app when launching browser · 7c03cfef
      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
      7c03cfef
  12. 18 Oct, 2011 4 commits
  13. 10 Oct, 2011 1 commit
  14. 30 Sep, 2011 1 commit
  15. 23 Sep, 2011 2 commits
  16. 20 Sep, 2011 1 commit
  17. 16 Sep, 2011 2 commits
  18. 12 Sep, 2011 1 commit
  19. 22 Aug, 2011 1 commit
  20. 15 Jul, 2011 1 commit
  21. 26 May, 2011 1 commit
  22. 09 Mar, 2011 2 commits