Skip to content

Conversation

@abrossimow
Copy link
Contributor

Type of Change

  • Bug Fix

Summary of Changes

This PR fixes two oversights from refactoring swipe gestures to be based on screen size. Min/Max thresholds have been defined as floats again to work with the float-based SwipeThresholds.

Also the GestureManager math for calculating isShortSwipe has been corrected.

Key Changes

  1. Change MIN_THRESHOLD and MAX_THRESHOLD to floats
  2. Math in GestureManager isShortSwipe check correctd

Test Information

  • MultiLauncher Version:1.10.7.8
  • Device Name: Google Pixel 7A
  • Android Version: 15
  • Other Notes:

abrossimow and others added 6 commits June 26, 2025 10:33
…es are stored with Constants.

Reverted some changes of 0cdaa9b regarding Prefs for threshold values.
Changed MinThreshold and MaxThreshold in Constants to be float again
(Opinionated) changed default Threshold values
# Conflicts:
#	app/src/main/java/com/github/droidworksstudio/mlauncher/data/Constants.kt
#	app/src/main/java/com/github/droidworksstudio/mlauncher/data/Prefs.kt
Signed-off-by: 𝙲𝚛𝚎𝚊𝚝𝚒𝚟𝚎𝙲𝚘𝚍𝚎𝙲𝚊𝚝 <[email protected]>
@CreativeCodeCat CreativeCodeCat merged commit 60a06ce into CodeWorksCreativeHub:main Jun 27, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants