Commit Graph

380 Commits

Author SHA1 Message Date
Jessica Jong
284b3d9a9d Bug 952374 - [Fugu] data connectivity lost after left idle. r=hsinyi 2014-01-23 17:05:04 +08:00
Jessica Jong
2dc47f8885 Bug 960961 - Part 3: add logs for setup/deactivate data call. r=vicamo 2014-01-23 16:44:49 +08:00
Jessica Jong
9f768e43b3 Bug 960961 - Part 2: remove ril logs or wrap them with DEBUG flag. r=vicamo 2014-01-23 16:44:20 +08:00
Edgar Chen
513dd1c926 Bug 952386 - Disable radio power by default when b2g bootup. r=hsinyi 2014-01-16 14:30:03 +08:00
Nicolas Del Piano
8dfbefa736 Bug 957084 - Allow the sending of empty SMS messages (Gecko side). r=gene
This patch allows to send empty messages. The fragmentText function did not
contemplate the empty message case. So, I changed and added some behaviours
that removed the conflict.
2014-01-18 11:13:35 -03:00
Gene Lian
543129e190 Bug 931699 - SNTP can only update system time when WiFi or Mobile gets connected (not MMS/SUPL). r=skao,echen 2013-10-29 16:13:06 +08:00
Ryan VanderMeulen
766f58f92e Backed out changeset 658e616bd231 (bug 957084) for marionette-webapi orange. 2014-01-15 13:24:02 -05:00
Nicolas Del Piano
0d40ec0200 Bug 957084 - Allow the sending of empty SMS messages (Gecko side). r=gene
This patch allows to send empty messages. The fragmentText function did not
contemplate the empty message case. So, I changed and added some behaviours
that removed the conflict.
2014-01-15 10:14:10 -03:00
Szu-Yu Chen [:aknow]
c36187278b Bug 943215 - Control radio according to cardState. r=hsinyi 2014-01-15 09:40:49 -05:00
Edgar Chen
2ac81619cd Bug 952043 - Part 3: RIL implementation for providing the network types supported by platform. r=hsinyi 2014-01-08 14:10:58 +08:00
Vicamo Yang
3adfe70669 Bug 959503: B2G RIL - move netHelper related code up to RadioInterfaceLayer.js. r=hsinyi 2014-01-14 18:33:28 +08:00
Fabrice Desré
2c914fcce1 Bug 958773 - Don't use js-ctypes in the ril worker r=vicamo 2014-01-13 10:16:05 -08:00
Ed Morley
302720f260 Backed out changeset 5c6a41cf65df (bug 958773) for marionette-webapi test failures 2014-01-14 09:36:43 +00:00
Fabrice Desré
e1133ea624 Bug 958773 - Don't use js-ctypes in the ril worker r=vicamo 2014-01-13 10:16:05 -08:00
Vicamo Yang
e5f2059a8f Bug 934125 - 2.b/3: fix alignment. r=gene
for f in `git show --name-only | grep ^dom/`; do
  [ -n "`grep -e '\w\+: function([^)]*\$' $f`" ] && echo $f;
done | xargs sh -c 'rvim "$@" </dev/tty' asdf
2014-01-13 10:44:44 +08:00
Vicamo Yang
403507648e Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e '/\w\+:/ {N; s/\(\w\+\):\s*function \(\w\+\)(/\1: function(/g}';
done
grep -nRe '\w\+: function \w\+(' $RILDIRS
2014-01-13 10:44:40 +08:00
Vicamo Yang
8239e28db4 Bug 934125 - 1/3: s/function \+(/function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e 's/function \+(/function(/';
done
2014-01-13 10:44:33 +08:00
Jessica Jong
d665550b87 Bug 952371 - Part 3: ril implementation - [DSDS] mozMobileconnection.lastKnownNetwork and .lastKnownHomeNetwork aren't working. r=hsinyi 2014-01-08 18:54:34 +08:00
Szu-Yu Chen [:aknow]
ae2d20d7ef Bug 951030 - Radio state rollback. r=hsinyi 2014-01-02 10:39:26 -05:00
Jessica Jong
a84e29bf55 Bug 943191 - Part 2: Attach/detach data registration on demand (for fugu). r=hsinyi 2013-12-20 15:56:35 -05:00
Jessica Jong
25a6ede398 Bug 943191 - Part 1: Move dsds data setup handling to RadioInterfaceLayer. r=hsinyi 2013-12-20 15:56:35 -05:00
Gene Lian
b94e9d8c60 Bug 901457 - [sms][mms] We need a property for the "sent" timestamp (part 2, implementation). r=vicamo 2013-09-23 10:31:32 +08:00
Szu-Yu Chen [:aknow]
f39e3b808f Bug 949876 - Fix setRadioEnabled queueing method. r=hsinyi 2013-12-13 11:46:23 -05:00
Bevis Tseng
72a35074b9 Bug 768441 - Part 1: Support Stored Message Waiting Indicators. r=vyang 2013-12-06 17:35:13 +08:00
Jessica Jong
95f0015641 Bug 944225 - Part 3: Add set/getPreferredNetworkType() API (ril). r=hsinyi 2013-12-11 11:15:03 +08:00
Bevis Tseng
9da5898788 Bug 946081 - [B2G][SMS] Store MWI Message Into Message Inbox if MWI is Store Message Type. r=vyang 2013-12-06 11:18:17 +08:00
Bevis Tseng
90344ddac7 Bug 943749 - B2G SMS: Support Class 2 SMS received and stored in SIM. r=vyang 2013-12-04 18:52:31 +08:00
Edgar Chen
fdb623e1db Bug 942096 - Extend stk system message to support multiple sim. r=hsinyi 2013-11-25 18:10:34 +08:00
Shawn Ku
b7fffbc4b0 Bug 931722 - Part 1: RIL related code change. r=hsinyi 2013-11-27 15:45:31 +08:00
Edgar Chen
c63fe6b98b Bug 944234 - Same message type with different client id should be treated as a different message. r=hsinyi 2013-11-28 18:10:38 +08:00
Szu-Yu Chen [:aknow]
4785d38c38 Bug 942731 - Fix unexpected reverse. r=vicamo 2013-11-26 13:58:41 -05:00
Szu-Yu Chen [:aknow]
39a1ef28f5 Bug 942218 - Fix isRadioChanging. r=hsinyi 2013-11-26 13:58:28 -05:00
Jessica Jong
b2ee9a8e21 Bug 926372 - B2G DSDS: setup data call. r=hsinyi 2013-11-22 10:16:31 -05:00
Szu-Yu Chen [:aknow]
7850223693 Bug 856553 - Part 4: Add setRadioEnabled API (ril). r=hsinyi 2013-11-21 09:09:14 -05:00
Szu-Yu Chen [:aknow]
2ee44099f2 Bug 935537 - Fix powerOffRadioSafely. r=hsinyi 2013-11-20 11:14:43 -05:00
Vicamo Yang
05c75149f1 Bug 736708 - 1/3: WebSMS - support Replace-Short-Message-Type. Don't return next message id. r=gene 2013-11-20 03:46:12 +08:00
Edgar Chen
1ed918e4dc Bug 930918 - Don't expose CDMA MIN due to security concern. r=allstars.chh,hsinyi 2013-11-04 16:39:27 +08:00
Chuck Lee
da65bd5c42 Bug 859215 - 0003. Get SMSC address in RIL. r=vicamo 2013-09-16 10:12:40 +08:00
Gene Lian
206c17fcfa Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 5-2, MMS APN settings). r=vicamo 2013-11-02 18:17:58 +08:00
Gene Lian
bdcb32b615 Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 5-1, clean up the APN setting logic). r=vicamo 2013-11-02 18:17:45 +08:00
Gene Lian
cf9cc1a96d Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 4, handle service ID). r=vicamo 2013-11-02 18:17:35 +08:00
Gene Lian
5975f19417 Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 3, add ICC ID). r=vicamo 2013-11-02 18:17:25 +08:00
Gene Lian
27f8014574 Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 2, IPDL for IPC). r=vicamo 2013-11-02 18:17:16 +08:00
Gene Lian
50e6f0f727 Backout b796080cf4d0 (bug 931699) due to causing bug 933787. 2013-11-02 17:41:29 +08:00
Gene Lian
e28d1ba93c Bug 933207 - B2G SMS & MMS: Fire system messages for the delivery reports (follow-up). r=ctai 2013-11-01 22:45:57 +08:00
Hsin-Yi Tsai
9fcdef8cf3 Bug 912849 - part4 - gonk & ril impl. r=vicamo 2013-10-28 14:46:54 +08:00
Gene Lian
ad742be574 Bug 887159 - B2G SMS: Handle message delivered timestamp for delivery report (part 2, implementation and tests). r=vicamo 2013-11-01 20:00:55 +08:00
Gene Lian
27e1260179 Bug 933207 - B2G SMS & MMS: Fire system messages for the delivery reports. r=ctai 2013-11-01 17:55:54 +08:00
Szu-Yu Chen [:aknow]
d1bcf0e041 Bug 814625 - Part 8: RIL: Add multisim support. r=hsinyi 2013-10-31 08:05:52 -04:00
Ryan VanderMeulen
6a6ba035dd Backed out 9 changesets (bug 814625) for desktop build bustage.
Backed out changeset a107de5616a0 (bug 814625)
Backed out changeset 416665a419f4 (bug 814625)
Backed out changeset b6fc8734864f (bug 814625)
Backed out changeset 9f5e2e44a914 (bug 814625)
Backed out changeset 17b3050df362 (bug 814625)
Backed out changeset 43a047c081c8 (bug 814625)
Backed out changeset 90bdcd099320 (bug 814625)
Backed out changeset 8957cc31cce2 (bug 814625)
Backed out changeset de45eb7a8d16 (bug 814625)
2013-10-30 15:48:39 -04:00