Steven B.
Steven B.
I see something similar was implemented in the upm-swipe addition. Any chance of porting this good work to the android code as well? Or will it take a different approach?...
I've come up with a workaround for this issue, in the AccountsList.java I made the revision: ``` @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); /* Time Lockout after 10 mins...
I am keeping a keen eye on this one. It's close. I've noticed with the other options such as copy pass, Id and launch URL from context menu, the "getAccount(info.targetView)"...
Here is something I did, though I'm very new at programming, I'm sure a better idea can be implemented. Basically I kept the manual backup option that creates the upm.db...
I believe I found the relevant code aside from the account_context_menu.xml to add the option on screen, and I believe AccountsList.java where we should execute the code under the"case R.id.edit_account:"...
> > It is Bark - with a Web GUI & some additions wrapped around it smiley > > You don't need to type commandline args, just use the GUI....
This does appear to be [wider spread](https://stackoverflow.com/questions/76059562/yahoo-finance-api-get-quotes-returns-invalid-cookie) than just to this piece of code. In that [same thread](https://stackoverflow.com/a/76356578) a user reports a different endpoint as still valid, but requires some...
I created [PR#46](https://github.com/pstadler/ticker.sh/pull/46) if y'all would like to give that a play with :penguin:
> PR #46 needs to add support for NOCOLOR I see in the original code: ```bash if [ -z "$NO_COLOR" ]; then : "${COLOR_BOLD:=\e[1;37m}" : "${COLOR_GREEN:=\e[32m}" : "${COLOR_RED:=\e[31m}" : "${COLOR_RESET:=\e[00m}"...
@pcause I believe I might have got it. Can you try the [latest commit](https://github.com/pstadler/ticker.sh/pull/46/commits/adb9efdefe571bceb6275a871a7bc2ef38e8ffaf) to [PR#46](https://github.com/pstadler/ticker.sh/pull/46) and let me know? :penguin: