summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Modify Spinner so that the arrow is closer to the text" into lmp-devAlexandra Gherghina2014-08-224-4/+5
|\
| * Modify Spinner so that the arrow is closer to the textAlexandra Gherghina2014-08-214-4/+5
| | | | | | | | | | Bug: 17137945 Change-Id: I0769b030669a7a57e0be1c03f987bcd1e0f774ca
* | Fix layout of Apn Settings screenAmith Yamasani2014-08-211-5/+3
|/ | | | | Bug: 14081992 Change-Id: I64c458e1585d469434efafd942876f64508723a1
* Merge "[WifiSetup] Change illustration aspect ratio" into lmp-devMaurice Lam2014-08-201-1/+1
|\
| * [WifiSetup] Change illustration aspect ratioMaurice Lam2014-08-191-1/+1
| | | | | | | | | | | | | | | | Change the aspect ratio of the illustration to 20:9 to align with UX mocks. Bug: 17111669 Change-Id: I37b2ca7624b7baf156830db53d2cea97a78e2dab
* | Add "experimental" subtitle to color correction and inversionAlan Viverette2014-08-191-3/+2
|/ | | | | BUG: 17112912 Change-Id: I84eaa94e755bfcfbdf014fae09d1b02ae5d2eb4a
* Merge "[WifiSetup] Use framework AutoMirrored" into lmp-devMaurice Lam2014-08-151-2/+1
|\
| * [WifiSetup] Use framework AutoMirroredMaurice Lam2014-08-151-2/+1
| | | | | | | | | | | | | | | | Use framework autoMirrored and override onResolveDrawables to propagate the layout direction to the drawables. Bug: 17047609 Change-Id: Ic4a764510e3a89c897d4e243f8fa2a690ac71899
* | Merge "Fix bug #16703191 APN settings shows back button even when you intent ↵Fabrice Di Meglio2014-08-152-39/+2
|\ \ | |/ |/| | | into it" into lmp-dev
| * Fix bug #16703191 APN settings shows back button even when you intent into itFabrice Di Meglio2014-08-152-39/+2
| | | | | | | | | | | | | | | | - change a bit the way we recognize a SubSetting. Now we can pass the new ":settings:show_fragment_as_subsetting" Intent extra for forcing it. - convert ApnSettings to a SettingsPreferenceFragment Change-Id: I22167ad317530c0a58c4d522a72826f9d34ad2d3
* | [WifiSetup] Update illustrationsMaurice Lam2014-08-141-3/+4
| | | | | | | | | | | | | | | | Update illustration assets and support for auto-mirroring for RTL languages. Bug: 16888091 Change-Id: I828a13558aff42f2ddb12b9afe123f463c4c1522
* | Use SwitchPreference in TrustAgentSettings.Jim Miller2014-08-131-37/+0
| | | | | | | | | | | | Fixes bug 16900059 Change-Id: I52dcfd2a2651f8f770477df3c72176303a9d1b39
* | Merge "[WifiSetup] Fix colors during setup" into lmp-devMaurice Lam2014-08-121-1/+1
|\ \
| * | [WifiSetup] Fix colors during setupMaurice Lam2014-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed background color for dark theme, Wi-Fi icon color for light and dark themes, "Add another network" button color for light and dark themes. Created wifi_signal_colored which uses wifi_signal_color to tint the Wi-Fi icon. Also fixed theme extra propagation. Bug: 16903606 Change-Id: Iab24828f888d7827184762d0d63d139d0a2c381e
* | | Added WiFi Assistant settings.PauloftheWest2014-08-121-0/+79
| |/ |/| | | | | | | | | | | | | | | | | | | + Added ability to setup Wifi Assistant. - Removed 'Avoid poor connections' from WiFi Advance Settings. - Removed 'Optimize Wi-Fi' from WiFi Advance Settings. + Replaced checkboxes with switches in WifFI Advance Settings. + Added horizontal rule to seperate MAC/IP address text. Bug: 15698824 Change-Id: Ia319ff5fb2566854666a07d0e77c8816a49fd3d6
* | Revert "Radio Information UI for enabling/disabling debug settings of MO ↵Etan Cohen2014-08-111-8/+0
| | | | | | | | | | | | | | | | over VoLTE" Superseded by "Enhanced 4G LTE Mode" official setting. This reverts commit 572d25398297049a4da3042d58b1ccecf3514e4d.
* | Fix UI to mocksPaul Lawrence2014-08-115-71/+67
|/ | | | | Bug: 16034329 Change-Id: I6746baeee3f49ad1df2524d690c870f49afedb48
* Merge "Fix Wi-Fi Assistant padding" into lmp-devFabrice Di Meglio2014-08-071-1/+4
|\
| * Fix Wi-Fi Assistant paddingFabrice Di Meglio2014-08-081-1/+4
| | | | | | | | | | | | | | | | - use the standard list padding instead of a custom one See bug: #15703202 Wi-Fi Assistant card needs to appear in Wi-Fi network list Change-Id: I5816751bf7937807093e5b74b25b84151431fa7b
* | Changed a Bluetooth device's settings from an activity to a dialog.PauloftheWest2014-08-071-10/+34
| | | | | | | | | | | | | | | | | | | | | | | | + Replace the “Paired bluetooth device” screen with a “Pair device” dialog + Add device name text field at the top + Replace “Unpair” list item with a “Forget" button at bottom of dialog + Change “Profiles” section header to “Use for” + Remove status under profile titles + Move checkboxes to left side of labels Bug: 15719219 Change-Id: I3b0e8c82c761fae98f16508b9fd9c58aff651f80
* | Merge "Prevent launcher switching in Settings app." into lmp-devSander Alewijnse2014-08-051-8/+30
|\ \
| * | Prevent launcher switching in Settings app.Sander Alewijnse2014-08-071-8/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User won't be able to switch to launchers that do not support managed profiles. Additional explanation is shown in text under the name of the launcher. Bug:15099904 Change-Id: I12470bf396d41ef47d463ef42835964aacda9719
* | | Fix bug #16800261 Settings app: Device administrator screen padding issueFabrice Di Meglio2014-08-062-2/+3
| |/ |/| | | | | | | | | | | | | - remove listPreferredItemPaddingStart / listPreferredItemPaddingEnd from the ListView and add it to the list item - add missing 8dp end padding for the icon Change-Id: I78696e5ee8e243771d23c86fa178de2f60b5c88d
* | Merge "Ask about redacted notifications after setting up a secure lock" into ↵Adrian Roos2014-08-051-0/+66
|\ \ | | | | | | | | | lmp-dev
| * | Ask about redacted notifications after setting up a secure lockAdrian Roos2014-08-051-0/+66
| | | | | | | | | | | | | | | Bug: 14437890 Change-Id: I54cf355242375e8c7968c7d27c441fbd0a54cef2
* | | Settings: New application-level notification settings.John Spurlock2014-08-053-119/+91
|/ / | | | | | | | | | | | | | | | | | | | | | | - Convert the old application-level dialog to an activity. - Move the settings icon to the new activity (out of the list). - Add a custom application header, similar to the switch bar style. - Use the ubiquitous vector gear for the settings icon. - Migrate old checkboxes to switch prefs, add new summaries. - Remove obsolete artifacts. Bug:16396715 Change-Id: I857e3cf448b79f44fe1c242e6020f5214434c00c
* | Radio Information UI for enabling/disabling debug settings of MO over VoLTEEtan Cohen2014-08-041-0/+8
| | | | | | | | Change-Id: Ib05ff460ac6001c511113e80a63707a073908637
* | Modify user spinner appearance to match mocksAlexandra Gherghina2014-07-312-10/+16
| | | | | | | | | | Bug: 16518801 Change-Id: I30aa65251d4a4aaa80dbde5881fc56fffb7d54f7
* | Added ability for user to automatically accept/deny Bluetooth Phonebook SyncsPauloftheWest2014-07-301-0/+65
| | | | | | | | | | Bug: 16040292 Change-Id: Ieeaa014052f53787cf7057578e0b2ac048dc6eb1
* | Toggle between primary and managed profile in apps settingsAlexandra Gherghina2014-07-302-68/+101
| | | | | | | | | | | | | | | | | | This adds a spinner to the apps screen which can be used to toggle between the Settings app in the primary and managed profile so that the user can edit settings belonging to both profiles. Bug: 16369104 Change-Id: I09a94c07597e6509de025dfbbe0e454ae3d9b0aa
* | Merge "Fix bug #16660819 Switchbar text should be white not grey" into lmp-devFabrice Di Meglio2014-07-251-0/+1
|\ \
| * | Fix bug #16660819 Switchbar text should be white not greyFabrice Di Meglio2014-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | - use "?android:attr/textColorPrimary" so that we are white and matching the color of the Activity Title Change-Id: I18bc47d2080fcc171b86e5b56bfc86bbe8637caa
* | | Implement SET_PROFILE_OWNER intentAmith Yamasani2014-07-291-0/+13
|/ / | | | | | | | | | | | | | | | | | | | | | | | | This will be shown when a system priv-app tries to add a profile owner to a device that's already been through setupwizard. Refactored the Add Device Admin dialog to also be used for this purpose with additional warning text. Also, make sure that profile owners cannot be deactivated. Bug: 16207721 Change-Id: I25499a22718b2219a5a56b158ca2681243751549
* | Merge "Fix bug #16382239 "Searching for Printers" progress bar is not ↵Fabrice Di Meglio2014-07-241-1/+1
|\ \ | |/ |/| | | Material / Quantum" into lmp-dev
| * Fix bug #16382239 "Searching for Printers" progress bar is not Material / ↵Fabrice Di Meglio2014-07-281-1/+1
| | | | | | | | | | | | | | | | Quantum - remove this hard coded theme Change-Id: I003dc2e1d173a3555fab940874ca5ceee0b058d7
* | Toggle between primary and managed profile in Print SettingsAlexandra Gherghina2014-07-292-0/+63
| | | | | | | | | | | | | | | | | | This adds a spinner to the print settings screen which can be used to toggle between the Settings app in the primary and managed profile so that the user can edit settings belonging to both profiles. Bug: 16369104 Change-Id: I2556a331d09379c2a501bc6b192ab1631b5215f5
* | More User Settings improvementsAmith Yamasani2014-07-263-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | Add a menu checkbox to allow creation of users from lockscreen. Add a delete icon in restricted profiles settings. Other little fixes to icons. Update some strings based on feedback. Bug: 15761405 Bug: 16550371 Bug: 16298824 Change-Id: Ib876bd57f15c6ce2d71856f72571c6b8b0e3102d
* | Fix Trusted Credentials layoutPaul Lawrence2014-07-251-1/+3
| | | | | | | | | | | | | | | | Now matches security layout. Tested on Volantis and Hammerhead in portrait and landscape Bug: 16381087 Change-Id: If7049f6cd241df360d9fb608e1e7e5d45e3d1d54
* | Merge "More fixes for QuickLaunchSettings" into lmp-devFabrice Di Meglio2014-07-242-6/+5
|\ \ | |/
| * More fixes for QuickLaunchSettingsFabrice Di Meglio2014-07-242-6/+5
| | | | | | | | | | | | | | - use DialogWhenLarge on tabletUI - update layouts for following Material theme Change-Id: If7aa153168eae9d2e72c50e4ae38bcd2fa6bb4bd
* | Merge "Show countdown of remaining decrypt attempts before wiping device" ↵Paul Lawrence2014-07-241-1/+4
|\ \ | | | | | | | | | into lmp-dev
| * | Show countdown of remaining decrypt attempts before wiping devicePaul Lawrence2014-07-241-1/+4
| |/ | | | | | | | | Bug: 16496992 Change-Id: Ibdd4bbbf9a9eeafee5e0e5ed48464d524628cf12
* | Added SIM Card Activity to SettingsPauloftheWest2014-07-241-0/+114
|/ | | | | | | | | | + Added SIM Card menu to Settings menu + Added SIM card detail dialog when selecting a SIM Card + Added ability to select the default SIM for Cellular data, Calls, and SMS Bug: 16241745 Change-Id: I43437aa4c591c5097a8865d564f88726671e1b7d
* Merge "[WifiSetup] Tablet landscape layout" into lmp-devMaurice Lam2014-07-231-3/+5
|\
| * [WifiSetup] Tablet landscape layoutMaurice Lam2014-07-231-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Created setup_preference for sw600dp-land, modeled after template_with_header in Setup Wizard. Copied over wide illustration, which is again a placeholder and needs real graphics from UX. Renamed SetupWizardHeader to SetupWizardIllustration. Added aspectRatio attribute to SetupWizardIllustration that, will set the aspect ratio of the top padding. If 0 or not specified, padding will not be set. Bug: 16349429 Change-Id: Ic2623ee0c0ee8864383d22da006b418b8c371bf0
* | Work on issue #16135174: Apps page "smoke" gradient footer must be removedDianne Hackborn2014-07-233-92/+178
| | | | | | | | | | | | New header in running services. Not yet done. Change-Id: Ibe2f4145796c7863ec80e0ea2d8d87dc910bac7e
* | Data Usage, materialized!Jeff Sharkey2014-07-229-122/+223
| | | | | | | | | | | | | | | | | | | | | | | | Asset drop so Data Usage matches new Material spec. Removes time dimension sweeps, so we now summarize the entire visible axis. Fix time axis labels to not draw outside clip bounds. Remove pie chart. No more checkboxes in menus. Telephony items like roaming are moved back to cellular settings. Start wiring up multi-SIM support. Bug: 15760500, 16019700, 16289924, 16303795 Change-Id: Ie8f4821962319bb82ff4bc2f13f1f66ba1bdfe65
* | Stop using framework-private switch assetAlan Viverette2014-07-221-1/+2
|/ | | | | BUG: 16467249 Change-Id: I0829c3dea522cf59e0f92046ea7c6092d416ad4c
* Fix and simplify advanced security settings layoutAdrian Roos2014-07-222-24/+26
| | | | | | | | Provides correct padding for tablets and sets background drawable. Bug: 16382821 Change-Id: I0aa0c9f8c6fccb6c201e78075c37a7c7e2315d07
* Treat caption preview viewport as clipped 16:9 aspectAlan Viverette2014-07-211-1/+3
| | | | | | | Also adds standard start/end padding to preview frame. BUG: 16462107 Change-Id: I89001d1656cee0c2d8abd95eae09975307b1ff06