summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge "Add the capability to set a pinned header to ↵Fabrice Di Meglio2014-07-211-1/+8
|\ | | | | | | SettingsPreferenceFragment" into lmp-dev
| * Add the capability to set a pinned header to SettingsPreferenceFragmentFabrice Di Meglio2014-07-211-1/+8
| | | | | | | | | | | | | | | | - add a FrameLayout into the preference list fragment - add public void setPinnedHeaderView(View pinnedHeader) and clearPinnedHeaderView() APIs for adding and clearing the pinned header Change-Id: I50ba5dd150167e0d49cc54bee1203f46db6d7a66
* | Merge "Fix Notification Access layout for tabletUI support" into lmp-devFabrice Di Meglio2014-07-213-4/+11
|\ \ | |/
| * Fix Notification Access layout for tabletUI supportFabrice Di Meglio2014-07-213-4/+11
| | | | | | | | | | | | | | | | | | | | - setup correct padding for the App list and its item also remove showing FastScroller all the time on App Notification list See bug: #13140648 Settings needs to support the new Quantum Paper theme Change-Id: I11a70906f1372027622d50a81bc7744d48190f8a
* | Merge "Fix App Notification layout for tabletUI support" into lmp-devFabrice Di Meglio2014-07-192-4/+7
|\ \ | |/
| * Fix App Notification layout for tabletUI supportFabrice Di Meglio2014-07-212-4/+7
| | | | | | | | | | | | | | | | - setup correct padding for the App list and its item See bug: #13140648 Settings needs to support the new Quantum Paper theme Change-Id: I6c14bb8abced59b636a3230e1daf783130f0f4d3
* | Add Screen pinning back to settingsJason Monk2014-07-211-0/+39
| | | | | | | | | | | | | | | | | | | | | | Adds a basic screen for screen pinning (previously lock-to-app) to settings that describes the feature and allows it to be turned on and off. Bug: 16378448 Depends on Ide333463f86310eacb7a1d8b6dc7b1aea8722713 for Settings constant Change-Id: Id3ef8471794aa01de20efeb947bed95c50d6b954
* | Merge "Fix overdraw and do some layout optimizations" into lmp-devFabrice Di Meglio2014-07-183-5/+30
|\ \ | |/
| * Fix overdraw and do some layout optimizationsFabrice Di Meglio2014-07-183-5/+30
| | | | | | | | | | | | | | | | | | | | | | - use a specific layout for the Dashboard and for the Preferences - use a specific background for the Dashboard and for the Preferences The main idea here is that you cannot have the same layout / background because the Dashboard is using the "Z elevation" for having its card "poping up" Change-Id: I42b7c91efea14315b8a60cf3876938a7f1d1e0b3
* | Update Settings to use new UsageStats APIAdam Lesinski2014-07-182-2/+2
| | | | | | | | Change-Id: I89740d9b0c21f1ac6aa68feedc7730dd98b244c9
* | Merge "Fix alignment of ActionBar title and Preferences for tablet UI" into ↵Fabrice Di Meglio2014-07-171-2/+2
|\ \ | |/ | | | | lmp-dev
| * Fix alignment of ActionBar title and Preferences for tablet UIFabrice Di Meglio2014-07-171-2/+2
| | | | | | | | | | | | | | | | - use the correct start/end padding See bug: #15439371 Visual add white BG for Settings Detail Change-Id: I391fb3c75c51349ffbc17295b3aac6f432f91b58
* | Merge "Final touches to material theme for phones" into lmp-devPaul Lawrence2014-07-177-72/+85
|\ \
| * | Final touches to material theme for phonesPaul Lawrence2014-07-177-72/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix layout Improve text color/size Improve edit box look Hide status bar at top Bug: 15328359 Change-Id: Ia0ea75c74b352963ccf47db0ff7c9684adc1f2a3
* | | Battery chart fixes.Dianne Hackborn2014-07-173-14/+51
|/ / | | | | | | | | | | | | | | | | | | When there is no data to show, don't make a crazy collapsed chart. Also avoid re-creating the chart when scrolling. And fix various other things. Change-Id: Ia1895bc7c46e6d830e66f66e66f17726e1e23e3f
* | Merge "Added Wifi Assistant Card" into lmp-devPauloftheWest2014-07-161-0/+90
|\ \
| * | Added Wifi Assistant CardPauloftheWest2014-07-161-0/+90
| |/ | | | | | | | | | | | | | | | | | | | | + Show Wi-Fi Assistant card above network list that scroll under the action bar with the rest of the list + Display a promo image and text + Clicking "Setup" should link to the selected Wi-Fi assistant app (must be open to 3rd parties) + Touching "No, Thanks" should snooze this card for 30 days / 2nd time 90 / 3rd time 180 days / then forever Bug: 15703202 Change-Id: If74101bea630246c6bda2de3ed79fee72eca4c0c
* | Make crypt dialogs materialPaul Lawrence2014-07-165-8/+7
|/ | | | | | | | | | | | | White on black material theme Center text Remove fade to black task Fix emergency call button Note - does not implement all requirements of frames in the defect. More to follow. Bug: 15328359 Change-Id: I878e59dccffff366ba2484bb77482e168cbd2b81
* Fix OwnerInfosFabrice Di Meglio2014-07-151-4/+5
| | | | | | | | | - use a white background for being in line with the Material Theme - fix padding so that the edge effect is showing full width See bug: #13140648 Settings needs to support the new Quantum Paper theme Change-Id: Iea1cf6b104ee8bf5f311f7d3485d0500884dc57a
* Fix bug #16319697 ACTION_DEVICE_INFO_SETTINGS intent causes Settings app to ↵Fabrice Di Meglio2014-07-152-3/+2
| | | | | | | | crash - fix the way we are passing switchBarMarginStart / switchBarMarginEnd Change-Id: Ic6e67643be10877a74ae68075460fa5fd4cc5da1
* Merge "NotificationStation: Fix crash, use dark theme" into lmp-devChristoph Studer2014-07-142-1/+3
|\
| * NotificationStation: Fix crash, use dark themeChristoph Studer2014-07-142-1/+3
| | | | | | | | | | Bug: 15899979 Change-Id: Ieaa65e300cdc9cbed83b601b7a972a1e245c4961
* | Revert "Add lock-to-app to settings"Jason Monk2014-07-141-74/+0
|/ | | | | | This reverts commit 315070d58b1d18fe1f5dae73e2ee09fd3ee5b13f. Change-Id: Id78311a4e0f371a87c975cc97587a404e0dfdb7f
* Reorganize spell checkers settingsTadashi G. Takaoka2014-07-113-151/+25
| | | | | | Bug: 15976603 Bug: 16115751 Change-Id: I3b23d7f01d8d39da27215a5263b12304ac64db0f
* [WifiSetup] L layout updateMaurice Lam2014-07-093-132/+91
| | | | | | | | | Changed the layout based on the new design mocks. Copied over StickyHeaderListView and SetupWizardHeader. Currently using the generic illustration but will update to Wifi setup specific version once we get them. Change-Id: I22bdef8c9860d419be55938e1e4a6a682db5b7e8
* Merge "b/16154604 removing the settings link from the trust agent menu."Ido Ofir2014-07-091-17/+0
|\
| * b/16154604 removing the settings link from the trust agent menu.Ido Ofir2014-07-081-17/+0
| | | | | | | | Change-Id: If5050a16ffd776a5ca2eec6f1dad4eef47f2f0e4
* | Added Saved networks UI to WifiPauloftheWest2014-07-081-0/+64
|/ | | | | | | | | | | | | | + Added Saved networks to Overflow menu + Moved WPS Pin Entry from Overflow menu to Advance Setting Activity + "Automatically manage Wi-Fi : Let a Wi-Fi assistant manage your connection" + "Wi-Fi assistant : <selected assistant> [cog secondary hit target] + MAC address & IP address list items have the static italic style - "Avoid poor connections" from Advance Settings - "Wi-Fi optimization" from Advance Settings Bug: 15698824 Change-Id: Ieb25b29874752db07398dcb200ec07862779f507
* Merge "Define a specific preferenceFragmentStyle in Settings Theme"Fabrice Di Meglio2014-07-074-3/+92
|\
| * Define a specific preferenceFragmentStyle in Settings ThemeFabrice Di Meglio2014-07-074-3/+92
| | | | | | | | | | | | | | | | - needed for being able to have PreferenceFragments look as the Dashboard See bug: #15384992 Setting Dashboard - padding updates Change-Id: I098008a131aa29594025b38dd0dc07c1cc3bffdc
* | Settings: Update to follow new volume design.John Spurlock2014-07-073-72/+10
|/ | | | | | | | | | | | | | | | | - "Sound & Notification" (not Notifications) - Remove ringer-mode pref. - Add zen-mode pref to renamed "Interruptions" screen. - Implement two separate "Sound" & "Notification" sections. - Remove "Showing notifications" screen, migrate settings. - Remove custom category styling now that we have a platform style. - Implement new "days" sleep mode and corresponding dialog pref. - Corresponding changes to indexable resources. Associated frameworks/base change: I35afe38646f04d2ba0dbac11c2c6356120a33694 Bug:15831713 Change-Id: I6ed56791784968adfbd684f490dbbebed285a2dd
* Fix Write to NFC Tag dialog layout for tabletsAndres Morales2014-07-011-8/+16
| | | | Change-Id: I10a846dd328ff7b3f06350ff93197712495d2fb4
* Update Search Suggestions and Results PanelFabrice Di Meglio2014-07-013-11/+19
| | | | | | | | | - fix overdraw use as less backgrounds as possible - make it look like the Dashboard with padding left and right See bug: #15384992 Setting Dashboard - padding updates Change-Id: I30ff33e51bc3c73e888d45f0ce6e16784eb6721c
* Merge "Make edge effect goes border to border on xlarge tablets"Fabrice Di Meglio2014-06-271-3/+1
|\
| * Make edge effect goes border to border on xlarge tabletsFabrice Di Meglio2014-06-291-3/+1
| | | | | | | | | | | | - it is all where you apply the padding ... Change-Id: Ia8b75662a387bee278b4ea1bca83153724db5bfa
* | Applied some minor UI changes (see below)PauloftheWest2014-06-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | + Changed wifi icons to teal + Removed “Secured with …” from network status + Added an empty state image above text when Wi-Fi is off + Removed Wi-Fi Direct and WPS Push button from overflow menu + Added Wi-Fi Direct and WPS Push button to Advance Activity + Input Password Dialog: Moved Signal Strength and Security to Advance + Input Password Dialog: Updated Password text to Material style BugId: #15698824 #15702808 Change-Id: I542ab9aac2c098738330c92d9183d3907c4f0b38
* | Merge "Add lock-to-app to settings"Jason Monk2014-06-261-0/+74
|\ \
| * | Add lock-to-app to settingsJason Monk2014-06-261-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lock-to-app when disabled shows some instructions about how to enable it and use it. When enabled shows an option of use lock screen, which controls whether the device is locked when exiting lock-to-app. Turning on use lock screen requires that the device have some security challenge. Bug: 15759649 Change-Id: I6188243e03fb0c85bdfdbc32a23ad486296a34f9
* | | Merge "Fix icon size for Data Usage / Battery Stats / Process Stats"Fabrice Di Meglio2014-06-264-9/+34
|\ \ \ | | |/ | |/|
| * | Fix icon size for Data Usage / Battery Stats / Process StatsFabrice Di Meglio2014-06-264-9/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | - remove padding from app_percentage_item and apply it correctly on its containers - wrap app_percentage_item into preference_app_percentage for having correct padding o nProcessStatsPreference and PowerGaugePreference Change-Id: I290c92959f51a33a1edb49435cd0bd1e6cd9afa3
* | | Merge "Use user restriction instead of pin to guard factory reset in Settings."Julia Reynolds2014-06-261-0/+39
|\ \ \ | |/ / |/| |
| * | Use user restriction instead of pin to guard factory reset in Settings.Julia Reynolds2014-06-131-0/+39
| | | | | | | | | | | | | | | Bug: 14081992 Change-Id: I60f132312368c5097b46ab97e881eec3700ef586
* | | Merge "Make Apps Icons size consistent in Battery Stats"Fabrice Di Meglio2014-06-251-2/+3
|\ \ \
| * | | Make Apps Icons size consistent in Battery StatsFabrice Di Meglio2014-06-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | - set them to 24dip as for the Settings Dashboard Change-Id: Iadab299cac88a6b22157d285aff8a7dcf506fc97
* | | | Merge "Update Dashboard layout - part 2"Fabrice Di Meglio2014-06-253-1/+8
|\ \ \ \ | |/ / /
| * | | Update Dashboard layout - part 2Fabrice Di Meglio2014-06-253-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - follow UX spec - tablet UI support - tuning for phone UI See bug: #15384992 Setting Dashboard - padding updates Change-Id: I26fc6a51a4bb608399f319206c27f58c21b4aa64
* | | | Merge "[WifiSetup] Removed button bar"Maurice Lam2014-06-231-47/+0
|\ \ \ \ | |/ / / |/| | |
| * | | [WifiSetup] Removed button barMaurice Lam2014-06-171-47/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed button bar from setup_preference because the same feature is provided in SettingsActivity already. Also removed setup custom button because that functionality is superceded by the navigation bar. Change-Id: I7f853d57bb63ad3c410e2731d1485d152f806d9f
* | | | Fix bug #15782467 Wrong padding start/end on App InfoFabrice Di Meglio2014-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - move the listPreferredItemPadding to the correct ViewGroup Change-Id: I896c2cab79a0c3c40452d8592297191611df40de
* | | | Update Dashboard layout againFabrice Di Meglio2014-06-238-39/+69
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | - follow UX spec - update also the Search Panels (suggestions / results) to follow the same specs See bug: #15384992 Setting Dashboard - padding updates Change-Id: I3d27a3b3d9779644f8ea123990a0c7bed8d4ba74