aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "[HW4] Move a reference to WordComposer out of LatinIME"Jean Chalard2014-06-262-11/+11
|\
| * [HW4] Move a reference to WordComposer out of LatinIMEJean Chalard2014-07-012-11/+11
| | | | | | | | Change-Id: I5436432c0da86ed1e33b3c9d40204f4ea013ff55
* | Merge "Update dictionaries"Jean Chalard2014-06-261-0/+0
|\ \
| * | Update dictionariesJean Chalard2014-07-011-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >>> dictionaries/es_wordlist.combined.gz Header : date : 1403847862 <=> 1404131686 version : 48 <=> 49 Body : Added: apurate 50 Added: bondi 50 Added: chamuyar 50 Added: conocela 50 Added: conocelo 50 Added: conoceme 50 Added: conocenos 50 Added: conocete 50 Added: copate 50 Added: creele 50 Added: creeme 50 Added: creenos 50 Added: creete 50 Added: creiste 50 Added: creés 50 Added: dale 50 Added: dame 50 Added: danos 50 Added: decile 50 Added: decime 50 Added: decinos 50 Added: estate 50 Added: hablale 50 Added: hablales 50 Added: hablame 50 Added: hablanos 50 Added: hablate 50 Added: hablá 50 Added: hacele 50 Added: haceme 50 Added: hacenos 50 Added: hacete 50 Added: hacés 50 Added: llegás 50 Added: llevale 50 Added: llevame 50 Added: llevanos 50 Added: llevate 50 Added: llevá 50 Added: llevás 50 Added: parecé 50 Added: parecés 50 Added: pasala 50 Added: pasale 50 Added: pasales 50 Added: pasalo 50 Added: pasame 50 Added: pasanos 50 Added: pasate 50 Added: pasás 50 Added: podés 50 Added: ponele 50 Added: poneme 50 Added: ponenos 50 Added: ponete 50 Added: quedá 50 Added: querela 50 Added: querelo 50 Added: quereme 50 Added: querenos 50 Added: querete 50 Added: querés 50 Added: rascate 50 Added: sabelo 50 Added: sabés 50 Added: tenele 50 Added: teneme 50 Added: tenenos 50 Added: tenete 50 Added: tenés 50 >>> java/res/raw/main_es.dict Header : date : 1403847862 <=> 1404131686 version : 48 <=> 49 Body : Same changes Bug: 8010862 Change-Id: I98fc8542e21e35a7c80b332148c461144425e61a
* | | Merge "Fix a unit test"Jean Chalard2014-06-262-10/+44
|\ \ \ | |_|/ |/| |
| * | Fix a unit testJean Chalard2014-07-012-10/+44
| |/ | | | | | | | | | | | | When switching languages, we need to wait until the dictionary is loaded to compute suggestions. Change-Id: I7c32a900b297cd6302bfdc020842581315f3007f
* | [HW3] Some refactoringJean Chalard2014-07-011-9/+11
| | | | | | | | Change-Id: I303ce084a56c6ec709d3eab239a4d9d2274d0dea
* | [SD9] Add armenian and georgian scriptsJean Chalard2014-07-016-24/+42
| | | | | | | | | | Bug: 15840116 Change-Id: I91719e4fc2e3fe29320e4cb8b1a2f8f93c44cc4d
* | [SD8] Add scripts for layouts that are already implementedJean Chalard2014-07-018-0/+16
| | | | | | | | | | Bug: 15840116 Change-Id: I82b94fb89f18c6f7d88193231e132fbc2ac66685
* | [SD7] Actually check for script.Jean Chalard2014-07-014-10/+37
|/ | | | | | | ...also implement the check for Hebrew and Arabic. Bug: 15840116 Change-Id: Ia6433d7d98038ade64c171be4fe4b3f094111fac
* Merge "[SD6] Inline a constant and remove logic become useless"Jean Chalard2014-06-261-21/+8
|\
| * [SD6] Inline a constant and remove logic become uselessJean Chalard2014-07-011-21/+8
| | | | | | | | | | Bug: 15840116 Change-Id: I545cc9083aa4e2fd7cbbd1fbc02e1e382482db7c
* | Merge "[HW2] Have a script for hardware keyboard"Jean Chalard2014-06-262-0/+8
|\ \ | |/ |/|
| * [HW2] Have a script for hardware keyboardJean Chalard2014-07-012-0/+8
| | | | | | | | Change-Id: I3ee85867c529156374ecc17db3243a50912e760b
* | [SD5(2)] Remove useless argsJean Chalard2014-07-012-18/+3
|/ | | | | Bug: 15840116 Change-Id: I1123426fbd9d420c1be64ccc917a5f870e70e6fa
* Merge "Revert "[SD5] Remove useless args""Ken Wakasa2014-06-262-3/+18
|\
| * Revert "[SD5] Remove useless args"Ken Wakasa2014-07-012-3/+18
| | | | | | | | | | | | | | This reverts commit 1d300239612591879d535c20ade1f2712048170e that broke the build. Bug: 15840116 Change-Id: I0a5fa7dea2b418d19df24b2b31ed96bf192d45c0
* | Merge "Revert "[SD6] Inline a constant and remove logic become useless""Ken Wakasa2014-06-261-8/+21
|\ \
| * | Revert "[SD6] Inline a constant and remove logic become useless"Ken Wakasa2014-07-011-8/+21
| | | | | | | | | | | | | | | | | | | | | This reverts commit 2a5824a63b244d1e5b18e512bc8dfb34f795f579 that broke the build. Bug: 15840116 Change-Id: Ife11050394f3ed90e39d835b92732e1b6af83249
* | | Merge "[SD6] Inline a constant and remove logic become useless"Jean Chalard2014-06-261-21/+8
|\| |
| * | [SD6] Inline a constant and remove logic become uselessJean Chalard2014-06-301-21/+8
| |/ | | | | | | | | Bug: 15840116 Change-Id: I04b9d6bd45d9e806c268fa8ecb4653f8af729095
* | Merge "[SD5] Remove useless args"Jean Chalard2014-06-262-18/+3
|\|
| * [SD5] Remove useless argsJean Chalard2014-06-302-18/+3
| | | | | | | | | | Bug: 15840116 Change-Id: Ib3380cfc9d343c6f8953bba03af3801142bc3bdb
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-3012-0/+324
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2014-06-3012-0/+324
| | | | | | | | | | | | | | | Change-Id: Ia31613a90afebc810811e603cfdee621c8d47b9c Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-2715-0/+3120
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-3015-0/+3120
| |/ / | | | | | | | | | | | | Change-Id: Ie644aea041d7b76637651958b612671f694c21f7 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-301-0/+851
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-301-0/+851
| |/ / | | | | | | | | | | | | Change-Id: Ia7837134acb9381094219fe410b5fa4840bd3400 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-3011-0/+264
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-3011-0/+264
| |/ / | | | | | | | | | | | | Change-Id: Ib559baf38fac9b3389b7cc0ed3714f52d4c2300f Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-2716-0/+532
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-3016-0/+532
| |/ / | | | | | | | | | | | | Change-Id: Id284e91e7646cf2eac64540a1ec8f7f99b8bd8d1 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-2716-0/+4037
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-3016-0/+4037
| |/ / | | | | | | | | | | | | Change-Id: I0f0e7af0c8697932912fbf8681af86683d82925e Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-2716-0/+1638
|\ \ \ | |_|/ |/| |
| * | Import translations. DO NOT MERGEBaligh Uddin2014-06-3016-0/+1638
| |/ | | | | | | | | Change-Id: I31e29f587071c9c8a3d167efbf111c1aa3011b3e Auto-generated-cl: translation import
* | [SD4] Restart suggestions on language changeJean Chalard2014-06-303-29/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ...otherwise we can't recompute the composition when we change scripts. This also fixes when we register that we need to take note that the current subtype was used. Luckily this is a good occasion for some cleanup that I've wanted to do for some time: use InputTransaction for onTextInput (with the goal to ultimately remove it entirely) Bug: 15840116 Change-Id: Ie4f4f9157b66b79237eeb3db75535803124d3e19
* | Merge "[SD3] Forward the script ID to where it will be used"Jean Chalard2014-06-266-24/+42
|\ \
| * | [SD3] Forward the script ID to where it will be usedJean Chalard2014-06-276-24/+42
| | | | | | | | | | | | | | | Bug: 15840116 Change-Id: If2073e76fed74ae6e1cdd7670013e0e985b0e630
* | | [CS6] Cut out methods to clarify what we are doingJean Chalard2014-06-301-39/+45
| |/ |/| | | | | | | Bug: 13238601 Change-Id: I99cc62e91b1e89130358fded572987023d919507
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-2740-11/+8123
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2014-06-2640-11/+8123
| | | | | | | | | | | | | | | Change-Id: I664e4afdb71b6b040ac34dc1d47b5e75e3888e88 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-2839-78/+39
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-2639-78/+39
| |/ / | | | | | | | | | | | | Change-Id: I4c6ef95873ed739c15f4ebee4d0aadb1186437d5 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-2857-591/+1293
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-2657-591/+1293
| |/ / | | | | | | | | | | | | Change-Id: I2403c927d69e510a4ca2053041d80bfd9777471e Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-2840-782/+392
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-06-2640-782/+392
| |/ / | | | | | | | | | | | | Change-Id: I6c420e3dd4a97a1b7590c52bdd60c54e6e00f4de Auto-generated-cl: translation import
* | | Merge "Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.""Ken Wakasa2014-06-262-78/+76
|\ \ \