Nice work! Will surely test it once I can get to it.
Just two minor notes:
Quote:
Originally Posted by MaPePeR
Code:
Manifest-Version: 1.0
Main-Class: com.mobileread.mapeper.kindlettoe.KindLetToeKindle
Implementation-Title: Kind Let Toe
Implementation-Version: 0.1
Implementation-Vendor: MaPePeR
Extension-List: SDK
SDK-Extension-Name: com.amazon.kindle.kindlet
SDK-Specification-Version: 2.1
Toolbar-Mode: persistent
Font-Size-Mode: point
|
Unless you really need Specification Version 2.1, You should probably use 2.0. 2.1 only works on 5.1.*, while 2.0 also works on 5.0.*. In addition, for 5.0.* you can also completely hide the toolbar:
Code:
<attribute name="Toolbar-Style" value="none"/>
Since the attribute was renamed in 5.1.0, you can even have both at the same time. No, don't ask me why they removed the feature to hide the toolbar in 5.1.0, maybe policy demands that the Store button must be visible at all times.