| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introduce the new Dashboard (a grid like presentation of
Settings top categories) per UX specification.
- the Dashboard is composed of "categories" and in each of them
you have "tiles"
- implement a new layout for showing top categories
(DashboardContainerView). This layout basically acts like a
grid
- depending on the device configuration make the grid with 1
column in portrait / 2 colums in landscape (phones) OR 2 columns
in portrait and 3 in landscape (tablets)
- take care of Accounts adding and removing (as it changes the
number of tiles to show)
Also remove all the old code related to Headers
Change-Id: Ie29944132c1b4c3f7b073d5a7d4453b8f5ec19a7
|
|
|
|
|
|
|
|
|
|
|
|
| |
New sub-page off of notification settings to ban/unban
apps and navigate to an app's notification configuration
activity (if configured).
Centralized all notification settings artifacts under a new
settings subpackage.
Bug: 13935172
Change-Id: I53b75c02f0091900734d17dc9217035d0df9b466
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- follow the UX spec by no more using a Drawer
- the Dashboard is now a Fragment that contains the list of Headers
- the search results are also put into a Fragment that is replacing
the initial one (Dashboard or other) when expanding the SearchView
- use a SearchView for query input
- when tapping on a Header or a Search Result, re-launch Settings as
an Activity so that we are benefiting from the Activity stack for
UP affordance and BACK button
- manage UP affordance to show it only when needed
- move some Actions to the Menu in the ActionBar for allowing space
to the Search action and removing some clutter
- fix an issue with the Index and WiFiEnabler and their cached Context
that was not updated when there was a Configuration change
- simplify the SettingsActivity code by extracting some inner classes
Change-Id: I50b5f77bb44a7fade1886114dbbc820609a5e63d
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Consolidated under the new Notifications settings are:
- Ringtone (from Sound)
- Zen Mode (from Sound)
- Pulse LED (from Display)
- Heads-Up Notifications (from Display)
- Notification Access (from Security)
- Show when locked (from Security)
Change-Id: I214d03ba1e356e088323a3058d98d390b8a8f988
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Second pass:
- use Theme Holo for the Drawer too
- add a temporary background for Drawer icons (so that they dont mix
with the Drawer background)
- remove the "More..." icon as it was not needed
This CL will show that there is a discrepancy into the Drawer icons
size (some are smaller than the standard size, some other bigger).
This issue will be fixed when the new set of Icons will be delivered
by the UX team.
Change-Id: I431882df9b98157e98a1b735f31d9e77ef846767
|
|
|
|
|
|
| |
- makes "Overview" the first entry in the Drawer (it was still under Wireless and Networks)
Change-Id: Iae425b885ea7b8ee611871a1739117341d1c94c1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- get rid of PreferenceActivity as much as we can and use fragments instead
- add Drawer widget
- add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL)
- add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external
call thru an Intent
Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should
not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process
and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we
would have two Home).
Also, verified that:
- the WiFi settings still work when called from SetupWizard
- when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer
Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The user has to explicitly enable a print service from the settings UI
before using it. Usually, users very rarely if at all interact with print
services, therefore all print service management task are performed from
the print settings. We also have to get user consent warning that the
user's data is about to be given to a third-party app. We now post a
notification allowing the user to go directly to the settings screen to
turn the service on.
bug:10447510
Change-Id: Ibfb5368a09b1e012dd6dd0f3d33a5ad10e5ee00e
|
|
|
|
|
|
| |
Bug 9958444
Change-Id: I868f5b7aa6ae9273b725cb96e80821a82569e7e0
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Iafe99a1e959472f893cf168d952d9dd19ff160c0
|
|/
|
|
|
| |
Bug: 10407819
Change-Id: Ie232b2d48a8d67355d7c31a878ebaa79aae7c44d
|
|
|
|
|
|
| |
First version, pending final UX.
Change-Id: I357e900c3f2012b35814ae197c49a8c9b97b7148
|
|
|
|
|
| |
Bug: 10200097
Change-Id: Ifaa8aaa9aa5ad17a948bf18f184a131295112a30
|
|
|
|
| |
Change-Id: I55b30df5b6889576539b8cb880e3032f417ddfd7
|
|
|
|
| |
Change-Id: I5822bf4a81f5ade4ee0649ed30c2daa40d7e8fe2
|
|
|
|
|
|
|
|
|
| |
New restrictions panel for restricting list of available apps for the user.
Apps that support restrictions can also be configured here.
Restrictions screen is PIN protected and will ask you to create a PIN the
first time you use it.
Change-Id: I7a5267df4272521ad80e6a8b6a18932d07179eb8
|
|
|
|
| |
Change-Id: Id662a41fb189823c6d06aafc7e98996f3ef6c930
|
|
|
|
|
|
| |
Bug: 7204409
Bug: 7222997
Change-Id: Iac2c4ab2d7bf0090670573bf4c967f07abdf6f51
|
|
|
|
|
| |
Bug: 7016769
Change-Id: I21a7bf6140f7470dbb9bebeda1ebcc3f17c481c6
|
|
|
|
|
|
|
| |
Show Accounts in secondary settings
Move Users & restrictions to Device section
Change-Id: Idcd7ed44801fe92c847cff81d11f3d6f6d06ba81
|
|
|
|
|
|
| |
Photo will be shown in user management screen and switcher.
Change-Id: Icc0a39487daae13530fc1741780fb42fee0dada4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reorganized Account settings to show account types at the top-level
of Settings. Only account types that have accounts added are visible
here. There is an Add account button to add a new account.
Master sync toggle has moved to Data Usage screen in the overflow menu.
It shows additional detail of the function of the auto-sync toggle when
it is toggled by the user.
Account type screen (ManageAccountsSettings) shows list of accounts of
that type and any available authenticator settings. It additionally
verifies any Intents can be resolved before showing the corresponding
entry. This screen now shows last synced time for each account.
You can now sync all accounts of a type by selecting Sync now in the
Account type screen.
Account Sync screen that shows the list of syncable items has minor
tweaks:
- "Last synced...", "Sync is OFF"
- Doesn't show the authenticator settings here anymore.
Bug: 6579937
Change-Id: I8139a4c992b525a3e1efc24d2d223c3f5caddc76
|
|
|
|
|
|
|
|
|
|
|
| |
Customized Settings for restricted users
- Only some top-level settings panels available
User management
- Primary user can add and remove users
- User details screen to change name and list of enabled apps
Change-Id: Ia6beb991b427197a4ec2724ca3c9222073f6cf7d
|
|
|
|
| |
Change-Id: I813d9f674f1bcff940e5e57051e4ced8b56911a6
|
|
|
|
|
|
|
| |
Removed More wifi settings icon
Bug: 5084184
Change-Id: I4ed948bd24544d512179765eb917f3932f60751b
|
|
|
|
|
|
|
|
| |
Updated some strings as well, to be shorter.
Bug: 5087499
Bug: 5082543
Change-Id: I1b38ceda377a6cf9fcb6cd000af2ec0c96b243bb
|
|
|
|
| |
Change-Id: Ifa7138a907a6adca05b8906b77f185c78583bff5
|
|
|
|
|
|
|
| |
It will be shown in Contacts app instead
Bug: 4971637
Change-Id: I081708d4b2cf296d0e37dd20f6ac82f37438d9f0
|
|
|
|
|
|
|
|
|
| |
Battery, Development moved to main menu.
Unknown sources moved to Security.
Main menu links directly to ManageApplications.
ApplicationSettings was kept in case an other app referenced it.
Change-Id: I0271d4222cfc192f9235f21e06bf3b56f77db1a4
|
|
|
|
|
|
| |
Needs final icon for location.
Change-Id: I8d826203c4d0ca4ae768f59ecdeae2700bad7c86
|
|
|
|
|
|
| |
Wifi and bluetooth pane refactored, main toggles moved to left pane.
Change-Id: I42ea4cf3bdf24158f3c67e0dea311258206cd78a
|
|
|
|
|
| |
Bug: 3267042
Change-Id: I127a2e9d11fb70283812e68979bdde3976e32cf9
|
|
|
|
|
|
| |
Fragmentized some of the activities and moved buttons into the menu area.
Bug: 3148844
|
|
|
|
|
|
|
|
| |
This moves OwnerInfo into Location&Security and adds the
necessary logic to only show it in modes that make sense-
Lock (when not disabled) and Unlock (pattern, pin, password).
Change-Id: I3549dc4d956406aea3d63cd06d37bcea27a5b555
|
|
|
|
|
|
| |
Meta data specifies the fragment class and top-level header that it belongs to.
Bug: 3127704
|
|
|
|
|
|
| |
- Updated proguard.flags
Change-Id: I198761b0f0ad5288c8c807a7a3c2e965731fcee5
|
|
|
|
|
|
|
| |
This just renames OwnerInfo to OwnerInfoSettings so the existing
proguard rule picks it up.
Change-Id: Ie5682d77e8efe22a922bf750d4689cafd50e7a65
|
|
|
|
|
|
|
| |
This is a quick UI implementation to allow owner info to be changed
on LockScreen for dogfooding.
Change-Id: I0dc781def594d1c921c44348c130f509798a71f4
|
|
capabilities now.
Also fix: 2997438 and a similar bug in Tether Settings
Show + menu item for User Dictionary
|