aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/setup/SetupWizardActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move settings related classes to "settings"•••Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f Ken Wakasa2013-07-221-1/+1
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-2/+2
* Don't use RichInputMethodManager in setup wizard•••In setup wizard, InputMethodManager may not be able to be aware that this IME is installed, especially just after the IME is installed via GooglePlay app and hit the open button on the app to launch the setup wizard. Bug: 9299618 Change-Id: I00c8544178b41074253d49ae9481996ec56593d2 Tadashi G. Takaoka2013-06-071-14/+23
* Fix unintentional setup step advance in orientation change•••Bug: 8159728 Change-Id: I53e7d7c8fb5cc231ea94474b091e550f77ae8dab Tadashi G. Takaoka2013-05-151-4/+16
* Adjust aspect ratio of setup image•••Bug: 8159728 Change-Id: I578014912fa63c4c9b4c2c89aeae7ffec836b06c Tadashi G. Takaoka2013-05-151-18/+27
* Revise welcome screen video and still image•••Bug: 8159728 Change-Id: Ief8d7197879d24ccef529e975c23d6f11c7aa458 Tadashi G. Takaoka2013-05-141-0/+6
* Fix screen flash when launching settings activity•••Bug: 8336068 Change-Id: I90a0f259129a3f3319b158b060154cc43960c234 Tadashi G. Takaoka2013-05-101-10/+16
* Introduce another activity to launch setup wizard•••Bug: 8336068 Change-Id: I35b94dd87c5b01d3e927da8f918a5398dd565d33 Tadashi G. Takaoka2013-05-101-0/+460