Remote android button handling (again). do the press/unpress more like other targets...
commitcf7e861b991b5a55954389bec6a9dc528367028d
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 3 Nov 2010 14:34:57 +0000 (3 14:34 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 3 Nov 2010 14:34:57 +0000 (3 14:34 +0000)
tree63f42bc3a4141e52f9c7f37396fa20d1ab10e066
parent7b2762e4d0c8346f090d3c5cb0d36294bd3c6ecc
Remote android button handling (again). do the press/unpress more like other targets (i.e correctly). The DPAD is special in that the press/unpress happens too quickly, so always post it with the BUTTON_REL. This means all keymaps using the dpad need to remember it will always have a BUTTON_REL (which also means they cant do repeats, which are impossible anyway).
Also make the back button go back to the OS home from the rockbox main menu

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28475 a1c6a512-1295-4272-9138-f99709370657
apps/keymaps/keymap-android.c
apps/root_menu.c
firmware/target/hosted/android/app/button-application.c
firmware/target/hosted/android/app/button-target.h
firmware/target/hosted/android/button-android.c