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-1091-584/+66
| | | | Change-Id: I482b471f803f39052e6c9bc17610694bd288ad68
* Automatic translation importreplicant-6.0-0004-rc1Abhisek Devkota2017-12-133-0/+54
| | | | Change-Id: I157e64fec40c628740d500069c59c54016572fb6
* Automatic translation importreplicant-6.0-0003replicant-6.0-0002replicant-6.0-0001Abhisek Devkota2017-04-282-2/+6
| | | | Change-Id: Ia893d53912df0b916cb9d13613ba0156353c6a6b
* Automatic translation importAbhisek Devkota2017-02-191-0/+18
| | | | Change-Id: I6cb0b98d233f841d90abcb3badcc823e2c5cdc04
* Automatic translation importclyde@build012016-12-2040-0/+720
| | | | | Change-Id: I233228f86ab9eb2d6b9e9c59ebf7fe72a09181e0 Ticket: -
* Automatic translation importpinky@build012016-09-251-20/+0
| | | | | Change-Id: Icc65edcf4cb21f4be4ce56b5a1ce643a6aff120e Ticket: -
* Revert "MmsRequest: Reimplement automatic data sub switch"stable/cm-13.0-ZNH5YRicardo Cerqueira2016-06-211-69/+0
| | | | | | | | | | | I'm an idiot. telephony's DCT already does this, something else is broken and causing the switch failures This reverts commit c76119708155474eb2bd846a32d4c3b0eae842cf. Still CYNGNOS-2492 Change-Id: Idcc7f209d1e5ad2f0bfcd3762fc5a9a11ffa0b44
* MmsRequest: Reimplement automatic data sub switchRicardo Cerqueira2016-06-032-37/+70
| | | | | | | | | | | | | | | | Make the whole process more synchronous, by waiting for a switch confirmation from the subscription controller instead of waiting for a fixed "safe" amount of time. Also, tie the switches to the actual network requests/releases so that the existing "reuse this connection if possible" hooks affect the switches too. We want as few of those as possible. This replaces the implementation from Ide3bcc65beb171c8db1f49f9c101a5db7fd505f4 Ref CYNGNOS-2492 Change-Id: Ic9bf7897150ae53e6ebb55c2e8fceb003a366417
* Revert "MmsRequest: Turn on data for the MMS transaction if required"Ricardo Cerqueira2016-06-022-38/+0
| | | | | | | | | I missed the fact that config_enable_mms_with_mobile_data_off already exists in f/o/t. This is redundant. This reverts commit ff770690bb17ee8431de581c3688bda5d49868df. Change-Id: I1723b4fcd8e34fb499d73bc0881a4a55ca6e2cc8
* MmsRequest: Turn on data for the MMS transaction if requiredRicardo Cerqueira2016-04-182-0/+38
| | | | | TICKET: CYNGNOS-2476 Change-Id: I71edb55517898963ad1f364710a26a588b8d497e
* MmsRequest: Switch data subscription on MSIM if neededRicardo Cerqueira2016-04-171-1/+37
| | | | | | | | | | | | | | If the active data subscription isn't the one we're trying to send the message out of, request a switch so that we don't try using the device's data sub instead of the one that is needed. In these scenarios, extend the retry cycle, too. We don't want to flip back and forth when radio conditions are poor, so try to get more mileage out of the temporary switch periods. Ref CYNGNOS-2492 Change-Id: Ide3bcc65beb171c8db1f49f9c101a5db7fd505f4
* Automatic translation importMichael Bestas2016-04-161-0/+20
| | | | Change-Id: Ib7948e4a67b234d5321842b3b8d3399d585a69f0
* Automatic translation importMichael Bestas2016-03-281-20/+0
| | | | Change-Id: I1057d058761184179717169c1fefae35b796ff4a
* Automatic translation importMichael Bestas2016-03-178-0/+160
| | | | Change-Id: I5560b80fb225d830b824bce99929df63ef40248b
* Automatic translation importMichael Bestas2016-02-022-0/+40
| | | | Change-Id: Ie5437f74f02f0fc9e40f90971aa47d99c33c2268
* Automatic translation importMichael Bestas2016-01-113-0/+60
| | | | Change-Id: I68237d9cefce1616eb2e041c7be05c8858a11812
* Automatic translation importMichael Bestas2015-12-2546-0/+920
| | | | Change-Id: I197f315b0edfaa4827eb320d7ee5abb9b23717d2
* Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-053-6/+18
|\ | | | | | | Android 6.0.0 release 26
| * merge in mnc-dr-release history after reset to mnc-dr-devThe Android Automerger2015-10-080-0/+0
| |\
| | * merge in mnc-dr-release history after reset to mnc-dr-devThe Android Automerger2015-09-200-0/+0
| | |\
| * | | Catch exception for ConnectivityManager.unregisterNetworkCallbackYe Wen2015-10-061-1/+12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is possible ConnectivityManager.requestNetwork may fail silently due to RemoteException. When that happens, we may get an invalid NetworkCallback, which causes an IllegalArgumentexception when we try to unregisterNetworkCallback. This exception in turn causes MmsNetworkManager to skip the code to clean up states. Thus MMS service would get stuck in the bad state until the device restarts. This fix catches the exception so that state clean up can be executed. b/24306554 Change-Id: I3c0df8dab9af0f7a7f2e647b38f5df29177b7ff8
| * | Merge "Default MMS proxy port to 80 and don't skip if port is invalid" into ↵Ye Wen2015-09-171-4/+4
| |\ \ | | | | | | | | | | | | mnc-dr-dev
| | * | Default MMS proxy port to 80 and don't skip if port is invalidYe Wen2015-09-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | b/24002396 Change-Id: I5de0774c3d1a15f9fb04e04213f8258fb26d1f3f (cherry picked from commit 66c0dcc93bf1e6d04b64a1dddf89ee2e3e9de7cc)
| * | | MMS proxy host dns lookup should happen on mms networkYe Wen2015-09-171-1/+2
| |/ / | | | | | | | | | | | | | | | b/24071236 Change-Id: Ia34a66ce1a09276dab4e98b8ee0ab0fa819eea65
* | / Add Material icon & app labelMichael Bestas2015-10-257-1/+21
| |/ |/| | | | | Change-Id: Ia55bbf81fa2328d33d9c38696d9a77c6eb399e19
* | merge in mnc-release history after reset to mnc-devThe Android Automerger2015-06-180-0/+0
|\ \ | |/ |/|
| * merge in mnc-release history after reset to mnc-devThe Android Automerger2015-06-170-0/+0
| |\
| | * merge in mnc-release history after reset to mnc-devThe Android Automerger2015-06-160-0/+0
| | |\
| | | * merge in mnc-release history after reset to mnc-devThe Android Automerger2015-06-150-0/+0
| | | |\
| | | | * merge in mnc-release history after reset to mnc-devThe Android Automerger2015-06-130-0/+0
| | | |/| | | |/|/
| | | * merge in mnc-release history after reset to mnc-devThe Android Automerger2015-05-210-0/+0
| | | |\
| | | | * merge in mnc-release history after reset to mnc-devThe Android Automerger2015-05-160-0/+0
| | | | |\
| | | | | * remove active sub ID check for mms downloadCheuksan Wang2015-05-131-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mms download can happen long after mms notification. remove the active sub ID check until we can handle MVNO's with multiple sub ID's. BUG:20973889 Change-Id: I49184e70dd348bff7287f79eee29f09888e75e2a
* | | | | | Remove unused XML files.Jonathan Basseri2015-06-17124-6116/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content of these XML files was migrated to packages/apps/CarrierConfig and it is read through CarrierConfigManager now. Bug: 21085630 Change-Id: I837b6d9b72284b70e49fbd7693ca0e4624def25b
* | | | | | Broke the build. You also received a -2 from submit queue, which would have ↵Baligh Uddin2015-06-17124-0/+6140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indicated the build breakage. Revert "Remove unused XML files." This reverts commit 526b2a1e7f00be7c1af76f58eeb70a2cf9199552. Change-Id: I023e931b237fdeaeee0135ed9a602289c895843d
* | | | | | Remove unused XML files.Jonathan Basseri2015-06-16124-6140/+0
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content of these XML files was migrated to packages/apps/CarrierConfig and it is read through CarrierConfigManager now. Bug: 21085630 Change-Id: I0e06ee3dcb0af67224f62d698fb702e0402b08e3
* / / / / Better logging for MmsServiceYe Wen2015-06-1610-198/+271
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Annotate most logging with request id - Added logging for IO exception when transferring downloaded PDU b/21701652 b/21815174 Change-Id: I98554219ae0b2bcfb4450b9e783bd634908b34e7
* / / / Read MMS config from CarrierConfigManager.Jonathan Basseri2015-06-128-859/+207
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates MmsConfigManager to get MMS config from CarrierConfigManager instead of mms_config.xml resource files. There should be no visible change in the public SmsManager API, which still exposes the same data in getCarrierConfigValues. This CL eliminates classes MmsConfigXmlParser, MmsConfig, and MmsConfig.Overridden. Bundles are used instead of MmsConfig objects, and the logic contained in Overridden was moved closer to where it is used. (e.g. HTTP param "macro" expansion) Bug: 21085630 Change-Id: Ia17ab3b19e88d5cdba755979481b4208759d7767
* / / Mms service might use cleartext network traffic.Alex Klyubin2015-05-201-1/+2
|/ / | | | | | | | | | | | | | | | | | | | | This declares that the Mms service might be using cleartext network traffic (e.g., HTTP instead of HTTPS). This CL does not change the behavior of the app. The flag added by this CL to the app's manifest will make it easier to identify apps that use cleartext traffic in the future. Bug: 19215516 Change-Id: I68b00e932ea99b708945c9165989dd9e09eaf855
* | Merge "Declare the unified BIND_CARRIER_SERVICES permission" into mnc-devZach Johnson2015-05-151-0/+2
|\ \
| * | Declare the unified BIND_CARRIER_SERVICES permissionZach Johnson2015-05-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | BIND_CARRIER_MESSAGING_SERVICE has been deprecated. b/21165906 Change-Id: I5d9c2d8d275b251c25ef7703706ce1d93e89f7ed
* | | Merge "Don't initiate duplicate mms network request" into mnc-devYe Wen2015-05-151-35/+42
|\ \ \ | |/ / |/| |
| * | Don't initiate duplicate mms network requestYe Wen2015-05-131-35/+42
| |/ | | | | | | | | | | b/21111362 Change-Id: I1c02d64ca2f29f10937f7e91c6caadd5d16b6fd0
* / remove active sub ID check for mms downloadCheuksan Wang2015-05-131-5/+4
|/ | | | | | | | mms download can happen long after mms notification. remove the active sub ID check until we can handle MVNO's with multiple sub ID's. BUG:20973889 Change-Id: I49184e70dd348bff7287f79eee29f09888e75e2a
* Merge "Merge commit '2dbe575' into master_merge" into mnc-devPrerepa Viswanadham2015-05-051-0/+35
|\
| * Merge commit '2dbe575' into master_mergePrerepa Viswanadham2015-05-011-0/+35
| |\
| | * Merge "Fail SmsManager requests if SubId is not active." into m-wireless-devCheuksan Wang2015-04-241-0/+35
| | |\
| | | * Fail SmsManager requests if SubId is not active.Shishir Agrawal2015-03-251-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If subId is not active, expected subIds can be assigned to the messages being processed due to SmsManager calls. The change will fail any SmsManager calls if SubId is not active. Bug: 18629526 Change-Id: I77aab323352347dcb296ad842adfd486fc89a622
* | | | Change bearer to bearer_bitmask.Amit Mahajan2015-04-301-1/+1
|/ / / | | | | | | | | | Change-Id: I8f400a219a488f928817f801c2810d8e664dbd44
* | | Enable parallel MMS sending or downloadingYe Wen2015-04-021-66/+45
| | | | | | | | | | | | Change-Id: I67d4c0fdd9f729417d8b5050f5c7c623138f40b8