summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Refactoring recents search bar widget logic." into mnc-devWinson Chung2015-06-258-199/+136
|\
| * Refactoring recents search bar widget logic.Winson Chung2015-06-248-199/+136
| | | | | | | | | | | | Bug: 19062975 Change-Id: I303710598675aeebca8f34ac57de6249462ec033
* | Merge "Make BluetoothEventManager listen to ALIAS_CHANGED" into mnc-devJason Monk2015-06-251-0/+1
|\ \
| * | Make BluetoothEventManager listen to ALIAS_CHANGEDJason Monk2015-06-031-0/+1
| | | | | | | | | | | | | | | Bug: 20341903 Change-Id: Ibc0836bfd7f033f57ff6ae9c3ccce22fd92595f3
* | | Merge "No need to check WRITE_SETTINGS permission in ContentProvider" into ↵Amith Yamasani2015-06-251-1/+0
|\ \ \ | | | | | | | | | | | | mnc-dev
| * | | No need to check WRITE_SETTINGS permission in ContentProviderAmith Yamasani2015-06-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Permission checks are enforced within the SettingsProvider specifically for SECURE/SYSTEM/GLOBAL. Now WRITE_SETTINGS is runtime, so it shouldn't apply to all the settings types. Bug: 22044704 Change-Id: I9ed25d96b2fa4f46d3d049efa4300cd1d37bbd24
* | | | Merge "Fixed an inconsistency when booting up with SIMPIn" into mnc-devSelim Cinek2015-06-241-1/+3
|\ \ \ \
| * | | | Fixed an inconsistency when booting up with SIMPInSelim Cinek2015-06-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lockscreen was skipped when the security mode was swipe, which is inconsistent with the normal bootup behavior. Bug: 21850021 Change-Id: I2c59b1428d489fad566097771ca449ba667f34d2
* | | | | Merge "Fixed a bug with encryption where the keyguard was never shown with ↵Selim Cinek2015-06-244-5/+16
|\ \ \ \ \ | |/ / / / | | | | | | | | | | PIN" into mnc-dev
| * | | | Fixed a bug with encryption where the keyguard was never shown with PINSelim Cinek2015-06-244-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This led to the network being unusable. We now ensure that the Keyguard is not notified of the SIM PIN changes until after the initial dismissal logic is done. In addition, the fullscreen PIN is now always shown immediately and not until the user swipes up, which was an error before. Also made sure that the Keyguard Scrim is correctly visible when shown. Bug: 21850021 Change-Id: I81804124bae30adf0e17e26cc42f67e48fc446e8
* | | | | Merge "Catching launch errors when trying to go Home while Home is ↵Winson Chung2015-06-241-4/+10
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | updating." into mnc-dev
| * | | | Catching launch errors when trying to go Home while Home is updating.Winson Chung2015-06-241-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 21442898 Change-Id: I7fc74422b220cb02acb195b5c9121ff72bc16dbe
* | | | | Merge "Volume Motion: Initial show and expand transition." into mnc-devJohn Spurlock2015-06-247-25/+412
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Volume Motion: Initial show and expand transition.John Spurlock2015-06-247-25/+412
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also re-enable the content collapse layout transition animations, supported by ensuring the dialog window is tall enough for long enough to complete the transition, avoiding clipping. Bug: 21335976 Change-Id: Ibc4cbb1e882c1e11c4406463752afa177fb1e6d7
* | | | | Remove unused PermissionsInfo classTodd Volkert2015-06-241-192/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/22008424 Change-Id: I53fc04af89c89cc1726dd80b05f2e18d5cc53524
* | | | | Merge "don't clear notification effects in response to peeks" into mnc-devChris Wren2015-06-246-6/+37
|\ \ \ \ \
| * | | | | don't clear notification effects in response to peeksChris Wren2015-06-246-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the heads up appears it generates a visibility event for the panel. This always clears the notification effects (buzz, beep, blink). If we suppress that for heads up notifications, we never get another chance. So we add a new call when we open the shade from the heads up to catch this case. Bug: 20947591 Change-Id: I233e5346617ca2fce7851bd85154c838849df8f7
* | | | | | Import translations. DO NOT MERGEGeoff Mendal2015-06-2465-520/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I23e3d5c71af8db285d657cf5dafbebc5c4bbad6b Auto-generated-cl: translation import
* | | | | | Merge "Remove default activity title to prevent talkback from..." into mnc-devMakoto Onuki2015-06-241-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove default activity title to prevent talkback from...Makoto Onuki2015-06-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reading the wrong title. We get a title from DocumentProvider with an async task, and by the time we get it, it's *usually* too late and talkback end up reading the default title. Bug 20041072 Change-Id: I7686fe4ae4c157ebfc07bd8b895c4cfdf99c057a
* | | | | | Merge "Add metrics to brightness slider" into mnc-devJason Monk2015-06-233-8/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add metrics to brightness sliderJason Monk2015-06-233-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Had to add a way for BrightnessController to know when its the end of a touch, so that we don't spam the event logs with intermediate values. Added visibility to BrightnessDialog as this is what settings launches. Bug: 21528168 Change-Id: Ie214b4ddb0c9f9bbe8c4f182f9c59f229963ebc7
* | | | | | Merge "System settings can be changed by system apps." into mnc-devSvetoslav2015-06-231-5/+27
|\ \ \ \ \ \
| * | | | | | System settings can be changed by system apps.Svetoslav2015-06-231-5/+27
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The system settings permission is going away and the user will be able to choose which apps have access to system settings in the UI. So, if an app is white-listed by the user or being on the system image, we allow access to system settings. Also if the caller has the stronger write secure settings permission we allow changes of the less sensitive system settings. Change-Id: I7aca958fd0ad2c588117b8c6e44d78eb16d648bc
* | | | | | Merge "turn off the ligths whenever we see the panel" into mnc-devChris Wren2015-06-231-7/+1
|\ \ \ \ \ \
| * | | | | | turn off the ligths whenever we see the panelChris Wren2015-06-181-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If notifications are shown on the lockscreen, that counts. Bug: 15430403 Change-Id: I2598526ff08d5b1eed174c80542634f1fc31ba94
* | | | | | | Merge "Only report top peekingcard as visibile." into mnc-devChris Wren2015-06-231-3/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Only report top peekingcard as visibile.Chris Wren2015-06-231-3/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Bug: 20751989 Change-Id: I741d5e6fc1dcbe036d2c8ac0d49e2e47fdf7a625
* | | | | | Merge "Fixed a bug where the AssistComponent was outdated" into mnc-devSelim Cinek2015-06-232-0/+10
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fixed a bug where the AssistComponent was outdatedSelim Cinek2015-06-232-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It also wasn’t updated when switching users. Bug: 22005038 Change-Id: I45e58de5f48e3769f114ff830d62c287d2b04d4f
* | | | | | Fix crashes in QS tunerJason Monk2015-06-231-5/+22
| |/ / / / |/| | | | | | | | | | | | | | | | | | | Bug: 22027952 Change-Id: I571f115dfc2c936b54cdc2edaaf47e724758c669
* | | | | Merge "add rank to notification visibility log" into mnc-devChris Wren2015-06-231-22/+52
|\ \ \ \ \
| * | | | | add rank to notification visibility logChris Wren2015-06-221-22/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only sysui knows the true rank, since it can (and does) reorder things. The visibility logs are down in the service because it has other bits of data. Bug: 21395744 Change-Id: Ibf9479dc2306fb27fb5df3bf21e161478d36d587
* | | | | | Address API review commentsVinit Deshpande2015-06-221-1/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a flags field in ScanResult; along with flag values and methods to read them. Changed types of passpoint related fields. Bug: 21342042 Bug: 21572290 Bug: 21343777 Change-Id: I413960de88b387853d11b9e10f92665e9c06a81b
* | | | | Merge "Renaming bugreport.txt to bugreportFile.getName()" into mnc-devIan Pedowitz2015-06-221-1/+1
|\ \ \ \ \
| * | | | | Renaming bugreport.txt to bugreportFile.getName()Ian Pedowitz2015-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many times to file a bug, its necessary to take several bugreports and attach them all to the same bug. With the current implementation, all extracted files are bugreport.txt which makes it difficult to attach several bugreports to the same bug, and reference them throughout the bug uniquely. Bug: 20447313 Change-Id: I22d2286d06c8dfb82273b5b98c48b21f77941b15
* | | | | | Follow-up to empty keyguard issueSelim Cinek2015-06-221-1/+1
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | Bug: 21124013 Change-Id: I2f880ffe1f8a69f66a37e27f700c2e8919e46acd
* | | | | Showing the bouncer now when waking up from touch while laggingSelim Cinek2015-06-222-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 21124013 Change-Id: I21fd26180c3389191e63ca728a651a3fbc98a75e
* | | | | Merge "Volume: Force focused state to disambig multiple sliders." into mnc-devJohn Spurlock2015-06-221-0/+9
|\ \ \ \ \
| * | | | | Volume: Force focused state to disambig multiple sliders.John Spurlock2015-06-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And fix volume policy so that a focused slider at the top of the screen does not cause the window to pan. Bug: 21476764 Change-Id: I4a52270ca5ecf9b9bd6e787ef580ecbd32e62625
* | | | | | Added more logging to debug the empty keyguardSelim Cinek2015-06-221-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed a very seldom case. Bug: 21124013 Change-Id: I025611a36c5e80379bb88cda5bac0be04fd8ebc5
* | | | | | Merge "Allow binary value in SettingsProvider" into mnc-devMakoto Onuki2015-06-226-38/+360
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Allow binary value in SettingsProviderMakoto Onuki2015-06-226-38/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now a text value will be written to "value" but a binary value will be encoded in base64 and stored in "valueBase64". A null value will have neither value nor valueBase64. Bug 20202004 Change-Id: I1eae936ff38e3460dc76ca20cc38f8d7e5ec6215
* | | | | | Merge "Add icon mapping for NETWORK_TYPE_IWLAN" into mnc-devJason Monk2015-06-221-0/+1
|\ \ \ \ \ \
| * | | | | | Add icon mapping for NETWORK_TYPE_IWLANJason Monk2015-06-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to TelephonyManager#getNetworkClass, it seems to be a form of 4g, so give it those icons. Bug: 21338555 Change-Id: I00629572950191f30fd274367e95c3117990f671
* | | | | | | Merge "Import translations. DO NOT MERGE" into mnc-devGeoff Mendal2015-06-2277-77/+616
|\ \ \ \ \ \ \
| * | | | | | | Import translations. DO NOT MERGEGeoff Mendal2015-06-2277-77/+616
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2ad73428a2295cfc3824de5837ab2f927fd5d626 Auto-generated-cl: translation import
* | | | | | | Import translations. DO NOT MERGEGeoff Mendal2015-06-221-6/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifd91f44e7bb3ea8577d2054394d4e6b64c488f2b Auto-generated-cl: translation import
* | | | | | Merge "Zen: Tweak total silence new user message for non-voice devices." ↵John Spurlock2015-06-213-2/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mnc-dev
| * | | | | | Zen: Tweak total silence new user message for non-voice devices.John Spurlock2015-06-213-2/+16
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Bug: 21953388 Change-Id: I395af64b175b22fc58d80529cdbb12ebd9e00115