summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-13.0Michael Bestas2019-08-1014-342/+14
| | | | Change-Id: I3d833c8f4a4ee074393e3e4f36596de2359cf1ce
* Automatic translation importreplicant-6.0-0004-rc1Abhisek Devkota2017-12-133-0/+87
| | | | Change-Id: If7dbd0666db83c42509bb013d7cc1f2885b32192
* Automatic translation importreplicant-6.0-0003Abhisek Devkota2017-09-191-1/+3
| | | | Change-Id: I455b3d7ee45f26b005b4e6e657f55973f9fbfacd
* Automatic translation importreplicant-6.0-0002replicant-6.0-0001Abhisek Devkota2017-04-281-1/+0
| | | | Change-Id: I1f6ba023bfacac375d45d2f3f2b1e09464dca4df
* Automatic translation importAbhisek Devkota2017-02-191-0/+29
| | | | Change-Id: Ic6d32e2edeb03cbf72f6537e9c4647f3534c5b12
* Merge tag 'android-6.0.1_r74' into HEADJessica Wagantall2016-11-090-0/+0
|\ | | | | | | | | | | | | | | CYNGNOS-3303 Android 6.0.1 release 74 Change-Id: I456c98b6776788319b03364d1ff92685257c1b85
| * 30481342: Security Vulnerability - TOCTOU in MmsProvider allows access to ↵Andre Furtado2016-08-251-9/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files as phone (radio) uid Problem: MmsProvider.openFile validated the current _data column in the DB and then called ContentProvider.openFileHelper which was again reading from the DB. A race condition could cause the second DB read to read an updated, malicious value. Fix: instead of doing the first DB check and calling ContentProvider.openFileHelper, we're now just calling MmsProvider.safeOpenFileHelper which does a single check. Test: used the POC provided for this incident. b/30481342 Change-Id: I653129359130b9fae59d4c355320b266c158a698 (cherry picked from commit 5bc7f9682d72c89ba252be6471b2db9b7e7815e3)
* | Merge tag 'android-6.0.1_r72' into HEADJessica Wagantall2016-10-061-9/+28
|\ \ | | | | | | | | | | | | | | | | | | Android 6.0.1 Release 72 (M4B30X) # gpg: Signature made Tue 04 Oct 2016 09:47:46 AM PDT using DSA key ID 9AB10E78 # gpg: Can't check signature: public key not found
| * | 30481342: Security Vulnerability - TOCTOU in MmsProvider allows access to ↵Andre Furtado2016-08-261-9/+28
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files as phone (radio) uid Problem: MmsProvider.openFile validated the current _data column in the DB and then called ContentProvider.openFileHelper which was again reading from the DB. A race condition could cause the second DB read to read an updated, malicious value. Fix: instead of doing the first DB check and calling ContentProvider.openFileHelper, we're now just calling MmsProvider.safeOpenFileHelper which does a single check. Test: used the POC provided for this incident. b/30481342 Change-Id: I653129359130b9fae59d4c355320b266c158a698 (cherry picked from commit 5bc7f9682d72c89ba252be6471b2db9b7e7815e3)
* | Automatic translation importpinky@build012016-08-290-0/+0
| | | | | | | | | | Change-Id: Ice34018f62796e915bcb0ebebf5d72a42faccc1e Ticket: -
* | Automatic translation importpinky@build012016-08-273-0/+87
| | | | | | | | | | Change-Id: Ib35fe83b0ecef0475525f974c756c5f0fad8a723 Ticket: -
* | Automatic translation importblinky@build012016-08-131-0/+1
| | | | | | | | | | Change-Id: Ic79924e1db0b491eb012bba177f9b34b58760568 Ticket: -
* | TelephonyProvider: Fix Default APN Preference Overlay on 1st BootAaron Knight2016-07-311-5/+18
| | | | | | | | | | | | | | | | | | | | | | In the current code on CM13, the overlay preference can only be called when Reset APN Settings is called. Looking at the source history this is a regression. Comparing with history, I've restored reading the overlay and tested that the default preference is now marked on the first boot. Change-Id: I3141d486afd45405c57ed25a89d9fa838fadf794
* | Automatic translation importpinky@build012016-07-161-0/+1
| | | | | | | | | | Change-Id: If940eb53ac87c17dc708b183066554fd50aef3b3 Ticket: -
* | TelephonyProvider: Add CDMA call forwarding/waiting functionRichard LIU2016-07-012-0/+454
| | | | | | | | | | | | | | | | | | | | | | | | | | Add CDMA call forwarding/waiting function. CdmaCallOptionProvider has only one instance in the phone process, also has the same user id with phone process. Following scenes has been tested: - Has same user id but different process id with phone process, for example, the telecom. - Has didfferent user id with phone process, for example, the dialer. Change-Id: I1305a6effa99a30cbaf1d716470c388d9866f9ba CRs-Fixed: 748144
* | Merge regional apns to telephony dbSusheel nyamala2016-07-011-10/+172
| | | | | | | | | | | | | | | | Carrier specific regional apns are provided with a delta apns xml file. These apns must be updated to telephony db. Change-Id: I783d8a659659ac4cd4bbfbcacdd3d6f9ba69f207 CRs-Fixed: 812350
* | Fix Mms failures due to wrong numericSusheel nyamala2016-07-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | In TelephonyProvider, where mms apn is queried for mmsc url from telephony apns db, sometimes mcc-mnc value read from getSimOperator method is wrong for uicc card with multiple apps. Replace getSimOperator with getIccOperatorNumericForData method, which gets mcc-mnc value based on PS RAT registered. Change-Id: Ida4d8e33dd85e08b4bd09b5053d3803a7689d55f CRs-Fixed: 930607
* | [CellBroadcast Alerts] : Enable CMAS Test alertsSridhar Dubbaka2016-07-011-2/+2
| | | | | | | | | | | | | | Enable CDMA Test alerts by default. Change-Id: Ice852bf9e710665d695c30d01cf89349b3a35b5a CRs-Fixed: 926432
* | [TelephonyProvider]: Add Channel 60 supportSridhar Dubbaka2016-07-011-0/+3
| | | | | | | | | | | | Add Channel 60 column to siminfo table. Change-Id: I85d805c998f1878d8fb30e6e867c2781518aaca2
* | Fix apn restore issue for multi-simSusheel Nyamala2016-06-291-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If "Restore to Default" option is selected on apn menu, then all carriers table entries are deleted and apns file is read again. Due to this, user added apns on both subs are lost though restore is selected for one sub. Fix is to delete all apns except for user added apns on the other available sub. Ticket: PAELLA-271 Change-Id: I4c01e87829c7deca2cf29b479149d79d7e78c9c7 CRs-Fixed: 985437
* | Automatic translation importinky@build012016-06-171-0/+1
| | | | | | | | Change-Id: I566199f6406d60ec776bf9bc23bf8cfcb44b65db
* | TelephonyProvider: add apn lookup for imsiRoman Birg2016-06-071-1/+62
| | | | | | | | | | | | Ticket: PAELLA-158 Change-Id: I94b6e935177d4ac602353df02ca810235066495a Signed-off-by: Roman Birg <roman@cyngn.com>
* | Support playing the alert and vibrate until dismissedDeepak Kundra2016-05-242-2/+11
| | | | | | | | | | | | Issue-id:FEIJ-507 Change-Id: I2749fbe0d07d611a87342c4ce36c0a2acfb3e52e
* | Revert "Merge tag 'android-6.0.1_r22' of ↵Michael Bestas2016-05-02154-229/+336
| | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/packages/providers/TelephonyProvider into cm-13.0" This reverts commit 1417446b2077defca681f3d82abbf618d0248367, reversing changes made to 490b1b0c38552ad7ee1503d345d04755be001557. Change-Id: I603e384b0d4524ef3e3489d02995717367dc086a
* | Automatic translation importMichael Bestas2016-04-161-0/+29
| | | | | | | | Change-Id: Iac02d1fa45e49166e689c2f4ad0ce0a4577c59ce
* | Automatic translation importMichael Bestas2016-04-061-0/+29
| | | | | | | | Change-Id: Id664136c963d1ac1b5233698b8a0f2b937308e3d
* | Automatic translation importMichael Bestas2016-03-282-0/+58
| | | | | | | | Change-Id: Ia2442680411e46d9cbf40b102c8a4209e5f0d252
* | Merge tag 'android-6.0.1_r22' of ↵staging/cm-13.0+r22Steve Kondik2016-03-10154-336/+229
|\ \ | | | | | | | | | | | | | | | https://android.googlesource.com/platform/packages/providers/TelephonyProvider into cm-13.0 Android 6.0.1 release 22
| * \ Try-catch for deletePreferredApnId() am: cecbabcec6Amit Mahajan2015-11-091-4/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | am: 7f1fc5e58e * commit '7f1fc5e58ed9b4cf22b91f440548c6f8a23415a4': Try-catch for deletePreferredApnId()
| | * \ Try-catch for deletePreferredApnId()Amit Mahajan2015-11-091-4/+8
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: cecbabcec6 * commit 'cecbabcec6edf19ad1a095325fb0d9c48375de69': Try-catch for deletePreferredApnId()
| | | * | Try-catch for deletePreferredApnId()Amit Mahajan2015-11-091-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Devices pre-dating lollipop have pref apn stored in shared pref without sub id. That shared pref was removed in M, but devices skipping M will run into this crash on trying to extract sub id from the pref apn key. Bug: 25587618 Change-Id: I5a7727acd390fe861a8bb71a0a6eab8246791c59
| * | | | Upgrade telephony db (carriers table) only if needed. am: d4091e0fbbAmit Mahajan2015-10-291-2/+24
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 962e1be7e9 * commit '962e1be7e9733d75e15dc85fd29184870b05381a': Upgrade telephony db (carriers table) only if needed.
| | * | | Upgrade telephony db (carriers table) only if needed.Amit Mahajan2015-10-291-2/+24
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d4091e0fbb * commit 'd4091e0fbb8cd6f549a431ae471749a2ad86008c': Upgrade telephony db (carriers table) only if needed.
| * | | | Change to persist preferred apn across OTA upgrades. am: 91c5dff4beAmit Mahajan2015-10-201-11/+134
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 93647dc7f4 * commit '93647dc7f4da78db26d8cc0a47553004975188fb': Change to persist preferred apn across OTA upgrades.
| | * | | Change to persist preferred apn across OTA upgrades.Amit Mahajan2015-10-201-11/+134
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 91c5dff4be * commit '91c5dff4bec9a8c3d8c4b81637576d3171df090d': Change to persist preferred apn across OTA upgrades.
| * | | | | am 83991ce1: am da607219: Change to add user_visible field to Carriers table.Amit Mahajan2015-10-141-1/+9
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '83991ce1061dd6723460be667235ae14e14328d5': Change to add user_visible field to Carriers table.
| | * | | | am da607219: Change to add user_visible field to Carriers table.Amit Mahajan2015-10-141-1/+9
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'da6072193663eb8a8256be47b32c949640a0da2b': Change to add user_visible field to Carriers table.
| * | | | | | am f518d9d0: (-s ours) am c34237fd: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2015-09-250-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f518d9d0a07f39e79066953a03f39e17020239a2': Import translations. DO NOT MERGE
| | * | | | | am c34237fd: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2015-09-250-0/+0
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c34237fda9ca200973bf4962115eaaa1e34e9930': Import translations. DO NOT MERGE
| * | | | | | | am 35972f77: am d516a55a: Fix MMS delivery issue by permitting HTTP from ↵Alex Klyubin2015-09-221-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TelephonyProvider. * commit '35972f77da2251dcb15ebc1c7fbd4be497b5bd0f': Fix MMS delivery issue by permitting HTTP from TelephonyProvider.
| | * | | | | | am d516a55a: Fix MMS delivery issue by permitting HTTP from TelephonyProvider.Alex Klyubin2015-09-221-1/+1
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd516a55a62c83b08cfc5fa22249c6cea94cf8fff': Fix MMS delivery issue by permitting HTTP from TelephonyProvider.
| * | | | | | | | am e15e4151: am ee780f86: am 47f5b454: Add INTERACT_ACROSS_USERS_FULL to ↵Amit Mahajan2015-08-131-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TelephonyProvider. * commit 'e15e4151ec564e39595c324e1218ea8bb827d6cf': Add INTERACT_ACROSS_USERS_FULL to TelephonyProvider.
| | * | | | | | | am ee780f86: am 47f5b454: Add INTERACT_ACROSS_USERS_FULL to TelephonyProvider.Amit Mahajan2015-08-131-0/+1
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ee780f863ab70502de49ad96187c35735673ed58': Add INTERACT_ACROSS_USERS_FULL to TelephonyProvider.
| * | | | | | | | | am 6c6e5388: (-s ours) am c9692826: (-s ours) Import translations. DO NOT MERGEGeoff Mendal2015-08-010-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6c6e53886a82df478ba89152a55289e461afb5c7': Import translations. DO NOT MERGE
| | * | | | | | | | am c9692826: (-s ours) Import translations. DO NOT MERGEGeoff Mendal2015-08-010-0/+0
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c969282697724c6f14f21b1760a94ae9767f732a': Import translations. DO NOT MERGE
| * | | | | | | | | | am 689721da: (-s ours) am 77b6b0eb: (-s ours) Import translations. DO NOT MERGEGeoff Mendal2015-07-220-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '689721da0c87d8dddb6354aaef58d4d7cc0826e5': Import translations. DO NOT MERGE
| | * | | | | | | | | am 77b6b0eb: (-s ours) Import translations. DO NOT MERGEGeoff Mendal2015-07-220-0/+0
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '77b6b0ebfeb2ff7344b07b45e108692aa421ce4e': Import translations. DO NOT MERGE
| * | | | | | | | | | | am 8eae5068: (-s ours) am 69a7483e: (-s ours) Import translations. DO NOT MERGEGeoff Mendal2015-07-200-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8eae506819b40370f2b1a55f7d72dec26e2c9410': Import translations. DO NOT MERGE
| | * | | | | | | | | | am 69a7483e: (-s ours) Import translations. DO NOT MERGEGeoff Mendal2015-07-200-0/+0
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '69a7483e2d211131b8f5221dcf6815ed3656a768': Import translations. DO NOT MERGE
| * | | | | | | | | | | | am 29135b81: am abca71ea: am 333a9028: Increase app_label char limit to 40Jay Shrauner2015-07-171-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '29135b81b260c77150744f67d79eb332b7d01e0c': Increase app_label char limit to 40