stanipintjuk / Silverfish

A simple and lightweight launcher for Android.
GNU General Public License v3.0
44 stars 17 forks source link

Implemented swiping down to open notifications panel and more fixes #32

Closed Lonami closed 8 years ago

Lonami commented 8 years ago

Fixes #31

stanipintjuk commented 8 years ago

Nice! But it doesn't work when dragging over views that use a click listener like the shortcut buttons. I suggest that you extend the View class and override the onInterceptTouchEvent so that it returns true when the speed threshold is exceeded. Here is some relevant documentation https://developer.android.com/training/gestures/viewgroup.html

Lonami commented 8 years ago

Don't merge yet. Fixing a bug usually introduces another: now we're not able to remove the icons from the home screen. Should be easy enough to fix.

Lonami commented 8 years ago

OK fixed. I amended (I only had to change one line). Changes should be reflected here!

stanipintjuk commented 8 years ago

Love it! Thank you! 😸