-
Notifications
You must be signed in to change notification settings - Fork 5
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
Can't add API-Key #468
Comments
First, just a notice: this app is intended for Android TV (and related) devices. I do not test on phones/tablets. No guarantees that anything will work on your phone. But, I think this might be because the API key field is now multi-line so its easier to see the whole thing. But that means pressing enter adds a new line instead of submitting. Not sure about a workaround yet. You could try manually adding the preferences file, but I have no idea if it would work. See #63 (comment) |
I'm having the same issue using a TV with Google TV built in. The app sideloaded fine, and I can paste the API key in using my phone as a keyboard, but there is no way to submit it and it is there where I'm stuck. As @void-naught said, a submit button would be great. |
Related to #468 Hopefully resolves issues with entering the API key. Adds submit buttons so that if the UI gets in an unusual state, there's still a way to submit and move to the next step. Reverts the multi-line change from #458 since that seems to cause lots of issues. I think another issue was `hasNext(true)` was removed in #458 so there wasn't the same hints sent to keyboard. Also adds a hack that might help touch screen devices to enter the info by examining the underlying edit text views.
Hopefully this is fully fixed in I also added a new workaround for Fire TV devices here. |
Question
So i can enter the server ip/url followed by colon (:) and then port;9999 and the return key works fine in submitting the text-box input but nothing works when i am trying to submit the API-Key.
i am running the stash-android-tv-app directly from an Android phone not via firestick or any other tv-device.
i have tried using hackers-keyboard and google-keyboard/gboard. i am running this on ulefone-19-t running Android-13, i had the smart idea of looking through the "/Android/data" folder to see if i could perhaps find a file that stored the API-Key so i may be able to enter the Key directly into a configuration file, but no such luck, even though i can find the data folders of many apps via the file manager i have installed, i am not able to find "com.github.damontecres.stashapp" any where.
i think the fix would be a simple case of allowing the return/enter key to submit the form or place a submit-button on the API-Key input page.
The text was updated successfully, but these errors were encountered: