aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/LoggingUtils.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-28Cleanup•••Seems there was an unclosed cursor :o Change-Id: I7616849ace5217d8c6f54465f7b3a634e3c14116 Jean Chalard1-0/+5
2013-03-21Clean up InflateException reference from KeyboardBuilder•••Change-Id: If9daa00b6d829ce2069a027e4bfec310ec108615 Tadashi G. Takaoka1-2/+1
2013-03-19Prevent keyboard A11y proxy from referencing a null keyboard view.•••Bug: 8402674 Change-Id: I507cdabccdabb3fd7aebc071c93eb6d4dcb9635d Alan Viverette1-0/+25
2013-03-19Prevent keyboard A11y proxy from referencing a null keyboard view.•••Bug: 8402674 Change-Id: I507cdabccdabb3fd7aebc071c93eb6d4dcb9635d Alan Viverette1-0/+25
2013-03-19Support feedback•••Bug: 8143554 Change-Id: If0a6bafc94da040f97f27c6d046fb58bed9fd615 Satoshi Kataoka5-0/+56
2013-03-19Break dependencies to allow offdevice tests to build•••Change-Id: Ia9a2e8f0672b3f72943f26fb15de1d3c7c5ce7f1 Jean Chalard8-34/+61
2013-03-19Merge the dictionary pack in Latin IME.•••Bug: 8161354 Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172 Jean Chalard93-34/+7481
2013-03-18Import translations. DO NOT MERGE•••Change-Id: Ie70585ed9a13c8f17b8744664bee6ab7eb511c36 Auto-generated-cl: translation import Baligh Uddin7-9/+9
2013-03-18Import translations. DO NOT MERGE•••Change-Id: I0400e547eb41b707eeb8284bd96463068baab957 Auto-generated-cl: translation import Baligh Uddin7-9/+9
2013-03-18Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS•••bug: 8393568 Change-Id: Ie5edf44a3627aca9416145aff56bf05bbf2a05f3 Ken Wakasa19-91/+108
2013-03-18Access the dictionary pack only if have INTERNET permission•••Bug: 8161354 Change-Id: I68ee3acb2955a017d25666cc2dad791798f9064a Jean Chalard1-2/+8
2013-03-18Refactor parameters by naming convention•••Change-Id: I8bda8075b33f656ecbec08320afcd864b620fe77 Satoshi Kataoka12-120/+127
2013-03-15Disable the header list of DebugSettingsActivity•••This change addresses the issue that the debug settings on 10-inch tablet doesn't show up. Change-Id: I60540cf21276869a3ca81b7b0154056ce7d93ff1 Tadashi G. Takaoka2-7/+8
2013-03-14[FileEncap9] Extract ResearchLogDirectory class•••Previously used a monotonically increasing int. Now uses uuid and nanoseconds. squashed in: [FileEncap11] Read preference from ResearchSettings Change-Id: Ic779e0a69db6b16e92c6f4b63dbe7b7add566ab6 [FileEncap12] Simplify directory cleanup invocation Change-Id: I688047409c0343d32b11447fb625dfb726c731ec [FileEncap14] Change log filename syntax Change-Id: I9243b20b2eb392f81ab8c5c3d19315211240e0bc Change-Id: I5c9d70e0cb7b0965158e17dd71dfab796bd9a440 Kurt Partridge5-82/+153
2013-03-14Clean up StaticInnerHandlerWrapper a bit•••Change-Id: Ib07efe6da1eb2f0fd9ef68ca71502c98f7e19f4b Tadashi G. Takaoka1-7/+7
2013-03-14Fix NPE found in monkey test•••Bug: 8383127 Change-Id: Ifd70acabe118b477f103937c7f1e99e38e210833 Tadashi G. Takaoka1-0/+3
2013-03-13Refactor skippable code point•••Change-Id: I5477b6e5d29d1f0b9c2fd5a495be77cf5f2fbaee Satoshi Kataoka2-2/+2
2013-03-13Make isInternal mutable•••Change-Id: Ib81ceba801be0ac7ef65c4eadd1ec8599e80dacc Satoshi Kataoka5-16/+22
2013-03-13Move checking non-persistent checkbox to onResume•••Bug: 8336068 Change-Id: I07e67a6aee24a239a21e6fc69eb2ec741b9a5b2b Tadashi G. Takaoka1-4/+4
2013-03-12[Lazy2] Pass a runnable to abort•••Change-Id: I721afbf426099753aa876a55323eb806b08c24d6 Jean Chalard1-4/+11
2013-03-12[Lazy1] Switch to blocking log closures•••Change-Id: I4daec20b7b47b0d71c5aab6e17cd660015e19e71 Jean Chalard2-42/+45
2013-03-12Import translations. DO NOT MERGE•••Change-Id: I16ec93523721a344e1a09b5242400fe719d07516 Auto-generated-cl: translation import Baligh Uddin49-3/+553
2013-03-12Import translations. DO NOT MERGE•••Change-Id: I478c5e0ec19d0d1f1835826606f7736059e7795c Auto-generated-cl: translation import Baligh Uddin49-3/+553
2013-03-12Language dependent single/doule quotation more keys•••The natural way of marking quoted text vary from language to language. This change introduces the following variations. * LEFT and RIGHT quotations (English etc.) * LOW-9 and LEFT quotations (German etc.) * LOW-9 and RIGHT quotations (Dutch etc.) * RIGHT and RIGHT quotations (Swedish etc.) * LEFT ANGLE and RIGHT ANGLE quotations (French etc.) * RIGHT ANGLE and LEFT ANGLE quotations Bug: 8356419 Change-Id: I75726ab7ed783d02f189b46236c9d5079737bcff Tadashi G. Takaoka31-587/+668
2013-03-12[DO NOT MERGE] Deactivate H/W keyboard handling•••For MR2, LatinIME should not be handling hardware keyboard events. The feature is still work in progress. Change-Id: I56ff18bff84ba6b5a6bc3f8829b42eaf33b72554 Jean Chalard1-1/+1
2013-03-11Add dotted circle to combination letter•••This dotted circle (U+25CC) hack is needed to the device that runs API version 14 and 15. The device that runs API version 16 and 17 has an issue to draw incomplete successive combining code points of Hindi. The device that runs API version greater than 17 has no issue to draw incomplete Hindi combining letters. Bug: 6233945 Bug: 8344448 Change-Id: I22361da908ccca3ebad0beb32e7f69219e9160d6 Tadashi G. Takaoka17-110/+679
2013-03-08[Lazy4] Remove useless debug code•••This code is cluttering readability and getting in the way of future updates. Future updates will make it much easier to debug and to test this code, so this needs to disappear. Change-Id: I32e28ec608587b6b7c07250a2692b13e8fc98465 Jean Chalard1-33/+0
2013-03-08Move logic of selecting key preview attribute to Key class•••This change also fixes the size of a key preview letter to follow a keyLabelFlags specification. Change-Id: Ie13790788a16c5a053c1a2cbcac3d38314b14b7f Tadashi G. Takaoka2-17/+36
2013-03-07[FileEncap8] Remove useless "success" variable•••Change-Id: Icf76bc0b795b6a9221d9a6d61c38df31af54ab7b Kurt Partridge1-13/+3
2013-03-07[FileEncap7] Extract uploadContents method•••Change-Id: I018b2726533042dbcb25713ea039aec41c148db2 Kurt Partridge1-8/+11
2013-03-07[FileEncap6] Extract Uploader class•••Gerrit was stuck on original change I9ef4eb7450 Change-Id: I6d4ee686944074779aca5b09b018782c7033874d Kurt Partridge2-162/+197
2013-03-07Announce keyboard mode changes as a WINDOW_STATE_CHANGED event.•••Bug: 8165295 Change-Id: Ie416f6cdb68377f3e06f30e9b6363c38ba2a602d Alan Viverette4-6/+124
2013-03-07Import translations. DO NOT MERGE•••Change-Id: I363753d020e086f5a60abd84377afff7a4b280ea Auto-generated-cl: translation import Baligh Uddin1-2/+2
2013-03-07Refactor ProximityType and CorrectionType•••Bug: 8277656 Change-Id: Ia7940bbf81fcf4ff5eb7869b105d98aa34155d33 Satoshi Kataoka4-28/+29
2013-03-06Remove unused scale parameter from getPointToKeyLength()•••Change-Id: I7bbe1b68264a389923f8a19bb37646c8ab0cb46f Tom Ouyang4-30/+7
2013-03-06Import translations. DO NOT MERGE•••Change-Id: I7cc086bac4494d1238ef6c5f9939a651100ee42d Auto-generated-cl: translation import Baligh Uddin1-2/+2
2013-03-06[FileEncap5] Move conditional logic to caller•••Change-Id: I6599539059f86dc8902210d325439c08035b2e2a Kurt Partridge1-3/+4
2013-03-06[FileEncap4] Simplify logic•••Change-Id: Ibb8660d12812b867856259d3e5c04a31e281027d Kurt Partridge1-4/+5
2013-03-06[FileEncap3] Extract isUploadingUnconditionally method•••- remove isUploadingUnconditionally local variable Change-Id: I69be8708c1f306568cbb9c5cbefc9e42a87df497 Kurt Partridge1-5/+8
2013-03-06[FileEncap2] Remove mCanUpload instance variable•••Change-Id: I62a100c4d73bb64a14a7994f7dd9af7b6946d064 Kurt Partridge1-6/+5
2013-03-06[FileEncap1] Extract hasUploadingPermisssions method•••Change-Id: Ica1dabcf066cde6580035f12fa35a404cb32fb3f Kurt Partridge1-4/+7
2013-03-05Make some methods visible for testing•••bug: 8302967 multi-project commit with Icf915abb57ef00840ee93b67a25db42ba51f1c38 Change-Id: I105bda5bdff871508140fb99487dddbf17992790 Kurt Partridge1-0/+3
2013-03-05Little cleanups•••Change-Id: I2ded3d0a29610941fac27c9b26168dd6c06ceccc Kurt Partridge1-7/+4
2013-03-05Clean up initialization ordering•••This change is based on an earlier one that got stuck in Gerrit: Iab77504b Change-Id: I27ad9dfb1bbb2300bd1e61d881a6ea0e116db066 Kurt Partridge1-29/+24
2013-03-05Make Cyrillic Hard Signs base letters of Soft Signs per cyrillic•••keyboard layouts bug: 8269407 Change-Id: I52962ef1b6cbec125f6cfd3afc110fcbb06409df Ken Wakasa1-2/+4
2013-03-05refactor MAX_POINT_TO_KEY_LENGTH•••Change-Id: I3b44068bce784531516f3cdfe67b3b46b1f1b805 Satoshi Kataoka6-10/+11
2013-03-05Add show setup wizard icon preference settings•••Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7 Tadashi G. Takaoka5-32/+57
2013-03-04Clean up logic in onUserLoggingConsent•••- Make ResearchSetting for whether the user has seen the splash screen - Inline #setLoggingAllowed, which is short and is now only called by onUserLoggingConsent Change-Id: Icdf4592777b80643807b6ccf1d3896459c503e02 Kurt Partridge2-17/+17
2013-03-04Clean up PREF_USABILITY_STUDY_MODE•••- Refer to a common default value in DebugSettings - Make PREF_USABILITY_STUDY_MODE independent of the ResearchLogger - ResearchLogger uses its own preference through ResearchSettings multi-project commit with Ie0df836c9d779eba484b522666ec357f4e234823 Change-Id: I88547a2f619db6e7364abbbec12f9f76855dd11a Kurt Partridge4-15/+20
2013-03-04Add CorrectionType•••Change-Id: Ibbad8476be40e322cadfbf9636a13e575338ec1d Satoshi Kataoka1-0/+14