summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/telephony/TelephonyProvider.java
Commit message (Expand)AuthorAgeFilesLines
* TelephonyProvider: Fix Default APN Preference Overlay on 1st BootAaron Knight2016-07-311-5/+18
* Merge regional apns to telephony dbSusheel nyamala2016-07-011-10/+172
* Fix Mms failures due to wrong numericSusheel nyamala2016-07-011-1/+2
* [CellBroadcast Alerts] : Enable CMAS Test alertsSridhar Dubbaka2016-07-011-2/+2
* [TelephonyProvider]: Add Channel 60 supportSridhar Dubbaka2016-07-011-0/+3
* Fix apn restore issue for multi-simSusheel Nyamala2016-06-291-1/+18
* TelephonyProvider: add apn lookup for imsiRoman Birg2016-06-071-1/+62
* Support playing the alert and vibrate until dismissedDeepak Kundra2016-05-241-2/+5
* TelephonyProvider: Handle database migration from cm-11.0.Adnan2016-01-131-31/+87
* Merge tag 'android-6.0.1_r3' into cm-13.0Ethan Chen2015-12-071-17/+165
|\
| * Try-catch for deletePreferredApnId()Amit Mahajan2015-11-091-4/+8
| * Upgrade telephony db (carriers table) only if needed.Amit Mahajan2015-10-281-2/+24
| * Change to persist preferred apn across OTA upgrades.Amit Mahajan2015-10-201-11/+134
| * Change to add user_visible field to Carriers table.Amit Mahajan2015-10-131-1/+9
* | DB: Upgrade the DB to reflect new schema structure for MDeepak Kundra2015-11-201-24/+123
* | TelephonyProvider: Add visit_area column in DBjianzhou2015-11-201-0/+3
* | TelephonyProvider :Add multi-language APN name supportkaiyiz2015-11-201-0/+4
* | Store Network Mode selected in subId Table.Rakesh Pallerla2015-11-201-1/+2
* | Add Manual Provisioning supportRakesh Pallerla2015-11-201-0/+1
* | APN: Protocol and Roaming protocol should be part of UNIQUE_KEYDeepak Kundra2015-11-131-6/+16
* | TelephonyProvider: allow specifying a protocol for preferred apnDan Pasanen2015-10-291-4/+6
* | telephony: Add support for choosing a default APNSteve Kondik2015-10-291-1/+46
* | TelephonyProvider: Display APN PPP numberkaiyiz2015-10-061-0/+3
* | APN: Add the read only APN feature.kaiyiz2015-10-061-0/+4
|/
* Add new columns corresponding to Cellbroadcast settings screen.Sanket Padawe2015-07-131-12/+58
* Change to actually remove user/carrier edited entries on delete().Amit Mahajan2015-06-151-6/+23
* Change to preserve user/carrer added/edited APNs on upgrade.Amit Mahajan2015-05-211-127/+287
* Update db only if ContentValues obj being inserted is not empty.Amit Mahajan2015-05-011-4/+1
* Add bearer_bitmask field (in addition to bearer).Amit Mahajan2015-05-011-141/+365
* Adding try-catch block to catch an unexpected exception causing crash.Amit Mahajan2015-04-301-2/+7
* Change to avoid parsing non-integer values to integer when repopulatingAmit Mahajan2015-04-211-1/+5
* Merge "Support both user and carrier edited values." into lmp-mr1-wfc-devAmit Mahajan2015-04-141-351/+248
|\
| * Support both user and carrier edited values.Amit Mahajan2015-04-131-351/+248
* | Fixing the the conditions checked when searching conflicting row in db.Amit Mahajan2015-04-131-4/+5
|/
* Change to add new column and unique constraint to carriers db.Amit Mahajan2015-03-271-141/+618
* [DS] Load APN from System or Oem imageLegler Wu2015-01-131-0/+21
* Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-211-6/+6
* Revert "Additional changes to SubscriptionManager API as per API council."Wink Saville2014-11-201-6/+6
* Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-151-6/+6
* Merge "Make TelephonyProvider a singleton across users" into lmp-mr1-devAmith Yamasani2014-11-081-4/+7
|\
| * Make TelephonyProvider a singleton across usersAmith Yamasani2014-11-071-4/+7
* | API changes to add carrier name to subinforecordSanket Padawe2014-11-071-1/+15
|/
* Merge "The sub_id column in the carriers should be an INTEGER instead of a LO...Tom Taylor2014-11-041-2/+2
|\
| * The sub_id column in the carriers should be an INTEGER instead of a LONGTom Taylor2014-10-281-2/+2
* | Clean up public API of SubInfoRecord.Stuart Scott2014-10-311-1/+1
|/
* Change subId to int from longWink Saville2014-10-231-21/+21
* am a1045b02: fix issues to set data profilesHui Wang2014-10-061-1/+1
|\
| * fix issues to set data profilesHui Wang2014-10-061-1/+1
* | am ccba6ba3: Could not get apn by URL_TELEPHONY_USING_SUBID if numeric is 00101Xia Ying2014-10-021-1/+1
|\|
| * Could not get apn by URL_TELEPHONY_USING_SUBID if numeric is 00101Xia Ying2014-10-021-1/+1