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

Improvements / Feature requests #57

Closed
girst opened this issue Apr 22, 2020 · 4 comments
Closed

Improvements / Feature requests #57

girst opened this issue Apr 22, 2020 · 4 comments

Comments

@girst
Copy link

girst commented Apr 22, 2020

Hi, I just stumbled upon this app in fdroid's RFP tracker. If you don't mind, I would like to suggest some improvements/feature requests:

  • chording when single-tapping open square:
    in many implementations, clicking on a opened square that has the exact amount of neighbours flagged, opens all non-flagged neighbouring cells. if the wrong amount of mines are flagged, the current behaviour could still be used.
  • fast-flag mode
    a button that toggles whether clicking on cells opens them, or flags them.
  • zoom out
    sometimes I would like to get a better overview of things

I don't know anything about android programming, so I can't send PRs, but I'll gladly chip in with some beer money in return ;)

edit: oh, and a bug report: when dragging the playfield around, the screen stutters / drops frames (on my nexus 5 w/ lineageos 14.1 / android 7.1)

This was referenced Apr 22, 2020
@lucasnlm
Copy link
Owner

Thanks for your feedback!

About your points:

  • Currently If you long press an opened square it will open all neighbors squares, except if flagged. Is this the same behavior?
  • About fast-flag: I agree. It should have that option. I will open an issue exclusively to it.
  • About zoom out. I would be really cool. Currently you can share an image of the whole minefield and zoom in / out. However it's not possible to do it in game. I will open an issue to that feature too.
  • And that drops frame I'm investigating. It happens due to issue with RecyclerView and horizontal scrolling. It usually happens on large minefields, but it's bad. :(

Thank you again for the feedback! 😄

@girst
Copy link
Author

girst commented Apr 22, 2020 via email

@lucasnlm
Copy link
Owner

Hi, @girst!
Fast flag is available on 7.2.0.

@girst
Copy link
Author

girst commented Jun 30, 2020 via email

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

No branches or pull requests

2 participants