summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* MSIM: Display SIM info even if APM is onSooraj Sasindran2015-10-061-1/+9
| | | | | | | | If device is in APM, then display the sim info and disable button to activate/deactivate sim. CRs-Fixed: 910841 Change-Id: Id4726f9f45eab2b813d7d4a448d9edae4a1bfe2e
* Telephony(MSIM): Select preferred primary sub.Sandeep Gutta2015-10-061-5/+61
| | | | | | | | Add UI to select preferred primary sub. It is used when two SIM cards inserted have same priority as per policy. Change-Id: I5726fe9f4df03e680dc2406854d08da77297444d
* Telephony(MSIM): Fix to do not allow both SIM deactivationSandeep Gutta2015-10-061-1/+1
| | | | | | | | Use proper SubInfo record object to do not allow user to deactivate both SIMs on DSDS devices. Change-Id: I6f56d819367272b3a009c7a8133709c643e8bd84 CRs-Fixed: 893504
* Settings App: Fix to resolve NULL pointer exceptionsMatadeen Mishra2015-10-062-2/+9
| | | | | | | | | This fix resolves any NULL pointer exceptions and Array Index Out of Bounds exceptions seen in Settings Application code space. Change-Id: Ib478a1460910a2eb34b308c94cec9817bab93b34 CRs-Fixed: 908156
* Show EULA consent option based on presence of GMSBhavna Sharma2015-10-063-2/+116
| | | | | | | | EULA consent option is location settings page must be shown only if GMS packages are present. CRs-Fixed: 901866 Change-Id: Iec731c92fbd405fbbe7f713b8c301e8393bbc083
* Update Signal strength with data registration also into consideration.Sridhar Dubbaka2015-10-061-2/+7
| | | | | | | | | When Voice is out of service and data is registered, Signal strength showing as 0 in sim Settings. Fix: Consider data registration state also while updating signal strength. Change-Id: I5b5175e6307ac73f72adf8bfa7afe6dc9b4ac958
* P2P: Set station disconnected state scan interval when P2P connectedNalla Kartheek2015-10-061-1/+6
| | | | | | | | | | When P2P is in connected state, and station is in disconnected state, framework issues SCAN with an interval which shall be configured using global flag WIFI_SCAN_INTERVAL_WHEN_P2P_CONNECTED_MS. Set this flag default to three minutes, to improve throughput. Change-Id: I95a937d74da222432c73462657e4e97473bb6532 CRs-Fixed: 901633
* IMS: Make wifi call settings UI non indexableSuresh Koleti2015-10-061-0/+4
| | | | | | | | | | - Visibility of wifi calling settings option is controlled with isWfcEnabledByPlatform. - Make wifi calling settings UI non indexable when UI option is removed. Change-Id: Ie5bdbdde5d17582eceeee07c2d5ee9fb361e00bc CRs-Fixed: 877308
* Modified the behavior of encryption failure, when MDTP is activatedAmit Blay2015-10-061-16/+48
| | | | | | If MDTP is activated the device will be wiped, instead of recovery. Change-Id: I6ab1b82841e4d6e90a8d156dea03448674f64446
* Fix issue disable data of other SUBChaitanya Saggurthi2015-10-061-67/+11
| | | | | | | | | if we enable data for non DDS SUB. Current implementation will ask for user confirmation to change DDS and disable data of current DDS SUB. It will block our DATA + MMS feature and we can't send MMS on non DDS SUB. Change-Id: I13f5ef1075e42b1dba8c10e58e7f156fbe0bc2f3
* Settings: Fix no preferred APNjianzhou2015-10-061-0/+12
| | | | | | | | Add preferred APN if found no match. CRs-Fixed: 748830 Change-Id: Ibecf88a3e6236de13a0a4291438a6e62159a05e0
* Settings: Add the read only APN feature.jianzhou2015-10-063-3/+30
| | | | | | | | | | Disable the edit screen for read only APNs Some operators don't want their APNs to be edited by end user to avoid mistaken changes. End user should be able to only view the APNs, but not edit. Change-Id: I89f26ccc687d6989c562f164dbe53961a4d8a057
* Settings: Display APN PPP numberjianzhou2015-10-061-2/+28
| | | | | | Display the APN PPP number if it is present in the APN settings Change-Id: Iec30a2beadcdf078eaa6acd3a12f2e406ba9174e
* Settings: Tap and Pay UI needs to be long clickablePuneet Mishra2015-10-061-1/+25
| | | | | | | | | | NFC payment applications in the Tap and Pay UI need to react to a long click to open the settings menu of the application with a predefined intent. Added longClickListener to NfcPaymentAdapter. Change-Id: If352cf0ae7f819ed3286d5a7c7bb2b7dfc1b0ef7
* Clear traces of temporary stored password after updating passwordDinesh K Garg2015-10-061-0/+2
| | | | | | | | | | If HW accelerated FDE is in use, LockSettingService would store old password temporarily in memory untill password update is completed. Once password update is complete, it resets the old password. This change would additionally reset password everytime password update process is started and completed. Change-Id: I9a92b44678b023336a5d51b61c89cb102166de6c
* Telephony(MSIM): Manual provision related fixesSandeep Gutta2015-10-062-57/+54
| | | | | | | | | | | | | - Consider Manual provision state while displaying active sub info list. - Enable sms/data user preference option only if more than one subscription active. - Introduce below system proeprty to control AOSP behavior of user selection of fallback preference for sms/data "persist.radio.aosp_usr_pref_sel" Change-Id: I2b308b801f3f677c5a3ffaee5a8e6beda12aedd2
* IMS: Control Wifi calling mode preferenceSuresh Koleti2015-10-061-1/+12
| | | | | | | | | Add configuration flags to control Wifi calling mode preference UI options If WFC mode UI is disabled sending WIFI_ONLY as default preference mode. Change-Id: I194059d00949b0f457a7bf0f09e33fc7285489c4
* Telephony(MSIM): Add Manual provisioning supportChaitanya Saggurthi2015-10-061-6/+574
| | | | | | | Add toggle switch UI option in SimSettings screen to enable/disable SIM cards Change-Id: Id07271aedb12eabc0b106ac278ba2e12c71cfe03
* Bluetooth: Ignore the second button if one already pressedSai Aitharaju2015-10-062-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | Ignore the second buton if already one button is pressed, this case comes when user is trying to press the both cancel and ok for the pairing dialog Change-Id: I77516ec59a972b4451bb8cff69645f7b9089497f CRs-Fixed: 624285 Bluetooth: disable scan icon when BT state is off Usually onScanningStateChanged function should take care of disabling the scan icon when the scan is completed. But When the BT scan is going on and try to switch of the BT, as onScanningStateChanged function doesn't have the reference for scan icon it will not disable it, so disabling is taken care in BluetoothSettings on receiving BT Off state. On receiving BT Off state, disable the scan progress icon only when available device category is present. Change-Id: Ib827903d4f5c80eeb6ac8a06fb1a945140dd20c9 CRs-Fixed: 543777,596214 Change-Id: Ia9c936fc53b099c18e0f5eadfb293eec028077a5
* Bluetooth: GAP: Handled Null pointer deference in unregisterReceiverVenkata Jagadeesh2015-10-061-1/+3
| | | | | | | | Handled Null pointer deference in unregisterReceiver event of pairing dialog Change-Id: Ie0d0561cb3c0f09a018e1aeb20579700c6e8d783 CRs-fixed: 761872
* Bluetooth: Fix resource leak in OPP (2/3)Hemant Gupta2015-10-061-0/+18
| | | | | | | | | | This patch handles onPause in DevicePickerFragment class, which would be called when user presses back button and does not select any device. This will send intent to class that called DevicePickerFragment that no device is selected. CRs-Fixed: 662147, 706665 Change-Id: I3dcf2811b300e44c0f3cb713c1397b5d334e8284
* Bluetooth: Handle pairing Cancel intent.venkata Jagadeesh2015-10-061-1/+11
| | | | | | | | | Receive Pairing cancel intent and clear pairing request from notification window. CRs-fixed: 463362 Change-Id: I63c9299edca4356485f26cbc6332e3be9bdfbf17
* Bluetooth: Enable Page and Inquiry ScanSai Aitharaju2015-10-061-0/+1
| | | | | | | | | When Bluetooth Setting is in foreground enable both Page Scan and Inquiry Scan. Changes made to make device both connectable and discoverable if user is in Bluetooth settings menu. Change-Id: I5258149e375f4d6951055eac12d7127133e6af92
* Wi-Fi: Fix for SoftAP turn ON/OFF fails issue.Nalla Kartheek2015-10-061-1/+43
| | | | | | | | | | | Turnig ON/OFF SAP repeatedly when WIFI is ON results in to command CMD_SET_AP being received in WifiStaEnabledState of the state machine, which will not be handled and because of this SoftAP is not turned ON and we receive no events thus the check box remains greyed out/disabled. To resolve this wait for WIFI_STATE_CHANGED intent before re-enabling the SAP. Change-Id: Ifc330309c7919f2efc2916573353d0764b5e1f9e
* Destroy BT disconnect dialog on BT power off.Anubhav Gupta2015-10-063-10/+48
| | | | | | | Check for bluetooth off intent to destroy disconnect dialog when bluetooth is turned off from power widget. Change-Id: I47a261c7d98803feaf6d46660fe3d39325bead9a
* Merge "Avoid new network to connect by using "Add Network" instead only Save ↵Sanket Padawe2015-08-241-1/+3
|\ | | | | | | it." into mnc-dev
| * Avoid new network to connect by using "Add Network" instead only Save it.Sanket Padawe2015-08-211-1/+3
| | | | | | | | | | Bug: 23422433 Change-Id: I49aabff91ba127bf2a3b0aa25c8163ee4097bf4d
* | Present the security patch date in a human-friendly formatChristopher Tate2015-08-201-0/+14
|/ | | | | | | | | | For example, for an ISO date of 2015-08-01, this now displays "August 1, 2015" in enUS, and "1 August 2015" in enUK, and "2015年8月1日" in jpJP. Bug 23358065 Change-Id: Iaa920ec88d765a222f0b589123665b689bf41978
* String update for battery details page.Julia Reynolds2015-08-171-1/+1
| | | | | Bug: 22978210 Change-Id: I87d231868d6116c3f0d88a6a6d3ca5fac1ce8c90
* Merge "BatteryStats: Fix coalescing of shared app GIDs and system UIDs" into ↵Adam Lesinski2015-08-142-86/+132
|\ | | | | | | mnc-dev
| * BatteryStats: Fix coalescing of shared app GIDs and system UIDsAdam Lesinski2015-08-132-86/+132
| | | | | | | | | | | | | | | | | | UIDs that consumed power and were actually shared app GIDs are now coelsced for system apps as well as regular applications. In addition, system UIDs like logd, NFC, DRM, etc are coalesced into Android System. Bug:23189342 Change-Id: I6c8eb4baec66fba3d1f71a155d8ea1fe920ffec9
* | Merge "Only offer migration between private volumes." into mnc-devJeff Sharkey2015-08-141-1/+3
|\ \
| * | Only offer migration between private volumes.Jeff Sharkey2015-08-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Without this change, there is a confusing option to migrate a public SD card volume to internal storage, which will always fail if the user picks it, since it's not supported under the hood. Bug: 22966671 Change-Id: Id7cad07eea6583aace398a6d64383bf7d884ae9e
* | | Merge "Make "Ask every time" actually work that way" into mnc-devChris Tate2015-08-141-2/+3
|\ \ \
| * | | Make "Ask every time" actually work that wayChristopher Tate2015-08-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ..in link-opening behavior. If a candidate is marked as "ask every time," then the user is guaranteed to get a disambiguation prompt including that candidate even when some other candidate app is in the "always prefer this over a browser" state. Bug 23147746 Change-Id: I73d8893ab74ea0356b757ab836349243cda2e307
* | | | Merge "Show storage slow dialog allowing state loss." into mnc-devJeff Sharkey2015-08-141-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Show storage slow dialog allowing state loss.Jeff Sharkey2015-08-131-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | We're not picky about losing state here, since the adoption actually finished under the hood and we're just warning the user that it's slow. Without this change, we could end up throwing and re-adopting the same device twice, which causes issues on sprout-style devices that only migrate primary storage once. Bug: 22867250 Change-Id: I1491679ab802f19fe25b82e9b452ca3dabdfec0d
* | Merge "Fix issue #23116383: Include security patch level in Settings" into ↵Dianne Hackborn2015-08-131-0/+8
|\ \ | |/ |/| | | mnc-dev
| * Fix issue #23116383: Include security patch level in SettingsDianne Hackborn2015-08-121-0/+8
| | | | | | | | Change-Id: I003564376a02a70f0245353472544cde355240ac
* | [ConfirmPattern] use correct user id for stealth modeAndres Morales2015-08-111-1/+1
|/ | | | | Bug: 23027554 Change-Id: I9582dab3a0355f613d0ce1c943b0eeba2694dddd
* Fix issue #23037899: Support for Battery Optimization permission + DialogDianne Hackborn2015-08-102-10/+116
| | | | | | New pretty dialog. Change-Id: I6094b83139beffc407b01049a0d9d1f85a95df07
* Merge "Wrap text on long preferences." into mnc-devJulia Reynolds2015-08-101-0/+1
|\
| * Wrap text on long preferences.Julia Reynolds2015-08-061-0/+1
| | | | | | | | | | Bug: 22987590 Change-Id: Iaef2c7d7d4581372a381d537f6d85a64d94bdf12
* | Merge "Remove extra help & feedback menu from power usage" into mnc-devJason Monk2015-08-101-6/+5
|\ \
| * | Remove extra help & feedback menu from power usageJason Monk2015-08-101-6/+5
| | | | | | | | | | | | | | | Bug: 23044354 Change-Id: Ic722655a50eddbf4f8e53a2b73ed49b5cf6426a4
* | | Merge "Ensure that listener is removed only if it was added" into mnc-devPavel Zhamaitsiak2015-08-101-1/+7
|\ \ \ | |/ / |/| |
| * | Ensure that listener is removed only if it was addedPavel Zhamaitsiak2015-08-071-1/+7
| |/ | | | | | | | | Bug: 23016088 Change-Id: Ia6f17739ffc841ce8483e9c6c8132a94ecd62200
* | Merge "Block moving when already in progress." into mnc-devJeff Sharkey2015-08-071-1/+14
|\ \
| * | Block moving when already in progress.Jeff Sharkey2015-08-071-1/+14
| |/ | | | | | | | | | | | | | | | | Use frozen state as a proxy for knowing if a package is currently being moved, and block any new move requests until the current move is finished. Bug: 22069486 Change-Id: I50a70353132c1035b969982f0b7779f5dcb2251d
* | Merge "Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGS" ↵Billy Lau2015-08-074-11/+41
|\ \ | | | | | | | | | into mnc-dev