Commit Graph

252 Commits

Author SHA1 Message Date
Gene Lian
b05b7bb8b3 Bug 891756 - [sms][mms] Gecko needs to return proper error code to notify Gaia the address is invalid (part 1, "InvalidAddressError"). r=vicamo a=leo+ 2013-07-11 11:23:49 +08:00
Thomas Zimmermann
89d1f17564 Bug 886239: Remove retryCount from nsIDOMMobileConnection, r=vyang
The attribute retryCount is deprecated and removed by this
patch. When it lands, all users of retryCount have been
converted to getCardLockRetryCount.
2013-07-19 08:48:04 +02:00
Michael Henretty
b411ff1019 Bug 890909 - [Contacts API] migration code problem when matching using the substringMatching pref (eg in Brazil). r=gwagner 2013-07-18 16:17:41 -04:00
Jose Antonio Olivera Ortega
67268ec4f5 Bug 888904 - Part 3: RIL changes for CLIR support. r=vicamo 2013-07-17 23:18:29 +02:00
Szu-Yu Chen [:aknow]
2bd6d9d6a0 Bug 881142 - Part 4: Remove call state busy (RIL). r=hsinyi 2013-07-15 08:54:22 -04:00
Edgar Chen
3be1470efd Bug 875721 - Part 5: RIL implementation changes for iccInfo. r=allstars.chh 2013-05-30 19:14:39 +08:00
Ken Chang
27680ed749 Bug 837488 - B2G RIL: Using array for data call settings and handling multiple sharing on one APN connection. r=hsinyi 2013-07-12 12:44:22 +08:00
Hubert Figuiere
6e97d4bac4 Bug 891497 - Fix typo in debug message. r=vyang 2013-07-10 12:19:00 -04:00
Thomas Zimmermann
55ec72cfaf Bug 875710: Added getCardLockRetryCount to nsIIccProvider, r=vyang, sr=mounir
This patch adds getCardLockRetryCount to nsIIccProvider and its
implementations. This method allows callers to query the number
of remaining tries for unlocking a SIM-card lock. Supported locks
are 'pin', 'puk', 'pin2', 'puk2', 'nck', 'cck', and 'spck'. The
call returns a DOM request that returns the retry count in its
success handler, or signals an appropriate error.

Reading the retry count is an optional feature and may not be
supported for all lock types. In this case the DOM request receives
and error with the name GECKO_ERROR_NOT_SUPPORTED. For an invalid
lock type, the error name is GECKO_ERROR_GENERIC_FAILURE.

getCardLockRetryCount replaces retryCount in nsIDOMMobileConnection,
which is now deprecated.

--HG--
extra : rebase_source : d1d11612f836652dca85f7c701f09e7af962e3b7
2013-07-09 16:06:05 +02:00
Edgar Chen
4ffae916e9 Bug 874744 - Part 3: Send cardstatechange event to iccManager. r=allstars.chh 2013-05-22 17:32:18 +08:00
Vicamo Yang
0d4d9c83eb Bug 814581 - Part 8/8: fix debug messages as well. r=hsinyi,yoshi 2013-07-02 17:36:58 +08:00
Vicamo Yang
6688aed04b Bug 814581 - Part 5/8: fix MobileMessage. r=gene 2013-07-02 17:36:47 +08:00
Vicamo Yang
a64909caea Bug 814581 - Part 3/8: dispatch RIL messages. r=hsinyi,yoshi 2013-07-02 17:36:40 +08:00
Vicamo Yang
95908fdbe3 Bug 814581 - Part 2/8: create multiple intances of RadioInterface. r=hsinyi,yoshi 2013-07-02 17:36:37 +08:00
Ken Chang
269eacf27e Bug 884829 - follow up - fix typo. r=hsinyi 2013-06-28 13:08:52 +08:00
Ken Chang
86f97c9cb4 Bug 884829 - [MMS] Impossible to send/receive MMS when Wi-Fi and cellular data on. r=hsinyi 2013-06-28 09:46:00 +08:00
Gene Lian
7f9ede1270 Bug 885652 - B2G SMS: DOMRequest in sending SMS API does not trigger onsuccess or onerror function when the SIM card is not installed or radio is disabled. r=vicamo a=leo+ 2013-06-24 20:08:30 +08:00
Edgar Chen
24bef0b0fe Bug 860585 - Part 3: RIL implementation changes for cardLock. r=allstars.chh 2013-04-11 15:12:09 +08:00
Edgar Chen
e693398dff Bug 868934 - Support selecting authentication type for data call. r=hsinyi 2013-05-06 16:58:56 +08:00
Szu-Yu Chen [:aknow]
93c97c6d9b Bug 875243 - B2G RIL: fix some coding style. r=hsinyi 2013-06-10 10:41:14 +08:00
Vicamo Yang
68a43a581d Bug 874273: B2G RIL - return correct voice network type. r=yoshi 2013-06-07 16:50:10 +08:00
Vicamo Yang
870d07b241 Bug 879671 - 2/2: add ril.cellbroadcast.disabled pref to disable Cell Broadcast completely. r=yoshi 2013-06-07 15:32:24 +08:00
Vicamo Yang
65afe3b213 Bug 879671 - 1/2: pass multiple initial options to ril_worker. r=yoshi 2013-06-07 15:32:20 +08:00
Alexandre Lissy
8da3611a5b Bug 879695 - Notify the modem that screen state has been changed. r=vicamo,kanru
This seems to be needed on some devices to ensure proper low power state
of the modem.
---
 dom/system/gonk/RadioInterfaceLayer.js | 15 +++++++++++++++
 widget/gonk/nsWindow.cpp               |  9 +++++++++
 2 files changed, 24 insertions(+)
2013-06-06 15:28:59 +08:00
Vicamo Yang
0f9a2f25c2 Bug 872219 - 1/2: B2G SMS - check number of segments in getSegmentInfoForText(). r=gene 2013-05-23 19:42:29 +08:00
Szu-Yu Chen [:aknow]
67c05569bb Bug 818393 - Part 3: Call barring RIL implementation. r=htsai.
---
 dom/system/gonk/RILContentHelper.js    |  112 +++++++++++++++++++++++++++++++-
 dom/system/gonk/RadioInterfaceLayer.js |   38 +++++++++++
 dom/system/gonk/ril_consts.js          |   19 ++++++
 dom/system/gonk/ril_worker.js          |   31 +++++++++
 4 files changed, 199 insertions(+), 1 deletion(-)
2013-05-21 13:13:37 +08:00
Edgar Chen
e824e7154e Bug 859220 - Part 3: Separate IPC messages in RadioInterfaceLayer. r=allstars.chh 2013-04-09 14:18:43 +08:00
Gene Lian
0463bdbb4d Bug 870562 - B2G MMS: Fail to expose correct MMS message threadID. r=vicamo a=leo+ 2013-05-10 16:16:24 +08:00
Hsin-Yi Tsai
f573249777 Bug 869306 - Add call.isOutgoing for BT Cert. r=allstars.chh 2013-05-08 18:39:05 +08:00
Jose Antonio Olivera Ortega
a262a77020 Bug 863130 - (Regional) The SMS delivery report is on by default. r=vicamo 2013-05-07 16:26:03 +02:00
Michael Vines
ac3702f0b2 Bug 860660 - Content process support for display of PIN/PUK retry count. r=vyang 2013-05-06 14:03:00 -07:00
Ryan VanderMeulen
6454442579 Backed out changeset 4270acd843cc (bug 863130) for B2G Marionette failures. 2013-05-06 08:57:03 -04:00
Jose Antonio Olivera Ortega
cb0be5c3e0 Bug 863130 - (Regional) The SMS delivery report is on by default. r=vicamo 2013-05-06 10:20:23 +02:00
Fabrice Desré
f602313421 Bug 866272 - expose privileged access to mcc+mnc pair for last home network and roaming network r=gal 2013-05-02 18:37:51 -07:00
Yoshi Huang
9705bebd65 Bug 847741 - Part 5: readContacts impl. r=vicamo 2013-03-06 10:51:40 +08:00
Ryan VanderMeulen
2da4f75cb1 Backed out changesets 1ae920a04d36 and a12273aa858b (bug 866272) for Marionette failures. 2013-05-03 00:12:42 -04:00
Fabrice Desré
8307a89352 Bug 866272 - followup to fix typo, r=gal 2013-05-02 19:10:23 -07:00
Fabrice Desré
0bc8db7dea Bug 866272 - expose privileged access to mcc+mnc pair for last home network and roaming network r=gal 2013-05-02 18:37:51 -07:00
Jose Antonio Olivera Ortega
8a96d4623c Bug 859318 - Part 3: RIL changes for call waiting functions. r=vicamo 2013-04-18 14:18:50 +02:00
Patrick Wang
28167a9306 Bug 860604 - Use receiving time to store received sms message. r=vicamo 2013-04-16 16:52:16 +08:00
Vicamo Yang
211c0ab4e0 Bug 850127 - 3/3: RIL & test cases. r=gwagner 2013-04-05 20:16:01 +08:00
Hsin-Yi Tsai
9f8e7f10dd Bug 855643 - B2G RIL: actively update networkSelectionMode at the first time querying. r=allstars.chh 2013-03-29 10:56:07 +08:00
Edgar Chen
c7f0bb70c5 Bug 852815 - Correct Icc related naming in RadioInterfaceLayer and RILContentHelper. r=allstars.chh 2013-03-25 11:09:01 +08:00
Hsin-Yi Tsai
80e2e708b6 Bug 849185 - Disable the airplane mode when an emergency number is dialed. r=allstars.chh 2013-03-18 17:03:49 +08:00
Edgar Chen
6252fee3d7 Bug 855186 - Call error message dose not expose to DOM correctly. r=vyang 2013-03-27 12:37:01 +08:00
Gene Lian
8a4e353b62 Bug 850680 - B2G MMS: broadcast "sms-received" and "sms-sent" system messages (part 2, broadcast system messages). r=vicamo 2013-03-22 20:16:43 +08:00
Gene Lian
4a2eaeff62 Bug 850680 - B2G MMS: broadcast "sms-received" and "sms-sent" system messages (part 1, code clean-up). r=vicamo 2013-03-22 19:29:25 +08:00
Edgar Chen
3c8fe15a90 Bug 847820 - Part 3: RIL implementation. r=allstars.chh 2013-03-06 10:12:23 +08:00
Gene Lian
dcf1f7e4a0 Bug 847738 - B2G MMS: provide nsIDOMMobileMessageManager.getMessage(). r=vicamo sr=sicking a=leo+ 2013-03-08 11:46:16 +08:00
Gene Lian
9fe417700a Bug 844431 - B2G MMS: provide nsIDOMMobileMessageManager interface (with sendMMS() first) (part 4-2, nsIMmsService.send()). r=vicamo a=leo+ 2013-03-09 15:22:25 +08:00