-
Notifications
You must be signed in to change notification settings - Fork 154
Comparing changes
Open a pull request
base repository: LineageOS/android_frameworks_opt_telephony
base: lineage-18.1
head repository: sagit-los17/android_frameworks_opt_telephony
compare: lineage-18.1
- 9 commits
- 21 files changed
- 6 contributors
Commits on Dec 16, 2020
-
Enable vendor Telephony plugin: MSIM Changes
MSIM Changes that are needed to enable vendor telephony framework. [Pig]: Update to LA.QSSI.11.0.r1-06700-qssi.0 CRs-Fixed: 2172757 Change-Id: I80a46de96c34d5e2a4ce952830f6beb862522de5
Configuration menu - View commit details
-
Copy full SHA for b76a6d7 - Browse repository at this point
Copy the full SHA b76a6d7View commit details -
Enable vendor Telephony plugin
- Add hooks to vendor components. - Change access specifiers of members from private to protected. - Override factory methods. - Add support for HIDL service to implement vendor/OEM specific features. CRs-Fixed: 2178879 Start using inject framework support - Start using inject mechanism to invoke vendor specific code. - Add the inject support for the classes extended in vendor space. Change-Id: I35b9761c15aebc32f48107bbe6b3bcec9a1eb670 CRs-Fixed: 2394018 Fix to inject vendor specific files Send appropriate TelephonyComponentFactory object to GsmCdmaPhone constructor to inject vendor specific classes from GsmCdmaPhone. Change-Id: I12d476763c4849b2b7627075a4a5b80f6a5361b9 CRs-Fixed: 2404615 [Pig]: Update to LA.QSSI.11.0.r1-06700-qssi.0 Change-Id: I0b8369f88c05d56973c0adb6f08607460601302e
Configuration menu - View commit details
-
Copy full SHA for be79a7e - Browse repository at this point
Copy the full SHA be79a7eView commit details -
CDMA MO SMS follow on DC feature
Add new API to send MO CDMA SMS with expectMore option. CRs-Fixed: 2242430 Change-Id: I5f504628186eab50f18584251dcbe198483b360f
Configuration menu - View commit details
-
Copy full SHA for 30d1c28 - Browse repository at this point
Copy the full SHA 30d1c28View commit details -
Add support for retry with new DDS API and update QtiPhoneSwitcher
Modify access specifier of PhoneSwitcher members to support retry with new DDS API, and QtiPhoneSwitcher update Change-Id: Ibc6960a110d6e5927b76de35b76b9084da0161ae CRs-Fixed: 2406274
Configuration menu - View commit details
-
Copy full SHA for bbdb897 - Browse repository at this point
Copy the full SHA bbdb897View commit details -
Fix to block sim selection popup for data
Grant protected access for member variables required to override methods for blocking sim selection popup display Change-Id: I3c70687c59ada9e0dc51e55a6b34356dee3f4e54 CRs-Fixed: 2442591
Configuration menu - View commit details
-
Copy full SHA for a86eb6d - Browse repository at this point
Copy the full SHA a86eb6dView commit details -
FR57912: Add support for pdp data reject with cause code 29,33,55
1. Modify access specifiers 2. Handle EVENT_RETRY_CONNECTION in inactive state Change-Id: I9ff528d37c05edd7f190f7c3ab7175b390e3cc49 CRs-Fixed: 2460148
Configuration menu - View commit details
-
Copy full SHA for d40ed77 - Browse repository at this point
Copy the full SHA d40ed77View commit details -
Fix imsi info error when insert some china operator card.
Imsi only show mccmnc when the phone type is cdma phone since the length of return from RIL is 0 but not NULL for mMin. if mMin is NULL or length is 0, mPhone.getSubscriberId() will get NULL when the phone type is cdma, hence the flow of get imsi will move on to retrieve the imsi from IccRecords. Change-Id: Idda892c736db046d8924bb45a5fbb2a5f2a6d248 CRs-Fixed: 2212375
Configuration menu - View commit details
-
Copy full SHA for f3cad05 - Browse repository at this point
Copy the full SHA f3cad05View commit details -
Define EF MSPL/MLPL/PRL values and paths
Add several EF paths for UI to get CDMA device info. Change-Id: Iff43d6b5a6706e54aaf50867419c30a1a322cb2f CRs-Fixed: 2177396
Configuration menu - View commit details
-
Copy full SHA for ca59192 - Browse repository at this point
Copy the full SHA ca59192View commit details -
SimPhoneBook: Add ANR/EMAIL support for USIM phonebook.
1. Add multi-EF_ANR/EF_EMAIL support for each ADN record. 2. Add the related interfaces for getting count of ADN,ANR,EMAIL - getAdnRecordsCapacity 3. Use updateIccRecordInEf for all update/insert/delete operations. - add updateAdnRecordsWithContentValuesInEfBySearchUsingSubId for updating IccRecord Update method call to notifyDataConnection -notifyOffApnsOfAvailability() no longer exists upstream, so the methods it calls needed updating -update synchronization pattern in updateAdnRecordsWithContentValuesInEfBySearch() Change-Id: I074085b68d133f91ecc75801bac4a4aa569fbc88 [Pig]: Update to LA.QSSI.11.0.r1-06700-qssi.0 Bug: 23044962 Change-Id: Ia272a015568c69bacf36d774d82aa069eff86d74
Configuration menu - View commit details
-
Copy full SHA for 1e46866 - Browse repository at this point
Copy the full SHA 1e46866View commit details
There are no files selected for viewing