aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/setup/SetupWizardActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add StatsUtils.onSettingsActivity to collect the settings page stats.•••Bug:19214944 Change-Id: I113f47c49d638790d770fe2781afe7cd1565619d Mohammadinamul Sheik2015-03-131-0/+2
* Add JSR305 annotation to LeakGuardHandlerWrapper•••Change-Id: I7456200af739db4510c5549b7bc894fb48749455 Tadashi G. Takaoka2014-10-141-1/+3
* Update setup wizard video and image of AOSP•••Bug: 17769384 Change-Id: I23748bce17566aad1693ff56e8c04f493f957f84 Tadashi G. Takaoka2014-10-061-0/+5
* Restore additional subtypes when the package is updated•••With this CL, Intent#ACTION_MY_PACKAGE_REPLACED will not only update the visibility of the setup activity but also reconstruct additional subtypes. This is important because the system always removes all the additional subtypes whenever the package is updated. BUG: 15890448 Change-Id: Ic36ea68f50b1ac89b4cbd268ee53f9a5e5d60afd Yohei Yukawa2014-07-041-4/+7
* Revert "Use ViewCompat support library and delete ViewCompatUtils"•••This reverts commit db21267b788592ce99b9fb052801c6ec90bfe7b6. The reverting change breaks build in unbundled jb-ub-latinimegoole branch. Change-Id: Ia61424f5321eb97f981d22c4b08e9ea8d348f6c1 Tadashi G. Takaoka2014-05-231-3/+3
* Use ViewCompat support library and delete ViewCompatUtils•••Change-Id: Ifee496ff7ecaf361898444ff4127f16748d96422 Tadashi G. Takaoka2014-05-241-3/+3
* Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef Tadashi G. Takaoka2014-05-241-2/+1
* 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