aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "[ZF2] Read settings for profanity filtering."Jean Chalard2013-04-263-3/+20
|\ \ \
| * | | [ZF2] Read settings for profanity filtering.•••Bug: 7226877 Change-Id: Ie0c713e1eba1529c0b288a1e5011023a79bedd6b Jean Chalard2013-04-253-3/+20
| |/ /
* | | Merge "Support ICS on the user dictionary settings"Satoshi Kataoka2013-04-265-35/+110
|\ \ \
| * | | Support ICS on the user dictionary settings•••Bug: 8600958 Change-Id: I50e9228afc7b04147eb7c4734d3145abe8859a30 Satoshi Kataoka2013-04-265-35/+110
* | | | Keep task stack when invoking settings from setup wizard•••Bug: 8336068 Change-Id: If1df32595f72285b2dad16e28b4429b7b6059839 Tadashi G. Takaoka2013-04-261-2/+1
| |/ / |/| |
* | | [ZF1] Check profanity in Java rather than in native•••Bug: 7226877 Change-Id: Ib6c32bfee9977c27dbf7e1e590b2b00d9ceb7301 Jean Chalard2013-04-252-2/+18
* | | Work around a bug in older DownloadManager versions.•••This adds a number to the extension. Note that for DownloadManager to keep this, the server needs to send it a mime type it does not recognize. Right now, it does not recognize application/json so it's okay, but we'd do well to remove the content/type header from the server to prevent problems. Bug: 8467516 Change-Id: Ic484f66ac3f67c36f59f2c0bcb8c7fdeb6e8590d Jean Chalard2013-04-252-2/+2
* | | Put temp files within app files•••Bug: 8715614 Change-Id: I307d83923070994525cf0d27aad403e881a89314 Jean Chalard2013-04-252-1/+14
|/ /
* | Merge "Implement a functionality to add an entry to the user dictionary"Satoshi Kataoka2013-04-256-5/+881
|\ \
| * | Implement a functionality to add an entry to the user dictionary•••Bug: 8600958 Change-Id: Ic472500406b9d54ec4052c490ee7cef62fc4e52a Satoshi Kataoka2013-04-256-5/+881
* | | Merge "Add next axction to setup wizard"Tadashi G. Takaoka2013-04-241-23/+46
|\ \ \
| * | | Add next axction to setup wizard•••Bug: 8159728 Change-Id: Ia37ab32b63e4eda29bf1411719d00846525c278f Tadashi G. Takaoka2013-04-241-23/+46
* | | | Merge "Make aggressive threshold really aggressive"Satoshi Kataoka2013-04-241-3/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Make aggressive threshold really aggressive•••Bug: 8701480 Change-Id: If8242cfe61f3e56712fd6e25e36858cff7f0d177 Satoshi Kataoka2013-04-241-3/+10
| |/ /
* / / Refactor SetupStepGroup•••Bug: 8159728 Change-Id: I1ab846d0910aacbd2f979289d72bafea8a8e0378 Tadashi G. Takaoka2013-04-242-34/+43
|/ /
* | Merge "Add edit personal dictionary settings menu"Tadashi G. Takaoka2013-04-232-0/+16
|\ \
| * | Add edit personal dictionary settings menu•••Bug: 8600958 Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a Tadashi G. Takaoka2013-04-222-0/+16
* | | Add an additional ID to the client info.•••Bug: 8651863 Change-Id: I748f35726d72ede926d5b06ed87ff029317f1ac3 Jean Chalard2013-04-232-2/+13
* | | Legal notice•••Bug: 8533258 Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179 Satoshi Kataoka2013-04-225-12/+31
|/ /
* | Merge "Implement IMM.switchToNextInputMethod() for ICS"Tadashi G. Takaoka2013-04-221-12/+115
|\ \
| * | Implement IMM.switchToNextInputMethod() for ICS•••Bug: 8633367 Change-Id: Ifc0f97b1fdf5e5cc3601c24a503058c4822478dc Tadashi G. Takaoka2013-04-221-12/+115
* | | Don't kill suggestions with native score < 1•••Change-Id: I954856b7fec0b91e19a467f2a87978d49caa639d Jean Chalard2013-04-221-1/+0
* | | Add welcome screen to setup wizard•••This is a preliminary implementation because the welcome screen video is just a placeholder. Bug: 8159728 Change-Id: I6a2459a266babec2f078fc393b18c77b0b7992a8 Tadashi G. Takaoka2013-04-192-2/+172
* | | Groundwork to implement landscape and welcome screen•••Bug: 8159728 Change-Id: I05ff6578980ec2e210ebb482ea51b1600e74a4f4 Tadashi G. Takaoka2013-04-191-8/+9
* | | Merge "Add finish action to setup wizard"Tadashi G. Takaoka2013-04-191-4/+20
|\ \ \
| * | | Add finish action to setup wizard•••Bug: 8159728 Change-Id: I1578fc31875a1edbfea213fb5e1a1b464d02e941 Tadashi G. Takaoka2013-04-191-4/+20
* | | | am f1dde6a1: am 758c74fe: Merge "Fix an NPE in recorrection" into jb-mr2-dev•••* commit 'f1dde6a1bf659d182db5a2645515cc1efe74459c': Fix an NPE in recorrection Jean Chalard2013-04-191-8/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge "Fix an NPE in recorrection" into jb-mr2-devJean Chalard2013-04-191-8/+11
| |\ \ \
| | * | | Fix an NPE in recorrection•••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 Jean Chalard2013-04-191-8/+11
| | | |/ | | |/|
* | | | am 3629605b: am 77226ed0: Merge "Fix an NPE in recapitalize" into jb-mr2-dev•••* commit '3629605b7c14b5eea498ef9588f4fef788ef454c': Fix an NPE in recapitalize Jean Chalard2013-04-191-2/+5
|\| | | | |_|/ |/| |
| * | Merge "Fix an NPE in recapitalize" into jb-mr2-devJean Chalard2013-04-191-2/+5
| |\ \
| | * | Fix an NPE in recapitalize•••Bug: 8657736 Change-Id: I459d1c200826c1c394f8207475ecf60a4f356793 Jean Chalard2013-04-191-2/+5
| | |/
* | | Merge "Make setup wizard step number highlighted when activated"Tadashi G. Takaoka2013-04-191-20/+28
|\ \ \
| * | | Make setup wizard step number highlighted when activated•••Bug: 8159728 Change-Id: I62ccbebaae0a0c4a93ad7c155fc3020a7f357f3c Tadashi G. Takaoka2013-04-191-20/+28
* | | | am a5d2da82: am d91268ad: Initialize dictionaries at onStartInputView•••* commit 'a5d2da82a6a4486a4ef74e51ddd1c875f4c2d935': Initialize dictionaries at onStartInputView Jean Chalard2013-04-182-5/+11
|\ \ \ \ | | |/ / | |/| |
| * | | Initialize dictionaries at onStartInputView•••Bug: 8344402 Change-Id: I41b8440f0d72a66fde3f6feb0db8239c9bb10ea3 Jean Chalard2013-04-182-5/+11
| | |/ | |/|
* | | Update setup wizard icons•••Bug: 8159728 Change-Id: Ia5a14a35292b43dc1eaa2d4edd65134040355149 Tadashi G. Takaoka2013-04-181-4/+2
| |/ |/|
* | Add user feedback to setup action labels and icons•••Bug: 8159728 Change-Id: I46c77c31973ae492c2a12291f2e0b154f64d26c9 Tadashi G. Takaoka2013-04-171-6/+3
* | Merge "Finalize setup wizard strings and mark as translatable"Tadashi G. Takaoka2013-04-171-5/+5
|\ \
| * | Finalize setup wizard strings and mark as translatable•••Bug: 8159728 Change-Id: I9f6f04b09b2cefdb7ece76a4f3c39ab56d0c8fab Tadashi G. Takaoka2013-04-171-5/+5
* | | Fix singleton/utility classes initialization in SettingsFragment•••This is a follow up of Ide3cd3acba. Bug: 8632344 Change-Id: Iafe51798a1a74eff5d8fcd6f0117d16b419d447d Tadashi G. Takaoka2013-04-172-7/+12
|/ /
* / Fix missing AudioAndHapticFeedbackManager initialization•••Bug: 8632344 Change-Id: Ide3cd3acba3987317cff709fa591eadaa71834e8 Tadashi G. Takaoka2013-04-171-0/+2
|/
* Don't insert automatic spaces when text looks like a URL•••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 Jean Chalard2013-04-167-7/+86
* Merge "Don't recapitalize on shift while on symbol layout"Jean Chalard2013-04-161-1/+6
|\
| * Don't recapitalize on shift while on symbol layout•••Change-Id: Ibf2cdedf510c296561bb5eeb6ff18c3414d6d6f4 Jean Chalard2013-04-161-1/+6
* | Match the keyboard state to the recapitalize state.•••Bug: 7657025 Change-Id: I2f8fe7fc4596a498322ba5ccabbd0c18a2bc36cf Jean Chalard2013-04-162-0/+16
|/
* Merge "Clean up RecapitalizeStatus"Jean Chalard2013-04-162-29/+44
|\
| * Clean up RecapitalizeStatus•••Change-Id: Ib4d002f90cd3a0e9ad4c04b883b0c1f05ada3ccf Jean Chalard2013-04-162-29/+44
* | Merge "Fix an NPE"Jean Chalard2013-04-161-0/+1
|\ \ | |/ |/|
| * Fix an NPE•••Bug: 8620678 Change-Id: Ia91761f33518a010b2844d34523cadece261c67e Jean Chalard2013-04-161-0/+1