summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Exclude ephemeral networks from wifi backupChristopher Tate2015-01-081-29/+105
| | | | | | | | | | | | We compare the set of networks defined in the supplicant with the set of networks described as "configured" by the Wifi Manager. The latter excludes ephemeral networks, so any network definition we find in the supplicant data that we do not also find in the configured network set, we ignore for backup purposes. Bug 18917753 Change-Id: I8e0f258d0cdb72d7bf9482fafe64dc921419fcb2
* Merge "Data quick settings - Usage shown should take into account merged ↵Shishir Agrawal2015-01-061-1/+3
|\ | | | | | | IDs." into lmp-mr1-dev
| * Data quick settings - Usage shown should take into account merged IDs.Shishir Agrawal2014-12-231-1/+3
| | | | | | | | | | | | | | | | The System Settings data usage graph takes into account merged Ids (b/18012787), but the quick settings usage graph does not. Bug: 18805245 Change-Id: I3146052606e691129a3aa5cc509cf632fda9d6b2
* | Merge "Don't unregister MobileSignalControllers still used" into lmp-mr1-devJason Monk2015-01-053-7/+97
|\ \
| * | Don't unregister MobileSignalControllers still usedJason Monk2015-01-053-7/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also add some more testing for this section of code that manages when MobileSignalControllers are added/removed to make sure we are all good. Bug: 18728593 Change-Id: I9902854c54d2e1deb58b38b7bd97dac1617831c0
* | | Merge "QS WiFi panel trigger settings on correct user" into lmp-mr1-devJason Monk2015-01-051-1/+1
|\ \ \
| * | | QS WiFi panel trigger settings on correct userJason Monk2015-01-051-1/+1
| |/ / | | | | | | | | | | | | Bug: 18900000 Change-Id: I67e234eb6300dd05f950f174107b6a28867af7a2
* | | Post broadcasts to bg and cache bt state infoJason Monk2015-01-052-40/+184
|/ / | | | | | | | | | | | | | | | | | | | | Add a background thread to post bt broadcasts to for processing. Try to cache all bluetooth connection state info possible and pull from broadcasts because requesting it too often may be locking up devices. Bug: 18771211 Change-Id: I2cf4852c935b2f471e735d953370e5d9e996c6f7
* | Merge "Don't backup ringtone on non-telephony devices." into lmp-mr1-devMarvin Paul2014-12-291-3/+18
|\ \
| * | Don't backup ringtone on non-telephony devices.Marvin Paul2014-12-231-3/+18
| |/ | | | | | | | | | | | | | | | | | | | | | | Restoring a device that supports telephony using the backup set of a non-telephony device would cause the ringtone to be set to "None" instead of the default value. This was due to the fact that on non-telephony devices, the ringtone value was being backed up as "_silent" instead of null. Bug: 18777629 Change-Id: Idece1f874438a895169dbba7df1d716adea6660e
* | Merge "Exclude unnecessary intents in SystemUI" into lmp-mr1-devAndre Eisenbach2014-12-291-2/+0
|\ \ | |/ |/|
| * Exclude unnecessary intents in SystemUIAndre Eisenbach2014-12-191-2/+0
| | | | | | | | | | Bug: 18771211 Change-Id: Ie1288938b51aa85ba36aabbc1c34aee5fdbf4e28
* | Merge "Import translations. DO NOT MERGE" into lmp-mr1-devBaligh Uddin2014-12-233-90/+90
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2014-12-233-90/+90
| |/ | | | | | | | | Change-Id: I2096264002a0f4dad73672f5834327f151e95788 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into lmp-mr1-devBaligh Uddin2014-12-232-25/+25
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2014-12-222-25/+25
| |/ | | | | | | | | Change-Id: Ib629c0bca4f92a0c81bf5af904773df1b1f8549e Auto-generated-cl: translation import
* | Zen: Fix selection logic for "Indefinitely".John Spurlock2014-12-221-17/+29
|/ | | | | | | | Use a signal condition value for the forever condition in the panel to ease the distinction between no selection + selecting indef. Bug: 18810529 Change-Id: I2590899ab43734708c72aad066653ef27f89d760
* Merge "Fix missing subscription list changes" into lmp-mr1-devJason Monk2014-12-191-5/+7
|\
| * Fix missing subscription list changesJason Monk2014-12-181-5/+7
| | | | | | | | | | | | | | | | | | | | | | A missing @Override let the wrong function try to catch changes to the subscription list. The SubscriptionManager returns null when no SIMs are in the device, so handle null as an empty list of subscriptions. Bug: 18752587 Change-Id: I20ee1bde3f23828860f57b512662ad54ee51baf0
* | Merge "Bug 18784289: Fix issue with transition animation callback." into ↵Winson Chung2014-12-182-2/+2
|\ \ | | | | | | | | | lmp-mr1-dev
| * | Bug 18784289: Fix issue with transition animation callback.Winson Chung2014-12-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a regression where we changed the source view for the transition to dummy view, but since it was not yet attached, it could not get the handler implicitly to post the onAnimationCompleted callback. This CL modifies these ActivityOption transitions to also take an explicit handler to process the callback on. Bug: 18784289 Change-Id: I73f745c33b9f8aed91f8d9cd975f37cf7e4128f1
* | | Merge "Fix colored icons in doze mode" into lmp-mr1-devJorim Jaggi2014-12-171-3/+16
|\ \ \
| * | | Fix colored icons in doze modeJorim Jaggi2014-12-171-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes the issue that small icons promoted to large icons were not forced to be white, which lead to inconsistent treatment of the icons. Bug: 18537470 Change-Id: Ic35e082da12793f3f13c91740bfc345b336c3db4
* | | | Merge "Show broken lock image when SSL errors are encountered in ↵Paul Jensen2014-12-172-0/+15
|\ \ \ \ | | | | | | | | | | | | | | | CaptivePortalLogin." into lmp-mr1-dev
| * | | | Show broken lock image when SSL errors are encountered in CaptivePortalLogin.Paul Jensen2014-12-102-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The WebView cancels the page load by default, so showing an indicative image at least informs users that there is a security problem. bug:18505835 bug:18570703 Change-Id: Ie6dd9294eec9ca25d27e95a1cd2c95e3065de469
* | | | | Import translations. DO NOT MERGEGeoff Mendal2014-12-172-2/+2
| |_|_|/ |/| | | | | | | | | | | | | | | Change-Id: Ib6806ea69f69ba66b4dc09a46b6e86d0ace3e734 Auto-generated-cl: translation import
* | | | Merge "Add config to handle periodic check of tether provision" into lmp-mr1-devJason Monk2014-12-162-4/+14
|\ \ \ \
| * | | | Add config to handle periodic check of tether provisionJason Monk2014-12-112-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While here also update QS to handle the changes made for this new check. Bug: 18453076 Change-Id: I1f6e2d954562c5a16a0de60dac625005ec3e5c50
* | | | | Merge "Import translations. DO NOT MERGE" into lmp-mr1-devGeoff Mendal2014-12-151-3/+3
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEGeoff Mendal2014-12-151-3/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Change-Id: I18accc4c251f9f5bbaa69512b317898637daed64 Auto-generated-cl: translation import
* | | | | Import translations. DO NOT MERGEGeoff Mendal2014-12-152-4/+4
|/ / / / | | | | | | | | | | | | | | | | Change-Id: I70dc0646e4b8ea8b83dc1f7106067e278260bb3a Auto-generated-cl: translation import
* | | | Merge "Handle config changes in NetworkController" into lmp-mr1-devJason Monk2014-12-122-15/+58
|\ \ \ \
| * | | | Handle config changes in NetworkControllerJason Monk2014-12-122-15/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to remap or recalculate icons after a config change, so configs based on mccmnc can update properly. Bug: 18654943 Change-Id: I6a4c1debf9b266d486143b9869abb569bbc31aef
* | | | | Merge "Fix tests after inet changes in NetworkController" into lmp-mr1-devJason Monk2014-12-123-34/+28
|\ \ \ \ \ | |/ / / /
| * | | | Fix tests after inet changes in NetworkControllerJason Monk2014-12-123-34/+28
| |/ / / | | | | | | | | | | | | | | | | Bug: 17460017 Change-Id: Iee9c4399f5ca4413f1449cfcf05d72a67b0adadc
* | | | Merge "Limit item count in QS detail" into lmp-mr1-devJorim Jaggi2014-12-125-1/+50
|\ \ \ \
| * | | | Limit item count in QS detailJorim Jaggi2014-12-115-1/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce a maximum number of items to be shown in QS detail view depending on the device configuration. - For Wifi and Cast, make the panel exactly that height as we would show the maximum count of items, in order to prevent that the buttons jump around. Bug: 18665311 Change-Id: I7c0c383a902d295f1b486b8a074e15b990fbe562
* | | | | Merge "Fix low FPS when entering wifi/BT detail panel" into lmp-mr1-devJorim Jaggi2014-12-124-4/+58
|\ \ \ \ \ | |/ / / /
| * | | | Fix low FPS when entering wifi/BT detail panelJorim Jaggi2014-12-114-4/+58
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18665311 Change-Id: If50db68ef3442fceb923ac0466878846c4071981
* | | | | Merge "Improve transition when going to Wifi/BT detail panel" into lmp-mr1-devJorim Jaggi2014-12-124-14/+153
|\ \ \ \ \ | |/ / / /
| * | | | Improve transition when going to Wifi/BT detail panelJorim Jaggi2014-12-114-14/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Animate the height change of the lower QS panel when going into Wifi/BT or any other panel which is higher than the default size. Bug: 18665311 Change-Id: Ic1d1f19183cf6b502d6b623388b315ed6e0a3c9f
* | | | | Merge "Change tests against INVALID_SUBSCRIPTION_ID to use ↵Wink Saville2014-12-126-17/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | isValidSubscriptionId." into lmp-mr1-dev
| * | | | | Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId.Wink Saville2014-12-116-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename isValidSubId to isValidSubscriptionId. Bug: 18668873 Change-Id: Ie709a62bbb74e0a767daeb9e3fb3aecd4c45df44
* | | | | | Merge "Fixing issue with old thumbnails on first launch of app. (Bug ↵Winson Chung2014-12-112-3/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | 18718114)" into lmp-mr1-dev
| * | | | | Fixing issue with old thumbnails on first launch of app. (Bug 18718114)Winson Chung2014-12-112-3/+19
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that we always update the thumbnail for the running task, in addition, we need to be ignoring the running task when doing background preloading since it will be invalidated anyways. Change-Id: Ie4f9862dddc29aa71a44e94bbd036c7712487eed
* | | | | Merge "Fix crash in BluetoothControllerImpl" into lmp-mr1-devJason Monk2014-12-111-3/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix crash in BluetoothControllerImplJason Monk2014-12-111-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18717777 Change-Id: I396aa8b517054b1fd4c8fea7f0343f138cb261a7
* | | | | Merge "Fixed a bug where the pattern may become invisible" into lmp-mr1-devSelim Cinek2014-12-111-0/+1
|\ \ \ \ \
| * | | | | Fixed a bug where the pattern may become invisibleSelim Cinek2014-12-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18632529 Change-Id: Idd9911b38526d8c4eb5731c45502079092bd6304
* | | | | | Merge "Fixed a bug where the empty shade and dismiss views would animate" ↵Selim Cinek2014-12-111-4/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into lmp-mr1-dev