Alexandre Lissy
868f93d340
Bug 1089619 - Stop abusing the Settings API from Gonk GPS. r=kanru
...
GPS handling for Gonk abuses the Settings API in two ways. First, on
mozsettings-changed event, it will trigger two new requests to read
values (debug enabled and GPS locations ignore). This is useless since
the event already contains the key that has changed and the new value,
so there is no need to do a createLock().get() call. Then, in startup
code, the Init() method is supposed to check itself whether it is
already running. This is done through the mStarted boolean. The same
Init() method is responsible for adding the mozsettings-changed
observer, which is removed by the Shutdown() method. Investigation on
device by using the Geolocation API has proven that we were leaking some
observers. This is because checking mStarted boolean is performed after
we request settings values and we install the mozsettings-changed
observer. So any time the Init() gets called, we install it but we just
remove it once in Shutdown().
2014-10-30 07:42:00 -04:00
Szu-Yu Chen [:aknow]
169196a84c
Bug 1090776 - Prevent DataCloneError. r=hsinyi
2014-10-29 03:09:00 -04:00
Bevis Tseng
eedb6094ed
Bug 1088573 - Part 1: Ensure that the |length| argument to GsmPduHelper.readSeptetsToString() is an integer. r=echen
2014-10-29 16:45:43 +08:00
Jessica Jong
02a7c68ca8
Bug 1052836 - Part 3: Use enums for preferred network type in nsIMobileConnectionService.idl (gonk). r=echen
2014-10-30 02:57:00 -04:00
Edgar Chen
f8238c6d55
Bug 1085307 - [Icc] Deprecate IccCardLockError.lockType. r=smaug,hsinyi
2014-10-24 16:04:04 +08:00
Henry Chang
470fac1b4a
Bug 1087152 - Ignore the failure cause by ifc_remove_route "0.0.0.0" or "::". r=vchang
2014-10-22 19:55:17 +08:00
Bevis Tseng
bfda9ecd0e
Bug 1072069 - Part 2: Test cases to verify CPHS_INFO and CPHS_MBN and the recovery of CPHS_MBN when failure from readMBDN. r=echen
2014-10-14 19:57:17 +08:00
Bevis Tseng
f694df3f72
Bug 1072069 - Part 1: Read CPHS Mailbox Numbers (0x6F17) when MBDN is invalid. r=echen
2014-10-14 16:26:04 +08:00
Tamara Hills
62cbbe5df9
Bug 1075699 - Calling voicemail by long-pressing the 1 button displays an error and then calls. r=hsinyi
2014-10-22 09:01:00 -04:00
Bevis Tseng
aff49fbac6
Bug 1087131 - Part 1: Filter DCS of STK Text String with MASK(0x0C) instead of (0x0F) according to 3GPP TS 23.040. r=echen
2014-10-22 18:26:50 +08:00
Jessica Jong
8643dd2c80
Bug 1052843 - Part 3: Use enums for MobileRadioState in nsIMobileConnectionService.idl (gonk). r=echen
2014-10-24 17:12:35 +08:00
Edgar Chen
02d72943c4
Bug 1087839 - Fix JavaScript Warning: "ReferenceError: reference to undefined property rilContext.iccInfo.iccid". r=hsinyi
2014-10-23 14:33:13 +08:00
Szu-Yu Chen [:aknow]
b6259c3665
Bug 978639 - Part 7: follow-up of a typo for currentConferenceState. r=hsinyi
2014-10-23 18:45:53 +08:00
Ryan VanderMeulen
a8384fd2d1
Merge b2g-inbound to m-c. a=merge
2014-10-22 16:03:57 -04:00
Bevis Tseng
008ca8217a
Bug 1085765 - Part 1: Bail out earlier from GsmPDUHelper.readUserData() when there is no further data to read. r=htsai
2014-10-21 17:16:10 +08:00
Alphan Chen
46fb6f73a7
Bug 1084180 - Refine RemoveEntry - Don't remove only the entry but also its children if they exist. r=dhylands
2014-10-22 02:43:00 -04:00
Szu-Yu Chen [:aknow]
058a1bdba8
Bug 978639 - Part 5: Add hangUpConference method (ril). r=hsinyi
2014-10-20 03:13:00 -04:00
Jessica Jong
94d92feea1
Bug 1062912 - Part 3: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (tests). r=hsinyi
2014-10-22 18:12:09 +08:00
Jessica Jong
508fc043eb
Bug 1062912 - Part 2: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (impl). r=hsinyi
2014-10-22 18:12:07 +08:00
Jessica Jong
78df301642
Bug 1062912 - Part 1: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (idl). r=hsinyi
2014-10-22 18:12:05 +08:00
Dave Hylands
8b555620f4
Bug 1072567 - Fix bustage in unified build. r=dhylands
2014-10-21 18:59:04 -07:00
Dave Hylands
895b085975
Bug 1072576 - Register storages with MTP Server before starting it. r=echou
2014-10-21 17:28:12 -07:00
Szu-Yu Chen [:aknow]
5b749680d6
Bug 1059649 - Part 2: Remove pending conference check. r=hsinyi
2014-10-21 02:30:00 -04:00
Szu-Yu Chen [:aknow]
4c95578073
Bug 1059649 - Part 1: Redesign the logic of conference detection. r=hsinyi
2014-10-21 02:30:00 -04:00
Carsten "Tomcat" Book
f00bb60dcb
Backed out changeset d4a7883e0e92 (bug 978639)
2014-10-21 11:51:04 +02:00
Szu-Yu Chen [:aknow]
44c0238b96
Bug 978639 - Part 5: Add hangUpConference method (ril). r=hsinyi
2014-10-20 03:13:00 +02:00
Jessica Jong
d87173a898
Bug 1052842 - Part 3: Use enums for NetworkSelectionMode in nsIMobileConnectionService.idl (gonk). r=echen
2014-10-21 14:31:46 +08:00
Szu-Yu Chen [:aknow]
1e4c85d003
Bug 1077190 - Part 1: Correct the logic of audio state setting. r=hsinyi
2014-10-16 23:40:00 +02:00
Carsten "Tomcat" Book
82495ab4f5
Merge m-c to b2g-inbound
2014-10-16 16:16:53 +02:00
Szu-Yu Chen [:aknow]
93f501699a
Bug 1058397 - Part 4: Wrap system message. r=hsinyi
2014-10-15 02:51:00 -04:00
Szu-Yu Chen [:aknow]
ef47cb3598
Bug 1058397 - Part 3: USSDSession implement. r=hsinyi
2014-10-15 02:51:00 -04:00
Ryan VanderMeulen
b87718267b
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-10-15 14:31:16 -04:00
Alphan Chen
ad4cfd9f60
Bug 1074593 - Add AddEntryAndNotify and RemoveEntryAndNotify for file/folder change when MTP in use. r=dhylands
2014-10-14 19:34:00 +02:00
Edgar Chen
1057e938ec
Bug 1081810 - Part 1: Implement IccCardLockError in C++. r=smaug
2014-10-13 12:35:53 +08:00
Makoto Kato
48462210ac
Bug 1031647 - Change string API usage. r=ehsan
2014-10-15 20:00:52 +09:00
Jessica Jong
515cd526d4
Bug 1074037 - (follow-up) fix undefined variable name. r=edgar
2014-10-13 23:12:47 +08:00
Bevis Tseng
d5c14d1ed5
Bug 1072367 - Part 3: broadcast system message "cdma-info-rec-received" in MobileConnectionService. r=echen
2014-10-03 14:23:41 +08:00
Bevis Tseng
586a5a5e11
Bug 1072367 - Part 2: Decode EXTENDED_DISPLAY & SIGNAL properly. r=echen
2014-10-02 18:26:37 +08:00
Bevis Tseng
5387d2fe84
Bug 1072367 - Part 1: Broadcast 'cdma-info-rec-received' system message per record. r=echen
2014-10-02 14:04:27 +08:00
Randy Lin
492331aaf3
Bug 1074177 - DTMF tone are not coming on Bluetooth headset. r=mwu.
2014-10-16 12:40:09 +08:00
Makoto Kato
0f0cde0277
Backed out changeset 118d4c56c3c4 (bug 1031647)
2014-10-15 10:51:15 +09:00
Makoto Kato
cf59f71590
Bug 1031647 - Change string API usage. r=ehsan
2014-10-15 10:15:39 +09:00
Jessica Jong
650136cc9e
Bug 1074037 - B2G RIL: refine DataCall's canHandleApn() decision logic. r=edgar
2014-10-09 02:24:00 +08:00
Ryan VanderMeulen
ac521ef58b
Backed out changesets 3ad7043d2116, 774f695d8c0a, c7d7762d5e27, and 87cd44cd57b7 (bug 1058397) for non-unified bustage.
2014-10-09 12:13:35 -04:00
Szu-Yu Chen [:aknow]
803d1155e3
Bug 1058397 - Part 4: Wrap system message. r=hsinyi
2014-10-08 20:02:00 +02:00
Szu-Yu Chen [:aknow]
e610b4110e
Bug 1058397 - Part 3: USSDSession implement. r=hsinyi
2014-10-08 20:01:00 +02:00
Bevis Tseng
b4b8f8e470
Bug 1074092 - Move CBS Settings implementation from RadioInterfaceLayer to CellBroadcastService. r=htsai
2014-10-06 19:02:16 +08:00
Alphan Chen
7f69905218
Bug 1076715
- Add B2G supported playback formats for device info. r=dhylands
2014-10-08 03:16:00 +02:00
Vicamo Yang
b5125fff03
Bug 937485 - [WebIcc] use Webidl enum for cardState. r=edgar,smaug
2014-09-03 19:31:00 +08:00
Carsten "Tomcat" Book
433c32bb8c
Merge m-c to b2g-inbound a=merge
...
--HG--
extra : amend_source : 97412f1e791df737909df250fa3cf08eb9763504
2014-10-08 16:06:57 +02:00