| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ib9c22ecb05cc698ead5bfffa34d2a2ffa9c21e13
|
|
|
|
| |
Change-Id: I8dad625fd0fa7c56111814ef6b950bd04f2460ae
|
|
|
|
|
|
| |
framework changes already present
Change-Id: Iffd7cf5c3eb7368974e792194e9ebe8a75ca35b7
|
|
|
|
|
| |
Bug: 6334179
Change-Id: I62c9c163aa4ee2c88286daee77641418869a1dab
|
|
|
|
|
| |
Bug: 6110399
Change-Id: Ib2758bdcdd6b271be402f46c56d41619dc7aecb9
|
|
|
|
|
| |
Bug: 5069983
Change-Id: I882aded067e8cc75197f6d3fa5c11388368b6996
|
|
|
|
|
|
| |
bug:5149036
Change-Id: I81a9786d20be3e9bf87550d6a0cc04191409600c
|
|
|
|
|
| |
Bug: 5057977
Change-Id: I8f2f3d480325029c794c058beed2475033a617f9
|
|
|
|
|
|
| |
Bug: 4645160
Change-Id: If9046e7e96732f6ee4c0594cc66622b6462bdec9
|
|\
| |
| |
| |
| |
| |
| | |
mouse speed." into honeycomb-mr2
* commit 'a3a96d180f7b1351e6f2aaa8763dc962844fc83e':
Add a preference panel for mouse speed.
|
| |
| |
| |
| |
| |
| | |
Bug: 4124987
Change-Id: Icf166810ebbd3745f0065331c140a074b58a363c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The user dictionary interface now works the following way:
* Locale gathering
- The current locale is always considered as present, even if
there are no words for it in the user dictionary.
- Any locale for which at least one word is registered is
considered present.
- A null locale is considered a valid locale meaning "all
languages".
- If no words are present at all, since the current locale is
always considered present, the system will consider there is
exactly one locale present - and allow editing this user
dictionary.
* Options display
- If only one locale is present, the interface is the same as
for Honeycomb: display a "User dictionary" PreferenceScreen
that brings up the dictionary editor interface.
- If there are several locales present, then the user
dictionary option will jump to a screen that will display a
list of available locales.
* Word insertion
- Inserting a word will always use the locale of the currently
displayed dictionary. If it is the "all languages" null
pseudo-locale, that will still hold and the word will be added
to this pseudo-locale.
It is worthy to note that the "All languages" locale is only
accessible if for some reason there are already words with a
null locale in the database before this is installed. For
example, if an application has inserted some words that way,
or if the user inserted words with a previous version of the
settings application.
On a freshly flashed device, barring the use of third-party
application that would add such words, it is not possible to
access the "all languages" locale any more because there is
no interface to do it, though it works if such words are
inside.
Bug: 3479738
Change-Id: Iba323e5aeb3f4f575896903a4e8bef6ffb3ea306
|
|/
|
|
|
| |
Bug: 3479738
Change-Id: Ic57a5675c44c36ad255f9927da151ad6a2a8c44c
|
|
|
|
|
|
|
|
| |
Bug: 3341160
This is for some custom settings that needed dialog style indicators.
Change-Id: Ied9d88c890e764bc0ae50e0299daff50a6b432aa
|
|
|
|
| |
Change-Id: I82392e4a028abe2d588622a7e89fd035966f603a
|
|
|
|
|
| |
Bug: 3267042
Change-Id: I127a2e9d11fb70283812e68979bdde3976e32cf9
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
res/xml/language_settings.xml
src/com/android/settings/LanguageSettings.java
Change-Id: I0dbfd4ee51682e2b55cad0af1caa90bbedd598a2
|
| |
| |
| |
| |
| | |
bug: 2954950
Change-Id: Ie5815023654c3ee45f73fb6ec08266b11e7ff017
|
| |
| |
| |
| |
| |
| |
| | |
Depending on I2c962726b0adc8811c18dd6df7ff7bdc93c31a07, which
implements DialogCreatable.
Change-Id: I9857e592218731bfbddc578c15180cc681fa4d20
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The logic calling selectFirst() is removed as
- There's no comment why it is needed.
- Actually SetupWizard gets stack as that forces users to see
WirelessSettings in SetupWizard.
The other changes:
- Move back LocalePickerFragment to LocalePicker.
- Make <activity> for LocalePicker in AndroidManifest <activity-alias>
- Add a short comment about how getComponent(), which should be a key
for understanding how top-level settings work.
- Modify LanguageSettings so that it corectly points LocalePicker as
a fragment.
Change-Id: I78d356e40af896ba1aab72fba12c90467371c7b0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added a base class SettingsPreferenceFragment from which the settings activities should
be derived so that they can behave like fragments. It contains some commonly called
utility methods and dialog conversion to DialogFragment.
Some of the top-level activities can be launched directly without the left pane.
Settings.java acts as a proxy activity that contains just that settings fragment without
the left pane.
There are still a lot of second and third level activities that need to be fragmentized.
This is just the first pass to test the 2-pane layout.
|
|/
|
|
| |
Bug: 2132207 - Settings UI has no way to change IME
|
|
|
|
| |
Bug: 2402834
|
|
|
|
|
|
|
|
| |
Move Factory data reset to About phone.
Show input method when dialog to enter/edit new dictionary word is displayed.
Add title to Accessibility settings.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|