aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am fc036454: Import translations. DO NOT MERGEBaligh Uddin2013-04-234-16/+16
|\ | | | | | | | | * commit 'fc0364548979c2f881ce2fa0629205b8378a3a28': Import translations. DO NOT MERGE
| * Import translations. DO NOT MERGEBaligh Uddin2013-04-2257-1606/+16
| | | | | | | | | | Change-Id: I58c4fff8e92f66f7e85446d6fd05e61e3f081aca Auto-generated-cl: translation import
* | am d4ab58a0: Add translatable="false" for appropriate entriesKen Wakasa2013-04-191-4/+4
|\| | | | | | | | | * commit 'd4ab58a0f7bdf5aee51947607e1b17998912285c': Add translatable="false" for appropriate entries
| * Add translatable="false" for appropriate entriesKen Wakasa2013-04-191-4/+4
| | | | | | | | | | bug: 8662567 Change-Id: I1ac9b4b8834f3b0ea537ad3142fa533dea10f23e
* | am 758c74fe: Merge "Fix an NPE in recorrection" into jb-mr2-devJean Chalard2013-04-191-8/+11
|\| | | | | | | | | * commit '758c74fe82683aef08d93a935433c027a7bc21a7': Fix an NPE in recorrection
| * Merge "Fix an NPE in recorrection" into jb-mr2-devJean Chalard2013-04-191-8/+11
| |\
| | * Fix an NPE in recorrectionJean Chalard2013-04-191-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also, theoretically, we don't want to retrieve older suggestions if there are no results for a recorrection - that would look random. This bug addresses this too. Bug: 8657919 Change-Id: I44f36d34a708a968ab71fa0592da57f4c97d4b7f
* | | am 77226ed0: Merge "Fix an NPE in recapitalize" into jb-mr2-devJean Chalard2013-04-191-2/+5
|\| | | | | | | | | | | | | | * commit '77226ed006ba32228cd5db19031e04d13d87b27e': Fix an NPE in recapitalize
| * | Merge "Fix an NPE in recapitalize" into jb-mr2-devJean Chalard2013-04-191-2/+5
| |\ \
| | * | Fix an NPE in recapitalizeJean Chalard2013-04-191-2/+5
| | |/ | | | | | | | | | | | | Bug: 8657736 Change-Id: I459d1c200826c1c394f8207475ecf60a4f356793
* | | am 1844bec2: Merge "Import translations. DO NOT MERGE" into jb-mr2-devBaligh Uddin2013-04-187-14/+14
|\| | | | | | | | | | | | | | * commit '1844bec2024859f1c8dbc331893a74d5af9152d8': Import translations. DO NOT MERGE
| * | Merge "Import translations. DO NOT MERGE" into jb-mr2-devBaligh Uddin2013-04-187-14/+14
| |\ \
| | * | Import translations. DO NOT MERGEBaligh Uddin2013-04-177-14/+14
| | | | | | | | | | | | | | | | | | | | Change-Id: I923a171d7af715859605f79c35ea37239dcf0a3e Auto-generated-cl: translation import
* | | | am 64eda4f4: Merge "Fix an infinite loop" into jb-mr2-devKen Wakasa2013-04-181-1/+0
|\| | | | | | | | | | | | | | | | | | | * commit '64eda4f4fa30fc60daeb5a8af462e688d4573700': Fix an infinite loop
| * | | Merge "Fix an infinite loop" into jb-mr2-devKen Wakasa2013-04-181-1/+0
| |\ \ \
| | * | | Fix an infinite loopJean Chalard2013-04-181-1/+0
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | What do you mean "Can't happen"? It happens all the time - the empty string is the default ID, and it needs to be updated like everyone else. Bug: 8651858 Change-Id: I5a2f2ebb5b2ef08b27f26be8fb2c3d2f231ebcfc
* | | | am d91268ad: Initialize dictionaries at onStartInputViewJean Chalard2013-04-182-5/+11
|\| | | | | | | | | | | | | | | | | | | * commit 'd91268ad9fb69b4733044b4e466e1d33f6c4725f': Initialize dictionaries at onStartInputView
| * | | Initialize dictionaries at onStartInputViewJean Chalard2013-04-182-5/+11
| |/ / | | | | | | | | | | | | Bug: 8344402 Change-Id: I41b8440f0d72a66fde3f6feb0db8239c9bb10ea3
* | | am 530fd15e: Fix bug to update last interpolated index of GestureStrokeTadashi G. Takaoka2013-04-171-5/+5
|\| | | | | | | | | | | | | | * commit '530fd15eff8bd8df1c4c87cfeab379b5328748c1': Fix bug to update last interpolated index of GestureStroke
| * | Fix bug to update last interpolated index of GestureStrokeTadashi G. Takaoka2013-04-171-5/+5
| | | | | | | | | | | | | | | Bug: 8556775 Change-Id: Ie12e0dc9bfeae45f6883580801e07d44be1d1d33
* | | am a694c9ba: am ff766f8c: Merge "Don\'t insert automatic spaces when text ↵Jean Chalard2013-04-177-7/+86
|\| | | | | | | | | | | | | | | | | | | | looks like a URL" * commit 'a694c9ba08895dbfadd703acb731a383edad8c9f': Don't insert automatic spaces when text looks like a URL
| * | Merge "Don't insert automatic spaces when text looks like a URL"Jean Chalard2013-04-167-7/+86
| |\ \
| | * | Don't insert automatic spaces when text looks like a URLJean Chalard2013-04-167-7/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is about as ad-hoc as it gets, but then again, what we want is probably as ad-hoc as it gets. All URL boxes I know of double as search bars, and not adding automatic spaces there sucks (e.g. in Chrome URL bar). And in other boxes actually you don't want to add a space if it looks like a URL. QSB isn't even a search box, and it behaves like this. So I think this is actually the right answer to the problem. Bug: 7062925 Change-Id: Ib09472b34644fd5bf2dc84bb97cedeeba28bcd02
* | | | am 7abeccfa: am 1711f986: Merge "Add shadow to gesture preview trail"Tadashi G. Takaoka2013-04-176-8/+53
|\| | | | | | | | | | | | | | | | | | | * commit '7abeccfa2753806086c083b3ba7b5b96c40b387a': Add shadow to gesture preview trail
| * | | Merge "Add shadow to gesture preview trail"Tadashi G. Takaoka2013-04-166-8/+53
| |\ \ \ | | |/ / | |/| |
| | * | Add shadow to gesture preview trailTadashi G. Takaoka2013-04-166-8/+53
| | | | | | | | | | | | | | | | | | | | Bug: 7167303 Change-Id: I8f76fe0aec6cb32388e7c85d04516d1dd7d28c29
* | | | am c6c17b93: am 962c9f05: Merge "Small cleanup"Jean Chalard2013-04-171-3/+3
|\| | | | | | | | | | | | | | | | | | | * commit 'c6c17b933270d994caa127ba9ca96ecf35898a88': Small cleanup
| * | | Merge "Small cleanup"Jean Chalard2013-04-161-3/+3
| |\ \ \
| | * | | Small cleanupJean Chalard2013-04-161-3/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: Iafdbe305712c8a571f0f5abc2032df086d7ac015
* | | | | am aa6924e9: am 78d65873: Merge "Don\'t recapitalize on shift while on ↵Jean Chalard2013-04-171-1/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | symbol layout" * commit 'aa6924e9b2094ae64c8cecf6b5b5c14c0f6fb54a': Don't recapitalize on shift while on symbol layout
| * | | | Merge "Don't recapitalize on shift while on symbol layout"Jean Chalard2013-04-161-1/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Don't recapitalize on shift while on symbol layoutJean Chalard2013-04-161-1/+6
| | | | | | | | | | | | | | | | | | | | Change-Id: Ibf2cdedf510c296561bb5eeb6ff18c3414d6d6f4
* | | | | am cca43825: am 8094bf45: Match the keyboard state to the recapitalize state.Jean Chalard2013-04-174-8/+59
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'cca43825157d869b22c7d501d793dd5ed3d61562': Match the keyboard state to the recapitalize state.
| * | | | Match the keyboard state to the recapitalize state.Jean Chalard2013-04-164-8/+59
| |/ / / | | | | | | | | | | | | | | | | Bug: 7657025 Change-Id: I2f8fe7fc4596a498322ba5ccabbd0c18a2bc36cf
* | | | am ced547f7: am e259b9f5: Merge "Clean up RecapitalizeStatus"Jean Chalard2013-04-172-29/+44
|\| | | | | | | | | | | | | | | | | | | * commit 'ced547f74156a3482698037bdfaa82ac78b01a91': Clean up RecapitalizeStatus
| * | | Merge "Clean up RecapitalizeStatus"Jean Chalard2013-04-162-29/+44
| |\ \ \
| | * | | Clean up RecapitalizeStatusJean Chalard2013-04-162-29/+44
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib4d002f90cd3a0e9ad4c04b883b0c1f05ada3ccf
* | | | | am 8e5c6d70: am fd15686a: Merge "Fix an NPE"Jean Chalard2013-04-171-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '8e5c6d709052ba13a4c1ebc08def8d563e7b149c': Fix an NPE
| * | | | Merge "Fix an NPE"Jean Chalard2013-04-161-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix an NPEJean Chalard2013-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8620678 Change-Id: Ia91761f33518a010b2844d34523cadece261c67e
* | | | | am 10800d4b: am a024ac6b: Merge "Fix an NPE"Jean Chalard2013-04-171-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '10800d4bce94b5735b94b056c60f9e61a7d57471': Fix an NPE
| * | | | Merge "Fix an NPE"Jean Chalard2013-04-161-2/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix an NPEJean Chalard2013-04-161-2/+2
| | |/ / | | | | | | | | | | | | | | | | Bug: 8620758 Change-Id: I39f07939ebb6148a48aae5b915ee807002a5b02d
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-04-158-14/+14
| | | | | | | | | | | | | | | | | | | | Change-Id: I865e5c110e5a31e209fad2e909deb8589347657d Auto-generated-cl: translation import
* | | | am 63e442cf: am 5fca38c5: Merge "Small performance improvement / minor bugfix"Jean Chalard2013-04-171-3/+3
|\| | | | | | | | | | | | | | | | | | | * commit '63e442cf6b50f4a60c07a24f45a1db978d9f63f9': Small performance improvement / minor bugfix
| * | | Merge "Small performance improvement / minor bugfix"Jean Chalard2013-04-151-3/+3
| |\ \ \
| | * | | Small performance improvement / minor bugfixJean Chalard2013-04-151-3/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only place where it's used is checked for nullity. Also, it's possible, also difficult, to match a different recapitalize with the old code, triggering a bug that this fixes. Change-Id: I717d6df489025c75d1caca290a9086c3b39a9306
* | | | am 9a0e877c: am e3aa7f10: Adjust CHAR_LIMITsKen Wakasa2013-04-171-3/+3
|\| | | | | | | | | | | | | | | | | | | * commit '9a0e877cfbdeabee64949b28db274093d0d5a9de': Adjust CHAR_LIMITs
| * | | Adjust CHAR_LIMITsKen Wakasa2013-04-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 8589156 bug: 8588538 bug: 8588746 Change-Id: I14050dc3542946c1bae2e1dc8b63b99758d5f9aa
* | | | am 8e643e32: am b76ce125: Merge "Remove a useless function"Jean Chalard2013-04-171-11/+0
|\| | | | | | | | | | | | | | | | | | | * commit '8e643e32e6f07a218323d9a67091c3beed2f88a2': Remove a useless function