aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/ReplayerService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-18Fix layout direction of Keyboard and Suggestions view•••Bug: 8167348 Change-Id: I5e0432707fff1dd3032686b733ba28bef305173a Tadashi G. Takaoka1-0/+6
2013-02-15Implement getting data files with protocol v2•••This also does it for deleting them Bug: 8167342 Bug: 6789534 Change-Id: I1823f98508881f109a667146d3608003f87aa4cb Jean Chalard1-26/+55
2013-02-14Add placeholder of keyboard setup wizard•••Bug: 8159728 Change-Id: I5552e9d0ffa8f94d183e76378d55bba6f718adfe Tadashi G. Takaoka2-5/+52
2013-02-14clean up seach key vector•••Bug: 8197301 Change-Id: I6a67d2914bd44b3ceca655adcd65c9c42796b026 Satoshi Kataoka6-62/+57
2013-02-13Determine the protocol version of the dictionary pack•••...for query. Bug: 8167342 Change-Id: Ieb8e5b31c4b62bf507593c4631e31799aad5f267 Jean Chalard1-14/+44
2013-02-13Import translations. DO NOT MERGE•••Change-Id: Ib49331c1511dcc9efac19ceda0b70e3604f30791 Auto-generated-cl: translation import Baligh Uddin1-2/+2
2013-02-13Prep for GCC 4.6 that will be used in unbundled branches•••Change-Id: I31c1d1bc573ee10779efce0f221d378ad758e9ca Ken Wakasa2-6/+7
2013-02-12Cleanup in preparation for tests•••multi-project commit with I1212da392ecda0ad78962da68941870b5a651eee Change-Id: Ie74af59d4e45bf954723fee9dcf350a36468c381 Kurt Partridge3-9/+16
2013-02-12Clean up dictionary pack presence test.•••This method is much cleaner and much more readable. Change-Id: I8055c169ef7c4453ab45c463704bd56a6080da4f Jean Chalard1-39/+21
2013-02-12Import translations. DO NOT MERGE•••Change-Id: I49fbafa8f9ef932fe4d2354c83fa86514726bb00 Auto-generated-cl: translation import Baligh Uddin53-1378/+0
2013-02-12Separate caps mode related utils to CapsModeUtils•••Change-Id: I32700c434b296bb3fd39e040c2dda1fe90667daf Tadashi G. Takaoka29-492/+542
2013-02-12Move parseCsvString to StringUtils•••Change-Id: I602f33991ca57b6057ec2defe01573552b322857 Tadashi G. Takaoka6-50/+57
2013-02-12Fix RTL language key code mapping•••Bug: 8168899 Bug: 8169343 Change-Id: I23120704e97d89d5ddec2b2bdff2a98a6daac4d5 Tadashi G. Takaoka1-0/+5
2013-02-11Cleanups•••Follow-up to Idc6f419a Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5 Jean Chalard7-27/+27
2013-02-11Some cleanups•••Improve a slew of logging statements, and put commands that we don't expect to need protecting against exceptions out of a try {} block. This is a followup to Id3dc510a Change-Id: Idc6f419ac095b5b0f2d6862d58926ef888cb34e6 Jean Chalard1-18/+21
2013-02-12Add translatable="false" for dictionary-pack.xml•••This is a follow up of I770335a2. Change-Id: If0c021f4fb630bda7e8985591094488e11917e9b Tadashi G. Takaoka1-2/+2
2013-02-11Remove unnecessary whitespace•••This is a cleanup followup to Id3dc510a Change-Id: Ie64395eb4b6218fd8c73cacddeed2fba1df65d26 Jean Chalard1-1/+1
2013-02-11Don't try to issue delete() commands on missing provider•••Bug: 8173622 Change-Id: Id3dc510ae3535169b5290e87075cb2f433a1f603 Jean Chalard1-21/+50
2013-02-11Import translations. DO NOT MERGE•••Change-Id: Ibd74870cf9822bce34f54504972e8f7d52c43036 Auto-generated-cl: translation import Baligh Uddin53-0/+1378
2013-02-10Follow up to If933fcad56d81dcc956b6114727e01be9686ee9c•••Bug: 7405756 Change-Id: I415936db98296cd1d2fe6e4a590375061935ba8a Ken Wakasa1-1/+1
2013-02-08Change targetSdkVersion to 17•••Bug: 7405756 Change-Id: If933fcad56d81dcc956b6114727e01be9686ee9c Tadashi G. Takaoka1-1/+1
2013-02-08Add keyboard hypotenuse metric to ProximityInfo.•••Change-Id: If4a23041b460326a579e8b8cab20b5c027441e23 Tom Ouyang2-0/+4
2013-02-08Import translations. DO NOT MERGE•••Change-Id: I1f4b366714462f2aa084ead58c67f8c82618cff5 Auto-generated-cl: translation import Baligh Uddin2-4/+4
2013-02-08Separate resource file for dictionary pack metadata•••Change-Id: I770335a25c3db12ec8440c4fcb208ca1d9c1fa32 Tadashi G. Takaoka2-2/+23
2013-02-08Close file properly•••Change-Id: Ied55b6a6f1e64bbca558316d8d3d207d7655cf91 Kurt Partridge1-4/+12
2013-02-08Add batchMode field to PickSuggestionManually•••Change-Id: Iaaffc71378154240538bf90f0b85c3f17f3f78b3 Kurt Partridge1-2/+2
2013-02-06[B14] Implement sending the dictionary list.•••Bug: 7005813 Change-Id: Ic3ef69510d2b385d0d403191b2f701b6527d0166 Jean Chalard2-16/+57
2013-02-06Fix a test•••The test is wrong - it checks a struct that contains a string instead of checking the string itself. Bug: 8149360 Change-Id: Ifb93d61f25a64a64e1c1e689de792f27994487b6 Jean Chalard1-1/+1
2013-02-06[B11] Implement reset and passing of the URL to the dict pack•••Bug: 7601410 Bug: 7595195 Change-Id: I78cf04dce7c1e64de6725d32317de288a83bd39d Jean Chalard2-1/+28
2013-02-05Remove android.test.runner from tests app•••Bug: 8132168 Change-Id: I7ed84de27a4436539fca0ca4f0efb5e6448480cb Tadashi G. Takaoka1-2/+2
2013-02-05Refactor LogStatement publishing method•••The method in LogUnit for publishing a LogStatement to a JsonWriter doesn't depend on anything in the LogUnit. multi-project commit with Id1d6ff4851148bba0e6b5a1ec6eec2b842d9c707 Change-Id: I323cec239d6ea1cee602c2ecf9b13713791e9283 Kurt Partridge3-90/+109
2013-02-04Add unit tests tags•••Bug: 8131968 Change-Id: Ibca5a0d63a492134b8af401a62ca3a5748e003cf Tadashi G. Takaoka27-27/+70
2013-02-04Separate IntentUtils from CompatUtils•••Change-Id: I373ae7ad26eee44cc8e9720314f6a53b811d0021 Tadashi G. Takaoka4-22/+49
2013-02-04[Rlog79c] Cleanup of feedback strings and text entry•••Change-Id: I97457ea8033a011c37e5970eb91d1a3273b81e2a Kurt Partridge3-10/+13
2013-02-04Make CHAR LIMIT to 66 for some strings•••Bug: 8112520 Change-Id: Ia7303e9bae651a3990b781341002fae950997dc1 Tadashi G. Takaoka1-1/+1
2013-02-04Import translations. DO NOT MERGE•••Change-Id: I7e498ee5f83a3d4611fc46f34b0a6f0e19c143e5 Auto-generated-cl: translation import Baligh Uddin4-4/+4
2013-02-04[Rlog48c] Replay historical motion data•••Change-Id: Ib398ea61ff048b1a4ac3b7f7b4a772e173a7b294 Kurt Partridge3-21/+421
2013-02-04[Rlog79b] Save channel name during internal use•••The feedback string is used as a channel name in internal builds. Add a flag that lets it be saved between calls to make it easier to generate test data. Change-Id: I5c6149b1e68239cd968b6852d03cc240ddde99ca Kurt Partridge2-6/+33
2013-02-02[B9] Pass the client id parameter for dict info requests•••Bug: 6789534 Change-Id: Ie3ea75b19ae4da2dea531e0077c58742a9502bc6 Jean Chalard2-1/+13
2013-02-02Make some strings private•••Change-Id: I0ffdbcf6bede86a3cdcb3a0e4ec263398502617c Jean Chalard1-5/+5
2013-02-01[Rlog48b] Better visual indicator for logging state•••Now applies yellow bars if recording, green bars if replaying. Change-Id: I39d39de6254fd57107ea5355c43b154244520985 Kurt Partridge2-3/+23
2013-02-01Import translations. DO NOT MERGE•••Change-Id: I385b565d8b768795e2917cb3726dae8cbb7d3ebd Auto-generated-cl: translation import Baligh Uddin38-158/+86
2013-02-01[Rlog79a] Disallow empty feedback messages•••Change-Id: I30f7c07606e466c3c9538adad94024d00f0901de Kurt Partridge2-6/+17
2013-02-01Cleanup in ProximityInfoParams•••Change-Id: I4302e3cb2470cee32f9ac2f04e0837fff67ce0cd Ken Wakasa4-13/+14
2013-02-01Yet another cleanup in ProximityInfoParams•••Change-Id: Ice5f5e519f4ccd2e6035010b8fe6b2296ef658d7 Ken Wakasa4-17/+23
2013-02-01Cleanup in ProximityInfoStateUtils•••Change-Id: I416c0f0a5da6ce69c4ca1e848168e47b83d6597a Ken Wakasa5-163/+224
2013-02-01Clean up GestureFloatingPreviewText•••Change-Id: Ie64dd06a99e54b2f432725f69dc4f38c81359ce6 Tadashi G. Takaoka1-45/+31
2013-01-31[Rlog48a] Update and make logging strings consistent•••Change-Id: Iae04115921aaf6bbc3c6ad6e7d2d0e7401af41f8 Kurt Partridge4-13/+12
2013-01-31ResearchLogger invocation tests•••- Start with just a smoke test. - Sets up a private SharedPreferences multi-project commit with I81cceba23692d64c2ea58a46351fc36d118ff825 Change-Id: I96e02d9a8de70cb5c03fd7411b886903e7a83673 Kurt Partridge1-1/+1
2013-01-31[Rlog47] Replayer service, inspect-researchLog.py•••multi-project commit with Ia2dd81afb4ea124094a20a39e31ffd193edff3d2 Change-Id: I80fe8f2ce137fedf48038955d5f3d9deed04f763 Kurt Partridge4-12/+94