hanchang / friar

Friar Framework helps you make beautiful Android 2.2+ apps out of HTML5 content. Inspired by the Baker Framework for iOS.
http://www.friarframework.com
75 stars 19 forks source link

gestureDetector depreciated #17

Closed benoitchantre closed 11 years ago

benoitchantre commented 11 years ago

Hello @hanchang,

It's my first test of friar and it seems there's a problem with gestureDetector which is depreciated. Here's a quote from a popup I have in Eclipse.

This constructor was deprecated in API level 3. Use GestureDetector(android.content.Context, android.view.GestureDetector.OnGestureListener) instead.

Could you fix that?

Thanks for this project