• Home
  • History
  • Annotate
  • only in /frameworks/base/packages/InputDevices/
History log of /frameworks/base/packages/InputDevices/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d9fec5d317c09da6bcc7a54df4e0190a76d21eae 18-May-2012 Jeff Brown <jeffbrown@google.com> Add support for grouping keyboard layouts by collection.

Bug: 6405203
Change-Id: Id818b27ec09928150795d594a96df186a6e39168
ndroidManifest.xml
es/values/strings.xml
2f0957607411b99810226ad38d59cf18718b86d0 11-May-2012 Jeff Brown <jeffbrown@google.com> Rename kcm attribute to keyboardLayout.

Bug: 6478076
Change-Id: I7fc0d8eb36d03a628d070f8fd6ea1e1464b1a163
es/xml/keyboard_layouts.xml
69b2be163d6ba00fead46c2e01ec775d8487e777 26-Apr-2012 Jeff Brown <jeffbrown@google.com> Add yet more keyboard layouts.

Bug: 6110399
Change-Id: I8e2ce1cd350dddb006df51286e127dce65a8117f
es/raw/keyboard_layout_croatian_and_slovenian.kcm
es/raw/keyboard_layout_czech.kcm
es/raw/keyboard_layout_danish.kcm
es/raw/keyboard_layout_estonian.kcm
es/raw/keyboard_layout_finnish.kcm
es/raw/keyboard_layout_hungarian.kcm
es/raw/keyboard_layout_icelandic.kcm
es/raw/keyboard_layout_italian.kcm
es/raw/keyboard_layout_norwegian.kcm
es/raw/keyboard_layout_portuguese.kcm
es/raw/keyboard_layout_russian_apple.kcm
es/raw/keyboard_layout_russian_mac.kcm
es/raw/keyboard_layout_slovak.kcm
es/raw/keyboard_layout_swedish.kcm
es/raw/keyboard_layout_turkish.kcm
es/raw/keyboard_layout_ukrainian.kcm
es/values/strings.xml
es/xml/keyboard_layouts.xml
77241caa8e077e43909cca1e5d49f726f0b8afe5 25-Apr-2012 Jeff Brown <jeffbrown@google.com> Add even more keyboard layouts.

Bug: 6110399

Change-Id: I2278424e2e4c7dc7f7804a25d2c6c63f45181d1b
es/raw/keyboard_layout_belgian.kcm
es/raw/keyboard_layout_bulgarian.kcm
es/raw/keyboard_layout_russian.kcm
es/raw/keyboard_layout_russian_apple.kcm
es/values/strings.xml
es/xml/keyboard_layouts.xml
4c181a3f6a6f450522a1bbfdaba7d94e2fbdcb96 24-Apr-2012 Jeff Brown <jeffbrown@google.com> Add more keyboard layouts.

Bug: 6110399
Change-Id: I00f54338c9e94cce3a2925a5dff2e924a21fcdd8
es/raw/keyboard_layout_french.kcm
es/raw/keyboard_layout_french_ca.kcm
es/raw/keyboard_layout_german.kcm
es/raw/keyboard_layout_russian.kcm
es/raw/keyboard_layout_russian_apple.kcm
es/raw/keyboard_layout_spanish.kcm
es/raw/keyboard_layout_swiss_french.kcm
es/raw/keyboard_layout_swiss_german.kcm
es/values/strings.xml
es/xml/keyboard_layouts.xml
8bca94ad83f82682bc15df29dc25377fe43da17f 24-Apr-2012 Jeff Brown <jeffbrown@google.com> More work on international keyboards.

Changed the English US keymaps to implement a strict US key map
with no additional ALT functions.

Fixed a bug copying the alias in the InputDevice copy constructor.

Added support for end of line comments in KCM and KL files.

Added the German keyboard layout.

Sorted the keys in the keyboard layout files by physical arrangement
to make it easier to maintain them.

Bug: 6110399
Change-Id: If44d83de5b98f2bf0016cbb8e12264387b286aaa
es/raw/keyboard_layout_english_us.kcm
es/raw/keyboard_layout_english_us_dvorak.kcm
es/raw/keyboard_layout_german.kcm
4a3862f6b0a8971b6ab5b1c46735b28e7604d0db 18-Apr-2012 Jeff Brown <jeffbrown@google.com> Add Dvorak keyboard layout.

Added support for mapping both scan codes and HID usages to
KeyLayoutMap and KeyCharacterMap. Keyboard overlays can
now influence how key events are mapped to key codes.

Bug: 6110399
Change-Id: I6619fd2d3e1337c55928f89869dbc45b535c7ccf
es/raw/keyboard_layout_english_us_dvorak.kcm
6ec6f79e1ac1714e3b837796e99f07ff88f66601 18-Apr-2012 Jeff Brown <jeffbrown@google.com> Support loading keyboard layout overlays from resources.

Added the concept of a keyboard layout overlay, which is
a key character map file that has "type OVERLAY".

Added support for loading keyboard layout overlays from
resources dynamically. The layouts are reloaded whenever they
are changed in the Settings application or an application
is installed. This is somewhat more aggressive than necessary
so we might want to optimize it later.

Before system-ready, the input system uses just the generic
keyboard layouts that are included on the device system image.
After system-ready, it considers the user's selected keyboard
layout overlay and attempts to load it as necessary. We need to
wait until system-ready before doing this because we need to
be in a state where it is safe to start applications or access
their resources.

Bug: 6110399
Change-Id: Iae0886d3356649b0d2440aa00910a888cedd8323
ndroid.mk
es/raw/keyboard_layout_english_us.kcm
es/raw/keyboard_layout_english_us_dvorak.kcm
es/raw/keyboard_layout_german.kcm
9df6e7a926ce480baf70e97ee1b9ea387193f6ad 05-Apr-2012 Jeff Brown <jeffbrown@google.com> Initial commit of InputManager and keyboard layout API.

Added a new InputManager service for interacting with input
devices and configuring them. This will be the focus of
an upcoming refactoring.

Added an API for registering keyboard layouts with the system
based on the use of a broadcast receiver. Applications can
register their own keyboard layouts simply by declaring a
broadcast receiver in their manifests.

Added the skeleton of a package that will ultimately contain
the keyboard layouts and other input device related resources
that are part of the base system.

Bug: 6110399
Change-Id: Ie01b0ef4adbd5198f6f012e73964bdef3c51805c
ndroid.mk
ndroidManifest.xml
ODULE_LICENSE_APACHE2
OTICE
es/raw/keyboard_layout_english_us.kcm
es/raw/keyboard_layout_english_us_dvorak.kcm
es/raw/keyboard_layout_german.kcm
es/values/strings.xml
es/xml/keyboard_layouts.xml
rc/com/android/inputdevices/InputDeviceReceiver.java