aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Add ":" to ";" key on Greek keyboard"Tadashi G. Takaoka2012-03-083-6/+26
|\ \ \
| * | | Add ":" to ";" key on Greek keyboard•••Bug: 5679585 Change-Id: I92d4b4d1eff9561adbb1bae607a1c27b4b5168ba Tadashi G. Takaoka2012-03-093-6/+26
| |/ /
* | / Limit escape of parameters•••Change-Id: I3a7ab069042d5542ab2e033d1eeb13d718cd7698 Jean Chalard2012-03-092-7/+5
| |/ |/|
* | Merge "Make AutoCorrection static and non-instantiable (A5)"Jean Chalard2012-03-082-5/+6
|\ \
| * | Make AutoCorrection static and non-instantiable (A5)•••This needs change Ic6756baa to not break the build Change-Id: I1c772dd99d63fec5d3ad67a0eb7fbc28ec7a0f0f Jean Chalard2012-03-082-5/+6
* | | Merge "Move a memory in the container class (A4)"Jean Chalard2012-03-082-16/+10
|\| | | |/ |/|
| * Move a memory in the container class (A4)•••This allows us to make AutoCorrection a purely static class. Change-Id: I15b81bd7f3d6ea487154a5b09a81bc323be82ce1 Jean Chalard2012-03-082-16/+10
* | Merge "Remove an unused method"Jean Chalard2012-03-081-14/+0
|\ \
| * | Remove an unused method•••Who would have guessed this wasn't being called at all. Change-Id: Ib74a212356ea44e9bf149619ed5464c14684a1ba Jean Chalard2012-03-091-14/+0
* | | Merge "Make AutoCorrection a step closer to being static (A3)"Jean Chalard2012-03-081-7/+1
|\ \ \ | | |/ | |/|
| * | Make AutoCorrection a step closer to being static (A3)•••Change-Id: Ide3d9785661a672af9bc8dc0cf91cab816dd6caa Jean Chalard2012-03-081-7/+1
* | | Merge "Stop uselessly remembering a value (A2)"Jean Chalard2012-03-082-4/+8
|\| |
| * | Stop uselessly remembering a value (A2)•••The value is only used in debug mode, and it can be recomputed at the time. This change does not impact the logic. There is however a side effect: in debug mode, the normalized score will be displayed also when the word comes out of the whitelist or is a valid word. It's actually a good thing. The end purpose is to make all methods in AutoCorrection static. Change-Id: I1642b1fdfa6ae62b8aa2fed94a8a26ff4a7e4d0e Jean Chalard2012-03-082-4/+8
* | | Merge "Merge broadcast receivers again"Jean Chalard2012-03-082-21/+7
|\ \ \
| * | | Merge broadcast receivers again•••It's probably simpler not to have registers dance around, and just message the feedback manager when the audio event happens. Change-Id: Id0710ed102d10d01f1af93ad8cb660653bb3a9f8 Jean Chalard2012-03-092-21/+7
| | |/ | |/|
* | | Merge "Import translations. DO NOT MERGE"Eric Fischer2012-03-089-38/+19
|\ \ \ | |/ / |/| |
| * | Import translations. DO NOT MERGE•••Change-Id: Idab425b956341eb8556df92fb0ac33e4036e5a6e Eric Fischer2012-03-089-38/+19
* | | Fix a crash•••Bug: 6137076 Change-Id: I05f9f72a2678d10d3400dab5fc71544276739dcf Jean Chalard2012-03-091-5/+9
|/ /
* | Fix forgotten resource name change•••Change-Id: I27ea28c7ea93e50ea8f0d947df95e3ab6d146f11 Tadashi G. Takaoka2012-03-083-3/+3
* | Merge "Remove useless stuff (A1)"Jean Chalard2012-03-081-6/+2
|\|
| * Remove useless stuff (A1)•••Remove an unused method and avoid doing a useless computation Change-Id: I29593c2e93f15857249b35bdd72ca28045056302 Jean Chalard2012-03-081-6/+2
* | Merge "Split Utils class to StringUtils, SubtypeUtils, and JniUtils"Tadashi G. Takaoka2012-03-0823-474/+551
|\ \ | |/ |/|
| * Split Utils class to StringUtils, SubtypeUtils, and JniUtils•••Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144 Tadashi G. Takaoka2012-03-0823-474/+551
* | Merge "Cleanup keyboard theme switching code"Tadashi G. Takaoka2012-03-084-42/+46
|\ \
| * | Cleanup keyboard theme switching code•••Change-Id: I023769b765d07237b2129d8f1b2a02ffd4c4f09d Tadashi G. Takaoka2012-03-084-42/+46
| |/
* | Merge "Fix centering more suggestions panel on tablet"Tadashi G. Takaoka2012-03-084-45/+22
|\ \
| * | Fix centering more suggestions panel on tablet•••Bug: 6129726 Change-Id: I8dac3251eec68ad3fb523c632ff39f3cc661c81f Tadashi G. Takaoka2012-03-084-45/+22
* | | Merge "Return a value for tests instead of saving it"Jean Chalard2012-03-081-1/+2
|\ \ \
| * | | Return a value for tests instead of saving it•••Change-Id: I54fa32b92e89d03a53866bd1c0ee65955dd6b3d3 Jean Chalard2012-03-081-1/+2
* | | | Simplification•••Change-Id: Ibced83da2398f1e9ab6a0d6a22c2ad7c8f25cb7b Jean Chalard2012-03-081-6/+1
|/ / /
* | | Merge "Cleanup unused imports (A7)"Jean Chalard2012-03-081-2/+0
|\ \ \
| * | | Cleanup unused imports (A7)•••Change-Id: I48ba12e4311cbf2982ee8f5312b279bc8c1fdfe8 Jean Chalard2012-03-081-2/+0
* | | | Merge "Get the view for haptic feedback as a parameter (A6)"Jean Chalard2012-03-082-15/+11
|\| | |
| * | | Get the view for haptic feedback as a parameter (A6)•••It's rather annoying (and possibly dangerous) to keep this as a member. Get it from outside. Change-Id: I00c42db96395fb65204fb140aeedc82bf312a86e Jean Chalard2012-03-082-15/+11
* | | | Merge "Remove a useless member (A5)"Jean Chalard2012-03-081-4/+2
|\| | |
| * | | Remove a useless member (A5)•••Change-Id: Ibaaeb8dbcb012f5e973e27ed9928401515656e9e Jean Chalard2012-03-081-4/+2
* | | | Merge "Simplification of sound settings (A4)"Jean Chalard2012-03-081-12/+8
|\| | |
| * | | Simplification of sound settings (A4)•••Change-Id: I0c6e207bae1e08c45a95b3479e1d67228d696792 Jean Chalard2012-03-081-12/+8
* | | | Merge "Make a condition positive (A3)"Jean Chalard2012-03-081-5/+5
|\| | |
| * | | Make a condition positive (A3)•••mSoundOn is much easier to understand than mSilentModeOn Change-Id: Ie51c5c75fcad62e13e0fb578a266af80f15dc440 Jean Chalard2012-03-081-5/+5
* | | | Merge "Simplify audio management (A2)"Jean Chalard2012-03-081-12/+9
|\| | |
| * | | Simplify audio management (A2)•••There is little point in deferring loading for this. Getting the service at startup time is not very expensive anyway, plus we can avoid getting it in a later change if sound is off in settings. Change-Id: I08d65467f245fa2f9f617eb23257c327b3115673 Jean Chalard2012-03-081-12/+9
* | | | Merge "Export audio and haptic feedback to a specialized class. (A1)"Jean Chalard2012-03-082-67/+137
|\| | |
| * | | Export audio and haptic feedback to a specialized class. (A1)•••Change-Id: I957d883d1ccf188cb98eb11031aa0a32fce4ed76 Jean Chalard2012-03-082-67/+137
* | | | Small rename•••Left/Right is wrong terminology here Change-Id: I58c55849e45d9984dd3fb7b75a64e07667c9eba4 Jean Chalard2012-03-081-6/+4
|/ / /
* | | Merge "Remove a useless class (B4)"Jean Chalard2012-03-082-78/+0
|\ \ \
| * | | Remove a useless class (B4)•••\o/ Bug: 5975068 Change-Id: Ia18b55af6d555e7ee7af1cdd7c6227fc1ee6786b Jean Chalard2012-03-072-78/+0
* | | | Merge "Remove stuff that's not used any more (B3)"Jean Chalard2012-03-081-7/+0
|\| | |
| * | | Remove stuff that's not used any more (B3)•••Change-Id: Ie86675ff2facd37430051bf129ddd930fb933dc9 Jean Chalard2012-03-071-7/+0
* | | | Merge "Use the simple auto-correction status (B2)"Jean Chalard2012-03-081-2/+2
|\| | |