View Single Post
Old 07-23-2012, 06:04 PM   #4
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Nice work! Will surely test it once I can get to it.
Just two minor notes:
Quote:
Originally Posted by MaPePeR View Post
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.
ixtab is offline   Reply With Quote