1. 22 Aug, 2016 1 commit
  2. 25 Jul, 2016 1 commit
  3. 19 Jul, 2016 1 commit
  4. 13 Jul, 2016 1 commit
  5. 12 Jul, 2016 1 commit
    • Ryuto Sawada's avatar
      Shorten the sleep duration for LAUNCH BROWSER command · 350aaa60
      Ryuto Sawada authored
      Currently ServiceHandler sleeps 10 seconds right after broadcasting an
      intent to launch a browser application, but 10 seconds is too long and
      ServiceHandler cannot handle next user operation if user comes back from
      the browser application to the STK application quickly.
      To fix the issue, shorten the sleep duration.
      
      Bug: 29863555
      Change-Id: Ia0e6af5bca42f174675df6dad51de91002f5e795
      350aaa60
  6. 11 Jul, 2016 1 commit
  7. 07 Jul, 2016 1 commit
    • Teruaki Minami's avatar
      Support self-explanatory icon for PLAY TONE command · b97605d5
      Teruaki Minami authored
      ETSI TS 102 384 TC 27.22.4.5.3 fails because it is expected to display
      the self-explanatory icon without the alpha identifier.
      
      TextMessage propagates the self-explanatory option specified by PLAY
      TONE command, but ToneDialog does not consider it. If the icon is self-
      explanatory, it should replace the alpha identifer.
      
      Bug: 30007740
      Change-Id: I945f6456a519551c57115deb0a5335f8707bb8a4
      b97605d5
  8. 02 Jun, 2016 5 commits
  9. 30 May, 2016 1 commit
  10. 28 Apr, 2016 1 commit
  11. 19 Apr, 2016 1 commit
  12. 23 Feb, 2016 1 commit
  13. 16 Feb, 2016 1 commit
    • Tsukasa Gotou's avatar
      The dialog shall be displayed even if the command comes while sleeping · 2aa6456a
      Tsukasa Gotou authored
      This change fixes the issue that StkDialogActivity is unexpectedly
      finished before user sees it. The issue can happen if the terminal
      receives DISPLAY TEXT command with the immediate response option while
      the terminal is sleeping.
      
      StkAppService has a mechanism to finish the pending dialog when the
      current session ends. The state of the activity immediately goes to the
      stop state in this use-case and the session also ends right away because
      of the immediate response option. The dialog shall not be treated as
      pending dialog if the immediate response option is specified.
      
      Change-Id: I7a6e87e24d91bb91e1708bc28e5aab69f1cb506c
      2aa6456a
  14. 05 Nov, 2015 2 commits
  15. 29 Sep, 2015 2 commits
  16. 19 Sep, 2015 3 commits
  17. 18 Sep, 2015 1 commit
  18. 04 Sep, 2015 1 commit
  19. 03 Sep, 2015 5 commits
  20. 02 Sep, 2015 3 commits
    • Preeti Ahuja's avatar
      am e6bb02b8: am a7cdca22: Correct handling of Launch Browser command. · 241e5db4
      Preeti Ahuja authored
      * commit 'e6bb02b8':
        Correct handling of Launch Browser command.
      241e5db4
    • Preeti Ahuja's avatar
      am a7cdca22: Correct handling of Launch Browser command. · e6bb02b8
      Preeti Ahuja authored
      * commit 'a7cdca22':
        Correct handling of Launch Browser command.
      e6bb02b8
    • Preeti Ahuja's avatar
      Correct handling of Launch Browser command. · a7cdca22
      Preeti Ahuja authored
      1) Stk: Create STK Default Url via System Property
      
      - Create a default url, specific to the STK module that
        can be set via a system property.
      - This url will be used when processing a launch browser
        proactive command that contains no url data associated
        with it.
      
      2) Stk: Update Launch Browser If Not Already Launched Behavior
      
      - Since the default browser supports tabs, it will never be considered
        unavailable. Thus, there is no  need to send a terminal
        response with a browser unavailable result code.
      - Suppress user confirmation when the browser mode is
        launch if not already launched and the alphaid is null or contains
        no text.
      
      BUG=22637280
      Change-Id: I44cc1736da3f962cc5a6d7afd7b7f84d845fdb25
      a7cdca22
  21. 27 Aug, 2015 2 commits
  22. 15 Jul, 2015 4 commits