X Tutup
The Wayback Machine - https://web.archive.org/web/20220508101323/https://github.com/authpass/authpass/issues/186
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

Allow to remove files from the "recent files" list #186

Closed
hpoul opened this issue Oct 10, 2020 · 18 comments
Closed

Allow to remove files from the "recent files" list #186

hpoul opened this issue Oct 10, 2020 · 18 comments
Labels
good first issue hacktoberfest help wanted

Comments

@hpoul
Copy link

@hpoul hpoul commented Oct 10, 2020

Right now there is no way to remove files from the list of recents

The easiest way would be to display a dialog/menu on long-press with a "delete" option.

@hpoul hpoul added help wanted good first issue hacktoberfest labels Oct 10, 2020
@wtsiamruk
Copy link

@wtsiamruk wtsiamruk commented Oct 16, 2020

Can I try to implement that one? Although it may be hard without Flutter experience :)

@hpoul
Copy link
Author

@hpoul hpoul commented Oct 16, 2020

@wtsiamruk sure, would be great ;-) Have you looked at the CONTRIBUTING.md? it should help get you started to get authpass running in the IDE, let me know if you need any help..

@eRuaro
Copy link

@eRuaro eRuaro commented Feb 18, 2021

Hey, @hpoul I'd love to work on this one too if it's still available!

@hpoul
Copy link
Author

@hpoul hpoul commented Feb 18, 2021

@eRuaro sure since nobody worked on it afaik

@hpoul
Copy link
Author

@hpoul hpoul commented Feb 21, 2021

@eRuaro how's it going? let me know if you need any help to get up to speed with development.

@eRuaro
Copy link

@eRuaro eRuaro commented Feb 21, 2021

Hey, @hpoul my family and I went out over the weekend and just returned, I'll familiarize myself with the code tomorrow.

@pthavarasa
Copy link

@pthavarasa pthavarasa commented Feb 25, 2021

Hello there, can i look into this issue also if you are okay? @hpoul @eRuaro

@eRuaro
Copy link

@eRuaro eRuaro commented Feb 25, 2021

Hello there, can i look into this issue also if you are okay? @hpoul @eRuaro

Sure thing! I'm not familiar with Bloc so I'm reading up on it first.

@pthavarasa
Copy link

@pthavarasa pthavarasa commented Feb 26, 2021

finally i made it :) @hpoul is that correct?

app
code

pthavarasa added a commit to pthavarasa/authpass that referenced this issue Feb 26, 2021
@hpoul
Copy link
Author

@hpoul hpoul commented Feb 26, 2021

@pthavarasa this issue is for deleting a file entry from the 'recently opened files', not removing a password.
after launching authpass you see a 'last opened files' list:

unnamed

@pthavarasa
Copy link

@pthavarasa pthavarasa commented Feb 26, 2021

@hpoul sorry for the misunderstanding, i'll check if i can do that!

@ghost
Copy link

@ghost ghost commented Apr 2, 2021

Still not possible ?

@antmyers
Copy link

@antmyers antmyers commented Apr 7, 2021

Hi, I was wondering if I could look into this issue if it is still open? @hpoul

@hpoul
Copy link
Author

@hpoul hpoul commented Apr 7, 2021

@antmyers yes it's still open and i haven't seen a PR addressing this.. 👍

@tousifalamgir
Copy link

@tousifalamgir tousifalamgir commented May 9, 2021

Hello, I am also interested in tackling this issue. @hpoul

@antmyers
Copy link

@antmyers antmyers commented May 9, 2021

I already submitted a pull request for this issue, but feel free to look at that if you’d like to tackle it a different way!

@tousifalamgir
Copy link

@tousifalamgir tousifalamgir commented May 9, 2021

I already submitted a pull request for this issue, but feel free to look at that if you’d like to tackle it a different way!

Awesome! Sure, I'll take a look.

@hpoul
Copy link
Author

@hpoul hpoul commented Aug 26, 2021

this was now implemented through #260 by @saurabh-m-w 🥳
I've created a follow-up issue #263 to actually delete files from disk, if those files are local, internal files.

@hpoul hpoul closed this Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue hacktoberfest help wanted
Projects
None yet
Development

No branches or pull requests

6 participants
X Tutup