Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge "[Lazy2] Pass a runnable to abort" | 2013-03-13 | 1 | -4/+11 | ||
|\ \ \ \ \ | ||||||
| * | | | | | [Lazy2] Pass a runnable to abort•••Change-Id: I721afbf426099753aa876a55323eb806b08c24d6 | 2013-03-12 | 1 | -4/+11 | ||
* | | | | | | Merge "[Lazy1] Switch to blocking log closures" | 2013-03-13 | 2 | -42/+45 | ||
|\| | | | | | ||||||
| * | | | | | [Lazy1] Switch to blocking log closures•••Change-Id: I4daec20b7b47b0d71c5aab6e17cd660015e19e71 | 2013-03-12 | 2 | -42/+45 | ||
| | |_|_|/ | |/| | | | ||||||
* | | | | | am 2bbd3065: Language dependent single/doule quotation more keys•••* commit '2bbd3065d3bd9785ad1638c65f8c73f11bf21922': Language dependent single/doule quotation more keys | 2013-03-12 | 1 | -440/+540 | ||
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Language 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 | 2013-03-12 | 1 | -440/+540 | ||
| | |_|/ | |/| | | ||||||
* | | | | am af37cbb4: Merge "Announce keyboard mode changes as a WINDOW_STATE_CHANGED ...•••* commit 'af37cbb44ef40fcd15fa02456c9abda8021847ce': Announce keyboard mode changes as a WINDOW_STATE_CHANGED event. | 2013-03-08 | 3 | -6/+101 | ||
|\| | | | ||||||
| * | | | Merge "Announce keyboard mode changes as a WINDOW_STATE_CHANGED event." into ... | 2013-03-08 | 3 | -6/+101 | ||
| |\ \ \ | ||||||
| | * | | | Announce keyboard mode changes as a WINDOW_STATE_CHANGED event.•••Bug: 8165295 Change-Id: Ie416f6cdb68377f3e06f30e9b6363c38ba2a602d | 2013-03-07 | 3 | -6/+101 | ||
| | | |/ | | |/| | ||||||
* | | | | am 914d054e: Move logic of selecting key preview attribute to Key class•••* commit '914d054ea26d18a1ba6a60f8c5e749136477bbf2': Move logic of selecting key preview attribute to Key class | 2013-03-08 | 2 | -17/+36 | ||
|\| | | | |_|/ |/| | | ||||||
| * | | Move 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 | 2013-03-08 | 2 | -17/+36 | ||
| |/ | ||||||
* | | [FileEncap8] Remove useless "success" variable•••Change-Id: Icf76bc0b795b6a9221d9a6d61c38df31af54ab7b | 2013-03-07 | 1 | -13/+3 | ||
* | | [FileEncap7] Extract uploadContents method•••Change-Id: I018b2726533042dbcb25713ea039aec41c148db2 | 2013-03-07 | 1 | -8/+11 | ||
* | | [FileEncap6] Extract Uploader class•••Gerrit was stuck on original change I9ef4eb7450 Change-Id: I6d4ee686944074779aca5b09b018782c7033874d | 2013-03-07 | 2 | -162/+197 | ||
* | | Merge "[FileEncap5] Move conditional logic to caller" | 2013-03-06 | 1 | -3/+4 | ||
|\ \ | ||||||
| * | | [FileEncap5] Move conditional logic to caller•••Change-Id: I6599539059f86dc8902210d325439c08035b2e2a | 2013-03-06 | 1 | -3/+4 | ||
* | | | Merge "[FileEncap4] Simplify logic" | 2013-03-06 | 1 | -4/+5 | ||
|\| | | ||||||
| * | | [FileEncap4] Simplify logic•••Change-Id: Ibb8660d12812b867856259d3e5c04a31e281027d | 2013-03-06 | 1 | -4/+5 | ||
* | | | Merge "[FileEncap3] Extract isUploadingUnconditionally method" | 2013-03-06 | 1 | -5/+8 | ||
|\| | | ||||||
| * | | [FileEncap3] Extract isUploadingUnconditionally method•••- remove isUploadingUnconditionally local variable Change-Id: I69be8708c1f306568cbb9c5cbefc9e42a87df497 | 2013-03-06 | 1 | -5/+8 | ||
* | | | Merge "[FileEncap2] Remove mCanUpload instance variable" | 2013-03-06 | 1 | -6/+5 | ||
|\| | | ||||||
| * | | [FileEncap2] Remove mCanUpload instance variable•••Change-Id: I62a100c4d73bb64a14a7994f7dd9af7b6946d064 | 2013-03-06 | 1 | -6/+5 | ||
* | | | Merge "[FileEncap1] Extract hasUploadingPermisssions method" | 2013-03-06 | 1 | -4/+7 | ||
|\| | | ||||||
| * | | [FileEncap1] Extract hasUploadingPermisssions method•••Change-Id: Ica1dabcf066cde6580035f12fa35a404cb32fb3f | 2013-03-06 | 1 | -4/+7 | ||
* | | | Merge changes I2ded3d0a,I27ad9dfb•••* changes: Little cleanups Clean up initialization ordering | 2013-03-06 | 1 | -36/+28 | ||
|\| | | ||||||
| * | | Little cleanups•••Change-Id: I2ded3d0a29610941fac27c9b26168dd6c06ceccc | 2013-03-05 | 1 | -7/+4 | ||
| * | | Clean up initialization ordering•••This change is based on an earlier one that got stuck in Gerrit: Iab77504b Change-Id: I27ad9dfb1bbb2300bd1e61d881a6ea0e116db066 | 2013-03-05 | 1 | -29/+24 | ||
* | | | Merge "Make some methods visible for testing" | 2013-03-06 | 1 | -0/+3 | ||
|\ \ \ | ||||||
| * | | | Make some methods visible for testing•••bug: 8302967 multi-project commit with Icf915abb57ef00840ee93b67a25db42ba51f1c38 Change-Id: I105bda5bdff871508140fb99487dddbf17992790 | 2013-03-05 | 1 | -0/+3 | ||
* | | | | Merge "Clean up logic in onUserLoggingConsent" | 2013-03-05 | 2 | -17/+17 | ||
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Clean 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 | 2013-03-04 | 2 | -17/+17 | ||
* | | | | am 84fa8043: Merge "Add show setup wizard icon preference settings" into jb-m...•••* commit '84fa8043e6bef47378b3fc32c277e33034d5c174': Add show setup wizard icon preference settings | 2013-03-05 | 3 | -31/+49 | ||
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | Add show setup wizard icon preference settings•••Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7 | 2013-03-05 | 3 | -31/+49 | ||
* | | | Clean 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 | 2013-03-04 | 4 | -15/+20 | ||
* | | | Merge "Remove MainLogBuffer#setSuggest()" | 2013-03-04 | 3 | -11/+14 | ||
|\ \ \ | ||||||
| * | | | Remove MainLogBuffer#setSuggest()•••multi-project commit with Ia98b1406fc2ee11a96893c77ea58d800fece7624 Change-Id: I8bc3d07b83dbe7d8fc56a618de07dade7f510b13 | 2013-03-01 | 3 | -11/+14 | ||
| | |/ | |/| | ||||||
* | | | am a8d3d509: Small cleanup in CompatUtils•••* commit 'a8d3d50970cecf961940efc0e908fbb2f9b35472': Small cleanup in CompatUtils | 2013-03-04 | 1 | -4/+4 | ||
|\ \ \ | | |/ | |/| | ||||||
| * | | Small cleanup in CompatUtils•••Change-Id: I9b4a8d7eae744ba6252a6475b75240248c70a3c0 | 2013-03-02 | 1 | -4/+4 | ||
* | | | Merge "Move UUID preference reading to ResearchSettings.java" | 2013-03-02 | 2 | -19/+45 | ||
|\ \ \ | |_|/ |/| | | ||||||
| * | | Move UUID preference reading to ResearchSettings.java•••Change-Id: I8157249259cf8c3218c5c82a5729f4cbc1fb4eeb | 2013-02-28 | 2 | -19/+45 | ||
* | | | am 99b0dc6f: Merge "Add setup wizard launcher icon" into jb-mr2-dev•••* commit '99b0dc6f0d18f5fdd8634e8fa533bf1b3f81a538': Add setup wizard launcher icon | 2013-03-01 | 3 | -19/+197 | ||
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge "Add setup wizard launcher icon" into jb-mr2-dev | 2013-03-01 | 3 | -19/+197 | ||
| |\ \ | ||||||
| | * | | Add setup wizard launcher icon•••The setup wizard icon will be hidden if the Android Keyboard is in system image. Bug: 8239067 Change-Id: Ib0c0c9e3a0954512c3e03e42a661cdf86eff0dca | 2013-03-01 | 3 | -19/+197 | ||
* | | | | Merge "[TestPrep22] Make variable package-private for testing" | 2013-03-01 | 1 | -1/+1 | ||
|\ \ \ \ | ||||||
| * | | | | [TestPrep22] Make variable package-private for testing•••Change-Id: I902a6a40df1c672c611672f34d2f3237b0d1821b | 2013-02-28 | 1 | -1/+1 | ||
* | | | | | am abaf5827: Separate suggestions from SuggestionView•••* commit 'abaf5827e7a7f5f6c5d8d98e03e6b9528b0c9351': Separate suggestions from SuggestionView | 2013-03-01 | 2 | -20/+28 | ||
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Separate suggestions from SuggestionView•••This is a cleanup change, but it's also necessary for Bug: 8152758 Change-Id: Id6ba06243f573fdb856f87d1df03277c9f2e5e71 | 2013-02-28 | 2 | -20/+28 | ||
* | | | | | Merge "[TestPrep20] Clean up import statement" | 2013-03-01 | 1 | -1/+0 | ||
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | [TestPrep20] Clean up import statement•••Change-Id: Ifcfec09b669d8b2012b1c960bd4b1471c7946870 | 2013-02-28 | 1 | -1/+0 | ||
| | |_|/ | |/| | | ||||||
* | | | | am 18e21d58: Remove closing method from KeyboardView•••* commit '18e21d58f7c0b5c5c001835c093221c573a841c4': Remove closing method from KeyboardView | 2013-02-28 | 3 | -9/+0 | ||
|\ \ \ \ | |/ / / |/| / / | |/ / |