summaryrefslogtreecommitdiffstats
path: root/packages/SettingsLib/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix crash in setup wizardJason Monk2015-05-121-0/+2
| | | | | | | | | | | | | | Clear out any unhandled worker messages before stopping tracking. Bug: 21048197 Change-Id: I3792215a1e7799bdb93587cd7158c4d5d86de348
* | SettingsLib: Do wifi processing in backgroundJason Monk2015-05-111-47/+104
|/ | | | | Bug: 19520495 Change-Id: Iefad932bd523b26a19e5f902133563341aea7426
* Merge "Saved network summary string fixes in Wifi Settings" into mnc-devSanket Padawe2015-05-061-5/+27
|\
| * Saved network summary string fixes in Wifi SettingsSanket Padawe2015-05-051-5/+27
| | | | | | | | | | Bug: 20667217 Change-Id: Ife1b1e7da3270020ef405693252a9e8a1ea5a6ca
* | Merge "Don't crash in StorageMeasurement if volume isn't mounted" into mnc-devTony Mantler2015-05-051-3/+9
|\ \
| * | Don't crash in StorageMeasurement if volume isn't mountedTony Mantler2015-05-041-3/+9
| |/ | | | | | | Change-Id: I3f5d62c93b0bb95bec358a33e1a4497f1b55f8ad
* | Settings UI for SIM access profile (2/2)Casper Bonde2015-05-052-4/+237
| | | | | | | | Change-Id: I2e44a858ee3f3349baa401ee7002186d3ae19412
* | Adding "Connected, no Internet" string in Wifi nw summary.Sanket Padawe2015-05-011-0/+25
|/ | | | | Bug: 17380953 Change-Id: I9664bcbf33832fe722e7d2b3125939287ee98098
* Implement 'Available via Passpoint' feature [DO NOT MERGE]Vinit Deshpande2015-04-292-21/+71
| | | | | | | | | This also fixes the issues related to explicit connection to passpoint AP, and fixes occassional mention of 'connected via Wi-Fi Assistent' Change-Id: I152cebafa6259194f1d09a6972a3508156335cb6 (cherry picked from commit ff783cd6cfc82870a6126fe1ef019d21131423fc)
* Fix settings UI for passpoint networks [DO NOT MERGE]Vinit Deshpande2015-04-292-6/+44
| | | | | | | | | This change includes showing the friendly name in saved networks list and 'Connected via provider' addition for passpoint connections. Change-Id: If330baa96dedb099d5989b3df5b9778bbbcb15e3 (cherry picked from commit 597f49cdda63fef1b583e2053341485e8d4e2371)
* Add totalSize and availSize queries to StorageMeasurementTony Mantler2015-04-231-1/+9
| | | | Change-Id: I20f9d8546046df3804008ee4068c539549f35cb6
* Move StorageMeasurement to SettingsLibTony Mantler2015-04-231-0/+441
| | | | Change-Id: I90ea3b32971f02def418385ebac1f03f06390ba7
* Add PermissionsInfo to SettingsLibTony Mantler2015-04-161-0/+188
| | | | | | in preparation to use it in TvSettings Change-Id: I7e336ae923f94eef3efe56bf61c250ae540fb83b
* Bluetooth: Do not initiate inquiry during pairing/SDPVenkat Raghavan2015-04-061-6/+8
| | | | | | | | | | | | | Retry SDP if it gets cancelled in BONDING state. If SDP search initiated after the pairing gets cancelled, re-initiate SDP search from the BTIF layer to ensure completion of the bonding process. While pairing/SDP discovery of the bonded device is in progress, do not initiate inquiry. Bug: 19417758 Change-Id: I2d80883999771c53b58cc3017a63b17e3564bc57
* Merge (manually) pag/209446: Increase allowed duration to connect to HOGP ↵Etan Cohen2015-04-011-3/+8
| | | | | | | | profile Original file was moved from packages/apps/Settings to frameworks/base. Change-Id: I26912c0461780a255281a135c60cc0da2d25ae5a
* Merge "Make QS use SettingsLib's BT code"Jason Monk2015-03-126-5/+92
|\
| * Make QS use SettingsLib's BT codeJason Monk2015-03-026-5/+92
| | | | | | | | | | | | | | | | | | | | | | A couple of changes needed to be made to SettingsLib to support this. - SettingsLib needed to track ACTION_CONNECTION_STATE_CHANGED - The summary code needed to move from Settings up into SettingsLib - Added a getMaxConnectionState to CachedBluetoothDevice - This simplifies the states of all of the profiles into one. Change-Id: I7f828f0038ad0cf39274986ece6d486d545f0286
* | Remove unused imports in frameworks/base.John Spurlock2015-02-283-11/+0
|/ | | | Change-Id: I031443de83f93eb57a98863001826671b18f3b17
* Merge "Move non-ui bt settings code to SettingsLib"Jason Monk2015-02-2418-0/+3720
|\
| * Move non-ui bt settings code to SettingsLibJason Monk2015-02-0518-0/+3720
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly this is moving classes from Settings to SettingsLib but there were a few changes to support this separation. - A bunch of things became public rather than package - Moved some settings only code out of these classes - Added error callback to handle errors To see the changes from original classes view the diff against patch-set 1. Bug: 19180466 Change-Id: I69fd888362c6dbb325f6113b32c4b15cc6a23a41
* | Merge "Some Tethering code to SettingsLib and use in QS"Jason Monk2015-02-241-0/+106
|\ \
| * | Some Tethering code to SettingsLib and use in QSJason Monk2015-02-121-0/+106
| |/ | | | | | | Change-Id: I640c84d4e42d2f1955db8cd6e473b6acac64dd39
* | Fix crash in Wifi QS PanelJason Monk2015-02-101-10/+25
|/ | | | | | | | | When open QS wifi panel while wifi was off was causing a crash from wifi enabling while the WifiTracker was not in a scanning state. Fix plus a test enclosed. Bug: 19322090 Change-Id: Id863cdcbf4aa8d50822de3a200355dbaee74b488
* Move Settings wifi tracking to SettingsLibJason Monk2015-02-044-0/+1241
| | | | | | | | | | | Make SettingsLib capable of tracking which wifi networks are available/saved and their state. Also modify Quick Settings to use this code rather than having its own logic. Bug: 19180466 Change-Id: Iff9f9aed240d79323dba41496496e8076b9fa6f2
* Create SettingsLibJason Monk2015-02-021-0/+0
This will hold common code that SystemUI and Settings (and others) will share. Bug: 19180466 Change-Id: I6614b31d6c3b0a2d426a2aa8ce66725245339d22