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

Things that should be configurable #31

Open
6 tasks
0xpr03 opened this issue Jun 1, 2018 · 5 comments
Open
6 tasks

Things that should be configurable #31

0xpr03 opened this issue Jun 1, 2018 · 5 comments
Assignees
Labels
feature help wanted Help for fix wanted
Milestone

Comments

@0xpr03
Copy link
Owner

0xpr03 commented Jun 1, 2018

Tracking issue for things that should be configurable. Please leave a comment for things that should be added to an options section of the app.

  • Addition auto-next time
  • input extract on landscape mode
  • Extended Storage discovery
  • Disable Animations (recyclerview.. )
  • action done mode for editors (close dialog / hide keyboard)
  • training progressbar (entries finished / points)
@0xpr03 0xpr03 added the feature label Jun 1, 2018
@0xpr03 0xpr03 added this to the 1.0 milestone Jun 1, 2018
@0xpr03 0xpr03 self-assigned this Jun 1, 2018
@0xpr03 0xpr03 added the help wanted Help for fix wanted label Jun 1, 2018
@0xpr03 0xpr03 changed the title Things that should be in the options Things that should configurable Jun 1, 2018
@0xpr03 0xpr03 changed the title Things that should configurable Things that should be configurable Jun 3, 2018
@OzWT
Copy link

OzWT commented Jul 17, 2018

Maybe this is not the right place here, or it is already configurable and I'm to stupid.
Here is my wish for extending the configuration of the import format:
In the custom format import, it is possible to use a single sign as the delimiter, but it is not possible to use a tab as the delimiter. I tried "\t" but I could only set one character.

@0xpr03
Copy link
Owner Author

0xpr03 commented Jul 18, 2018

I tried "\t" but I could only set one character.

Yes, \t is the standard in sourcecode, but this means the compiler is replacing it with the correct character. I would have to interpret your input, which I'm currently not doing. I'm not sure how to do this in a user friendly way, as we still have to enforce the one character limit.
What you can do, is to copy a tab character in your smartphone and paste it in the dialog.

a tab as the delimiter

Currently you can go with the TDF Preset. I hope it's fitting your format requirements.

@OzWT
Copy link

OzWT commented Jul 18, 2018

The TDF Preset was the first thing I have tried. But the multi-translation delimiter doesn't match. In my case I need a "," as the multi-translation delimiter. So I tried the custom format.
The copy / paste hint for the tab character was very good. Thanks! So I don't need to modify my CSV-lists.

Maybe you can use a drop down menu for delimiters. The custom format settings are much more than only set the delimiter. In most cases, only a few separators are required. And for users who need a special delimiter, one point in the drop down menu could be "other character", which opens the 1 character restricted input window.

@0xpr03
Copy link
Owner Author

0xpr03 commented Jul 18, 2018

drop down menu

That's an interesting approach I'll have to play around with.

@0xpr03
Copy link
Owner Author

0xpr03 commented Aug 8, 2018

@OzWT can you please open another issues for this ? That would prevent your idea from getting lost, as I have too many ideas, which I can't implement all at once.
This ticket is for an application wide configuration dialog which I have in mind and would profit from more then two entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature help wanted Help for fix wanted
Projects
None yet
Development

No branches or pull requests

2 participants