History log of /packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
263bcc8b732dbb47d3ce63904e0e05191fabbad6 18-Jan-2014 Fabrice Di Meglio <fdimeglio@google.com> Use Drawer in Settings app

- 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
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
4b6603cb7981d99a6609a7de610d1f2c35f47074 30-Jul-2013 Satoshi Kataoka <satok@google.com> Fix the displayed name of the personal dictionary

Bug: 8976598
Change-Id: I3a8b50790b6da1658f32ff89df222127cb310da6
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
1fb887f2649cff9543ec45be07ce438277d29020 24-Jul-2013 Jean Chalard <jchalard@google.com> Fix a bug with multiple word insertion.

Bug: 7903831
Change-Id: I5202bc529a570292dd78d8503d8e2cc93b43d354
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
a5c08c9a6f2693aafa8cc5c0e58d1f5afd2e8586 18-Jul-2013 Satoshi Kataoka <satok@google.com> Remove the locale spinner and show the current language

Bug: 8976598
Change-Id: I092141d0cc5c6d7af499ab8ceb69275923180e37
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
a374d81605f4ba760db9613dd8aa8d8a0370dab8 17-Dec-2012 Jean Chalard <jchalard@google.com> Distinguish adding an already present word / cancelling

Bug: 7725834
Change-Id: Iab3d1818f008a553868fb30e8460ea3f77c2de50
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
271543876d3ecccdb5547554778e91c9e7dd87ba 10-May-2012 Jean Chalard <jchalard@google.com> Implement the "more locales" feature.

Bug: 6026080
Change-Id: I051a734321793e9130dc2cc77d4e7f670d2ce93d
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
5bdde7f93960d4f08a45aec14caaa88a310cca8c 09-May-2012 Jean Chalard <jchalard@google.com> Implement the delete button for user words

Bug: 6026080
Change-Id: I43345874edb0a1b51dfcac9c99e74c345eeef7e6
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
1571c0a377f4aa94ef424da326a52fad638b3e54 09-May-2012 Jean Chalard <jchalard@google.com> Pass the shortcut to the user dictionary provider.

Bug: 6026080

Change-Id: I87b7c8b1ae89856f393871e6d3440b43efc22a29
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
a0868ffd5ddcb1fa23c5b6e4b1043e40611bbd34 08-May-2012 Jean Chalard <jchalard@google.com> Move the spinner code to the fragment.

Bug: 6026080
Change-Id: I49e1aa1839266ca169982b6a4800ee9923451be5
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
fbffd0c98203c63af85a3fc6d85660b21c211bfe 08-May-2012 Jean Chalard <jchalard@google.com> Move the word commit code to UserDictionaryAddWordContent.

...and call it from the fragment too.

Bug: 6026080
Change-Id: Icb83fd60ed33dfa593124ed0af6b9fff4b63f1f5
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
be3f0faf526d628b578b1af6d975c19cfdf8637b 08-May-2012 Jean Chalard <jchalard@google.com> Factor some code

Bug: 6026080
Change-Id: I38475a95b1d421162099390244dbda09658346f5
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java
be07e49a9292b653b923cbfa64dc5c42972ded41 08-May-2012 Jean Chalard <jchalard@google.com> Implement the "add word" screen according to new spec

This is only the interface. It doesn't do anything yet, so as to
avoid a too large change.

Bug: 6026080
Change-Id: I0c7f0c09f71e01b18fcb3566a3c6c4b0f0b2a0fc
/packages/apps/Settings/src/com/android/settings/inputmethod/UserDictionaryAddWordFragment.java