Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-02-01 | Yet another cleanup in ProximityInfoParams•••Change-Id: Ice5f5e519f4ccd2e6035010b8fe6b2296ef658d7 | 4 | -17/+23 | |
2013-02-01 | Cleanup in ProximityInfoStateUtils•••Change-Id: I416c0f0a5da6ce69c4ca1e848168e47b83d6597a | 5 | -163/+224 | |
2013-02-01 | Clean up GestureFloatingPreviewText•••Change-Id: Ie64dd06a99e54b2f432725f69dc4f38c81359ce6 | 1 | -45/+31 | |
2013-01-31 | [Rlog48a] Update and make logging strings consistent•••Change-Id: Iae04115921aaf6bbc3c6ad6e7d2d0e7401af41f8 | 4 | -13/+12 | |
2013-01-31 | ResearchLogger invocation tests•••- Start with just a smoke test. - Sets up a private SharedPreferences multi-project commit with I81cceba23692d64c2ea58a46351fc36d118ff825 Change-Id: I96e02d9a8de70cb5c03fd7411b886903e7a83673 | 1 | -1/+1 | |
2013-01-31 | [Rlog47] Replayer service, inspect-researchLog.py•••multi-project commit with Ia2dd81afb4ea124094a20a39e31ffd193edff3d2 Change-Id: I80fe8f2ce137fedf48038955d5f3d9deed04f763 | 4 | -12/+94 | |
2013-01-31 | Cleanup in ProximityInfoStateUtils•••Change-Id: Ifce1c4a2c8b8859c1723ebe01023211a9f495b2f | 5 | -56/+71 | |
2013-01-31 | remove unused function•••Change-Id: I7dbcf2926801279a286980f6a650f63722890cea | 2 | -7/+0 | |
2013-01-31 | Cleanups in defines.h•••Change-Id: I75ab11e0d6374a2d1302d1684453a61b98682b13 | 1 | -25/+2 | |
2013-01-31 | Remove meaningless assertion•••Change-Id: I8c12a11e54e084cc0554c54cecb441e96a03df08 | 1 | -1/+1 | |
2013-01-30 | [Rlog39] Remove unnecessary commitCurrentLogUnit() call•••Change-Id: I1983095058d004476065328ad34bb9e325af7062 | 1 | -1/+0 | |
2013-01-31 | Create methods in LatinIME to make the current dict lists•••Bug: 7005813 Change-Id: I82232af8e3071333b6fd01e4453b6b3c0a3ddb1f | 5 | -14/+118 | |
2013-01-31 | Add a way to know externally if we're installing a new dict•••That helps tests know when to wait and when to declare the dictionary actually not usable. Bug: 7925814 Change-Id: Ic963c1206c43e3cde39ac4214a0d601f4fc6c03b | 2 | -2/+11 | |
2013-01-30 | Import translations. DO NOT MERGE•••Change-Id: I7abda81fe11b1faa8a82ed42609c5dfa7a62a318 Auto-generated-cl: translation import | 53 | -295/+459 | |
2013-01-30 | Small cleanups in binary_format.h•••Change-Id: I6049a2f312b7d53a3ffa688ddca5731004784ebe | 1 | -8/+6 | |
2013-01-30 | refactor•••Change-Id: If5a59667cf3b9dc0c4d7423d2cf4ab640bdacf49 | 1 | -1/+1 | |
2013-01-30 | Remove unnecessary maxProximityCharsSize•••Change-Id: I8013004c1db2a4133795a0e41edea1a41b770cfd | 3 | -27/+21 | |
2013-01-30 | Just cosmetic fixes•••Change-Id: I85e9454d774162df46a29791eb562d0cedaff78e | 2 | -53/+17 | |
2013-01-30 | Add keyboardLetfPadding and keyboardRightPadding attributes•••This change splits keyboardHorizontalEdgesPadding attributes of Keyboard into two attributes. Change-Id: Iefdb358783b81af4027e8d9e991db36a6c429cf1 | 16 | -31/+40 | |
2013-01-30 | Remove "dimension|fraction" format from Key and Keyboard attributes•••Change-Id: Ieec8b7f5ccdf2a57bcc539dcb5313b6353f926d7 | 6 | -76/+80 | |
2013-01-29 | [Rlog29] User interface for recording•••- Also, internal flag for automatically replaying after a recording is made (off by default) - RLog key to "Bug?" multi-project commit with I0c2fababd73eed5a341af487bca04ddd650d4cc2 Change-Id: I162c96a715de7180f276e08b4686a20f29dabafb | 6 | -179/+364 | |
2013-01-29 | [Rlog27] Add replay capability•••- Add support for replaying log files to the ResearchLogger. This will let users preview data that they choose to upload. - When the user explicitly requests that the system record their action, it will record everything up to, and including, the motion involved in shutting off the recording. This change also removes the stop-recording motion commands. Change-Id: Ib1df383bbf1881512cb111fab9f6749c25e436ba | 7 | -87/+580 | |
2013-01-30 | Small cleanups•••Change-Id: I3e5862a405b4c63616c7ea947cd53c52b5035862 | 4 | -6/+6 | |
2013-01-29 | Fix off-device regression test build•••Bug: 8093623 Change-Id: I775a8691bbedf58caef07d0b4af59c7444dd81be | 1 | -1/+0 | |
2013-01-29 | Some more misc cleanups•••Change-Id: I88cb6d38d73a2a68ade2f2190910f4733cd7b668 | 3 | -7/+7 | |
2013-01-29 | Misc cleanups•••Change-Id: Ie4f03f082097f913056308f02c6e15d5b11f84e8 | 5 | -12/+7 | |
2013-01-29 | Refactoring•••This creates a new DictionaryInfoUtils class and moves a bunch of static methods there for later usage. Change-Id: Iecb0643e6029a7be36bd6cb36aa918c40e6d8c6a | 6 | -222/+274 | |
2013-01-29 | Remove {max,min}keyboardHeight attribute from Keyboard•••This change removes a DisplayMetrics reference from KeyboardBuilder. Change-Id: I512694274e69e5281d5be47c3f938bcfd6571152 | 6 | -49/+52 | |
2013-01-29 | Add summary text to sliding key input preview settings•••Bug: 8089491 Change-Id: I15801281a95b01c67ef23a9c1558d6cdf457d375 | 2 | -2/+5 | |
2013-01-29 | Remove a duplicated method•••Change-Id: I41bd0612bf42d549d1acf0d733b689fce68aa8a1 | 2 | -17/+2 | |
2013-01-28 | Build native subdirectories first•••multi-project commit with I004026c5c0400929ec56f5f7ab8fbe3b00eed75a Change-Id: Ic66148abfc12fca3532806c5fb2166efc072a60b | 1 | -2/+3 | |
2013-01-28 | Revert "Import translations. DO NOT MERGE"•••broken build. This reverts commit 2c7768328164420613c824728e0c61f08f9dbb12 Change-Id: I2abbb8f148990a7778c8782834b5996b52e45dbe | 53 | -355/+269 | |
2013-01-28 | Import translations. DO NOT MERGE•••Change-Id: Ia29e0c424e5210919bc6f9c4683a2c96e2936cad Auto-generated-cl: translation import | 53 | -269/+355 | |
2013-01-28 | Remove keyboard layout description on the spacebar•••Bug: 8056376 Change-Id: I33f07e7a044c2b5fc20de40c7a9777dab493e41c | 3 | -97/+142 | |
2013-01-25 | Remove pending update messages upon starting a gesture•••Bug: 8064307 Change-Id: Ia623ab81b6d12eedc6b20bc4c1ce34ce72d5832f | 1 | -0/+1 | |
2013-01-25 | Clean up Settings and SettingsFragment a bit•••Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68 | 7 | -67/+70 | |
2013-01-24 | Initialize ResearchLogger later to avoid NPE•••Change-Id: I1b817dfbdc319ac9bbf2f08e094a007849ce767f | 1 | -3/+3 | |
2013-01-24 | Refactor most probable string•••Change-Id: I96597decf5e36d9ce088c34427915f2379255054 | 4 | -66/+97 | |
2013-01-24 | Add preliminary graphics of sliding key input preview•••Bug: 7548583 Change-Id: Idde6a62f9e64458055c99c893b71c02d1adc7b04 | 12 | -32/+76 | |
2013-01-24 | Display custom input style name in system locale•••Bug: 8032166 Change-Id: Ib9a6b63c4d540ce377892fb865e53abdd8adec16 | 7 | -48/+240 | |
2013-01-24 | add a function to char utils•••Change-Id: Id0b45a824a4655d8aba1bf6e1c6df3acd2cbe850 | 1 | -0/+11 | |
2013-01-24 | Clean up SettingsFragment a bit•••Change-Id: Ic0727003f2645f0c38200b67bb2f4046249c6273 | 1 | -25/+26 | |
2013-01-24 | Refactor proximity info•••Change-Id: Ie9ea10fe6850721dd7fe64ffc05edc68f2217d2e | 4 | -39/+38 | |
2013-01-24 | Fix dismissing gesture floating preview•••Bug: 8063926 Change-Id: I3b5b29ea0d5e4833e10e830dbdb086c868cd4884 | 1 | -0/+1 | |
2013-01-23 | Import translations. DO NOT MERGE•••Change-Id: I2df467fe9c740e33d2346dd09f5696c95af99aa5 Auto-generated-cl: translation import | 53 | -211/+213 | |
2013-01-23 | [Rlog83] Fix missing uses of hasWord() abstraction•••Change-Id: I78e286723b1b8c8bcc7aea0cc81ef2ee66a193ac | 3 | -19/+17 | |
2013-01-23 | Adjust debug warning log•••Change-Id: I1ea4be3e8bf29f9fd1ad89795eace440a5159559 | 1 | -1/+1 | |
2013-01-23 | Refactor proximity info state•••Change-Id: I00e0618d95d20e5bf5c9e6481e4d3037723785f7 | 4 | -62/+60 | |
2013-01-23 | Configurable key long press timeout•••The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8 | 9 | -19/+70 | |
2013-01-23 | Throw exception when invalid time stamps are detected in debug mode•••Change-Id: I360b5bd09869bc85ab3bccb8a43a20fed0035d9b | 1 | -0/+22 |