aboutsummaryrefslogtreecommitdiffstats
path: root/java/AndroidManifest.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix restore from keyboard•••The keyboard starts up before the restore process and the default shared preferences are cached and used even after the restore. Bug: 17837918 Change-Id: I2669e377b6e95813657fd6a80fbff4472330e3aa Sandeep Siddhartha2014-11-051-1/+0
* Stop using splitActionBar•••Bug: 16830067 Change-Id: I05514ca03438f577bb8a17a59705897440907bf7 Tadashi G. Takaoka2014-10-061-2/+1
* Add the sync related permissions to LatinIme too•••This can go in master because the actual code changes will also go in here, and not in lmp-dev Bug: 17464069 Change-Id: Ica1a22c61aa07efb6dadf8db53513607be437b73 Sandeep Siddhartha2014-09-251-0/+4
* Add account change receiver to handle account removal•••Also cleanup the manifest to group similar components together. Moving LoginAccountUtils to its own package Bug: 17464068 Change-Id: Iad7928855531d58334b1e4039bb45b97dde75462 Sandeep Siddhartha2014-09-241-39/+51
* Add account listing and preference integration for current account•••Bug: 17464068 Change-Id: Idb68a6012b285d6bc4632414bb6d11131148cf67 Sandeep Siddhartha2014-09-181-0/+4
* Prepare for E MR1 that is linked against L SDK•••Change-Id: I77e735a824718e96eac49359ae195c0ffa76b83d Ken Wakasa2014-09-161-1/+1
* Clear keyboard cache when system locale is changed•••Bug: 17310080 Change-Id: I2b388772f269f1e7610a5bd32de80793da2df16e Tadashi G. Takaoka2014-08-281-0/+1
* Remove unnecessary DebugSettingsActivity, use fragment directly•••This CL must be checked in together with I1db2e848ab. Bug: 16522808 Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c Tadashi G. Takaoka2014-07-231-8/+0
* Use Theme.DeviceDefault theme•••For API 21 (and later), Theme.DeviceDefault.Light is specified. This CL must be checked in together with Ic91f28df81. Bug: 11866784 Bug: 13888366 Bug: 15781377 Change-Id: I01b288473128fc2491d3663e90cab56d0ba2d704 Tadashi G. Takaoka2014-07-181-4/+4
* 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-1/+1
* Revert "Use Settings app's theme for L and later"•••This reverts commit 80c47b2f7961a5a8de1c6ec5751c04d15d42122a. Change-Id: I69619bd9856d4133794597a0cf81cc121e3a7887 Mikhail Naganov2014-06-271-4/+4
* Use Settings app's theme for L and later•••This CL must be checked in together with I506b9ae6ea. Bug: 11866784 Change-Id: I00aa90618642758c783f7c92f162dc2ee16659a6 Tadashi G. Takaoka2014-06-271-4/+4
* Revert "Reorganize Keyboard settings screen"•••This reverts commit 339929ba16e4f68fb216ebe49dd3575e563ee8ab. Bug: 11866784 Bug: 13888366 Bug: 15781377 This doesn't build with LOCAL_SDK_VERSION := 19 for UnbundledLatinImeGoogle. Change-Id: Idf8bd335b076152265f245f578dadf651e291878 Ken Wakasa2014-06-231-4/+4
* Reorganize Keyboard settings screen•••This CL must be checked in together with I6ebfbeb4e8. Bug: 11866784 Bug: 15781377 Bug: 13888366 Change-Id: I57d47ab174d03121a604fd0dbf553795de0ab9b8 Tadashi G. Takaoka2014-06-221-4/+4
* Use platform default theme for activities and dialogs•••Bug: 13698528 Change-Id: Ib904c911452525e3749c0eb287434b504576db5f Tadashi G. Takaoka2014-04-041-3/+8
* Remove some warnings•••Change-Id: I5cfa0d2fccc139bd6c45c5590a68c3e0c90534b8 Jean Chalard2014-01-091-3/+5
* 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-3/+3
* Try decaying user history at hourly intervals.•••Bug: 6669677 Change-Id: Ib465fa7e1a7f289a07843535ba89d0dd5259e803 Keisuke Kuroyanagi2013-10-021-0/+6
* Move settings related classes to "settings"•••Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f Ken Wakasa2013-07-221-16/+19
* Make intents unique to AOSP•••This is to avoid confusion if multiple IMEs are installed with dictionary pack components Change-Id: Ibc91951e4fdd5db13f681e4cb06197da98527bbc Kurt Partridge2013-06-111-2/+2
* Introduce another activity to launch setup wizard•••Bug: 8336068 Change-Id: I35b94dd87c5b01d3e927da8f918a5398dd565d33 Tadashi G. Takaoka2013-05-101-2/+10
* Use revised Google Keyboard icon•••Bug: 8159728 Change-Id: I458df60cb39f81cde3c08190af0ab08d304f9d98 Tadashi G. Takaoka2013-05-091-4/+2
* Launch setup wizard as single top activity•••Bug: 8336068 Change-Id: Ifac84361e4e37b4aa106cbdbfffb83883ec2f8e6 Tadashi G. Takaoka2013-05-091-1/+3
* Add permissions for personalization•••Bug: 8683365 Change-Id: Ia74d730a6b778c0e647794efc8c3a810c715902c Satoshi Kataoka2013-05-011-4/+6
* Add strings-appname.xml to AOSP Android Keyboard project•••Change-Id: I8dea5393ad3b12c2398bbeb7f1040b66d82c9c35 Tadashi G. Takaoka2013-04-261-6/+6
* Ask the client to make itself known when it's not•••Upon invoking the settings of the dictionary pack with an unknown client, we now launch an intent to ask the client to make itself known. This change also includes the code that receives this intent and acts upon it. Bug: 8492879 Change-Id: I2c6496dea845646961ecafcf64e282cb93ee91dc Jean Chalard2013-04-011-0/+6
* Fix appname•••Bug: 6789579 Change-Id: Ic4694e36e0846af95fa8dcdef919be251983b528 Satoshi Kataoka2013-03-221-3/+3
* Merge the dictionary pack in Latin IME.•••Bug: 8161354 Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172 Jean Chalard2013-03-191-0/+42
* Add setup wizard launcher icon•••The setup wizard icon will be hidden if the Android Keyboard is in system image. Bug: 8239067 Change-Id: Ib0c0c9e3a0954512c3e03e42a661cdf86eff0dca Tadashi G. Takaoka2013-03-011-1/+11
* Add placeholder of keyboard setup wizard•••Bug: 8159728 Change-Id: I5552e9d0ffa8f94d183e76378d55bba6f718adfe Tadashi G. Takaoka2013-02-141-5/+13
* Change targetSdkVersion to 17•••Bug: 7405756 Change-Id: If933fcad56d81dcc956b6114727e01be9686ee9c Tadashi G. Takaoka2013-02-081-1/+1
* Remove backup agent from AOSP Android Keyboard•••Bug: 4590284 Change-Id: I22f0e42cb898d20dfc2c4506493bf48170ce7b04 Satoshi Kataoka2012-11-121-1/+0
* Let's enhance•••Add mipmap-* launcher icon assets. Remove drawable-* based assests. Change over reference to mipmap icon. Bug: 6718166 Change-Id: I01f84a03fd1be0ced9cce9cff322a5fe02820075 Jason Chen2012-10-121-1/+1
* Merge "Add a <uses-sdk> element in the LatinIME's manifest" into jb-mr1-devKen Wakasa2012-07-311-0/+2
|\
| * Add a <uses-sdk> element in the LatinIME's manifest•••Change-Id: I8354677e271fc73865aabffe0df489e52c85c1eb Ken Wakasa2012-07-311-0/+2
* | Add android::supportsRtl="true"•••Bug: 6904817 Change-Id: I1176e239d001d8eb5ae79ed345660b22be68b137 Tadashi G. Takaoka2012-07-311-1/+2
|/
* Add a copyright header to AndroidManifest.xml•••Change-Id: I588d7acc6f64360404440ad8dc2c00296046b09d Ken Wakasa2012-07-061-0/+16
* Use splitActionBarWhenNarrow for Android Settings activity•••Bug: 6503074 Change-Id: I080a6d354888a5d1218be81ffb1f523981b93783 Tadashi G. Takaoka2012-05-221-1/+2
* Use InputMethodSettingsFragment for IME settings•••Change-Id: Id6d9cd0ddf99c0687b6d3ea4b2f868f6cf2a0eaf Tadashi G. Takaoka2012-04-131-2/+2
* Remove unused resources•••Follow up to Ib27f2774 Bug: 6129704 Change-Id: I75b892a5f97270c270441a00f98e6e7ea1abc424 Tadashi G. Takaoka2012-03-301-9/+0
* Change the application name of aosp latin ime•••Change-Id: I96281709736bc20d70e63af170bfb48b5df3f18d satok2012-01-121-2/+2
* Use the system-wide interface to add a word.•••Bug: 5306641 Change-Id: Ic87e5bc3a5f1f03c57d48f2d92c28e0aba06847d Jean Chalard2011-12-071-1/+0
* Remove unnecessary permission from open source LatinIME as well•••Change-Id: Ifd954aa9133c8da49206f1f77a2d5d4f779cd99d Ken Wakasa2011-09-291-1/+0
* Mark IME as a core app•••Bug: 5233488 Change-Id: I58e05ee1187d4f32450037cb088129d1deec58b4 Ben Komalo2011-09-231-0/+1
* Update the LatinIME app icon•••bug: 5209784 Change-Id: I67be041f55732abbff7722c0e782277497a773bc Ken Wakasa2011-08-311-0/+1
* Add a settings activity for the spell checker.•••Bug: 5156940 Change-Id: I762de1296f861abce2d0413404bca54571e0ea0a Jean Chalard2011-08-121-0/+8
* Add the spell checker configuration xml•••Change-Id: I05fe12dbdef49cb41919023fad6b9df13dc5bd82 satok2011-08-081-0/+8
* Use InputMethodSettingsActivity•••Bug: 4979539 Change-Id: Ib721814bfe80822ded7b0d801f6bc0c854588da4 satok2011-07-111-1/+1
* Add SettingsActivity•••Change-Id: I26d9f90fe18bd7723f1c3c0c9fafbb659cb2f020 satok2011-07-041-1/+1
* Add SuggestionSpan suggestion picked notification receiver•••Bug: 4443922 Change-Id: I8a9dc5077ae06c6d0c39fd7fdd823fc4f4d05f45 satok2011-05-261-0/+6