1
0
Fork 0
forked from len0rd/rockbox
foxbox/android/src/org/rockbox
Thomas Martitz 33af0dec28 Touchscreen: Improved scroll threshold
Remove the hardcoded (and way too small) scroll threshold (the distance moved in pixels before we think the users wants to scroll) and replace it with something based on the actual DPI of the screen.
On Android we call the API for that, on other touchscreens we reimplemented Android's formula (as of 2.2) and calculate it.

Flyspray: 11727

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28548 a1c6a512-1295-4272-9138-f99709370657
2010-11-10 15:25:15 +00:00
..
Helper Add support multimedia keys/buttons to the core, and adapt Rockbox on android for it (multimedia buttons are found on wired headsets and the lock screen in cyanogenmod). 2010-10-31 15:32:57 +00:00
RockboxActivity.java android: don't crash if the user presses HOME while the loading screen is showing, this shuld also be made canceleable later 2010-11-07 21:10:17 +00:00
RockboxFramebuffer.java Touchscreen: Improved scroll threshold 2010-11-10 15:25:15 +00:00
RockboxKeyboardInput.java Android: Use our translations for the yes/no/ok/cancel buttons in the yesno and keyboard dialog. 2010-11-06 01:40:24 +00:00
RockboxPCM.java Clean up usage of RockboxService. Add a proper way to check if rockbox is actually running (checking RockboxService.fb != null was very very bad) 2010-10-31 10:35:42 +00:00
RockboxService.java Android: replace hardcoded strings with Android strings, allowing translations 2010-11-06 02:02:58 +00:00
RockboxTimer.java Adhere to the 80-char line width limit. 2010-09-12 20:10:05 +00:00
RockboxYesno.java Android: Use our translations for the yes/no/ok/cancel buttons in the yesno and keyboard dialog. 2010-11-06 01:40:24 +00:00