-
-
Notifications
You must be signed in to change notification settings - Fork 69
Non editable input text #100
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
Comments
I find this idea pleasant (It's true that it's an "imposing" module), it avoids mishandling (touching the text does not open the editor) but still makes it easy to make changes. and indeed an option so that the behavior of this module is identical to now, for those who prefer the old method will complete this perfectly. |
I don't know if it will be implementable as an option for this module (Imput text), but it would be really useful (I think) to have
|
Hi! I am interested in this issue and I believe I can help. Thank you so much in advance. |
Sure! So, I think as a first implementation just to have a non-editable textview (probably with smaller font) that when clicked will "convert" to the edit text is a good start. I don't know what your knowledge of android development is, but feel free to ask for help and I'll try to assist whenever possible. My recommendation is:
In general, this could be a very easy and short feature (no more than maybe 5 files, although I can be wrong) so feel free to experiment if you want. Just remember to keep the changes small, and adapt to the existing coding style if possible. If you need help in the process I'll try to answer them, but please understand if in don't do it right away. And finally, and this is important, if at any moment you prefer to leave and don't implement this, don't worry! But please say it so I can "release" this issue for others. |
The input text module is a big edittext. With all the new modules functionalities it is less necessary now to manually edit it. It is bigger than others so reducing it to just a textview could help with the clutter.
I can think of two solutions:
A setting to make it "editable" (enabled by default). When enabled it is just as it is now. When disabled instead of a text editor it shows the url as a normal textview (like the log module but with normal font).
Replace the editor with the text view as explained above, but add a "pencil" button that when clicked will go back to the current full edittext.
In not sure which one is better, will probably try both and check. (Or maybe use both with a three-option setting)
The text was updated successfully, but these errors were encountered: