mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Implement diff haptics going into all apps
Notes: * the reason why 0.6 -> 1 never happened was because of AllAppsSwipeController where it had a clampToProgress. By changing lowerbound to 0 the progress actually shows fully 0->1 - composed the haptics in the constructor - added new listener class in AATransitionController Added featureflag bug: 233751149 test: Manually - presubmit, ran “make -j7 Launcher3” from master branch photo: https://screenshot.googleplex.com/8r5FZh6buzkQMjk Change-Id: I5e1a24170fdbfdd35b8d8f24af0ec5e8586641a2
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
|
||||
<uses-permission android:name="android.permission.READ_DEVICE_CONFIG" />
|
||||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
<!-- for rotating surface by arbitrary degree -->
|
||||
<uses-permission android:name="android.permission.ROTATE_SURFACE_FLINGER" />
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
|
||||
Reference in New Issue
Block a user