1. 26 Jun, 2015 3 commits
  2. 11 Jun, 2015 1 commit
  3. 16 Jan, 2015 1 commit
  4. 17 Dec, 2014 1 commit
    • Legler Wu's avatar
      Stk App bug fix and code refine. · aeefef59
      Legler Wu authored
      Major changes:
      
      1. StkAppService.java :
      line272~279: use getInstance(slotId)@CatService to get instance of cat service instead.
      line303~307: remove redundant codes
      line457~485: remove redundant codes
      line693~695: fix the NPE if the first proactive command is not SET_UP_MENU.
      line1109~1116: remove redundant codes.
      
      2. StkMain.java (new file, is the launcher of Stk without UI(No_Display theme) :
      To fix a short flash problem when entering Stk app for one SIM inserted case.
      If inserted one SIM, it starts StkMenuActivity for showing main menu of the SIM.
      If inserted two SIMs, it starts StkLauncherActivity which shows a list for inserted SIMs.
      
      Bug: 18705342
      Change-Id: If777f1cc0a16df38d1b534cd60ed7850b6072b22
      aeefef59
  5. 08 Dec, 2014 1 commit
    • xinhe's avatar
      Crash in Phone observed while launching SIM Toolkit app · 1c3556bb
      xinhe authored
           This bug is due to the BOOT_COMPLETE propagate to the
           STK broadcast receiver too late. Instead, we listen to
           the USER_INITIALZE now.
      
      Bug:18607600
      Change-Id: Iaf588797a75e9fcfabe78177df7d9270ae4e0ed9
      1c3556bb
  6. 21 Nov, 2014 1 commit
    • Preeti Ahuja's avatar
      STK: Remove dependency on idle screen notification · b3d0e61b
      Preeti Ahuja authored
      1. Remove support for Idle Screen available set up
      event list and event download.
      2. Remove dependency of Set Up Idle Mode Text from
      idle screen notification.
      3. Remove dependency of Display Text command from
      idle screen notification.
      
      Bug: 17553408
      Change-Id: I2c46a3b2cbb7fb029518ffa738379447de64e373
      b3d0e61b
  7. 18 Nov, 2014 2 commits
    • Preeti Ahuja's avatar
      Stk: Usat Phase 2 feature support · 9591934f
      Preeti Ahuja authored
      This change combines the following fixes:
      
      1) Usat Phase 2 feature support
      Added changes to support Idle screen, Language Selection.
      Fix Display Alpha for proactive commands
      
      2) Fix to display dialog for DISPLAY_TEXT commands
      For Display Text commands that are low priority, we check the
      Idle Screen status before displaying the dialog. However, the handling
      for the result of the Idle Screen request is missing. Add this handling.
      
      3) Fix crash on Idle Mode Text proactive command
      After checking for screen status, use the saved command object
      to process the Idle Mode Text command.
      
      4) Stk: Update Manifest for modified Idle Screen Intent
      Update StkCmdReceiver's intent-filter to use the updated idle
      screen intent name
      
      5) Stk: General Enhancements to StkAppService
      i) Support GET_CHANNEL_STATUS command
      ii)Set mMainCmd to null (SET_UP_MENU) only when we
         receive a remove menu command
      iii)Cleanup idlemode text code: Removed the intent extra
          SCREEN_STATUS_REQUEST which is no longer used (introduced
          in the change (3) above).
      
      6) Handle LOCALE event properly
      
      Bug: 17553408
      Change-Id: Ie9a52f62bb520650eec68e3209fab1dd6343fe1c
      9591934f
    • xinhe's avatar
      Crash in Phone observed while launching SIM Toolkit app · 5b756584
      xinhe authored
      This APP should not be available for secondary user
      
      Bug:18224707
      Change-Id: Iaa4201751ae181820398625188efd6ae87f4317a
      5b756584
  8. 14 Nov, 2014 1 commit
    • Preeti Ahuja's avatar
      STK: CC feature implementation · 0f4cf2fb
      Preeti Ahuja authored
      Handle ALPHA_NOTIFY and display a toast mesage to user.
      
      Bug: 17646476
      Change-Id: I44726cb4d124be4c088660faf9fe5bc8322ccea0
      0f4cf2fb
  9. 20 Oct, 2014 1 commit
  10. 01 Oct, 2014 1 commit
  11. 11 Jul, 2014 1 commit
    • Wink Saville's avatar
      Stk: Support for modem re-start and ICC refresh · 94e982b8
      Wink Saville authored
      Uninstall the STK app, stop StkAppService and remove the idle text
      when StkAppService receives the CARD_ABSENT/CARD_ERROR status.
      
      IdleModeText and SETUP_MENU need to be cleared when a card refresh
      occurs.
      
      Bug: 12161291
      Change-Id: I626ff5196270377d02c570703f46c5b272a115fd
      (cherry picked from commit f48e483b46cfec93edc70fa9e39c8a7120b864f8)
      (cherry picked from commit 8390bbbbfa8e170e81e8a99ab997fb1406d8e81a)
      (cherry picked from commit dc0f924d464dbc093f1168f0e9a8bca8b0aea73c)
      94e982b8
  12. 25 Mar, 2014 1 commit
  13. 13 Mar, 2014 1 commit
    • Sanny Shang's avatar
      STK UI error when configuration changes · 886fc326
      Sanny Shang authored
      On any of the following configuration changes:
      
      - Phone orientation changed from portrait to landscape mode
      
      - Screen size changed
      
      - Keyboard hidden
      
      - MNC/MCC changed
      
      while the STK menu activity, dialog activity or input activity is
      active, the activity will be destroyed and a new instance created.
      
      This can cause inconsistencies in the UI.
      
      Add relevant configChanges in the manifest to prevent this.
      
      Change-Id: I430ac60f9fd3648d5c880ca57cf6c0ca75e3270e
      886fc326
  14. 11 Sep, 2013 1 commit
    • duho.ro's avatar
      STK : Fix STK input activity when rotated handset · dd7f2bed
      duho.ro authored
          When user is writing password in STK and then rotates the device,
          the password numbers are displaying. And STK send the unexpected
          Terminal Response to the UICC, so it causes wrong behavior.
          Bug: 10383311, 10382809
      
      Change-Id: I2fbce28a73fa15183e45bfc85791d4b11612aa4b
      dd7f2bed
  15. 03 Sep, 2013 1 commit
    • duho.ro's avatar
      STK : Fix STK input activity when rotated handset · ee36b6f7
      duho.ro authored
          When user is writing password in STK and then rotates the device,
          the password numbers are displaying. And STK send the unexpected
          Terminal Response to the UICC, so it causes wrong behavior.
          Bug: 10383311, 10382809
      
      Change-Id: I2fbce28a73fa15183e45bfc85791d4b11612aa4b
      ee36b6f7
  16. 28 Sep, 2012 1 commit
  17. 11 Feb, 2010 1 commit
  18. 09 Jun, 2009 1 commit
  19. 04 Mar, 2009 2 commits
  20. 18 Dec, 2008 1 commit
  21. 21 Oct, 2008 1 commit