| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
*poof*
Change-Id: I386473bc6a6cd0d68d1b0a1b4871caef75f1ade8
|
| |
|
|
| |
Change-Id: I6f0e1a9dbaa3b3e81b24de207c3731249d160a59
|
| |
|
|
|
| |
bug:2664412
Change-Id: I6ca955e7fcc299ae1d69892c93c9250229610b19
|
| |
|
|
| |
Change-Id: If5691d275bf86c94038a53beed65a93dad65b450
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I91401f661d61a86d166baac1cad14b8897d0a467
|
| |/
|
|
|
|
|
|
|
|
|
|
|
| |
Bug: 2630695
The PreferenceCategories added into the hierarchy caused removePreference() to
not work, since the preferences to be removed were not immediate children of
the preference screen.
Create empty PreferenceCategory elements and pull the preferences to the same
depth as the categories.
Change-Id: I34826ea4d84cda0ecab75c66a73febe3d51e7c68
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Under the hood there remain three axes:
1. Are we in silent mode now? | RINGER_MODE_{VIBRATE,SILENT}
2. Do we vibrate in silent mode? | VIBRATE_IN_SILENT == 1
3. Do calls vibrate: | getVibrateSetting(VIBRATE_TYPE_RINGER)
- always | == VIBRATE_SETTING_ON
- never | == VIBRATE_SETTING_OFF
- only in silent | == VIBRATE_SETTING_ONLY_SILENT
We now expose this to the user much more simply by
collapsing (2) and (3) above, and discarding states that
don't make sense:
- VIBRATE_SETTING_OFF + VIBRATE_IN_SILENT
- VIBRATE_SETTING_ONLY_SILENT + !VIBRATE_IN_SILENT
Now we offer the user four choices:
Phone vibrate:
* "Never"
--> VIBRATE_IN_SILENT=0, VIBRATE_SETTING_OFF
* "Always"
--> VIBRATE_IN_SILENT=1, VIBRATE_SETTING_ON
* "Only in silent mode"
--> VIBRATE_IN_SILENT=1, VIBRATE_SETTING_ONLY_SILENT
* "Only when not in silent mode"
--> VIBRATE_IN_SILENT=0, VIBRATE_SETTING_ON
This should make it easier to choose exactly the behavior
the user wants as well as avoid nonsensical combinations of
settings.
Bug: 2598014
Change-Id: I9244d25ec97a3e2b572b71b521049debd22fa4e0
|
| |
|
|
|
| |
Bug: 2598014
Change-Id: Ia846367fc479345bfd02c10fe1860373719334eb
|
| |
|
|
| |
Change-Id: Ia29e5c15fbd147579185c31d03844ccc5a11032e
|
| |
|
|
| |
Change-Id: I2f07b92d717e4661ec3a2c25775fa90ef62caed3
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changes the organization of lock screen security settings
to make choosing an alternate unlock method more discoverable.
Instead of having to disable the old lock method to use a new
one, the user now just has one set/change option in lock settings,
with a list of method-specific setting below it.
In addition, we ask the user to confirm their old credentials
before prompting them to choose a new one, which eliminates one
source of confusion.
Also, ChooseLockGeneric now shows a UI if quality isn't specified.
Any unlock method less secure than minimum specified by
DevicePolicyManager (if active) is greyed out.
Change-Id: Iecc6f64d4d3368a583f06f8d5fe9655cc3d5bd3b
|
| |
|
|
|
|
|
|
|
|
| |
Making sure that the language, country, and variant defaults are always
set to something to ensure that there won't be an NPE.
Dismissing the ListPreference dialogs before a rotation to avoid list
data corruption caused by the list being displayed while its data is
being re-initialized.
Change-Id: Iecdb3b4d415542dc8a4db162c930e6a6570a55f2
|
| |
|
|
| |
Change-Id: I7ce7aa7745bfb57870f1239dba8bd0bd714590dd
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Volume (of the ringer, notifications, media, and alarms) may
no longer be adjusted while the phone is in silent mode.
This was the behavior in Eclair and earlier releases.
This rolls back a small portion of change I724c43aa in the
interest of stability (see bugs listed below for weirdness
that occurs when the ringer's SeekBarVolumizer is visible
when the ringtone stream is muted).
Bug: 2552268
Bug: 2544706
Change-Id: I4858e6d85e5ec8c4bba83b649e24dd5915252eb2
|
| | |
| |
| |
| | |
Change-Id: Iffaf7276340c00b3652e38580abdb218e5907917
|
| | |
| |
| |
| |
| |
| | |
http://b/2546173
Change-Id: I7d59a69eba0e4f3c87586c968574d291a200352c
|
| | |
| |
| |
| | |
Change-Id: Ib730899be1485cc95ed6254279bae0c9413332b3
|
| |/
|
|
|
|
|
| |
Removing unused features from source tree.
Please refer to Bug#2502219.
Change-Id: Ib3321f3c0e3edf7dff947917ba9bad0f7da93c89
|
| |
|
|
| |
Change-Id: Icd2f31ae5393ee7b26113d8c3f31ef06b3469939
|
| |
|
|
|
|
| |
Bug: 2534348
Bug: 2533980
Change-Id: I2f220ac9c710869d3f93a56557afb33478c3b323
|
| |
|
|
|
|
| |
in the TTS settings.
Change-Id: Ia9992f105652518a37ba7e4c139810bfc76c6252
|
| |
|
|
| |
Change-Id: I0f81ee1b861fa5df40700baccc29e2e6c52a39d1
|
| |\
| |
| |
| | |
be more like the IME settings."
|
| | |
| |
| |
| |
| |
| | |
to be more like the IME settings.
Change-Id: I0d26042262b4d9e636d3f456e867c725fa56ae55
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Remove channel settings
Add subtext error handling
Remove WEP, keep WPA2 only for now
Bug: 2413908
Change-Id: Ie867e84a0705f0d2185eeb3a4c86a8227446a338
|
| |/
|
|
|
|
| |
Set layout_height to match_parent
Change-Id: I390f10bf48e08f1e999e766438e50f36f4c73b99
|
| |
|
|
|
|
| |
Add a "Help" button to the tethering page that loads on-device html.
Change-Id: I816ec552a4433296a6cb57345a37611eb2a92b37
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is part 3 of the fix for bug 2364220 "Accessibility improvements for
ending calls".
This change adds a checkbox under "Accessibility settings" to control the
new Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR value, which allows the
user to specify that the Power button should hang up while in-call
(instead of just turning off the screen.) The checkbox is only shown on
devices that actually have a POWER button.
Yeah, it's a little strange having this under Accessibility (since it's not
that obvious *why* this feature is accessibility-related), but there's no
obvious better place. See discussion in the bug for more info.
Bug: 2364220
Change-Id: I0fd7cf357972519b390575b9c06a4bbe46ff1c9b
|
| |
|
|
| |
Change-Id: I8a700485f538d3179334557a5485fe2205be14a9
|
| |
|
|
| |
Change-Id: I3b1c815ff5f515c2116771e0392cf91fbfaea9f4
|
| |
|
|
| |
Change-Id: Ia17df113bb6dfdc6af1b5d3632a7594f21365485
|
| |
|
|
| |
Change-Id: Iadd1cf9245a5ccd38537050a6b6c9d9390400b20
|
| |
|
|
|
|
| |
Bug 2291444
Change-Id: Ifce1a89ab051b79bfcf6a376ebd674f09d6cc3c4
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All checkboxes and other settings will be available to the
user regardless of whether the device is in silent mode.
(Previously, settings such as ringtone and volume were
dimmed if the phone was silent, which was inconvenient.)
Bug: 2496164
Change-Id: I724c43aa4f5b1a12b95097381844a47c5dcf1e0d
|
| |/
|
|
| |
Bug: 2364220
|
| |
|
|
| |
Finalizing some strings and changing the error handling.
|
| |
|
|
| |
There was a typo in my previous checkin.
|
| |
|
|
|
|
|
| |
There will be a new setting to enable to disable bluetooth
voicedialing while the lock screen is up. The strings need
to go in ASAP so that the translation people can see then,
although they are not yet referenced in the code.
|
| |
|
|
|
| |
Bug: 2413908
Change-Id: I3d28fcfcb4a6e4eaf03e57d69f9d2c92730b12e5
|
| |
|
|
| |
section in the TTS settings screen.
|
| |
|
|
|
|
|
|
| |
First phase of the AP support in
UI and framework
Bug: 2421638
Change-Id: I0b6c31be5fe79bd4d33c292464d271b054754e8d
|
| |\ |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
Added icons and a transition step to the brightness setting on the power
widget so auto-brightness can be toggled and the widget will remain in
sync with changes made through settings.
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
Remove the USB notification option.
|
| |/ /
| |
| |
| |
| | |
Fix text overlapping icon issue.
Add new icons for filter options
|