summaryrefslogtreecommitdiffstats
path: root/packages/SettingsLib/res
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Import translations. DO NOT MERGEGeoff Mendal2015-07-1178-1088/+549
| | |_|/ | |/| | | | | | | | | | | | | | Change-Id: Idc7b4739005f2d06bf0dd38bfdb18f5c205dc5eb Auto-generated-cl: translation import
* | | | Bluetooth: DUN: Add framework changes to support DUNNitin Shivpure2015-10-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bluetooth DUN profile APIs added to the framework APIs. As DUN server supports only disconnection of DUN profile level connection this API is implemeted along with other APIs. It registers bluetooth state changed callback with the adapter service,once there is a change in the bluetooth state,it will bind/unbind the DUN service which is implemented in BluetoothExt.APK. DUN service, and other DUN Application layer are implemented in BluetoothExt.APK. CRs-Fixed: 557180 Change-Id: I6ce1204ac6138e28ad7486f2855f0f7444ad3886
* | | | Import translations. DO NOT MERGEGeoff Mendal2015-07-1577-1/+925
| |/ / |/| | | | | | | | | | | Change-Id: I4e7c446cc9fd0a34b81173a74cddc40c22b7b74b Auto-generated-cl: translation import
* | | Move wifi accessibility strings to SettingsLibJason Monk2015-07-141-0/+13
| | | | | | | | | | | | | | | Bug: 22468835 Change-Id: I66e85e8adfb3eda194995eda529422a172f00cbd
* | | Import translations. DO NOT MERGEGeoff Mendal2015-07-0778-1087/+548
|/ / | | | | | | | | Change-Id: Id6958aa309a3c3c778070b94c9d8f969da04124c Auto-generated-cl: translation import
* | Merge "Animations/success state for external confirm device credentials ↵Jorim Jaggi2015-06-101-0/+24
|\ \ | | | | | | | | | (1/2)" into mnc-dev
| * | Animations/success state for external confirm device credentials (1/2)Jorim Jaggi2015-06-091-0/+24
| |/ | | | | | | | | Bug: 20929186 Change-Id: I8ca396e353189da7da3e9c98f841b76c876e461e
* | Import translations. DO NOT MERGEGeoff Mendal2015-06-08153-0/+10596
|/ | | | | Change-Id: I45739d8c8ae447a724264c4946aedd273a308d91 Auto-generated-cl: translation import
* Move ZoneGetter into SettingsLibTony Mantler2015-05-281-0/+91
| | | | Change-Id: I8ecfc018e6de2514e9ada4c1b6fe9c8d71cc4e88
* Hotspot 2.0 UI.Sanket Padawe2015-05-121-0/+2
| | | | | Bug: 20182930 Change-Id: Ice6df509889fa7eb0494bb04af65890f07b4a2b1
* Merge "Saved network summary string fixes in Wifi Settings" into mnc-devSanket Padawe2015-05-061-0/+6
|\
| * Saved network summary string fixes in Wifi SettingsSanket Padawe2015-05-051-0/+6
| | | | | | | | | | Bug: 20667217 Change-Id: Ife1b1e7da3270020ef405693252a9e8a1ea5a6ca
* | Settings UI for SIM access profile (2/2)Casper Bonde2015-05-051-1/+7
| | | | | | | | Change-Id: I2e44a858ee3f3349baa401ee7002186d3ae19412
* | Adding "Connected, no Internet" string in Wifi nw summary.Sanket Padawe2015-05-011-0/+3
|/ | | | | Bug: 17380953 Change-Id: I9664bcbf33832fe722e7d2b3125939287ee98098
* Implement 'Available via Passpoint' feature [DO NOT MERGE]Vinit Deshpande2015-04-291-0/+2
| | | | | | | | | 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-291-0/+2
| | | | | | | | | 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)
* Make QS use SettingsLib's BT codeJason Monk2015-03-021-0/+11
| | | | | | | | | | | 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
* Move non-ui bt settings code to SettingsLibJason Monk2015-02-0539-0/+83
| | | | | | | | | | | | | | 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
* Move Settings wifi tracking to SettingsLibJason Monk2015-02-042-0/+130
| | | | | | | | | | | 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/+21
This will hold common code that SystemUI and Settings (and others) will share. Bug: 19180466 Change-Id: I6614b31d6c3b0a2d426a2aa8ce66725245339d22