summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/UserDictionarySettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Use Drawer in Settings appFabrice Di Meglio2014-02-031-3/+2
| | | | | | | | | | | | | | | | | | | | - 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
* Add resources for light themeRussell Brenner2013-08-301-5/+9
| | | | | Bug: 10407819 Change-Id: Ie232b2d48a8d67355d7c31a878ebaa79aae7c44d
* Remove the locale spinner and show the current languageSatoshi Kataoka2013-07-221-1/+4
| | | | | Bug: 8976598 Change-Id: I092141d0cc5c6d7af499ab8ceb69275923180e37
* Fix the label for the personal dictionary settingsSatoshi Kataoka2013-05-081-9/+1
| | | | | Bug: 8859441 Change-Id: I18ae1e1d92e1280e1782685b99307f1e48ce8e66
* Fix breadcrumbs for user dictionary settings on tablets.Jean Chalard2012-05-101-1/+1
| | | | | Bug: 6026080 Change-Id: I1c0fa796c8f60e0c0f406e277d9e29fc09a44742
* Rework the de-duplication scheme for shortcuts.Jean Chalard2012-05-091-4/+16
| | | | | Bug: 4646172 Change-Id: I88966f3e910f51711ce49336fb9134d0953930de
* Pass the shortcut to the user dictionary provider.Jean Chalard2012-05-091-5/+18
| | | | | | Bug: 6026080 Change-Id: I87b7c8b1ae89856f393871e6d3440b43efc22a29
* Rework the list interfaceJean Chalard2012-05-091-17/+16
| | | | | | | Display the shortcut in the list, and remove the cross button. Bug: 6026080 Change-Id: I7f594f07a84e4df3ad5b8160129d92d1a4b0fc28
* Factor some codeJean Chalard2012-05-081-6/+6
| | | | | Bug: 6026080 Change-Id: I38475a95b1d421162099390244dbda09658346f5
* Implement the "add word" screen according to new specJean Chalard2012-05-081-5/+9
| | | | | | | | This is only the interface. It doesn't do anything yet, so as to avoid a too large change. Bug: 6026080 Change-Id: I0c7f0c09f71e01b18fcb3566a3c6c4b0f0b2a0fc
* Make home-as-up work in UserDictionarySettingsAmith Yamasani2012-04-241-2/+5
| | | | | | | | Since the home-as-up icon is delivered through onOptionsItemSelected, need to check the ID. Bug: 6388649 Change-Id: I00041b1a15e102826d05a40fdd288a9d8712dc48
* Move adding word functionality to the new interfaceJean Chalard2011-12-071-123/+19
| | | | | | | Step 4 Bug: 5306641 Change-Id: I150fd93e9802e92b4cf084867f0a9d1bc382cdae
* More TabWidget and padding tweaks to match spec.Jeff Sharkey2011-08-181-0/+7
| | | | | | | Also fix NPE in UserDictionarySettings. Bug: 5184822 Change-Id: I082981c3bcf9b1e6575dcf9f42495a17f0ec8672
* Follow preferences padding changes in framework.Jeff Sharkey2011-08-161-9/+1
| | | | Change-Id: Ia83237290da035e5ee7a2e92ef56fc02838aac56
* am f14f96ef: am b3f6116e: am fd73824d: Merge "Fix: Text is cut in Edit word ↵Amith Yamasani2011-08-121-1/+1
|\ | | | | | | | | | | | | edit box when adding word to dictionary" * commit 'f14f96efa831e9a81983869d8959e7cef6caba9a': Fix: Text is cut in Edit word edit box when adding word to dictionary
| * am b3f6116e: am fd73824d: Merge "Fix: Text is cut in Edit word edit box when ↵Amith Yamasani2011-08-121-1/+1
| |\ | | | | | | | | | | | | | | | | | | adding word to dictionary" * commit 'b3f6116e2bd8bfa1b23b724526badaa6b1602a12': Fix: Text is cut in Edit word edit box when adding word to dictionary
| | * Fix: Text is cut in Edit word edit box when adding word to dictionaryZoran Jovanovic2010-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | When a word is added to dictionary its display is cut in edit box of Edit word dialog on some screens. Change-Id: I8c8dde9df6b2ccad21bb2113a240d24a99d51012
* | | Do not crash when the user dictionary service is disabled.Jean Chalard2011-07-211-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | This still does not remove the UI. It only prevents the Settings application from crashing. Bug: 5024166 Change-Id: I6e8c0a8953af6c02273de2a881e85a5248cb8bd6
* | | No split action bar in screens with one actionGilles Debunne2011-07-111-1/+2
| | | | | | | | | | | | | | | | | | Bug 5012012 Change-Id: I87d38e0cc97762aa9043b0c5834a42848cc2a0fe
* | | Changed text and appearance when Wifi/Bluetooth is offGilles Debunne2011-07-071-2/+1
| | | | | | | | | | | | | | | | | | A TextView is used as an empty view, centered on screen with the message. Change-Id: I33825775d6b2ed212e5839cfac84d055b9336667
* | | Change the interface for user dictionary multiple locales.Jean Chalard2011-05-181-16/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Enable showing the user dictionary in several locales.Jean Chalard2011-05-111-6/+8
|/ / | | | | | | | | Bug: 3479738 Change-Id: Ic57a5675c44c36ad255f9927da151ad6a2a8c44c
* | Directly show edit dialog when a user dictionary word is selected.Amith Yamasani2010-11-021-45/+9
| | | | | | | | | | | | | | | | Don't show the intermediate Edit/Delete options, since there is now a direct way to delete an item. Bug: 3148989 Change-Id: Iae39121ca8926c23bf0b10f4ef9a5dac210d2324
* | Add a delete button to quickly delete a word in the user dictionary.Amith Yamasani2010-09-231-10/+38
| |
* | Use PreferenceActivity and FragmentBreadCrumbs as they offer the same ↵Amith Yamasani2010-09-211-3/+5
| | | | | | | | | | | | | | capabilities now. Also fix: 2997438 and a similar bug in Tether Settings Show + menu item for User Dictionary
* | Fragmentize UserDictionary.Daisuke Miyakawa2010-09-131-49/+70
| | | | | | | | | | | | | | Depending on I2c962726b0adc8811c18dd6df7ff7bdc93c31a07, which implements DialogCreatable. Change-Id: I9857e592218731bfbddc578c15180cc681fa4d20
* | if requery returns false, throw exceptionVasu Nori2010-08-051-1/+3
|/ | | | | bug:2894145 Change-Id: Iba36031fae90e53a6c71677e3ec23ba017234407
* Fixes monkey bug: 2292396Amith Yamasani2010-03-081-1/+5
|
* Add "settings" to a bunch of screens. Fix 2110077, 2115734, 2101651Amith Yamasani2009-09-171-2/+7
| | | | | | | | 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.
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-6/+12
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+271
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-268/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-4/+1
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+4
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-5/+18
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+14
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-0/+242