aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Deactivate tests for MyanmarJean Chalard2014-08-061-0/+3
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | They are pretty extensive already and require an implementation that works pretty well. However ours is based on an old architecture and updating them will take time, so for the time being it's best to just deactivate the tests. Change-Id: I649a220d13fc455b4306706bb964602c27a5a28c
* | | Introduce onEvent() to improve testabilityJean Chalard2014-08-062-20/+33
| | | | | | | | | | | | | | | | | | ...and prepare for the future Change-Id: Ieed96ab552993fd148e80b9c3355f1b569bd716f
* | | Merge "Make dict log cleanup." into lmp-devAkifumi Yoshimoto2014-08-041-10/+3
|\ \ \ | |_|/ |/| |
| * | Make dict log cleanup.Akifumi Yoshimoto2014-08-061-10/+3
| | | | | | | | | | | | | | | | | | Delete unneeded output when creating a dictionary Change-Id: If7dc5dc74a53d0054967cb801e5ccfdd53ebe179
* | | Merge "Fix an NPE when running with Keep." into lmp-devJean Chalard2014-08-051-4/+4
|\ \ \ | |_|/ |/| |
| * | Fix an NPE when running with Keep.Jean Chalard2014-08-061-4/+4
| | | | | | | | | | | | Change-Id: Ie703e14bff42d34608f11d0c2d7758950b84c88c
* | | Merge "Use add icon for add custom input style menu" into lmp-devTadashi G. Takaoka2014-08-056-4/+28
|\ \ \
| * | | Use add icon for add custom input style menuTadashi G. Takaoka2014-08-066-4/+28
| | | | | | | | | | | | | | | | | | | | Bug: 16805043 Change-Id: I9730a6aa5d761924457edaabcee25db930e20f02
* | | | Merge "Use IntArrayView to add/remove n-gram entry." into lmp-devKeisuke Kuroyanagi2014-08-0411-68/+108
|\ \ \ \ | |_|/ / |/| | |
| * | | Use IntArrayView to add/remove n-gram entry.Keisuke Kuroyanagi2014-08-0611-68/+108
| |/ / | | | | | | | | | | | | Bug: 14425059 Change-Id: I734f12dfde5161abdfb019a6391677dba8984ff4
* | | [HS3] Fix a bug on ICSJean Chalard2014-08-062-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a bug in ICS where the input connection won't take any writing commands after rotation until the cursor moves. This fixes it by wiggling the cursor position once before trying to do anything. Bug: 16810766 Change-Id: Ib14c70bd0550420cecfa86dea501d13a1a91e296
* | | Merge "[HS2] Move more stuff to onStartInput" into lmp-devJean Chalard2014-08-052-51/+62
|\ \ \ | |/ / |/| |
| * | [HS2] Move more stuff to onStartInputJean Chalard2014-08-062-51/+62
| | | | | | | | | | | | | | | Bug: 8152758 Change-Id: Ida05df7d151ceb582886e2ad06c5bdf0b59978ee
* | | Clean up IntArrayViewTestKeisuke Kuroyanagi2014-08-061-9/+9
| | | | | | | | | | | | Change-Id: I30138f0722571100fe13efc96f8332efde846c2e
* | | Merge "Add/Get n-gram probability entry in languageModelDictContent" into ↵Keisuke Kuroyanagi2014-08-045-10/+44
|\ \ \ | |/ / |/| | | | | lmp-dev
| * | Add/Get n-gram probability entry in languageModelDictContentKeisuke Kuroyanagi2014-08-065-10/+44
| |/ | | | | | | Bug: 14425059 Change-Id: I7926c3812f89b9a71fe1873a5bc32f793f91b640
* | Add ViewCompatUtils.setElevationTadashi G. Takaoka2014-08-051-0/+10
| | | | | | | | | | Bug: 16210054 Change-Id: I632158951a60ab527246410caefd9fbe471dd859
* | Remove unnecessarily overridden defaultEnterKeyStyleTadashi G. Takaoka2014-08-052-8/+1
| | | | | | | | | | | | | | | | | | | | The overriding defaultEnterKeyStyle was needed because there were two Key's attributes to control key's visual, keyLabel and keyIcon. Because these were merged into one keySpec attribute, there is no need to override defaultEnterKeyStyle. Bug: 16787857 Change-Id: I78ca2c7c9349e4532c67e8d6468a5b98309adc05
* | Merge "[HW16] Implement processing event chains." into lmp-devJean Chalard2014-08-051-7/+11
|\ \
| * | [HW16] Implement processing event chains.Jean Chalard2014-08-051-7/+11
| | | | | | | | | | | | Change-Id: I4e1e4f101050ebda77c629a61c548d3c8efb330f
* | | Merge "Make popup hint letter theme-aware" into lmp-devTadashi G. Takaoka2014-08-046-5/+18
|\ \ \ | |/ / |/| |
| * | Make popup hint letter theme-awareTadashi G. Takaoka2014-08-056-5/+18
| | | | | | | | | | | | | | | Bug: 16351091 Change-Id: I6af18ea210c00916157138b9cfbeb073aee6ca1b
* | | [HW15] Pass events instead of reading them from the transactionJean Chalard2014-08-052-43/+52
| |/ |/| | | | | | | | | | | | | It's probably cleaner to just pass the events rather than read them from a transaction, especially when a transaction may be associated with several events in a chain. Change-Id: I27830f0f3f3f32fe77ea8b9cad505b7ebee648af
* | Merge "Remove ProbabilityDictContent and use LanguageModelDictContent" into ↵Keisuke Kuroyanagi2014-08-0516-282/+43
|\ \ | | | | | | | | | lmp-dev
| * | Remove ProbabilityDictContent and use LanguageModelDictContentKeisuke Kuroyanagi2014-08-0516-282/+43
| | | | | | | | | | | | | | | Bug: 14425059 Change-Id: I1bb9e78ecb24139b87c99be6722e37eec0a2285d
* | | Merge "Add methods for unigrams to LanguageModelDictContent." into lmp-devKeisuke Kuroyanagi2014-08-048-2/+277
|\| |
| * | Add methods for unigrams to LanguageModelDictContent.Keisuke Kuroyanagi2014-08-058-2/+277
| |/ | | | | | | | | Bug: 14425059 Change-Id: I0a6b480a3d4735787ffac68c47b4ffefc3f1b8a5
* | Merge "[HW14] Cleanup" into lmp-devJean Chalard2014-08-043-38/+31
|\ \
| * | [HW14] CleanupJean Chalard2014-08-053-38/+31
| | | | | | | | | | | | | | | | | | | | | Do away with the didAutoCorrect local variables which are unnatural to return out of all these functions. Change-Id: I22024004d2c489de018beff812c2c589bfd8ca32
* | | Merge "[HW13] Split up onCodeInput" into lmp-devJean Chalard2014-08-051-110/+164
|\| |
| * | [HW13] Split up onCodeInputJean Chalard2014-08-051-110/+164
| |/ | | | | | | Change-Id: I503c5403dcaea5db632eba85ae3fae9ba9a1f946
* / [HS1] Save some data in startInputViewJean Chalard2014-08-041-7/+25
|/ | | | | Bug: 8152758 Change-Id: Ic57d3918b08e775769d4ba5d73ba5c31231e0d6a
* Merge "[HW12] Use the consumed status of the Event." into lmp-devJean Chalard2014-08-015-7/+46
|\
| * [HW12] Use the consumed status of the Event.Jean Chalard2014-08-045-7/+46
| | | | | | | | Change-Id: I1619f6132f8f71bc1291fd6a5604a5e1e3431ae2
* | Clean up compatible utility classesTadashi G. Takaoka2014-08-048-30/+41
|/ | | | Change-Id: I95a682052037d292801477db0f05e04926b61412
* Save language model in the body buffer.Keisuke Kuroyanagi2014-08-016-3/+56
| | | | | Bug: 14425059 Change-Id: Iaec277f7bed03d6c6780c6ce90fbe5fe799e175e
* Make MmappedBuffer use byte array view.Keisuke Kuroyanagi2014-08-0113-53/+76
| | | | | Bug: 16691311 Change-Id: I2122c01ee27c33e11dec52643925c069927bea2b
* Use ReadWriteByteArrayView in BufferWithExtendableBuffer.Keisuke Kuroyanagi2014-08-012-21/+22
| | | | | Bug: 16691311 Change-Id: Ibd68354a53cebf284a886d76bd8ce9848a51346f
* Merge "Add LanguageModelDictContent." into lmp-devKeisuke Kuroyanagi2014-07-243-0/+36
|\
| * Add LanguageModelDictContent.Keisuke Kuroyanagi2014-08-013-0/+36
| | | | | | | | | | | | | | | | This class will replace BigramDictContent and ProbabilityDictContent. Bug: 14425059 Change-Id: I3d15c833957e27b2f5999386db042188272bbb4b
* | Merge "Remove DictContent." into lmp-devKeisuke Kuroyanagi2014-07-243-39/+2
|\|
| * Remove DictContent.Keisuke Kuroyanagi2014-08-013-39/+2
| | | | | | | | | | Bug: 14425059 Change-Id: I74fa4b6ba4605447c1c87427371e4be5eb8e7ae6
* | Merge "Remove getBigramsIteratorOfPtNode from structure policy." into lmp-devKeisuke Kuroyanagi2014-07-258-38/+12
|\|
| * Remove getBigramsIteratorOfPtNode from structure policy.Keisuke Kuroyanagi2014-08-018-38/+12
| | | | | | | | | | Bug: 14425059 Change-Id: I427fbfd026c1e33b5e9cf78949fe862d8748b7ec
* | Merge "Add memory view class for int and uint8_t." into lmp-devKeisuke Kuroyanagi2014-07-244-1/+202
|\ \ | |/ |/|
| * Add memory view class for int and uint8_t.Keisuke Kuroyanagi2014-08-014-1/+202
| | | | | | | | | | Bug: 16691311 Change-Id: I32eb692cdb758861e24b772fdcda57642b95ae1b
* | Use NgramListener in MultiBigramMap.Keisuke Kuroyanagi2014-08-014-56/+55
| | | | | | | | | | Bug: 14425059 Change-Id: I425536290111f2a8172f31370706f858a1e07f6e
* | [HW11] CleanupJean Chalard2014-07-311-39/+33
| | | | | | | | Change-Id: Ia866d3f9a5981c687766f8c39979fb6091018e44
* | [HW10] Pull the processed event in its eventual placeJean Chalard2014-07-311-6/+9
| | | | | | | | Change-Id: I5f7932097627766e907764a99a5e9c170f725bc0
* | [HW9] Pull the processed event further.Jean Chalard2014-07-311-8/+12
| | | | | | | | | | | | The 'processedEvent' variables will ultimately disappear entirely. Change-Id: I612c5ce7dedc341b64921a86ac028fe91b75359b