- 26 Jun, 2015 1 commit
-
-
Amit Mahajan authored
Bug: 21697171 Change-Id: I7649c7341428194963ac74e9ae622dfa76ea738b
-
- 06 Feb, 2015 1 commit
-
-
w30234 authored
Bug: 19282177 Change-Id: Ie47020d49abef0c2296b96e5b3a78445e6e44fb6
-
- 16 Jan, 2015 1 commit
-
-
Legler Wu authored
1. Set StkMainActivity as default disabled 2. Only set StkMainActivity as enabled when receiving Setup menu from the SIM Bug: 18999216 Change-Id: I1b1233f478b67d008c042690e542e2d6158e34f1
-
- 13 Jan, 2015 1 commit
-
-
w30234 authored
Bug: 18943616 Change-Id: I9c3ff78d38783e78bae47010ab2fc411e68e019d
-
- 05 Jan, 2015 1 commit
-
-
Geoff Mendal authored
Change-Id: Ia6e6336e49d8bbf9362d428a103e255157bc9169 Auto-generated-cl: translation import
-
- 23 Dec, 2014 1 commit
-
-
Baligh Uddin authored
Change-Id: Iace8defdff7d3e6059f7b3146d523f43b15f5736 Auto-generated-cl: translation import
-
- 17 Dec, 2014 2 commits
-
-
Geoff Mendal authored
Change-Id: I094ee88e9030cb02c8bb696e25fe5d4dc03f6ad5 Auto-generated-cl: translation import
-
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
-
- 10 Dec, 2014 1 commit
-
-
Geoff Mendal authored
Change-Id: Ia5e24d4ae15f39a55b35404ec11aa7a4c64a2a4a Auto-generated-cl: translation import
-
- 08 Dec, 2014 3 commits
-
-
xinhe authored
-
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
-
Geoff Mendal authored
Change-Id: I9c7627e8dd4e17efa2521c7097744fbd56b23aca Auto-generated-cl: translation import
-
- 04 Dec, 2014 1 commit
-
-
Geoff Mendal authored
-
- 03 Dec, 2014 1 commit
-
-
Geoff Mendal authored
Change-Id: I73401e964d6a9894bb2f10d5cef4b7badfc914cc Auto-generated-cl: translation import
-
- 02 Dec, 2014 1 commit
-
-
w30234 authored
Bug: 18238734 Change-Id: I7903fd1a11c0e0294d6f9dac0a9af855da023707
-
- 01 Dec, 2014 2 commits
-
-
Preeti Ahuja authored
When the device is not in an interactive state or when the screen off intent is received from the framework, we can assume that the screen is idle. Add support for idle screen available set up event list and event download. Handle normal priority and high priority display text correctly. Launch the Idle Mode Text when the idle screen notification is received. Bug: 18274506 Change-Id: Iff69fd8f998746a0fe37577b2bb63086478ef448
-
Preeti Ahuja authored
- Per specification 102223 section 6.4.13: If the first alpha identifier is not provided by the UICC or is a null data object (ie. length is zero and has no value part) , the default setup call message is sent. Bug: 17646476 Change-Id: Ic978b262b41e8bd811fb87c2194830942594d5c8
-
- 21 Nov, 2014 1 commit
-
-
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
-
- 18 Nov, 2014 6 commits
-
-
Preeti Ahuja authored
1. Handle high priority and normal priority display text command correctly. 2. For display text with immediate response, send the terminal response immediately after showing the text dialog. Block all responses from StkDialogActivity, if display text is with immediate response. Remove the check for response needed in StkAppService, since un wanted responses are already blocked in StkDialogActivity. 3. While the text is being displayed if a next Proactive command is received, it should be acted upon immediately. Bug: 17553408 Change-Id: I8dd74e0fb1434b0753cedfea2f2fcc1ba2f18067
-
Preeti Ahuja authored
Stk: Timer not getting cancelled after user response After user response, the timer should be cancelled. Else the timer would expire and sends an untimely Terminal response with RES_ID_TIMEOUT. Stk: StkDialog activity should not cancel timer when it is paused During display text, if any higher / lower priority events such as incoming call, new sms, screen off intent, notification alerts, user actions such as 'User moving to another activtiy' etc.. occur during Display Text ongoing session, this activity would receive 'onPause()' evt resulting in cancellation of the timer. As a result no terminal response is sent to the card Stk: StkMenu/StkInput activity should not cancel timer when paused During SelectItem / GetInkey / GetInput, if any higher / lower priority events such as incoming call, new sms, screen off intent,notification alerts, user actions such as 'User moving to another activtiy' etc.. occur during SELECT ITEM / GETINKEY / GETINPUT ongoing session respectively, the respective activity would receive 'onPause()' evt resulting in cancellation of the timer. As a result no terminal response is sent to the card Bug: 17553408 Change-Id: I0a214c037c3a53f65484104bb819c91bbea7fddd
-
Amit Mahajan authored
-
xinhe authored
-
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
-
xinhe authored
This APP should not be available for secondary user Bug:18224707 Change-Id: Iaa4201751ae181820398625188efd6ae87f4317a
-
- 14 Nov, 2014 1 commit
-
-
Preeti Ahuja authored
Handle ALPHA_NOTIFY and display a toast mesage to user. Bug: 17646476 Change-Id: I44726cb4d124be4c088660faf9fe5bc8322ccea0
-
- 20 Oct, 2014 2 commits
-
-
Wink Saville authored
* commit 'e68857da': STK App DSDS support
-
Wink Saville authored
Change-Id: I8d0a9ac406327fa91d78119df2953a417b4e4cb6
-
- 19 Oct, 2014 3 commits
-
-
Baligh Uddin authored
* commit '20132976': Import translations. DO NOT MERGE
-
Baligh Uddin authored
* commit '37b4159e': Import translations. DO NOT MERGE
-
Baligh Uddin authored
Change-Id: Ib9a0992ae73567a5f681cf31e2afb18e0c0bf3bf Auto-generated-cl: translation import
-
- 01 Oct, 2014 3 commits
-
-
duho.ro authored
The intent name is not match with CatService. It affects with install and uninstall STK app when card status changed. Bug:17463742 Change-Id: I9a4bab72411fce39846d7d11e6a15519d58c1d7a
- 30 Sep, 2014 2 commits
-
-
Baligh Uddin authored
* commit 'b20710ef': Import translations. DO NOT MERGE
-
Baligh Uddin authored
* commit '69f97b34': Import translations. DO NOT MERGE
-
- 29 Sep, 2014 1 commit
-
-
Baligh Uddin authored
Change-Id: I80e552c0fc2c30d259dca1f5ece071aae2b47f70 Auto-generated-cl: translation import
-
- 25 Sep, 2014 3 commits
-
-
w30234 authored
Bug: 17553563 Change-Id: I2248204a6fec5c9666b177c4a216ca9d22737230
- 16 Sep, 2014 1 commit
-
-
Baligh Uddin authored
* commit '9b3f409c': Import translations. DO NOT MERGE
-