aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/UserHistoryForgettingCurveUtils.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-222/+0
* Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e Tadashi G. Takaoka2012-09-271-2/+2
* Make utility classes final•••Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875 Tadashi G. Takaoka2012-08-291-1/+1
* Clean up constructors•••And, use C++ style casts and use float math functions rather than double ones to save memory space. Also, stop using FloatMath and NativeUtils as standard Math methods are faster now. See http://code.google.com/p/android/issues/detail?id=36199 and https://android-review.googlesource.com/40700 multi-project commit with I4259fb5ab8a15ac5760a7f04fc8f4c860529f04a Change-Id: I0b81cff8c91769f7559a59b9528c75a5aabb4211 Ken Wakasa2012-08-131-1/+1
* Add NativeUtils.powf()•••Change-Id: I0339f39d49bc6390d098017f32d92c776974e03e Ken Wakasa2012-06-081-2/+2
* Small performance tweak•••Change-Id: Icd540742073d49d12e70b2d8bd99aaf7ccb5802d Jean Chalard2012-06-081-5/+5
* Remove a slew of Eclipse warnings.•••Change-Id: I03236386aea13fbd4fb8eaeee18e0008aa136502 Jean Chalard2012-06-081-2/+2
* Fix a bug on upgrading user history scheme•••Bug: 6626700 Change-Id: I3190d7404e45e704be79ee2031e79b18475feb8c satok2012-06-081-0/+6
* Set level 1 as the initial value of the valid words•••Bug: 4192129 Change-Id: I867e78ce79c78977d08e8b66881a25b6fe5bf41f Satoshi Kataoka2012-05-291-5/+18
* Optimize the store of bigram list•••Bug: 4192129 Change-Id: Idcc62e4f9696b56b1d7013891b2da37b1784423e Satoshi Kataoka2012-05-291-3/+8
* Forget user history•••Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f satok2012-05-281-2/+80
* Add utils for forgetting curve•••Bug: 4192129 Change-Id: Iebb7ac355e1c1891da31c33754315bd76a61889b satok2012-05-181-0/+120