summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Zen QS: Tweak segmented button + introduction styling.John Spurlock2015-05-087-13/+57
| | | | | | | | | | | | | - Add a rounded rect background to the segmented buttons. - Remove the spacing between the segmented buttons. - Increase the minheight + font weight of the button text. - Remove the embedded divider line. - Add a rounded rect background to the intro messages. - Tweak margins, mostly 8dp -> 16dp in a few places. Bug: 20949290 Bug: 20947407 Change-Id: Ic497c772aa7228423c8884d6ec7b9ccbfdda365a
* Merge "Fixed a bug where the heads-up would not show when full screen" into ↵Selim Cinek2015-05-083-10/+38
|\ | | | | | | mnc-dev
| * Fixed a bug where the heads-up would not show when full screenSelim Cinek2015-05-073-10/+38
| | | | | | | | | | Bug: 20728541 Change-Id: I74bc74c4936b003a4c0c37b7c7da2d1fa138c077
* | Merge "Use new hierarchy viewer protocol in all View subclasses" into mnc-devSiva Velusamy2015-05-081-0/+13
|\ \
| * | Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | A previous CL introduced a new way of encoding view properties for use by heirarchy viewer. This CL updates all views using the old @ExportedProperty annotation to use this new method. The older mechanism will be removed in a subsequent CL. Change-Id: I6cc23b90cd9da1c6ce89b4caffe54874db203452
* | | Merge "Add URL bar to captive portal login app." into mnc-devPaul Jensen2015-05-082-5/+17
|\ \ \ | |/ / |/| |
| * | Add URL bar to captive portal login app.Paul Jensen2015-05-062-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | Keeps the user informed whether site is using SSL and what URL is being displayed in an attempt to avoid phishing. The progress bar is now always visible as it provides a border between the URL bar and WebView. Bug:20322548 Change-Id: I001a4501a02cc79080b0f37f0a304c609bbd7664
* | | Merge "add logging to quick settings tiles" into mnc-devChris Wren2015-05-0715-1/+159
|\ \ \
| * | | add logging to quick settings tilesChris Wren2015-05-0715-1/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QS Grid visibility Tiles that are visibile in the grid Taps on tiles Detail visibility for DND, Users, and Data Bug: 20264417 Change-Id: I95e65484a9be0a53a071bc12ce8195120582621e
* | | | Retry "Always show auxiliary subtypes from NavBar keyboard icon."Seigo Nonaka2015-05-062-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL relands I1e50ee42838a1bf64a612da4904aa93458d44ea4, which was reverted by I3decaf37198e5864a1763a059df4a36ebc70c5a7 due to the build breakage in 'layoutlib' target, with a proper fix. Hereafter the original CL description is repeated. The auxiliary subtypes should be listed if the input method picker is opened from NavBar keyboard icon. However there is only IMM#showInputMethodPicker() API to open input method picker and this is also used from LockScreen or Settings UI. Auxiliary subtypes should not be listed there(Id7cf5d122). Thus framework shows auxiliary subtypes based on IMMS#mInputShown and LockScreen state, but it is not a perfect solution. If a physical keyboard is connected, the soft input may be gone. As the result, auxiliary subtypes won't be listed even if it is opened from NavBar keyboard icon. To fix this issue, this CL introduces IMM#showInputMethodPicker(boolean) to be able to decide showing auxiliary subtypes by caller. Note that IMM#showInputMethodPicker(boolean) is still hidden with @hide. There is no public API change in this CL. Bug: 20763994 Change-Id: Id156c85535a221235737ea6dcc15a67f1c4b9f71
* | | | Merge "Revert "Always show auxiliary subtypes from NavBar keyboard icon."" ↵Bart Sears2015-05-072-3/+2
|\ \ \ \ | | | | | | | | | | | | | | | into mnc-dev
| * | | | Revert "Always show auxiliary subtypes from NavBar keyboard icon."Bart Sears2015-05-072-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CL is breaking the build. Discussed with Seigo and verting until he can take a look at it. This reverts commit 80ff4ed6bb8dbdad7192d679a01096aa888e090b. Change-Id: I3decaf37198e5864a1763a059df4a36ebc70c5a7
* | | | | Merge "Volume a11y: Resize zen footer text when changed." into mnc-devJohn Spurlock2015-05-062-2/+12
|\ \ \ \ \
| * | | | | Volume a11y: Resize zen footer text when changed.John Spurlock2015-05-062-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20346315 Change-Id: Ia6af36d856a17639bf27c9a7b4941655d38d2a99
* | | | | | Merge "Volume a11y: Rename introduction 'confirm' button to 'close'." into ↵John Spurlock2015-05-062-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | mnc-dev
| * | | | | | Volume a11y: Rename introduction 'confirm' button to 'close'.John Spurlock2015-05-062-3/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the benefit of screen readers. Bug: 20813824 Change-Id: I776cf75d3c0f2e2d5b67bcbad476a28f9ef37c5f
* | | | | | Merge "Add alternate intents and refinement callbacks to ChooserActivity" ↵Adam Powell2015-05-061-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mnc-dev
| * | | | | | Add alternate intents and refinement callbacks to ChooserActivityAdam Powell2015-05-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow a calling app to supply an array of additional Intents to the system ChooserActivity. The chooser will present a merged list of targets that can handle any of the Intents supplied, including both the standard EXTRA_INTENT as well as any of the intents supplied in EXTRA_ALTERNATE_INTENTS. These are treated as ordered; EXTRA_INTENT is considered the first/primary Intent and EXTRA_ALTERNATE_INTENTS are sorted most important first. Targets are queried for all supplied Intents. If the same component is returned for more than one Intent, the target is associated with the most important Intent that matched. This allows calling apps to supply several different payloads for an action depending on what the intended targets are able to support. For example, an app performing ACTION_SEND may supply image/jpeg data to compatible targets or a hosted web link to targets that only support text/plain. The user will have the opportunity to pick from a single merged list of choices using the best available payload, and will not be bothered with the implementation details of how the payload will be delivered to the recipient. If the calling app wishes to provide further disambiguation or refinement after the user makes a choice, for example to let the user choose which of the source intents to send from the primary or alternates, show a progress dialog as a full-resolution version of a photo is downloaded from the server before being sent along or while reticulating splines, the caller can supply an IntentSender to ACTION_CHOOSER including the extra EXTRA_REFINEMENT_INTENT_SENDER. This should be the IntentSender obtained from a PendingIntent pointing at an activity to launch to perform the refinement. The refinement activity should report that it is finished by obtaining the ResultReceiver from EXTRA_RESULT_RECEIVER. Available intents to send to the selected target will be contained in EXTRA_INTENT and EXTRA_ALTERNATE_INTENTS. To complete the refinement and send the result along to the chosen target, the refinement activity should select one of the supplied intents and send it to the ResultReceiver in a Bundle with the key EXTRA_INTENT and the result code RESULT_OK. To cancel the refinement, and let the user select another choice, send RESULT_CANCEL. While refinement activities cannot modify the filterEquals-affecting fields of the Intent they return, they may modify extras to provide additional or altered details to the final recipient. These extras will be filled into the Intent sent to the final target. Change-Id: I7ad4739eadd1a0e307675847ccf47ea948918a3a
* | | | | | | Merge "Saved network summary string fixes in Wifi Settings" into mnc-devSanket Padawe2015-05-062-5/+33
|\ \ \ \ \ \ \
| * | | | | | | Saved network summary string fixes in Wifi SettingsSanket Padawe2015-05-052-5/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20667217 Change-Id: Ife1b1e7da3270020ef405693252a9e8a1ea5a6ca
* | | | | | | | Merge "Always show auxiliary subtypes from NavBar keyboard icon." into mnc-devSeigo Nonaka2015-05-062-2/+3
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Always show auxiliary subtypes from NavBar keyboard icon.Seigo Nonaka2015-05-062-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The auxiliary subtypes should be listed if the input method picker is opened from NavBar keyboard icon. However there is only IMM#showInputMethodPicker() API to open input method picker and this is also used from LockScreen or Settings UI. Auxiliary subtypes should not be listed there(Id7cf5d122). Thus framework shows auxiliary subtypes based on IMMS#mInputShown and LockScreen state, but it is not a perfect solution. If a physical keyboard is connected, the soft input may be gone. As the result, auxiliary subtypes won't be listed even if it is opened from NavBar keyboard icon. To fix this issue, this CL introduces IMM#showInputMethodPicker(boolean) to be able to decide showing auxiliary subtypes by caller. Note that IMM#showInputMethodPicker(boolean) is still hidden with @hide. There is no public API change in this CL. Bug: 20763994 Change-Id: I1e50ee42838a1bf64a612da4904aa93458d44ea4
* | | | | | | | Merge "count panel open method" into mnc-devChris Wren2015-05-062-5/+39
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | count panel open methodChris Wren2015-05-062-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | open panel open with two fingers open via peek pull down to open QS tap to open QS Bug: 20262922 Change-Id: I7eaa8a6de75867035c64a3ac939cec86daaab913
* | | | | | | Merge "DayNight theme for framework packages" into mnc-devAlan Viverette2015-05-064-9/+6
|\ \ \ \ \ \ \
| * | | | | | | DayNight theme for framework packagesAlan Viverette2015-05-054-9/+6
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Change-Id: I745f90561c957c83540e75a2886e294633c83be1
* | | | | | | Merge "Removed unused Face Unlock string" into mnc-devBrian Colonna2015-05-061-2/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Removed unused Face Unlock stringBrian Colonna2015-05-011-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was checking to make sure dead Face Unlock code has been removed from keyguard. The only remaining thing I found was this unused string. Bug: 16139545 Change-Id: Ib20ebb0ea66f53f3b10545b6e474c46f138f2021
* | | | | | | Merge "Fixed a measuring bug when the panel was collapsed" into mnc-devSelim Cinek2015-05-051-9/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fixed a measuring bug when the panel was collapsedSelim Cinek2015-05-051-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lead to the dismissView and other views being measured with height 0 and therefore harm performance and animations. Bug: 20665047 Change-Id: I985c40948994b409cea5ac7c34a711ce243c62f1
* | | | | | | Merge "Enforcing the touchslop now when flinging open before intercepting" ↵Selim Cinek2015-05-051-4/+8
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | into mnc-dev
| * | | | | | Enforcing the touchslop now when flinging open before interceptingSelim Cinek2015-05-051-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could lead to clicks on notifications not being recognized when opening. Bug: 19228079 Change-Id: I02c856dd885c8e9bb228a5b20e975e27dba60d12
* | | | | | | Merge "Fixed a bug where the notifications would jump when going to the full ↵Selim Cinek2015-05-051-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | shade" into mnc-dev
| * | | | | | Fixed a bug where the notifications would jump when going to the full shadeSelim Cinek2015-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I811f3cd543f0e69d06bfe692435c579b7844173e
* | | | | | | Merge "The voice assist may now be launched above the lockscreen" into mnc-devSelim Cinek2015-05-0510-82/+272
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | The voice assist may now be launched above the lockscreenSelim Cinek2015-05-0510-82/+272
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A possibility was introduced to launch voice assist over the lockscreen using the left keyguard affordance. Change-Id: Ic4618d24256b65441a50d77d0ef59b0ec99b6ead
* | | | | | Merge "Clean up error handling in CopyService." into mnc-devBen Kwa2015-05-051-7/+5
|\ \ \ \ \ \
| * | | | | | Clean up error handling in CopyService.Ben Kwa2015-05-051-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I87b9f2c2cfddc222fbee64578b0a1349508a244f
* | | | | | | Make sure fingerprint error messages are handled in KeyguardJorim Jaggi2015-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I332c08c5e94cf58a2d3f696860511c1a84fecda5
* | | | | | | Merge "Cleanup properties" into mnc-devChris Craik2015-05-053-32/+7
|\ \ \ \ \ \ \
| * | | | | | | Cleanup propertiesChris Craik2015-05-053-32/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:19967854 Separate properties from Caches, into static, RenderThread-only class. Also rewrites the means for java to set properties to correctly handle threading, and adds an override for profile bars so that SysUi doesn't clutter the screen with them. Change-Id: I6e21a96065f52b9ecc49d1a126244804ba106fa9
* | | | | | | | Merge "WiFi Calling: Show different operator name string in Data usage ↵Pavel Zhamaitsiak2015-05-054-6/+27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | dialog." into mnc-dev
| * | | | | | | | WiFi Calling: Show different operator name string in Data usage dialog.Pavel Zhamaitsiak2015-05-054-6/+27
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 19950657 Change-Id: I9999d58e78154ed2d6d824973c40011875de15ef (cherry picked from lmp-mr1-wfc-dev)
* | | | | | | | Merge "Hide lockscreen contents from a11y while bouncer is showing" into mnc-devAdrian Roos2015-05-052-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Hide lockscreen contents from a11y while bouncer is showingAdrian Roos2015-04-292-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20110598 Change-Id: Id65b44b06123dcc4625f46090d7d5c234b0ae951
* | | | | | | | | Merge "Only enable fingerprint auth after first regular auth" into mnc-devJorim Jaggi2015-05-051-4/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Only enable fingerprint auth after first regular authJorim Jaggi2015-05-051-4/+5
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add method hasUserAuthenticatedSinceBoot to TrustManagerService - Use this information to only enable fingerprint auth after the user has at least once authenticated with his regular authentication method. Change-Id: Icf073ac3b340d557b044f6bf27f1a7f8511048e2
* | | | | | | | | Merge "Volume A11y: Prevent auto-dismiss when feedback enabled." into mnc-devJohn Spurlock2015-05-052-4/+78
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Volume A11y: Prevent auto-dismiss when feedback enabled.John Spurlock2015-05-052-4/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Prevent the volume dialog from timing out when feedback is enabled. - Use the a11y events as an additional user activity signal. - Add content descriptions for the dialog icon buttons. Bug: 20172022 Change-Id: Id5cd29d9cee27fded2fc8a029913cfcc2b68c152
* | | | | | | | | Merge "Cherry pick beefed-up error handling in the CopyService from master. ↵Ben Kwa2015-05-053-156/+265
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DO NOT MERGE" into mnc-dev