-
Notifications
You must be signed in to change notification settings - Fork 45
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
Icons for RSS/Atom accounts #21
Comments
Totally agree - I always wanted to let the user choose between some default icons or optionally use the icon associated with the web property behind the feed, or even select a custom icon from their computer. |
maybe the application could check the website behind the feed for a favicon or an apple touch icon for the user to choose from |
As regards using favicons as menuIconImage, a quick and dirty hack (in Account.m) would be:
This works but has some drawbacks:
The favicon could be fetched asynchronously from Google, but I do not know enough about Objective C to return the fetched icon as menuItemImage:
Another and probably better option would be to include and use the FavIcon-Framework, written in Swift: https://github.com/bitserf/FavIcon. Any thoughts? p.s.: I have removed the tacky blur from Feeds' StatusItemUnread icons which improves the look a lot, in my opinion. I suggest to replace the original icons with these: p.p.s: When I build Feeds from source, the resulting app will always open with the preferences dialogue and fail to hide the dock icon regardless of the chosen settings. Everything else works fine and the settings (including configured RSS feeds) appear to be read, saved and shown correctly. With the ready-made build from the website I do not have this problem. Any ideas on how to fix this? p.p.p.s: The menuIconImages flicker noticeably when you move the mouse between the list items. p.p.p.p.s: When you hover over the topmost entry in the menu list before hovering over any other entry, its feed popup will never show. Only when you move to another item in the list, feed popups will start showing and now also appear for the first item in the list. |
So, is this project dead? |
Hi - the project is currently unmaintained. I agree with your findings - favicons would need to be cached to be practical. And the bugs you mentioned sound like problems too. If you'd like to make a PR that addresses any of these issues, I'd be happy to review it and merge! |
RSS feeds currently one generic icon and there is no way to tell which is which. Maybe the user should be able to add an icon for each of them.
The text was updated successfully, but these errors were encountered: