summaryrefslogtreecommitdiffstats
path: root/src/com/android/stk/StkAppService.java
Commit message (Collapse)AuthorAgeFilesLines
* Stk: Fix crash due to race conditionAlex Yakavenka2012-07-271-11/+11
| | | | | | | StkAppService doesn't really need mStkService reference in the constructor. It will need it to respond to proactive command. By that time StkService has to exist (proactive command comes from it)
* am 764167cd: Add support of dislaying Alpha tag for BIP commandsKazuhiro Ondo2012-01-041-0/+129
|\ | | | | | | | | * commit '764167cd0542a766cafce2f30c7aba1cf9d4ea20': Add support of dislaying Alpha tag for BIP commands
| * Add support of dislaying Alpha tag for BIP commandsKazuhiro Ondo2011-12-211-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | am 2a0eb2ac: Update STK applicationdujin.cha2011-11-211-2/+4
|\ \ | |/ | | | | | | * commit '2a0eb2acdc369734e1264c8d8f9955d704508b53': Update STK application
| * Update STK applicationdujin.cha2011-11-211-2/+4
| | | | | | | | | | | | | | | | | | | | 1. Add checking for 'https://' url in LaunchBrowser() 2. Add 'Removing idle mode text' in launchIdleText() -the Idle text should be deleted while processing 'refresh' Bug : 5602742 Change-Id: Ifc374966a3fa91af0750dddfc6a8d713fd93bc45 Signed-off-by: dujin.cha <dujin.cha@samsung.com>
* | resolved conflicts for merge of 11320079 to masterJake Hamby2011-11-021-1/+8
|\ \ | |/ | | | | Change-Id: I64040d0fdc13e2510bc97ae47b8b3089e2e9339d
| * resolved conflicts for merge of 486c1d0d to ics-mr1Jake Hamby2011-11-021-1/+17
| |\ | | | | | | | | | Change-Id: I77a36bfbe444f5fcc926113c65baa5cfdd982f79
| | * STK: Fix ActivityNotFoundException in 'launch browser' cmd.dujin.cha2011-11-021-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ActivityNotFoundException while handling 'launch browser' STK command. If URL does not start with 'http://', it causes FATAL EXCEPTION. Bug: 5559107 Change-Id: I5af43eb4d584412e294f3789f60513de22a7b043 Signed-off-by: dujin.cha <dujin.cha@samsung.com>
* | | am dfd14622: am 046db4be: Fix NPE in STK application.Wink Saville2011-11-021-0/+4
|\ \ \ | |/ / | | | | | | | | | * commit 'dfd14622fab3463c3c62e0d402a3a4251feeee3e': Fix NPE in STK application.
| * | am 046db4be: Fix NPE in STK application.Wink Saville2011-11-021-0/+4
| |\ \ | | |/ | | | | | | | | | * commit '046db4bee9c4be21c61cc0d1b46ef46f21e315d8': Fix NPE in STK application.
| | * Fix NPE in STK application.Wink Saville2011-11-011-0/+4
| | | | | | | | | | | | | | | | | | | | | Fix NullPointerException while handling "refresh" command. Bug: 5451736 Change-Id: I10f8382527193d5240715559d97ef6c06ceb1672
| | * DO NOT MERGE. Fix crash in STK app when launching browserDavid Brown2011-10-261-8/+13
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Fix crash in STK app when launching browserDavid Brown2011-10-231-8/+13
|/ | | | | | | | | | | | | | | | | | | | | 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
* Fixing a Monkey crash in Stk.Pierre Fröjd2010-11-081-1/+3
| | | | | | | | Monkey test has reports nullpointer exception in the RES_ID_INPUT case. Added a null check to avoid future exceptions. Change-Id: I489e3f389d9f37aa8f48eee399ee32ed5967b33e
* CAT: Use new Cat package from frameworksAlex Yakavenka2010-07-121-33/+33
| | | | | | | 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
* Handle the case of Alpha Identifier being null.John Joseph2009-12-211-1/+1
| | | | | | | When Alpha string is NULL, blank screen should not be displayed for SEND SHORT MESSAGE proactive command. GCF Testcase UMTS SIM/USIM 27.22.4.10.1 SEND SHORT MESSAGE - SEQ 1.7
* Send OK in terminal response if command specifies user response is not needed.Naveen Kalla2009-12-031-1/+11
| | | | | | GCF Testcase GCF-PTCRB SAT/USAT 27.22.4.1.1seq1.5 expects OK if the command qualifier specifies no user response is required. Send OK instead of NO_RESPONSE_FROM_USER when userClear field is set to false.
* Handle null intent in StkAppService.John Wang2009-10-081-0/+7
| | | | Bug 2151421. The onStart() may be passed a null intent if a service is restarted and it need handle the null intent for now.
* Cleanup whitespace.Wink Saville2009-06-091-12/+12
|
* Update comment in onCreate.Wink Saville2009-05-291-6/+5
|
* AI 144185: Integrate cdma into the main code base.Wink Saville2009-04-021-1/+10
| | | | Automated import of CL 144185
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+743
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-743/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-8/+42
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+1
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-2/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+711