aboutsummaryrefslogtreecommitdiffstats
path: root/java/proguard.flags (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-10/+10
|
* Explicitly keep default constructor in rules without membersChristoffer Adamsen2025-01-081-7/+28
| | | | | | | | | | | | R8 implicitly keeps the default constructor when no member rules are specified. Future versions of R8 will require apps to explicitly keep the default constructors that are required for the build to work. This conservatively changes all keep rules that currently keep the default constructor to explicitly keep the default constructor. Future work will attempt to tighten up the rules that do not require the default constructor to be kept. Bug: 373579455 Test: existing Change-Id: Idbadcd81d516f851cc9bfa1333d76f1036803291
* Create a new KeyboardLayout class to represent the layout.Mohammadinamul Sheik2015-01-301-0/+4
| | | | Change-Id: Ia08c8194f460271c831702675cfb687ab9f6678b
* Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-09-291-1/+1
| | | | | Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+3
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Remove ProGuard warningTadashi G. Takaoka2014-04-041-0/+7
| | | | | Bug: 13662059 Change-Id: Ic90a882e82332b323bcd3617e5bc465f919bd921
* Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9aKen Wakasa2013-06-261-4/+4
| | | | Change-Id: I741a12508a3a05e2e517e187a7f197e6a661eddb
* Make sure to always keep native methodsKen Wakasa2013-06-261-0/+5
| | | | | | Saw a problem with proguard Change-Id: I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a
* Add @UsedForTesting and @ExternallyReferenced annotationsTadashi G. Takaoka2012-10-221-61/+8
| | | | | Bug: 7268357 Change-Id: I0b7e0c19f04af9ae30874d0a4c26ad81bc80be8c
* Fix JNIsatok2012-08-111-0/+4
| | | | Change-Id: If134baf52e78fbe18b78611a23870f5d10c80955
* Rename LatinKeyboardView to MainKeyboardViewTadashi G. Takaoka2012-07-231-1/+1
| | | | Change-Id: I8f3123b8d727c7beb72e226f80c17794f89c8b60
* ResearchLog refactorKurt Partridge2012-07-201-1/+1
| | | | | | | | | | - new package: com.android.inputmethod.research multi-project commit with Ic0a5744f3160d13218addd589890623c0d120ffc Bug: 6188932 Change-Id: Icf8d4a40a5725401799be6e209a640d99a5f34c4
* Implement ResizableIntArray.setLength and .getTadashi G. Takaoka2012-07-201-0/+4
| | | | This change revises ResizableIntArrayTests as well.
* Merge "intentional logging"Kurt Partridge2012-07-101-0/+1
|\
| * intentional loggingKurt Partridge2012-07-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - separate ResearchLog from ResearchLogger - fix abort menu to explicitly indicate re-enabling of logging - auto flush entries every 5s - conform to new suggestedWords class multi-project change with I9fe1f8fe59d5891daa4ca84af157f36fb1bb17dc Bug: 6188932 Change-Id: I7e99390f934481c6ed9cea2b259944583edda5bb
* | A little optimization of InputPointers.copyTadashi G. Takaoka2012-07-101-0/+4
|/ | | | Change-Id: Id83b34e076ef91e06d7c1dd2b3ee7bb64d01b8cb
* Update LatinIME native Makefile for gesture codeKen Wakasa2012-06-291-4/+0
| | | | | | Also, a small clean up in the proguard.flags file Change-Id: I860034c51a2abf448f7ecc250ed35687b1f1dd82
* am 09abb2c7: am 2866da88: Make ProximityInfo copy constructor for testTadashi G. Takaoka2012-05-231-0/+4
|\ | | | | | | | | * commit '09abb2c7de0828c0ec8ee58a442722fbfdf628f5': Make ProximityInfo copy constructor for test
| * Make ProximityInfo copy constructor for testTadashi G. Takaoka2012-05-231-0/+4
| | | | | | | | Change-Id: I94a29784591208af1849d4941a3b4789b93782de
* | switch ResearchLogger output to json.Kurt Partridge2012-05-211-7/+1
|/ | | | | | | | | use multiple logging files, clean up internal nested class structure. multi-project commit with I1813b6710ef586d96cf8936662f58b870040d6e5 Bug: 6188932 Change-Id: I438790e28f74747c4c1a48a20c1942a0fd818b6c
* Don't cancel key typing timer when new keyboard is setTadashi G. Takaoka2012-04-121-1/+1
| | | | | | | This change also fixes some typos. Bug: 6312143 Change-Id: I5d752c05b128a47ed022a4a804b02559eeee6915
* change ResearchLoggerTests to check fileKurt Partridge2012-04-111-0/+6
| | | | | | | multi-project commit with I587003f2 Bug: 6188932 Change-Id: I3d3f0c9d011301489473dc330338ea4a7ba61e9e
* Use keyboardSet extra value of subtype to specify layout typeTadashi G. Takaoka2012-04-051-1/+1
| | | | Change-Id: Ice1f345a08a8d760e3b847c885c4072e3e142c97
* Fix the regression testsJean Chalard2012-04-021-0/+4
| | | | Change-Id: I42150fbb05e5b070aca81a36f18fb069d7a8b810
* Remove InputConnectionCompatUtilsKen Wakasa2012-03-311-16/+5
| | | | | | | Also, small cleanup in proguard.flags bug: 6129704 Change-Id: If4cc694dbe74b26b1d0da301bbc321ee7afc0211
* add tests for ResearchLoggerKurt Partridge2012-03-261-0/+4
| | | | | Bug: 6188932 Change-Id: Icf407f9d145d2b25b70d5d7bc30ee3d64561620c
* Use ObjectAnimatorTadashi G. Takaoka2012-03-221-0/+8
| | | | | Bug: 6187069 Change-Id: I7df18b470b7e746da601fab3311fb4b086f40d41
* Fix LatinIME's ProGuard config for support libs using flags copied from ↵alanv2012-03-051-0/+6
| | | | | | | Email app. Bug: 5829051 Change-Id: Ie1784d1ba1a4515ab492a06d7adc10c7d54a64c5
* Rename mini keyboard to more keys keyboardTadashi G. Takaoka2012-02-081-1/+1
| | | | Change-Id: Ie4c85e8ca5a1f41a420aae5c1cd9c1cb07e237e5
* Fix proguard.flags to keep method for testingTadashi G. Takaoka2012-01-101-1/+1
| | | | Change-Id: Iab6c9a4104e8eec3eeb55fdb063d4368338ac74d
* Add a settings activity for the spell checker.Jean Chalard2011-08-121-0/+4
| | | | | Bug: 5156940 Change-Id: I762de1296f861abce2d0413404bca54571e0ea0a
* Cleanup Keyboard related code and rename some classesTadashi G. Takaoka2011-08-021-1/+1
| | | | | | | This is a follow up change of I90ffbde0 Bug: 5023981 Change-Id: I3a6b862d05f5f907dee954cd6d6fee983b20ab5e
* Make Keyboard object immutable except shift stateTadashi G. Takaoka2011-08-011-0/+4
| | | | | | | This is the first step to implement suggestions pane as mini keyboard. Bug: 5023981 Change-Id: I90ffbde0fda19b4be68add449310997b56bf6904
* Removed unused importsatok2011-07-041-0/+4
| | | | Change-Id: I87344f071e982dfc37b17553c5a7054e26009cc7
* Add spell checking core methods.Jean Chalard2011-06-031-0/+4
| | | | | Bug: 4176026 Change-Id: Ic6ea3e084b3ebacfc5fd998d2c7b0130f7b0ec48
* Add Utils.equalsIgnoreCase methodsTadashi G. Takaoka2011-03-161-0/+4
| | | | | | | | | This change also corrects usage of "frequency", "priority" and "score" * Frequency is the relative probability in dictionary. * Score is the relative probability in suggestions. * Priority is kind a sorted score. Change-Id: Iafb135a4ecdb401cc505014a07c74dfcac44d699
* Fix unit test helperTadashi G. Takaoka2011-03-031-0/+4
| | | | Change-Id: I161b451404bbecb30d8e229004786b9e9882e41c
* Remove multi-tap featureTadashi G. Takaoka2010-12-201-0/+1
| | | | Change-Id: Ife44b3f9d420d77d2cfb51044a8356f02ed63e8b
* Fix unit test to runTadashi G. Takaoka2010-12-161-0/+7
| | | | | | Note that two tests in SuggestTests fail. Commented out these for now. Change-Id: I652ffa1dd8e7b742ea0491ddd7efc14cea1430d4
* Tests and some new constructors to help in testing.Amith Yamasani2010-05-071-0/+5
| | | | | Added tests for the dictionary lookup and correction logic on the primary dictionary. This exercises part of the Suggest class and the native dictionary lookup code.
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+3
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986