aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/setup/SetupWizardActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-513/+0
|
* Add StatsUtils.onSettingsActivity to collect the settings page stats.Mohammadinamul Sheik2015-03-131-0/+2
| | | | | Bug:19214944 Change-Id: I113f47c49d638790d770fe2781afe7cd1565619d
* Add JSR305 annotation to LeakGuardHandlerWrapperTadashi G. Takaoka2014-10-141-1/+3
| | | | Change-Id: I7456200af739db4510c5549b7bc894fb48749455
* Update setup wizard video and image of AOSPTadashi G. Takaoka2014-10-061-0/+5
| | | | | Bug: 17769384 Change-Id: I23748bce17566aad1693ff56e8c04f493f957f84
* Restore additional subtypes when the package is updatedYohei Yukawa2014-07-041-4/+7
| | | | | | | | | | | | 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
* Revert "Use ViewCompat support library and delete ViewCompatUtils"Tadashi G. Takaoka2014-05-231-3/+3
| | | | | | | This reverts commit db21267b788592ce99b9fb052801c6ec90bfe7b6. The reverting change breaks build in unbundled jb-ub-latinimegoole branch. Change-Id: Ia61424f5321eb97f981d22c4b08e9ea8d348f6c1
* Use ViewCompat support library and delete ViewCompatUtilsTadashi G. Takaoka2014-05-241-3/+3
| | | | Change-Id: Ifee496ff7ecaf361898444ff4127f16748d96422
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+1
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Revert "Use ViewCompat support library"Tadashi G. Takaoka2014-01-271-3/+3
| | | | | | This reverts commit e7ee4fa862e9d7986c292c2e3a0d6b392100540a. Change-Id: I56fab60ac859289d3ed51f691cd7e2a15da01856
* Use ViewCompat support libraryTadashi G. Takaoka2014-01-271-3/+3
| | | | Change-Id: I4ba261752750f5087cba810045669512b430b5e0
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-5/+5
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Move settings related classes to "settings"Ken Wakasa2013-07-221-1/+1
| | | | Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-2/+2
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Don't use RichInputMethodManager in setup wizardTadashi G. Takaoka2013-06-071-14/+23
| | | | | | | | | | 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
* Fix unintentional setup step advance in orientation changeTadashi G. Takaoka2013-05-151-4/+16
| | | | | Bug: 8159728 Change-Id: I53e7d7c8fb5cc231ea94474b091e550f77ae8dab
* Adjust aspect ratio of setup imageTadashi G. Takaoka2013-05-151-18/+27
| | | | | Bug: 8159728 Change-Id: I578014912fa63c4c9b4c2c89aeae7ffec836b06c
* Revise welcome screen video and still imageTadashi G. Takaoka2013-05-141-0/+6
| | | | | Bug: 8159728 Change-Id: Ief8d7197879d24ccef529e975c23d6f11c7aa458
* Fix screen flash when launching settings activityTadashi G. Takaoka2013-05-101-10/+16
| | | | | Bug: 8336068 Change-Id: I90a0f259129a3f3319b158b060154cc43960c234
* Introduce another activity to launch setup wizardTadashi G. Takaoka2013-05-101-0/+460
Bug: 8336068 Change-Id: I35b94dd87c5b01d3e927da8f918a5398dd565d33