History log of /frameworks/base/libs/androidfw/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8a90e6e3174083f274538567d851f98478fc83e9 11-May-2012 Jeff Brown <jeffbrown@google.com> Minor refactoring before starting on velocity tracker changes.

Bug: 6413587
Change-Id: I5eba2bb57193bff78cb3740de5f87aca0b31d154
/frameworks/base/libs/androidfw/Android.mk
9f25b7fdf216c9ef0bd2322cd223eeaf0d60f77f 10-Apr-2012 Jeff Brown <jeffbrown@google.com> Request key maps from input manager service.

Instead of each application loading the KeyCharacterMap from
the file system, get them from the input manager service as
part of the InputDevice object.

Refactored InputManager to be a proper singleton instead of
having a bunch of static methods.

InputManager now maintains a cache of all InputDevice objects
that it has loaded. Currently we never invalidate the cache
which can cause InputDevice to return stale motion ranges if
the device is reconfigured. This will be fixed in a future change.

Added a fake InputDevice with ID -1 to represent the virtual keyboard.

Change-Id: If7a695839ad0972317a5aab89e9d1e42ace28eb7
/frameworks/base/libs/androidfw/Android.mk
a982dc05d7ca919c07f50e446549ef9dceadf6bd 23-Mar-2012 Colin Cross <ccross@android.com> frameworks/base: move Zip* from libandroidfw to libutils

ZipUtils is needed by build/tools, move it from libandroidfw
(frameworks/base) to libutils (frameworks/native).

Change-Id: I2b4b7adcdf68eb25ee7cba5dd3b69eadf0523af3
/frameworks/base/libs/androidfw/Android.mk
49d2b1864c3dfec6faff74d67cb2527a8f1af5a8 28-Feb-2012 Mathias Agopian <mathias@google.com> move CursorWindow from libbinder to libandroidfw

Change-Id: I3b304e4f74e0d0ec8b20c57296c62449c9a0f792
/frameworks/base/libs/androidfw/Android.mk
027692b640059fb1a9795215c0a863183aa5829c 22-Feb-2012 Mathias Agopian <mathias@google.com> attempt to fix sdk build

Change-Id: I94f32a9a7abccb52487bb9ff5e286faa4acfceff
/frameworks/base/libs/androidfw/Android.mk
cbc69718cb8c637426bc1a642a13a1880d843a45 21-Feb-2012 Mathias Agopian <mathias@google.com> another attempt at fixing the linux build

Change-Id: Iac20439fd6eea4682859112e72f051294bc87ef6
/frameworks/base/libs/androidfw/Android.mk
30167542cb23726a0d28c2eeb280f16f3101e97f 21-Feb-2012 Mathias Agopian <mathias@google.com> another attempt to fix the linux build

Change-Id: Ifd4714de7281ffc8a8c90fb25fb34719a19a9b6f
/frameworks/base/libs/androidfw/Android.mk
30c46ad519c127a92f2bd3ca1dc1eab9da6ac165 21-Feb-2012 Mathias Agopian <mathias@google.com> attempt to fix linux builds

Change-Id: I46d6f914fdc32dc26cc71bed3399e202f00eeb2a
/frameworks/base/libs/androidfw/Android.mk
83c64e6b624a876436d2ef5d2f173b10407e27b4 21-Feb-2012 Mathias Agopian <mathias@google.com> frameworks/base refactoring

create the new libandroidfw from parts of libui and libutils

Change-Id: I1584995616fff5d527a2aba63921b682a6194d58
/frameworks/base/libs/androidfw/Android.mk