summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/telephony/TelephonyProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "telephony: Initialize USER_NETWORK_MODE with DEFAULT_NW_MODE"staging/cm-14.1-cafrebaseArne Coucheron2017-02-111-2/+2
* telephony: Initialize USER_NETWORK_MODE with DEFAULT_NW_MODEGabriele M2017-02-111-2/+2
* telephony: Fix initial database creationSteve Kondik2016-12-301-1/+3
* Add DB upgrade path for SMS/MMS and telephony provider.Danny Baumann2016-12-301-57/+202
* TelephonyProvider: Fix Default APN Preference Overlay on 1st BootAaron Knight2016-12-301-5/+18
* telephony: Add support for choosing a default APNSteve Kondik2016-12-301-2/+40
* Merge N-MR1 to remoteLalit Kansara2016-12-061-1/+0
|\
| * Revert "Fix LTE_CA RAT in APN DB."Amit Mahajan2016-08-151-52/+1
| * Close old cursor when making a new one.Robert Greenwalt2016-07-201-0/+1
| * Fix LTE_CA RAT in APN DB.Robert Greenwalt2016-07-201-1/+51
| * pco and cold sim cleanupfionaxu2016-05-251-1/+0
* | Fix NPE for restoring default APNMengjun, Leng2016-10-261-1/+1
* | Fix apn restore issue for multi-sim.Chaitanya Saggurthi2016-09-031-1/+30
* | Fix apn overwrite issueSusheel nyamala2016-08-251-0/+1
* | APN: Add the read only APN feature.Mengjun Leng2016-08-241-0/+4
|/
* Merge "Cold sim issue fix in telephony Provider" into nyc-devChen Xu2016-04-201-1/+16
|\
| * Cold sim issue fix in telephony Providerfionaxu2016-04-131-1/+16
* | Change to treat no bearer_bitmask specified in APNs xml as bitmask 0.Amit Mahajan2016-04-131-2/+3
|/
* Do not update db if apns xml file has not changed.Amit Mahajan2016-03-031-358/+430
* Unhiding MSIM APIs.Shishir Agrawal2016-01-261-5/+5
* Try-catch for deletePreferredApnId() am: cecbabcec6 am: 7f1fc5e58e am: b88585...Amit Mahajan2015-11-091-4/+8
|\
| * Try-catch for deletePreferredApnId()Amit Mahajan2015-11-091-4/+8
* | Upgrade telephony db (carriers table) only if needed. am: d4091e0fbb am: 962e...Amit Mahajan2015-10-291-2/+24
|\|
| * Upgrade telephony db (carriers table) only if needed.Amit Mahajan2015-10-281-2/+24
* | Merge "Changing RuntimeException on old-apns-conf file not found to error msg."Amit Mahajan2015-10-281-5/+4
|\ \ | |/ |/|
| * Changing RuntimeException on old-apns-conf file not found to error msg.Amit Mahajan2015-10-281-5/+4
* | 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
|/
* 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