Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 05-21-2012, 10:56 AM   #211
thomass
Wizard
thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.
 
Posts: 1,669
Karma: 2300001
Join Date: Mar 2011
Location: Türkiye
Device: Kindle 5.3.7
Quote:
Originally Posted by pookakitten View Post
I have another suggestion--the ability to delete the contents of a folder. Put it in the reading menu so users can delete chapters after reading.
This could be done by a separate option on the Launcher ( similar to your file-renamer plan) but it needs more effort for sure.
thomass is offline  
Old 05-21-2012, 11:00 AM   #212
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
Quote:
Originally Posted by thomass View Post
This could be done by a separate option on the Launcher ( similar to your file-renamer plan) but it needs more effort for sure.
It would be smart to mark a folder while reading inside the WAF than remove it using a launcher entry.
But, how to save something from a WAF that can be read by a shell script?
silver18 is offline  
Old 05-21-2012, 03:49 PM   #213
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
I ended up working also with this "delete folder" feature...mostly because I want to play with sqlite (and learn how to use it).
I have now a full working script to delete a folder based on a entry in localstorage database added while in Image Gallery.

I plan to add a new html, based on the bookmark page, to manage this.
It will have:
- list of scheduled deletions
- dropdown menu of available folders ==> tap on one to add to deletion list
- dropdown menu of scheduled deletions ==> tap on one to remove from deletion list
once happy with that, you'll have to close Image Gallery and run one script from a submenu in the launcher.
silver18 is offline  
Old 05-21-2012, 04:00 PM   #214
pookakitten
Connoisseur
pookakitten began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Dec 2010
Device: K5
Quote:
Originally Posted by silver18 View Post
I ended up working also with this "delete folder" feature...mostly because I want to play with sqlite (and learn how to use it).
I have now a full working script to delete a folder based on a entry in localstorage database added while in Image Gallery.

I plan to add a new html, based on the bookmark page, to manage this.
It will have:
- list of scheduled deletions
- dropdown menu of available folders ==> tap on one to add to deletion list
- dropdown menu of scheduled deletions ==> tap on one to remove from deletion list
once happy with that, you'll have to close Image Gallery and run one script from a submenu in the launcher.
This sounds cool.

I learned that the windows image viewer lets me rotate images... That'll get things to work how I want them to.

And thanks for giving me the way to get Mangle to do what I want--have it create the files and then run the script. I promise, I'm a brunette.
pookakitten is offline  
Old 05-23-2012, 05:46 PM   #215
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
"Delete folders" is ready.
I'm testing it right now: it still needs lots of GUI improvements but everything is there.

Still, I can't get its utility: I delete folders when I add new ones!
Moreover, I don't feel comfortable deleting files with a shell script (even if ultra-tested!)
So, use it at your own risk!!

Last edited by silver18; 05-23-2012 at 05:49 PM.
silver18 is offline  
Old 05-25-2012, 01:02 PM   #216
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
While testing this final release, a quick and nice question:
which comics do you read?
I'm looking for good advices!
silver18 is offline  
Old 05-26-2012, 12:36 AM   #217
pookakitten
Connoisseur
pookakitten began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Dec 2010
Device: K5
Quote:
Originally Posted by silver18 View Post
While testing this final release, a quick and nice question:
which comics do you read?
I'm looking for good advices!
Well, I read manga, and lately I've enjoyed Omoni Naitemastu, Otome Youkai Zakuro, and Kuregehime. They're all unlicensed, so I'll leave it to your google fu.
pookakitten is offline  
Old 06-01-2012, 01:28 PM   #218
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
Quote:
Originally Posted by pookakitten View Post
Well, I read manga, and lately I've enjoyed Omoni Naitemastu, Otome Youkai Zakuro, and Kuregehime. They're all unlicensed, so I'll leave it to your google fu.
Currently, I'm reading Oesterheld & Breccia's "Mort Cinder" and Abulí & Toth's "Torpedo 1936"!!

I'm also working on dropdown menus... As someone asked to cut the parent folder name, I came to two solutions:
- cutting every parent folder's name to 4 or 5 characters and adding "..."




- cutting only parent folders whose name is > 45 characters (i.e the maximum number of characters in every line of dropdown menu)



I think the second solution is smarter: first solution is a mess if you use parent folder = comic's name and subfolders = volume 01, volume 02...

As you can see, if a parent folder doesn't have any subfolder, it is displayed as it is...

Let me know what do you think!
silver18 is offline  
Old 06-01-2012, 02:06 PM   #219
pookakitten
Connoisseur
pookakitten began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Dec 2010
Device: K5
VI like the second version better too, but I'd have more chars at the beginning. "The s..." is just too little to go on.
pookakitten is offline  
Old 06-01-2012, 03:41 PM   #220
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
Ok, I made it "adaptive": it removes only the needed number of characters to display the full subfolder's name!
I'm working on a popup to show full path if long tap on a dropdown menu's item!
silver18 is offline  
Old 06-04-2012, 12:55 PM   #221
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
Besides "delete folders", next release will also have a "rename files" script...
It renames all files that aren't already in 0...1...2 form.
Attached Thumbnails
Click image for larger version

Name:	screenshot_2012-06-04T19_24_26-0200.gif
Views:	236
Size:	13.5 KB
ID:	87289  

Last edited by silver18; 06-04-2012 at 01:28 PM.
silver18 is offline  
Old 06-04-2012, 09:12 PM   #222
faithcraft
Junior Member
faithcraft began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2012
Device: Kindle Touch
Mr Silver, Is there a way to get the "Scroll Down" more fast in the Portrait Mode?... I know there is an "Adjust Scroll > Increase" option but it doesn't seems to get Faster...

BTW, The app is gettin better and better everyday
faithcraft is offline  
Old 06-05-2012, 05:25 AM   #223
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
Quote:
Originally Posted by faithcraft View Post
Mr Silver, Is there a way to get the "Scroll Down" more fast in the Portrait Mode?... I know there is an "Adjust Scroll > Increase" option but it doesn't seems to get Faster...

BTW, The app is gettin better and better everyday
"Adjust scroll" changes ONLY the amount of scrolling when tapping on scroll bar.
The default is about 600px (i.e the whole page): it scrolls down to the end of the page.
Increse & Decrease are used to change this value:
- decrease will decrease the page scrolling of 330px making it be 270px (ideally the best solution for 3 "lines" comics)
- increase will increase the page scrolling of 330px

The page refreshing speed is something I faced some time ago: I managed to increase it by preloading images.
I will try to trim down something in the code, but I don't promise anything!
silver18 is offline  
Old 06-05-2012, 11:30 AM   #224
faithcraft
Junior Member
faithcraft began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2012
Device: Kindle Touch
Quote:
Originally Posted by silver18 View Post
"Adjust scroll" changes ONLY the amount of scrolling when tapping on scroll bar.
The default is about 600px (i.e the whole page): it scrolls down to the end of the page.
Increse & Decrease are used to change this value:
- decrease will decrease the page scrolling of 330px making it be 270px (ideally the best solution for 3 "lines" comics)
- increase will increase the page scrolling of 330px

The page refreshing speed is something I faced some time ago: I managed to increase it by preloading images.
I will try to trim down something in the code, but I don't promise anything!
Thank you!, The app is very usefull to read Manga's (in landscape mode) but its kinda slow to reach the end of every page... Thank you again!
faithcraft is offline  
Old 06-05-2012, 02:45 PM   #225
pookakitten
Connoisseur
pookakitten began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Dec 2010
Device: K5
Quote:
Originally Posted by faithcraft View Post
Thank you!, The app is very usefull to read Manga's (in landscape mode) but its kinda slow to reach the end of every page... Thank you again!
Look into some free software called Mangle. It was developed here. It'll rotate the landscape images. Withe the new rename script in the next version, you can't go wrong. I use the kindle 3 profile without a problem.
pookakitten is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PDF images upside down - a solution Fingerstoo Conversion 4 12-21-2011 11:57 AM
Double tap doesn't zoom images full screen nonsequito Apple Devices 0 01-15-2011 05:03 PM
Display images full-screen? jttraverse ePub 3 01-09-2011 04:59 AM
Full-Screen images on the K2? Thorkin Amazon Kindle 1 03-12-2009 07:48 PM


All times are GMT -4. The time now is 12:17 AM.


MobileRead.com is a privately owned, operated and funded community.