-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Archive: Add dynamic paths to browser tab #322
Conversation
I thought it would be cool to be able to see when I was in say the `apps_data/flipchess` folder, or some other nested folder, and have "flipchess" be shown rather than the just "Browser" all the time. It's not a huge or really crucial change, just a personal modification that some people may also find useful.
missed opportunity for sorry i just had to 😆, i like this idea! will review in the coming days |
AGH! Scrap the whole thing. Kidding, looking forward to it 👍 |
Cleaned up `archive_update_formatted_path` function using switch case, and also using the built in furi functions where possible. Also removed the arbitrary and unnecessary `path_buf[256]`, making formatting the path in the Brief section more memory safe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small things, working on them rn
hmm tho the way i did it makes it not change text while searching. just that the scrollable text text functions need a furistring so i thought to just use the same one as formatted path, but then for searching it needs to change even if the path didnt change. might be easier to just use a temporary furistring, or to use the normal draw function while searching |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice :D
What's new
Adds to the option to show current directory/path in archive tab instead of static tab text. Default state is
OFF
to maintain the existing look, but I personally thinkCurrent
could probably be set as default if merged. Of course all text involedShow Browser Path
,Current
,Brief
andFull
could be changed as well.elements_scrollable_text_line
to allow for full visibility.Games
are drawn centered like normal, and long ones like/ext/apps/Games
scroll.Screenshots
"Off"
"Current"
"Brief"
"Full"
For the reviewer