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

[Suggestion] Few new features I could prepare PRs for if wanted #59

Open
timiles opened this issue Jul 17, 2016 · 2 comments
Open

[Suggestion] Few new features I could prepare PRs for if wanted #59

timiles opened this issue Jul 17, 2016 · 2 comments

Comments

@timiles
Copy link

timiles commented Jul 17, 2016

Hi there,

I added the following features on my fork - if any are of interest, I'd be happy to polish them up (ie settings into config rather than hard coded, etc) and send pull requests:

  • BTC price in USD/GBP (using coindesk);
  • foreign currency exchange rates (using yahoo finance);
  • custom text scrolling component for news headlines, I found the built-in marquee too slow.

Thanks for all your code so far!
Tim

@gynnantonix
Copy link

The built-in marquee tends to suddenly pop up the headline and then scroll it if it's longer than the horizontal dimension of the screen. It ought to scroll the text in from the edge starting with the very first letter instead of blitting the first part en masse and then scrolling the remainder

@timiles
Copy link
Author

timiles commented Apr 14, 2017

Hi @gynnantonix, the ScrollTextView on my fork (timiles@c22d464) scrolls in from the right, if you're interested in taking a look :)

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

No branches or pull requests

2 participants