summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Allow non-persistent manual network selection." into mnc-dr-devShishir Agrawal2015-09-182-3/+8
|\
| * Allow non-persistent manual network selection.Shishir Agrawal2015-09-102-3/+8
| | | | | | | | | | | | | | | | | | | | | | Allow the API to specify if the selection should be persisted across reboots. This also has the side affect of not notifying the user when signal is lost. Necessary becasue the API might be used transparent to the user and the notifications will be bizarre. Bug: 23971948 Change-Id: Ibb15144fb8a61f63a9c967d875d9ce8c70520ff0
* | Added a carrier config key for emergency messages on/off option always showing.Jack Yu2015-09-141-0/+9
| | | | | | | | | | | | | | | | | | | | Adding a carrier config key that allows carriers to show "Turn on Notifications" checkbox in Settings->More->Emergency broadcasts setting menu. If this key exists and is set to true, this checkbox will always show up regardless of developer options turned on or not. bug:23886750 Change-Id: I54dec5830653a0e27d7ee652effe572231f1e3bb
* | Add capability to ignore carrier entitlement checksChris Manton2015-09-111-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Boolean to check to ignore carrier entitlement check. API to follow later. Carrier configuration manager has an option to override tethering entitlement checks. Ignore entitlement checks if overridden by the carrier configuration flag. bug:23712807 Change-Id: I6c9b3b9994279e592db304debef54809338fe9cf
* | Merge "Add carrier config for characters to escape with backslash." into ↵Tyler Gunn2015-09-111-0/+12
|\ \ | | | | | | | | | mnc-dr-dev
| * | Add carrier config for characters to escape with backslash.Tyler Gunn2015-09-101-0/+12
| |/ | | | | | | | | Bug: 22779583 Change-Id: I21ab2c9a4f15bcf96c5b978e7cac4638db259087
* | Merge "Add a new carrier config for DTMF tone gap." into mnc-dr-devRoshan Pius2015-09-111-0/+9
|\ \ | |/ |/|
| * Add a new carrier config for DTMF tone gap.Roshan Pius2015-09-101-0/+9
| | | | | | | | | | | | | | | | | | Adding a new carrier config key to specify the gap between the DTMF tones sent out to the network. This is the same fix as ag/747865 ported for GSM connections. BUG: 23064351 Change-Id: I4163323378e380ac187493fa91694721269124b9
* | Add carrier config variable to hide preferred network typeSungmin Choi2015-09-091-0/+7
| | | | | | | | | | Bug: 23862319 Change-Id: I99403f358f0b53f366083edafc3762f5679b0b45
* | Merge "Add carrier config variable to hide ims apn" into mnc-dr-devVineeta Srivastava2015-09-091-0/+7
|\ \
| * | Add carrier config variable to hide ims apnSungmin Choi2015-09-081-0/+7
| |/ | | | | | | | | Bug: 23770219 Change-Id: I691d2594384196852d7128a9b4969ba9a861205c
* | Merge "Add carrier config for specifying invalid characters." into mnc-dr-devTyler Gunn2015-09-091-0/+11
|\ \ | |/ |/|
| * Add carrier config for specifying invalid characters.Tyler Gunn2015-09-041-0/+11
| | | | | | | | | | | | | | | | | | Some carriers have the need to strip out certain invalid characters in instant lettering (e.g. call subject) messages. This carrier config is added for that purpose. Bug: 22779583 Change-Id: I165dc125e6d40a0a85442ff138a77d286eb83a4c
* | Merge "IMS: Fix registrationFeatureCapabilityChanged declaration in AIDL" ↵Pavel Zhamaitsiak2015-09-041-1/+1
|\ \ | | | | | | | | | into mnc-dr-dev
| * | IMS: Fix registrationFeatureCapabilityChanged declaration in AIDLPavel Zhamaitsiak2015-09-021-1/+1
| |/ | | | | | | | | | | | | | | | | | | Two arrays are passed from caller (in this case IMS service implementation) to listener (in this case client of ImsManager). Listener is not modifying arrays and caller is not expecting data to be returned back. Bug: 23749309 Change-Id: I6231cfd16852acfca88ee43e8538b2440058d774
* | Merge changes from topic 'TDSCDMA support' into mnc-dr-devAmit Mahajan2015-09-035-8/+182
|\ \ | |/ |/| | | | | | | * changes: Add TDSCDMA family Telephony: Add TD-SCDMA SignalStrength
| * Add TDSCDMA familySungmin Choi2015-08-313-0/+80
| | | | | | | | | | Bug: 22639018 Change-Id: I7a65337838ef3dfa24ce8b59564ec831c5cb5094
| * Telephony: Add TD-SCDMA SignalStrengthSungmin Choi2015-08-312-8/+102
| | | | | | | | | | Bug: 22639018 Change-Id: I0381e18fb65807c88290df1f2333b2636f0b0c18
* | Merge "Reformat only KR numbers with leading "+82"." into mnc-dr-devRoshan Pius2015-09-021-3/+8
|\ \
| * | Reformat only KR numbers with leading "+82".Roshan Pius2015-09-011-3/+8
| |/ | | | | | | | | | | | | | | | | | | | | | | Looks like the phonenumber util can figure out the country code of a phone number to format from the localization data even if it is not explicitly present in the phone number string. So, adding an explicit check to make sure that the country code(+82) was fetched from the original number string which was the intention of the fix for b/22862845. BUG: 23661668 Change-Id: I26ba03d759e0ec35a195ba51bf60d09eff8de090
* | Rename carrier config constant.Tyler Gunn2015-08-311-1/+1
| | | | | | | | | | Bug: 23063217 Change-Id: I0050f0009a7681df1b04edbbd9331bc2918464a2
* | Add carrier config for allowing non-emerg calls in ECM mode.Tyler Gunn2015-08-311-0/+10
|/ | | | | | | | Default value is TRUE for all carriers, meaning that non-emergency calls are allowed even when the phone is in emergency callback mode. Bug: 23063217 Change-Id: I4a227ce64a1e594a055560f42c7611c8eccdae0f
* Support uneditable enhanced 4g lte mode configSungmin Choi2015-08-291-0/+7
| | | | | Bug: 23539759 Change-Id: I069d994eaef2f57c3d01ff2f36abcd274da431a5
* Merge "Reformat local Korean numbers in national format." into mnc-dr-devRoshan Pius2015-08-261-1/+10
|\
| * Reformat local Korean numbers in national format.Roshan Pius2015-08-261-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | Korean carriers don't want the country codes displayed for local calls. However the network returns the entire phone number including the country code for Volte calls. According to the Koean phone numbering scheme (https://en.wikipedia.org/wiki/Telephone_numbers_in_South_Korea), we need to replace the country code +82 with a 0 prepended to the carrier code to format it as a national number. BUG: 22862845 Change-Id: Ifbb9eb8d5379608b4ea9d95ae7744779340b188e
* | Add carrier config variable to hide merge call buttonSungmin Choi2015-08-181-0/+8
|/ | | | | Bug: 22864941 Change-Id: Ief5f8078e53a46cc9bf7627729dba7e28270a231
* Add a new carrier config for DTMF tone gap.Roshan Pius2015-08-121-0/+9
| | | | | | | | Adding a new carrier config key to specify the gap between the DTMF tones sent out to the network. BUG: 23064351 Change-Id: I3a0e20efecd62f533e796a40097f181d4c20d614
* am 19aa341a: Merge "Save data registration roaming state" into mnc-devChris Manton2015-08-111-3/+34
|\ | | | | | | | | * commit '19aa341a3548c454c12378d7c4d92cc5074685a8': Save data registration roaming state
| * Save data registration roaming stateChris Manton2015-08-111-3/+34
| | | | | | | | | | | | | | | | | | | | Carrier configuration may override the roaming state but the roaming state may be required for specifying proper APNs upon data call setup. This change stores the unmodified roaming state. bug: 22990977 Change-Id: I5ebe04f60709bc691e9c79be193f1790a7148818
* | Merge "Remove EXTRA_CALL_HISTORY_INFO." into mnc-dr-devTyler Gunn2015-08-051-0/+9
|\ \
| * | Remove EXTRA_CALL_HISTORY_INFO.Tyler Gunn2015-07-311-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | - Remove EXTRA_CALL_HISTORY_INFO (replaced by EXTRA_LAST FORWARDED_NUMBER). - Added carrier config key for instant lettering. Bug: 22684864 Change-Id: Ic46fdccf5b665417f15e612a2cc4d7f1fb67ccca
* | | am 86ee3a57: Merge "READ_SMS allows getLine1Number() [1/3]" into mnc-devMakoto Onuki2015-08-051-0/+4
|\ \ \ | |/ / |/| / | |/ | | * commit '86ee3a57e428b14023bc0bdbd6cb8f8bc206be74': READ_SMS allows getLine1Number() [1/3]
| * READ_SMS allows getLine1Number() [1/3]Makoto Onuki2015-08-031-0/+4
| | | | | | | | | | | | Bug 22862050 Change-Id: I45dba41423dd3313984c93a6e674f37410fb3050
* | am 499f084d: Merge "Add API to let carrier app send SMS without auto ↵Ji Yang2015-07-291-2/+10
|\ \ | |/ | | | | | | | | | | perisisting." into mnc-dev * commit '499f084d9e7bb3323ed447b16f548bad9b886aa7': Add API to let carrier app send SMS without auto perisisting.
| * Merge "Add API to let carrier app send SMS without auto perisisting." into ↵Ji Yang2015-07-291-2/+10
| |\ | | | | | | | | | mnc-dev
| | * Add API to let carrier app send SMS without auto perisisting.Ji Yang2015-07-291-2/+10
| | | | | | | | | | | | | | | Bug: 22773702 Change-Id: I976a8268ce95fe9fc5bb046ce744a1cddefc8eeb
* | | am e21722a3: Merge "Allow carriers to force disable ETWS/CMAS test ↵Jack Yu2015-07-231-0/+9
|\ \ \ | |/ / | | | | | | | | | | | | | | | messages." into mnc-dev * commit 'e21722a3daf0562bb7711d3dd38657b5a348ce4e': Allow carriers to force disable ETWS/CMAS test messages.
| * | Allow carriers to force disable ETWS/CMAS test messages.Jack Yu2015-07-231-0/+9
| |/ | | | | | | | | | | | | | | This feature can be enabled in carrier config XML. When enabled, the user will not see ETWS/CMAS enable/disable option in emergency broadcast preference menu. bug: 22396039 Change-Id: I6ad6fa39852d3b13faeef968a1963b3e0a4a6e61
* | am ea975b12: Merge "Add new API for handling DB query per subId." into mnc-devSanket Padawe2015-07-162-0/+185
|\ \ | |/ | | | | | | * commit 'ea975b122fee3ac0fe766d2b58bb420b82e5dd95': Add new API for handling DB query per subId.
| * Merge "Add new API for handling DB query per subId." into mnc-devSanket Padawe2015-07-162-0/+185
| |\
| | * Add new API for handling DB query per subId.Sanket Padawe2015-07-142-0/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | + Add new API for handling DB query and Resources object per subscription. + Add constants for column name of DB storing subscription info. + Add a common settings file for multi-tab Bug: 22360525 Change-Id: Icf6d35bdbe31618e2a95df450aee12b99d3aea7a
* | | am 4e9c63cb: Merge "Handle exceptions when accessing Content providers." ↵Roshan Pius2015-07-152-10/+22
|\ \ \ | |/ / | | | | | | | | | | | | | | | into mnc-dev * commit '4e9c63cbe1712f750d5eaaa044e957c7f7696bf8': Handle exceptions when accessing Content providers.
| * | Handle exceptions when accessing Content providers.Roshan Pius2015-07-142-10/+22
| | | | | | | | | | | | | | | BUG: 21638129 Change-Id: I88f7dcf67e395f49136a1f434fbd9c75e15cddad
* | | am cf01fd0f: Merge "Catch & log security exception in telephonymanager" into ↵Roshan Pius2015-07-131-1/+7
|\ \ \ | |/ / | | | | | | | | | | | | | | | mnc-dev * commit 'cf01fd0f128a2d7fc5b9c0f9db4fc9e0e5552093': Catch & log security exception in telephonymanager
| * | Catch & log security exception in telephonymanagerRoshan Pius2015-07-131-1/+7
| |/ | | | | | | | | BUG: 22225068 Change-Id: I9b0053cf1041c81f409ace556b810ef79de88599
* | am 1570b6b3: Merge "Enable EMERGENCY mobile connections." into mnc-devRobert Greenwalt2015-07-101-1/+2
|\ \ | |/ | | | | | | * commit '1570b6b3c7d1d41a52555312d161d0afe4b81df3': Enable EMERGENCY mobile connections.
| * Merge "Enable EMERGENCY mobile connections." into mnc-devRobert Greenwalt2015-07-101-1/+2
| |\
| | * Enable EMERGENCY mobile connections.Robert Greenwalt2015-07-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Hooks the ConnectivityManager.TYPE_MOBILE_EMERGENCY, PhoneConstants.APN_TYPE_EMERGENCY, and NetworkCapabilities.NET_CAPABILITY_EIMS together so carrier apps can request connections to this APN. bug:21785357 Change-Id: Id92a5e28d19407cc7a8f8b5478b23457f2f7f89d
* | | am 1ebcb6f8: Merge "Fix permissions." into mnc-devRobert Greenwalt2015-07-102-10/+63
|\ \ \ | |/ / | | | | | | | | | * commit '1ebcb6f8b2f989c84311555f4961506dba959d37': Fix permissions.
| * | Fix permissions.Robert Greenwalt2015-07-102-10/+63
| |/ | | | | | | | | | | | | | | | | Legacy API should not need new permissions. Also found some more hidden/system that should have permissions. bug:22379438 bug:19257083 Change-Id: I24be0a90dffcffe03d25982a9b02eedcf03fbd59