aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SynchronouslyLoadedUserBinaryDictionary.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-30refactor•••Change-Id: If5a59667cf3b9dc0c4d7423d2cf4ab640bdacf49 Satoshi Kataoka1-1/+1
2013-01-30Remove unnecessary maxProximityCharsSize•••Change-Id: I8013004c1db2a4133795a0e41edea1a41b770cfd Ken Wakasa3-27/+21
2013-01-30Just cosmetic fixes•••Change-Id: I85e9454d774162df46a29791eb562d0cedaff78e Ken Wakasa2-53/+17
2013-01-30Add keyboardLetfPadding and keyboardRightPadding attributes•••This change splits keyboardHorizontalEdgesPadding attributes of Keyboard into two attributes. Change-Id: Iefdb358783b81af4027e8d9e991db36a6c429cf1 Tadashi G. Takaoka16-31/+40
2013-01-30Remove "dimension|fraction" format from Key and Keyboard attributes•••Change-Id: Ieec8b7f5ccdf2a57bcc539dcb5313b6353f926d7 Tadashi G. Takaoka6-76/+80
2013-01-30Small cleanups•••Change-Id: I3e5862a405b4c63616c7ea947cd53c52b5035862 Ken Wakasa4-6/+6
2013-01-29Fix off-device regression test build•••Bug: 8093623 Change-Id: I775a8691bbedf58caef07d0b4af59c7444dd81be Tadashi G. Takaoka1-1/+0
2013-01-29Some more misc cleanups•••Change-Id: I88cb6d38d73a2a68ade2f2190910f4733cd7b668 Ken Wakasa3-7/+7
2013-01-29Misc cleanups•••Change-Id: Ie4f03f082097f913056308f02c6e15d5b11f84e8 Ken Wakasa5-12/+7
2013-01-29Refactoring•••This creates a new DictionaryInfoUtils class and moves a bunch of static methods there for later usage. Change-Id: Iecb0643e6029a7be36bd6cb36aa918c40e6d8c6a Jean Chalard6-222/+274
2013-01-29Remove {max,min}keyboardHeight attribute from Keyboard•••This change removes a DisplayMetrics reference from KeyboardBuilder. Change-Id: I512694274e69e5281d5be47c3f938bcfd6571152 Tadashi G. Takaoka6-49/+52
2013-01-29Add summary text to sliding key input preview settings•••Bug: 8089491 Change-Id: I15801281a95b01c67ef23a9c1558d6cdf457d375 Tadashi G. Takaoka2-2/+5
2013-01-29Remove a duplicated method•••Change-Id: I41bd0612bf42d549d1acf0d733b689fce68aa8a1 Ken Wakasa2-17/+2
2013-01-28Revert "Import translations. DO NOT MERGE"•••broken build. This reverts commit 2c7768328164420613c824728e0c61f08f9dbb12 Change-Id: I2abbb8f148990a7778c8782834b5996b52e45dbe Baligh Uddin53-355/+269
2013-01-28Import translations. DO NOT MERGE•••Change-Id: Ia29e0c424e5210919bc6f9c4683a2c96e2936cad Auto-generated-cl: translation import Baligh Uddin53-269/+355
2013-01-28Remove keyboard layout description on the spacebar•••Bug: 8056376 Change-Id: I33f07e7a044c2b5fc20de40c7a9777dab493e41c Tadashi G. Takaoka3-97/+142
2013-01-25Remove pending update messages upon starting a gesture•••Bug: 8064307 Change-Id: Ia623ab81b6d12eedc6b20bc4c1ce34ce72d5832f Jean Chalard1-0/+1
2013-01-25Clean up Settings and SettingsFragment a bit•••Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68 Tadashi G. Takaoka7-67/+70
2013-01-24Initialize ResearchLogger later to avoid NPE•••Change-Id: I1b817dfbdc319ac9bbf2f08e094a007849ce767f Kurt Partridge1-3/+3
2013-01-24Refactor most probable string•••Change-Id: I96597decf5e36d9ce088c34427915f2379255054 Satoshi Kataoka4-66/+97
2013-01-24Add preliminary graphics of sliding key input preview•••Bug: 7548583 Change-Id: Idde6a62f9e64458055c99c893b71c02d1adc7b04 Tadashi G. Takaoka12-32/+76
2013-01-24Display custom input style name in system locale•••Bug: 8032166 Change-Id: Ib9a6b63c4d540ce377892fb865e53abdd8adec16 Tadashi G. Takaoka7-48/+240
2013-01-24add a function to char utils•••Change-Id: Id0b45a824a4655d8aba1bf6e1c6df3acd2cbe850 Satoshi Kataoka1-0/+11
2013-01-24Clean up SettingsFragment a bit•••Change-Id: Ic0727003f2645f0c38200b67bb2f4046249c6273 Tadashi G. Takaoka1-25/+26
2013-01-24Refactor proximity info•••Change-Id: Ie9ea10fe6850721dd7fe64ffc05edc68f2217d2e Satoshi Kataoka4-39/+38
2013-01-24Fix dismissing gesture floating preview•••Bug: 8063926 Change-Id: I3b5b29ea0d5e4833e10e830dbdb086c868cd4884 Tadashi G. Takaoka1-0/+1
2013-01-23Import translations. DO NOT MERGE•••Change-Id: I2df467fe9c740e33d2346dd09f5696c95af99aa5 Auto-generated-cl: translation import Baligh Uddin53-211/+213
2013-01-23[Rlog83] Fix missing uses of hasWord() abstraction•••Change-Id: I78e286723b1b8c8bcc7aea0cc81ef2ee66a193ac Kurt Partridge3-19/+17
2013-01-23Adjust debug warning log•••Change-Id: I1ea4be3e8bf29f9fd1ad89795eace440a5159559 Ken Wakasa1-1/+1
2013-01-23Refactor proximity info state•••Change-Id: I00e0618d95d20e5bf5c9e6481e4d3037723785f7 Satoshi Kataoka4-62/+60
2013-01-23Configurable key long press timeout•••The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8 Tadashi G. Takaoka9-19/+70
2013-01-23Throw exception when invalid time stamps are detected in debug mode•••Change-Id: I360b5bd09869bc85ab3bccb8a43a20fed0035d9b Satoshi Kataoka1-0/+22
2013-01-23Refactor SubtypeLocale to hold Resources•••Change-Id: Ia667bc2d406d66c87215dd3b9569f36f4642cfe0 Tadashi G. Takaoka7-116/+106
2013-01-23Refactor proximity info state•••Change-Id: I4c68457c6b70fe8136ba4fd644f2bb0a2c0e5210 Satoshi Kataoka5-35/+58
2013-01-23Fix activity flags to launch settings activity•••This change adds the following flags to the intent to lauch settings activity. - Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED - Intent.FLAG_ACTIVITY_CLEAR_TOP Bug: 8055342 Change-Id: I85284409bbba3fd284442e5ac4c7a55e58ad15ec Tadashi G. Takaoka1-1/+3
2013-01-22[Rlog81a] Determine correction type of words•••Heuristic to determine whether a word was a typo correction or a complete replacement by examining a correction to see if it falls within the list of suggested words of the original. Change-Id: Ieec4861a811e96aef0d14622e662b589ef8b4772 Kurt Partridge3-7/+109
2013-01-22Import translations. DO NOT MERGE•••Change-Id: I46c30138504fab476bcca30cd4cc83ba108f959e Auto-generated-cl: translation import Baligh Uddin53-53/+597
2013-01-22refactor proximity info state•••Change-Id: Iaf0c0fb7858358209fa12145777f158e0285bc27 Satoshi Kataoka7-152/+234
2013-01-22Cache MoreKeysKeyboard instead of container view of it•••This change also cleans up MoreKeysPanel related stuff. Bug: 8047165 Change-Id: I4f2211e00c7d08469a7413568db039c1c597fb3c Tadashi G. Takaoka7-100/+66
2013-01-22SeekBarDialogPreference supports minValue and stepValue•••Change-Id: I7aaeeb2db85103708747ae318610bd4896ef96fd Tadashi G. Takaoka2-7/+33
2013-01-22Refactor proximity info state•••Change-Id: I30cc0d8f2e48d70e214739a073eabf3a8ea73618 Satoshi Kataoka4-348/+409
2013-01-22Remove MAX_PROXIMITY_CHARS_SIZE_INTERNAL•••Change-Id: I18a997503de4033b5341b564145bca862a872098 Ken Wakasa12-77/+74
2013-01-21[Rlog15] ResearchLogger option to include account name in feedback•••multi-project commit with I0a293f392bd605c8203dc9a62993345ad58dcfbe Change-Id: Ief5b940a62dbaeaecdf1c55f2ffdd1e0fdaea2b9 Kurt Partridge5-7/+66
2013-01-21[Rlog78b] Make log privacy filtering decisions on n-grams•••Previously, words were pushed out of a LogBuffer one at a time. The receiving code had to keep state to know whether a n-gram was safe to log. This patch looks at the entire n-gram and makes a single decision based on it alone. mult-project commit with I3c40d7e02c77943d2668094ddb1d03efb942c74f Change-Id: Id7d90bbd551b1a2f4e0e35f38852652f68f273f8 Kurt Partridge5-122/+219
2013-01-21Move AbstractDrawingPreview objects to MainKeyboardView•••Change-Id: I0be72fba9a66f7c326028ec8e4670ca74a46053f Tadashi G. Takaoka2-69/+49
2013-01-21Add GestureTrailsPreview class•••Change-Id: Ibf9dff6d834d34b4134dbe38a609fd983731eedc Tadashi G. Takaoka2-145/+210
2013-01-21Add SlidingKeyInputPreview class•••Change-Id: Ided47b3420b0b1e34063f30d5142a1858af2718e Tadashi G. Takaoka2-19/+79
2013-01-21Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 Tadashi G. Takaoka114-910/+924
2013-01-21Refactor proximity info•••Change-Id: I668e6abfe202e1a56d59b6b6e58d1b4f003b720a Satoshi Kataoka8-426/+594
2013-01-21Fix missing super call in PreviewPlacerView.onDetachedFromWindow•••Change-Id: Iea79c0081cb66f54f161c0cf02cb365fcf88a07c Tadashi G. Takaoka1-0/+1