Quote:
Originally Posted by ShellShock
I think you have over-stated your case. Kobo seems to be perfectly capable of adding new, peripheral, features that I personally have no interest in (social media etc), but ignore these enhancements that would greatly improve the core reading experience for a lot of people.
|
No, I think I am understating the case. But, we are also talking about two different things. Adding a separate feature like Pocked would have relatively little affect on the existing code. It will reuse libraries but most of the code written will be new. It might mean changes to the existing libraries, but can have surprisingly little impact on it.
Adding something like the desired options for the header and footer of the reading page is changing the existing code base. That need someone to go through the existing code, find all references to the current header and footer, make sure they use parameters, make sure that anything that interacts with them is handling that correctly, make sure that anything that interacts with this also works.