aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SettingsFragment.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move settings related classes to "settings"Ken Wakasa2013-07-221-501/+0
| | | | Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f
* Reorganize Utils classTadashi G. Takaoka2013-07-051-2/+2
| | | | Change-Id: I7294d1547def5dcfcae9d1d53b277cb3cc9f2d18
* Use internal personal dictionary settings on JBMR2 or beforeSatoshi Kataoka2013-06-271-6/+11
| | | | | Bug: 9117704 Change-Id: I7e20b03daa23b59211235183cf48d933e32845e4
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-2/+5
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Use system default key press volumeTadashi G. Takaoka2013-06-181-0/+3
| | | | | Bug: 9475973 Change-Id: I6ae825b161dde69e19b52d73fb9aa782e2aa7423
* Use system default vibration patternTadashi G. Takaoka2013-06-181-0/+3
| | | | | Bug: 9468462 Change-Id: Ifa46a56873c10888da8eaa2782fe07ef138a141b
* Get value text from ValueProxyTadashi G. Takaoka2013-06-181-0/+15
| | | | | | | | As a preparation to show "system default" in the settings. LatinIME can't know the actual system default value. Bug: 9468462 Change-Id: I0b7898d1ca29ded7a619dd636d2ad16eb0db292e
* Merge "Allow downloadable dictionaries in development builds"Kurt Partridge2013-06-121-3/+1
|\
| * Allow downloadable dictionaries in development buildsKurt Partridge2013-06-051-3/+1
| | | | | | | | | | | | Bug: 9305379 Change-Id: Iab32753070a056d3861a45aa898911b7ab67dfb6
* | Adjust settings for development-only versionsKurt Partridge2013-06-121-1/+11
| | | | | | | | Change-Id: I4f08632d97f182d312edc82bda3c3897a71099ad
* | Fix possible NPESatoshi Kataoka2013-06-071-1/+10
|/ | | | | Bug: 9314901 Change-Id: Id80f59df38ae72766b097fd1c23326fedd302439
* Delete shared preference entry when user select default valueTadashi G. Takaoka2013-05-281-0/+15
| | | | Change-Id: I3fbafd9024c26a99d87376f5d5e359e03988a30f
* Adding additional feature settings.Keisuke Kuroyanagi2013-05-281-0/+2
| | | | Change-Id: I9fec0c03b7da9ce0305b494193f4cfe3fca144f3
* Fix the title of the fragment of the personal dictionarySatoshi Kataoka2013-04-301-5/+0
| | | | | | | This change is corresponding to I9b8bab21b144385bc2386e7fcb Bug: 8600958 Change-Id: I0a0cf37d0a11c14a51dc63b2e4371facb34514d0
* Support ICS on the user dictionary settingsSatoshi Kataoka2013-04-261-9/+3
| | | | | Bug: 8600958 Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30
* Implement a functionality to add an entry to the user dictionarySatoshi Kataoka2013-04-251-5/+43
| | | | | | Bug: 8600958 Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a
* Merge "Add edit personal dictionary settings menu"Tadashi G. Takaoka2013-04-231-0/+15
|\
| * Add edit personal dictionary settings menuTadashi G. Takaoka2013-04-221-0/+15
| | | | | | | | | | Bug: 8600958 Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a
* | Legal noticeSatoshi Kataoka2013-04-221-0/+4
|/ | | | | Bug: 8533258 Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179
* Fix singleton/utility classes initialization in SettingsFragmentTadashi G. Takaoka2013-04-171-4/+5
| | | | | | | This is a follow up of Ide3cd3acba. Bug: 8632344 Change-Id: Iafe51798a1a74eff5d8fcd6f0117d16b419d447d
* Fix missing AudioAndHapticFeedbackManager initializationTadashi G. Takaoka2013-04-171-0/+2
| | | | | Bug: 8632344 Change-Id: Ide3cd3acba3987317cff709fa591eadaa71834e8
* Remove unnecessary harmful finish() from SettingsActivityTadashi G. Takaoka2013-04-151-7/+2
| | | | | Bug: 8560722 Change-Id: I825b135bd13aca17e712330660978b834648dbc3
* Add preference dependency to gesture input related optionsTadashi G. Takaoka2013-04-151-4/+0
| | | | | Bug: 8613600 Change-Id: I279d3264080aede59203205c45763c7f8ff08ae6
* Hide Setup Wizard icon for stock keyboardTadashi G. Takaoka2013-04-101-1/+7
| | | | | Bug: 8581647 Change-Id: Id530f1a33a5c919f4a732ec0d545dfbe76e56316
* Fix appnameSatoshi Kataoka2013-03-221-0/+5
| | | | | Bug: 6789579 Change-Id: Ic4694e36e0846af95fa8dcdef919be251983b528
* Support feedbackSatoshi Kataoka2013-03-191-0/+21
| | | | | Bug: 8143554 Change-Id: If0a6bafc94da040f97f27c6d046fb58bed9fd615
* Merge the dictionary pack in Latin IME.Jean Chalard2013-03-191-0/+2
| | | | | Bug: 8161354 Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172
* Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICSKen Wakasa2013-03-181-2/+3
| | | | | bug: 8393568 Change-Id: Ie5edf44a3627aca9416145aff56bf05bbf2a05f3
* Merge "Move checking non-persistent checkbox to onResume" into jb-mr2-devTadashi G. Takaoka2013-03-131-4/+4
|\
| * Move checking non-persistent checkbox to onResumeTadashi G. Takaoka2013-03-131-4/+4
| | | | | | | | | | Bug: 8336068 Change-Id: I07e67a6aee24a239a21e6fc69eb2ec741b9a5b2b
* | Make isInternal mutableSatoshi Kataoka2013-03-131-1/+1
|/ | | | Change-Id: Ib81ceba801be0ac7ef65c4eadd1ec8599e80dacc
* Add show setup wizard icon preference settingsTadashi G. Takaoka2013-03-051-0/+7
| | | | | Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7
* Clean up Settings and SettingsFragment a bitTadashi G. Takaoka2013-01-251-33/+18
| | | | Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68
* Merge "Display custom input style name in system locale"Tadashi G. Takaoka2013-01-241-1/+1
|\
| * Display custom input style name in system localeTadashi G. Takaoka2013-01-241-1/+1
| | | | | | | | | | Bug: 8032166 Change-Id: Ib9a6b63c4d540ce377892fb865e53abdd8adec16
* | Clean up SettingsFragment a bitTadashi G. Takaoka2013-01-241-25/+26
|/ | | | Change-Id: Ic0727003f2645f0c38200b67bb2f4046249c6273
* Merge "Refactor SubtypeLocale to hold Resources"Tadashi G. Takaoka2013-01-231-1/+1
|\
| * Refactor SubtypeLocale to hold ResourcesTadashi G. Takaoka2013-01-231-1/+1
| | | | | | | | Change-Id: Ia667bc2d406d66c87215dd3b9569f36f4642cfe0
* | Configurable key long press timeoutTadashi G. Takaoka2013-01-231-0/+29
|/ | | | | | | | The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Add SeekBarDialogPreferenceTadashi G. Takaoka2013-01-181-124/+52
| | | | | | This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b
* Add default button to vibration/volume settings dialogTadashi G. Takaoka2013-01-101-6/+30
| | | | Change-Id: I7beb4517314efdefeb47d91b14a6b02c3075c19f
* SeekBarDialog supports neutral and dismiss listenerTadashi G. Takaoka2013-01-101-4/+18
| | | | Change-Id: I652fd1a383ef4074c04d03a37ebc779d229474e6
* Clean up public helper methods of SettingsValuesTadashi G. Takaoka2013-01-091-7/+7
| | | | Change-Id: I6c6087580b67f497eaaf16900f8df7a4a895b8e3
* Rename Settings to SettingsFragmentTadashi G. Takaoka2013-01-081-0/+375
Change-Id: If5bc53efc67be507663091de0f569f604c03e719