Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Tinder-like swiping or fast blocking #20

Open
Atakku opened this issue Sep 3, 2024 · 6 comments
Open

Feature request: Tinder-like swiping or fast blocking #20

Atakku opened this issue Sep 3, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@Atakku
Copy link

Atakku commented Sep 3, 2024

I wonder if it's possible to implement Tinder-like swiping, or at least quick buttons to block or auto-dm prewritten message when browsing people in discovery.

At least quickly blocking people without getting thrown out if discovery and instead skipped to the next user would be very nice.

@R0rt1z2
Copy link
Owner

R0rt1z2 commented Sep 8, 2024

Tinder-like swiping seems difficult to add. I'll take a look at the quick block thing, which should be relatively easy to implement. I've added it to the TODO list.

@Atakku
Copy link
Author

Atakku commented Sep 9, 2024

i mean instead of swiping itself it can be just the quick block and quick response buttons

@R0rt1z2
Copy link
Owner

R0rt1z2 commented Sep 9, 2024

i mean instead of swiping itself it can be just the quick block and quick response buttons

Understood, sorry. I'll take a look at the quick block and response buttons.

@R0rt1z2 R0rt1z2 self-assigned this Sep 15, 2024
@R0rt1z2 R0rt1z2 added the enhancement New feature or request label Sep 15, 2024
@R0rt1z2 R0rt1z2 added this to GPlus Sep 15, 2024
@R0rt1z2 R0rt1z2 moved this to In Progress in GPlus Sep 15, 2024
@DomOfKnight
Copy link

A few thoughts for this concept... (Does not rise to the level of request, just tossing out ideas)
Swipe;
Down = Block
Left = Nothing
Up = Favorite
Right = Tap

Perhaps custom options for combinations;

Up = Tap & Favorite
Right = Favorite & Saved Phrase

@Lanchon
Copy link

Lanchon commented Nov 18, 2024

hey @R0rt1z2,

I'll take a look at the quick block thing

when i did my own hacking of the grindr app i did this which worked very well: in profile view, a long click on the 🚫 button would immediately block (no questions) and move to the next(*) profile. this strategy required minimum interface hacking.


(*): next always meant forward unless you had immediately swiped backwards before. i have the habit of starting way down on the grid and swipe backwards, because profiles further away are less known to me. but this is very personal quirk than can be completely ignored.

@R0rt1z2
Copy link
Owner

R0rt1z2 commented Nov 18, 2024

dba1cce

I did this for now. It's hard to assign custom behaviors to the 🚫 button since it's a Toolbar item that only supports setOnMenuItemClickListener. I'll see if I can replace it with a custom drawable that supports long-click or double-click.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

4 participants