auduaReader Change log
return to Home
Version 14 (0.11.0) - May 18, 2009
- Added Night Mode option for reading in bed (at my wife's request...).
- Repaired a bug where changing preferences on page 2 would show two of the same page until you paged.
Version 13 (0.10.1) - May 8, 2009
- Repaired support for cupcake (1.5) version of Android. Note that significant new bugs seem to have been introduced into the OS and the only workaround (the equivalent of duct tape) for one of the bugs causes a flicker when you do a page-backward. I will see if there's a way to do this without flickering and without the duct tape - but after a week of trying various things, this worked.
- Added recognition of character encoding statements in html files.
Version 12 (0.10.0) - Mar. 26, 2009
- Added support for thumbnails in the booklists. Also added a Gallery booklist view. To select a thumbnail long-click a book in the list and pick "Select thumbnail".
- Added "landscape text" orientation where the buttons are not rotated. Easier clicking.
- Added page up and page down support to the volume control button.
- Added paper background option in the reader. Select Paper from the MENU options.
- Added Text alignment setting for justification.
- Rearranged settings slightly.
Version 11 (0.9.0) - Mar. 18, 2009
- Added support for images inline. Images to display must be stored in paths relative to the book.
- Added support for clickthroughs to web addresses in finger-drag area. This will start up a browser with the web page.
- Major speedup on page loading.
- Changed the preferences listing a bit, removing old deprecated font color/size options that are in Widget.
Version 10 (0.8.2) - Mar. 12, 2009
- ReturnToScrollPosition on restoring was apparently broken for large chapters with large scroll positions under RC33. Sorry. It has been fixed. Our Android development RC33 just came out. Please report bugs to the Android Marketplace email.
Version 9 (0.8.1) - Mar. 11, 2009
- Repaired a bug introduced by single page mode where at the end of the last page it would go fail to display.
- Renamed "Ignore sections" to "Single page mode"
Version 8 (0.8.0) - Mar. 08, 2009 top
- Added single-page (Ignore sections) reading option. This (default-on) option reads the book as a single long page (with section banners). See Settings / Reading Preferences / Ignore Sections.
- Added Character Set support in book info to support non-utf-8 8-bit encodings.
- Serious speed enhancements to open and page turning. The threaded engine was redone and speed should be at least 2x the prior versions. This was a major revision that could introduce a bug.
- A fair number of bug fixes, mainly having to do with the first opened page (which did not have all enhancements accurate) and the saved scroll position (which was usually but not always right).
- Fix page #s in summary view.
Version 7 (0.7.0) - Mar. 01, 2009 top
- Added auto-scroll capability.
- Added on-screen button display
- Fixed too-long chapters when parsing html without chapter-headings.
- Fixed a few minor bugs when parsing html and unicode.
- Improved back-scrolling (again)
- Repaired missed save of scroll position in some cases.
Version 6 (0.6.0) - Feb. 20, 2009 top
- Added ability to see booklist in detail or summary mode
- Fixed mismap of ' to " in txt files
- Added a small paragraph indent
- Set chapter top and bottom margin to fold size for best esthetics/page-flow
- Set chapter/page size in .txt books to 60 lines per instead of storage-based (requires book remove/add to reparse).
Version 5 (0.0.51) - Feb. 14, 2009 top
- Finally tracked down a bad issue in the Android mediaplayer library. Should improve stability substantially.
- Fixed font size prompt on deprecated size Setting.
- Added less-than-full page scroll option.
Version 4 (0.0.50) - Feb. 13, 2009 top
- Repaired .txt file formatting, which was wrapping everything
- Major flow improvements for html text
- Added on-screen color and font size widgets
- Fixed paragraph spacing to paginate better
- Added linebreak/paragraph space Settings
- Fixed cursor persistence bug when restarting the program.
- Fixed preference propagation to the base reader.
- Added a preferences database to make it easier to update preferences.
- Added a hide title bar option.
Version 3 (0.0.41) - Feb. 1, 2009 top
- Repaired a bug caused by caching where changing preferences would not immediately update the view.
- Correctly processed middle zone to allow page flip there.
- Slightly improved page-back scroll positioning.
Version 2 (0.0.40) top
- Added better html encoding to work with the load from data browser.
- Started multithreaded caching next/prev pages due to the amazing speed hit from loading correctly.
- Added clickable zone behaviors.
- Improved parsing speed.