aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/setup/SetupWizardActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use ViewCompat support library"•••This reverts commit e7ee4fa862e9d7986c292c2e3a0d6b392100540a. Change-Id: I56fab60ac859289d3ed51f691cd7e2a15da01856 Tadashi G. Takaoka2014-01-271-3/+3
* Use ViewCompat support library•••Change-Id: I4ba261752750f5087cba810045669512b430b5e0 Tadashi G. Takaoka2014-01-271-3/+3
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 Ken Wakasa2013-12-131-5/+5
* 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