Commit Graph

4464 Commits (c8335c740ef3c29a1154e175d4de7f586b2e575b)

Author SHA1 Message Date
Ken Wakasa c8335c740e am 10862aa4: Fix more keys for fr_CA and fr_CH. Also tidy up more keys for de_ZZ as well.
* commit '10862aa4d030f103b74d033589fa64f10624bc16':
  Fix more keys for fr_CA and fr_CH.  Also tidy up more keys for de_ZZ as well.
2011-12-25 17:48:47 -08:00
Ken Wakasa 10862aa4d0 Fix more keys for fr_CA and fr_CH. Also tidy up more keys for de_ZZ as well.
bug: 5800592
Change-Id: I0c9abc807ab0100b3839fc7f0f40c6c1a66e0a6e
2011-12-24 17:29:02 +09:00
Ken Wakasa a3da688ce7 am 0d0f01da: Fix a typo. A follow up to I68dd6b8d
* commit '0d0f01da674e89e294d14061837711996dc5a693':
  Fix a typo.  A follow up to I68dd6b8d
2011-12-21 05:38:13 -08:00
Ken Wakasa 0d0f01da67 Fix a typo. A follow up to I68dd6b8d
Change-Id: I16fa4099c75faac35344b0e4d3c2b866ddac896a
2011-12-21 22:34:08 +09:00
Jean Chalard 9fcb35698a am 0fd625bc: Fix a bug with wrong auto-correct cancellation
* commit '0fd625bcfdfac1c10e7bd7f9088bf425fec08989':
  Fix a bug with wrong auto-correct cancellation
2011-12-21 02:31:18 -08:00
Jean Chalard 0fd625bcfd Fix a bug with wrong auto-correct cancellation
Auto-correct cancellation would sometimes kick in at
wrong times, causing crashes.

Bug: 5784542
Change-Id: I68dd6b8d9237ce9b66af2dc63e77ba6dd5fd69dd
2011-12-21 19:28:02 +09:00
Jean Chalard fd54ee23c3 am 752d8cc4: Fix a bug with TYPE_TEXT_CLASS
* commit '752d8cc4fc8550e5ec4eee921f5d611c49f57497':
  Fix a bug with TYPE_TEXT_CLASS
2011-12-19 23:03:01 -08:00
Jean Chalard 752d8cc4fc Fix a bug with TYPE_TEXT_CLASS
This was introduced by a badly-rebased commit. The culprit was
I103d6851. There was also another bug lurking there introduced
by a previous commit that this fixes.

Bug: 5775347
Change-Id: I133b54a5159e19714f4bcae8ffbb4824cff9f466
2011-12-20 15:31:55 +09:00
Jean Chalard cb5be466a3 am 715a2035: Merge "Reorganize the auto-correction memory"
* commit '715a203501f748bfa797e5a4232aa884bd372d44':
  Reorganize the auto-correction memory
2011-12-19 02:24:27 -08:00
Jean Chalard 715a203501 Merge "Reorganize the auto-correction memory" 2011-12-19 02:22:49 -08:00
satok ad87655fa5 am 96ea1720: Merge "Prepare for proximity + two word correction No2"
* commit '96ea1720fdf0b03177f62f9b65d47e4667378fa6':
  Prepare for proximity + two word correction No2
2011-12-19 01:21:28 -08:00
satok 96ea1720fd Merge "Prepare for proximity + two word correction No2" 2011-12-19 01:20:21 -08:00
Ken Wakasa 192e5b15a9 am 4f7d278a: Follow-up fix for I68c667b0
* commit '4f7d278af62a89ef3f45cc9ebbfb076a5a352c76':
  Follow-up fix for I68c667b0
2011-12-19 01:06:34 -08:00
Ken Wakasa 4f7d278af6 Follow-up fix for I68c667b0
Should have preserved the logic of LatinKeyboard.getNearestKeys().

Change-Id: I97b05aa24006402be03088a215fa07abda9477df
2011-12-19 17:58:36 +09:00
Jean Chalard 9e8761c440 Reorganize the auto-correction memory
Change-Id: I31cce9db471dcd4a7b3477bcb037a8ff482b7696
2011-12-19 17:33:15 +09:00
satok 1a6da631ab Prepare for proximity + two word correction No2
Change-Id: Idfa1413e853299f1db459ef07da3efa932047981
2011-12-19 17:12:20 +09:00
Tadashi G. Takaoka 5d399a6803 am 42fcb2de: Get rid of public reference to KeyboardIconsSet.ICON_* constants
* commit '42fcb2de641c4cd5d57f34889c8752401e35dcc8':
  Get rid of public reference to KeyboardIconsSet.ICON_* constants
2011-12-18 08:22:04 -08:00
Tadashi G. Takaoka 42fcb2de64 Get rid of public reference to KeyboardIconsSet.ICON_* constants
As a consequence,
  * Add Key.iconDisabledKey has been introduced and Key.getIcon honors
    the enabled state of the key.
  * The attribute id of disabled icon for shortcut key,
    Keyboard_iconShortcutKeyDisabled, is renamed to
    Keyboard_iconDisbledShortcutKey
  * KeyboardIconsSet has getIconByIconId and getIconByAttrId methods
    instead of getIcon.

Bug: 5778201
Change-Id: Ica93b073b9a04acd18ead7a33b60e3c6d813e7a1
2011-12-19 01:11:09 +09:00
Tadashi G. Takaoka d6ba10120c am 4e1dab8c: Move KeyboardBuilder and KeyboardParams classes into Keyboard class
* commit '4e1dab8cfaad891fe041ed8d71893186c05cef71':
  Move KeyboardBuilder and KeyboardParams classes into Keyboard class
2011-12-18 03:50:20 -08:00
Tadashi G. Takaoka 4e1dab8cfa Move KeyboardBuilder and KeyboardParams classes into Keyboard class
This change also moves XmlParseUtils to com.android.inputmethod.latin package.

Bug: 5778201
Change-Id: I7d9faa344460753ce178ad4048e0fadb65c75614
2011-12-18 20:19:16 +09:00
Tadashi G. Takaoka 694e94a270 am 3708787f: Remove LatinKeyboard class
* commit '3708787fe91227083d2a1874fa41493d3bc9fe10':
  Remove LatinKeyboard class
2011-12-18 02:31:52 -08:00
Tadashi G. Takaoka e75db3fe68 am 4112dc05: Move spacebar drawing code from LatinKeyboard to LatinKeyboardView
* commit '4112dc05002d7a880e558418639cf25c4bd02a5a':
  Move spacebar drawing code from LatinKeyboard to LatinKeyboardView
2011-12-18 02:10:44 -08:00
Tadashi G. Takaoka 3708787fe9 Remove LatinKeyboard class
Change-Id: I68c667b00dadf2ed9f1c62fb7da37d2cf499cd81
2011-12-18 19:10:42 +09:00
Tadashi G. Takaoka 4112dc0500 Move spacebar drawing code from LatinKeyboard to LatinKeyboardView
Also this change moves LatinKeyboard attributes,
autoCorrectionSpacebarLedEnabled, autoCorrectionSpacebarLedIcon,
spacebarTextRatio, spacebarTextColor, and spacebarTextShadowColor to
LatinKeyboardView.

Change-Id: I7cc27ce1fc550e9f620a9ed0fbe4b8172902d5a1
2011-12-18 19:07:12 +09:00
Tadashi G. Takaoka 4afc668929 am 7bd714c0: Add extra key icons to KeyboardIconsSet
* commit '7bd714c086a78e2058543b0971ac92f5a30b2362':
  Add extra key icons to KeyboardIconsSet
2011-12-18 01:44:30 -08:00
Tadashi G. Takaoka 7bd714c086 Add extra key icons to KeyboardIconsSet
* Get rid of Key.keyIconShifted attribute.
    Add Keyboard.iconShiftKeyShifted to KeyboardIconsSet.
  * Get rid of LatinKeyboardView.disabledShortcutIcon attribute.
    Add Keyboard.iconShortcurKeyDisabled to KeyboardIconsSet.
  * Add Keyboard.iconSpaceKeyForNumber to KeyboardIconsSet.
  * Fix misplaced autoCorrectionSpacebarLedIcon resources.

Change-Id: I381bff3789254977ab3cb18f58f95b3c433b1e1a
2011-12-18 18:25:29 +09:00
Tadashi G. Takaoka cc10b1bbb6 am 1ebedd7a: Remove LatinKeyboard.adjustLabelCase override
* commit '1ebedd7a15a8fd94e68fb43eb089ed87c4c5a480':
  Remove LatinKeyboard.adjustLabelCase override
2011-12-18 00:15:37 -08:00
Tadashi G. Takaoka dbd811789f am 5afc3ae2: Add LatinKeyboardView style
* commit '5afc3ae2d9df0c2c93f2c66af13b128889ac3b5d':
  Add LatinKeyboardView style
2011-12-18 00:04:48 -08:00
Tadashi G. Takaoka 1ebedd7a15 Remove LatinKeyboard.adjustLabelCase override
Change-Id: If032605c1cd6bb8e913d465e20dec70798c4b8fb
2011-12-18 16:46:44 +09:00
Tadashi G. Takaoka 5afc3ae2d9 Add LatinKeyboardView style
As a result, this change moves shortcut related update code to
LatinKeyboardView from LatinKeyboard.

Change-Id: I1882672577f61e73c90d6c018b7dbb61f3fe21e4
2011-12-18 16:42:23 +09:00
Tadashi G. Takaoka c9ca7964c8 am 22b48de1: Get rid of Key.needsSpecialPopupHint and related
* commit '22b48de11ce6f31a0edf90e1308073e67a7a2adb':
  Get rid of Key.needsSpecialPopupHint and related
2011-12-17 23:17:10 -08:00
Tadashi G. Takaoka 87296a0fe2 am bc781e96: Can override key drawing methods of KeyboardView
* commit 'bc781e963ff51576109aca9626728d09222cfca7':
  Can override key drawing methods of KeyboardView
2011-12-17 23:17:09 -08:00
Tadashi G. Takaoka 22b48de11c Get rid of Key.needsSpecialPopupHint and related
Change-Id: I28e87ea3af9581f12094770b42f113e9018886c4
2011-12-18 16:08:28 +09:00
Tadashi G. Takaoka bc781e963f Can override key drawing methods of KeyboardView
Change-Id: Ie303df4f5e944ea868f5c28ba3bb72a57cc9a35f
2011-12-18 16:08:00 +09:00
Tadashi G. Takaoka ad1208eb44 am 605f7309: Merge "Add LatinKeyboard.spacebarTextRatio attribute"
* commit '605f7309596a6faf267803320ef59cd2ccf568f7':
  Add LatinKeyboard.spacebarTextRatio attribute
2011-12-17 08:46:18 -08:00
Tadashi G. Takaoka 34a55b316d am 40a67396: Fix broken build
* commit '40a67396454aa4a8173d210e82d584ef5cb5a659':
  Fix broken build
2011-12-17 08:44:36 -08:00
Tadashi G. Takaoka 605f730959 Merge "Add LatinKeyboard.spacebarTextRatio attribute" 2011-12-17 08:43:34 -08:00
Tadashi G. Takaoka 40a6739645 Fix broken build
This is a followup change of I8376f4f5

Change-Id: I4de4cbc903beb71d805e62b5172076a949854bc0
2011-12-18 01:36:11 +09:00
Tadashi G. Takaoka 7cc2595b6f Add LatinKeyboard.spacebarTextRatio attribute
Bug: 5776979
Change-Id: Ia568d1170ed33a000eb3bb02ecdf611e4b5ff2d5
2011-12-18 01:00:06 +09:00
Tadashi G. Takaoka 2bd5cb73b5 am ebec5259: Get rid of LatinKeyboardParam class
* commit 'ebec5259b7bc64751a7c9f5f9e6bedff7e20b0dc':
  Get rid of LatinKeyboardParam class
2011-12-17 07:51:43 -08:00
Tadashi G. Takaoka ebec5259b7 Get rid of LatinKeyboardParam class
Change-Id: I8376f4f570e72929679c5e4955986c48881abd75
2011-12-18 00:39:40 +09:00
Ken Wakasa 32f45ed31c am 67394a39: Preparatory small clean up for bug: 5776979
* commit '67394a394f325e948cde8aaeb2bce0fa0936b5a2':
  Preparatory small clean up for bug: 5776979
2011-12-17 05:36:44 -08:00
Ken Wakasa 67394a394f Preparatory small clean up for bug: 5776979
Change-Id: I96b20d3775180366fac50c2bb4e0b47a92ee4cdb
2011-12-17 20:45:39 +09:00
Ken Wakasa b864d07e27 am e5748387: Merge "Remove redundant logs"
* commit 'e5748387ac753066fb2f88ea413bcf37761575a4':
  Remove redundant logs
2011-12-16 07:36:41 -08:00
Ken Wakasa e5748387ac Merge "Remove redundant logs" 2011-12-16 07:35:23 -08:00
Ken Wakasa 3425852be4 Remove redundant logs
bug: 5722703
Change-Id: I6b7285ad6f5c0c8486d24712f22249f83a1c6396
2011-12-17 00:22:01 +09:00
Tadashi G. Takaoka cb2c23a1cb am fd113151: Add Vietnamese keyboard
* commit 'fd113151fd0f21e3fc9956c885b8fadb68f08218':
  Add Vietnamese keyboard
2011-12-16 05:59:35 -08:00
Tadashi G. Takaoka fd113151fd Add Vietnamese keyboard
Bug: 5738545
Change-Id: I96abf6807e9375e352a505b822dd50b4d1a7a252
2011-12-16 22:39:56 +09:00
Tadashi G. Takaoka 5934139359 am 45a0b329: Add Slovenian keyboard
* commit '45a0b32941e029160f1ba3535e307917f35574fb':
  Add Slovenian keyboard
2011-12-16 05:24:52 -08:00
Tadashi G. Takaoka 45a0b32941 Add Slovenian keyboard
Bug: 5738545
Change-Id: Id88a30d3fe46988ac2e0ad129b7bea53b8c7ab07
2011-12-16 22:16:48 +09:00