News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - kweckwor

#31
eLibrary Manager / Re: Screen and Font Colors
March 28, 2016, 12:41:41 AM
There is a Night Mode option for the reader. You can see information about that in the online documentation at
and
The night mode presents book content with light text on a dark background. The above web site has screen captures demonstrating what it looks like. As described in the docs, you can toggle between day and night mode using the Reader Display Options dialog or through the ePub Reader Display Settings.

For the full version, that is available on Google Play and Amazon App Store. If you have access to Amazon Underground, the Underground version of the app is functionally equivalent to the full version, but it is not available in all geographies. Underground apps are free to download. You can find information about additional features in Full/Underground that you do not get in Basic in the online documentation as well, at
Let me know if you have any questions.

Thanks.

Karl
#32
eLibrary Manager / Re: external application support
February 04, 2016, 12:39:06 PM
I haven't heard anything back from the original poster on this, but I will report on what my investigation has uncovered:

  • With mimetypes cbr=application/x-cbr and cbz=application/x-cbz, I've been able to launch a variety of comic readers that I randomly downloaded and tried.
  • It may still be the case that the default Nook comic reader (or any individual specific comic reader) does not respond to external requests to launch through intents. If that is the case then this app cannot integrate with those readers.
  • I am adding the above mimetypes for comics into the default configuration, so it won't be necessary once that is released to define your own. That will be included int the next update.
Karl
#33
eLibrary Manager / Re: external application support
January 30, 2016, 02:55:18 AM
One more thing you should try, I've just realized. In your mimetype.txt file, you should remove the leading slash from the mimetype values. So use

  • cbr=application/x-cbr
  • cbz=application/x-cbz
rather than

  • cbr=/application/x-cbr
  • cbz=/application/x-cbz
That might work.
#34
eLibrary Manager / Re: external application support
January 30, 2016, 12:00:07 AM
In order to launch an external application, that application needs to respond to Android Intents to open resources for which it's declared a corresponding IntentFilter. It might be the case that the default Nook comic reader doesn't respond to these. Is the reader an application that you installed from an app store or did it come bundled with your Nook? If I can install the same app (I don't have a Nook), I can see if I can get it to work.
#35
eLibrary Manager / Re: PDF book covers
December 19, 2015, 12:57:20 AM
Hi Reader101,

Right now, eLibrary Manager only really understands ePub books. It treats non-ePub books (like PDF) as "black box" and doesn't access the contents. I'll take look and see if I can do that without resorting to third-party libraries, which I've been mostly avoiding up to now. I can't promise anything until I have a chance to do my homework on the topic, but I'll see how possible it might be.

However, since you mention that you use calibre, there is another option available that will allow you to load PDF metadata (i.e. book information) from calibre into eLibrary Manager. If you configure calibre to "Save to disk" with separate cover and OPF files in addition to the PDF file, my app will read the metadata (including cover) and load that into the app library.

You can see instructions on how to do that in the online documentation at http://kpwsite.com/home/content/eLibrary/guide_book_types.html. My video tutorial (Part 2) at https://youtu.be/-y3J6QQ1_eg also demonstrates this at around the 13:46 minute mark. I'll list some of the key points here:

  • In calibre, set the Saving books to disk preferences to enable the "Save cover separately" and "Save metadata in a separate OPF file" options.
  • Invoke the "Save to disk" action to export your PDF books to your device. That should create 3 files for each book, of types PDF, OPF and JPEG.
  • In eLibrary Manager, scan for books as normal, and book information and cover should get loaded into the app library based on the data contained in the extra files saved.
A couple of things I want to point out though:

  • Unfortunately, the "Save cover separately" and "Save metadata in a separate OPF file" options in calibre only apply to the "Save to disk" action and they have no effect on the regular "Send to device" action that you are probably used to using. Therefore, to produce the extra OPF and cover files, you need to use "Save to disk".
  • On one of my devices, the calibre "Save to disk" action does not seem to work when I target any drives on that device. So when loading books through "Save to disk" on this device, I need to save to my computer first, and then copy manually to the device as a separate step. I'm not sure why this happens - I assume its just something weird with how calibre and Android (5.1.1 is the version I'm running) interact with mounted drives through Windows. On my phone, the operation works just fine, so it doesn't seem to be a global problem. But I thought I'd mention it just in case you run across the same issue.
Please let me know if you have any questions.

Thanks.

Karl
#36
Hi again Howard123,

Ahhh, I've just noticed from the build number that you're using the Basic version of the app. Annotations, including bookmarks, notes and highlights, are a feature of the Full version of the app and are unavailable on Basic. So that would explain why you are unable to find the function.

Karl
#37
Hi Howard123,

To set a bookmark, tap and hold (or long-tap, for a couple of seconds) on a word in the Reader view. This should bring up a context menu where you can select option "Bookmark/Note". If you select that, then a bookmark will be placed at that position. It renders in the reader as a blue highlight, and you can see it in the "Annotations" list as well.

You can find more information about this in the online documentation at http://kpwsite.com/home/content/eReader/guide_bookmarks.html, including screen captures demonstrating the feature. You can also see the video tutorial at http://www.youtube.com/watch?v=OVbU97b95Ik at around the 12:47 minute mark to see a live demo of the same. if you check out the video, be warned that I prepared that quite some time ago and the app looks very different now (hopefully for the better), but the functionality is still relevant.

Let me know if you still have questions.

Karl
#38
eLibrary Manager / Version History
June 08, 2014, 01:32:24 AM
VERSION 5.0.9 (2024-03-20):

  • Improve virtual file system navigation in FilePickerDialog.
  • Prevent ANR potential when root folder list is large.
  • Maintenance updates.

VERSION 5.0.8 (2024-01-14):

  • For multi-value properties when performing a bulk edit, add options to Replace, Add or Remove book info property values. For example, add or remove a specific category/tag from a list of books, preserving other tags already defined for those books. Prior to this release, only a full replace of all properties was possible.
  • Minor fixes.
  • Maintenance updates.

VERSION 5.0.7 (2023-11-13):

  • Fix crash that can happen when Reader night mode is set using Display Options dialog, if Reader settings have not been saved yet.

VERSION 5.0.6 (2023-11-08):

  • Usability improvements.
  • Maintenance updates.

VERSION 5.0.5 (2023-09-30):

  • Limit notification progress updates to avoid suppression with some versions of Android (based on eLibrary setting Notification Interval).
  • Maintenance updates.

VERSION 5.0.4 (2023-08-12):

  • Target SDK 34 (Android 14).
  • Add option to set reader night mode background colour based on theme when dynamic theming is enabled.
  • [Full] Add setting to allow automatic scan of remote folders when connected to network over data.

    • Note: Be aware that this will increase data use.
  • [Full] Clean up permissions for cross-application communication. NOTE: This update may require you to update other related apps, as noted below.

    • If using Full version 5.0.4 or higher, update Book Info Lookup Add-On to the latest version (i.e. 4.0.3+).
    • If using Full version 5.0.4 or higher, update Calibre Documents Provider to the latest version (i.e. 2.0.3+).
  • [Full] Fix regression that does not save updated cover image from Book Info Lookup Add-On.
  • Minor fixes.

VERSION 5.0.3 (2023-07-28):

  • Internal test beta.

VERSION 5.0.2 (2023-06-04):

  • Enable predictive back to home animation.
  • Migrate to Android 14.

    • Enable predictive back within app animation.
  • Minor fixes.
  • Internal updates.

VERSION 5.0.1 (2023-04-09):

  • Due to reader rendering and animation issues that occur on different WebView versions, the following updates have been made:

    • Disable software layer rendering for WebView versions greater than or equal to 110.
    • Allow toggling of software layer WebView rendering through Advanced ePub Reader Setting, in case the default behaviour is not satisfactory.
  • Minor updates.

VERSION 5.0.0 (2023-03-26):

  • Dynamic theming (i.e. Material You). Enable from navigation drawer or through settings (disabled by default). Requires Android 12+.
  • Fix for rendering lag on chapter load with recent WebView releases.

VERSION 4.5.5 (2023-03-05):

  • Add adaptive/themed app icon.
  • Fix inability to submit lookup in Dictionary Options dialog when launched without word context.
  • [Full] Refresh book list entry cover when downloading or deleting offline copy.
  • Minor updates and fixes.

VERSION 4.5.4 (2023-02-19):

  • Fix regressions with some WebView versions from previous release.
  • Minor updates and fixes.

VERSION 4.5.2 (2023-02-05):

  • Improved popup note support.

    • Support popup notes when content resides in separate chapter files.
    • Recognize more situations where popup notes apply (role="doc-noteref", epub:type="noteref", role="doc-endnote", epub:type="endnote", role="doc-footnote", epub:type="footnote", <aside></aside>).
  • Performance improvements.
  • Minor updates, fixes and improvements.

VERSION 4.5.1 (2023-01-02):

  • Finish migration to Kotlin.
  • Fix reader dialog positioning when in split screen or window mode.
  • Minor fixes and improvements.

VERSION 4.5.0 (2022-10-08):

  • Migrate to Android 13.

    • Prompt for notification permission for scan notifications.
    • When notification permissions are declined, show toast on scan completion.
    • New eLibrary Setting to disable scan toast for fully silent scans.
  • [Full] Fix for export to reflect deleted custom book info properties.
  • Partial migration to Kotlin.

VERSION 4.4.2 (2022-05-12):

  • Rename Dictionary Lookup dialog to Dictionary Options.
  • Allow dialog titles to wrap when too long to fit on one line (to maximum 3 lines).
  • Minor fixes/improvements.st

VERSION 4.4.1 (2022-04-30):

  • Fix translation issues.
  • Refresh images and add higher resolution images for larger screens.

VERSION 4.4.0 (2022-02-27):

  • [Full] Automatically scan selected folders for book files.
  • [Full] Automatically scan for deleted book files and stale downloaded book files.
  • Fixes to detect and terminate blocked or endlessly looping scans.
  • Notification improvements.
  • Minor updates.

VERSION 4.3.6 (2021-12-21):

  • Save dialog state on device rotation or background destroy.
  • Fix error in book info view on dual pane book edit screen.
  • Small fixes and improvements.

VERSION 4.3.5 (2021-09-02):

  • Target SDK 31 (i.e. Android 12).
  • Bug fix: Incorrect snackbar position.
  • Bug fix: Ignoring density scaling if set for audio/video widgets in Android < 4.4.
  • Other minor fixes.

VERSION 4.3.4 (2021-07-16):

  • Detect and warn about content truncation due to WebView rendering issue for long chapters in some environments.
  • Fix regression with rendering in older Android versions when reader margin is set to zero.

VERSION 4.3.3 (2021-07-04):

  • Prevent repeated columns on the last page of a chapter in multi-column reader view.
  • Improve handling of certain edge conditions when book chapter is large.

VERSION 4.3.1 (2021-06-10):

  • Enhancements to allow easier access to actions

    • New optional split toolbar or bottom action bar. Enable through eLibrary Manager Settings.
    • Add FAB to Book Lists tool.
    • [Full] Add FAB to Properties tool.
  • [Full] Fixed issue exporting OPF for non-ePub books.
  • Fixes and improvements.

VERSION 4.3.0 (2021-05-06):

  • [Full] Merge updated cover with exported ePub file.
  • Provide faster access to dictionary lookup action.
  • Usability improvements.

VERSION 4.2.7 (2021-03-27):

  • [Full] Export ePub OPF fixes.
  • Minor usability improvements.
  • Other minor fixes.

VERSION 4.2.6 (2021-02-06):

  • Minor updates.

VERSION 4.2.5 (2021-01-04):

  • Improved adherence to base font size.
  • [Full] Lock screen wallpaper improvements

    • NEW: Add option to fit landscape orientation when setting cover as lock screen wallpaper.
    • NEW: Allow zoom adjustment for lock screen wallpaper to compensate for new zoom behaviour in Android 11 which crops the lock screen wallpaper image.

VERSION 4.2.4 (2020-12-09):

  • Ignore accents when searching for text in ePub reader.
  • Improved SVG image handling.
  • [Full] Link to Dropbox account changes.

    • Note: Due to changes in Dropbox, you will need to re-link eLibrary Manager to Dropbox for book position sync between devices.
  • Minor fixes.

VERSION 4.2.3 (2020-11-11):

  • FIX: Maximize size of user cover (regression).
  • FIX: Positioning issues when in scrolling mode.
  • Usability improvements and fixes.

VERSION 4.2.2 (2020-10-17):

  • NEW: Add type for identifier book information. New view for updating identifiers.
  • [Full] NEW: Auto scan book on successful calibre export.
  • [Full] NEW: Add Identifiers to Book Info Browser.
  • More Android 11 migration.
  • [Full] Fixes for export OPF.
  • Minor updates.

VERSION 4.2.0 (2020-05-27):

  • NEW: Scroll layout for ePub Reader.
  • NEW: Provide easier access to "sync dark/light theme with system" through navigation drawer.
  • NEW: Provide easier access to "sync reader night mode with dark/light theme" through reader display options.
  • Minor fixes and improvements.

VERSION 4.1.13 (2020-04-14):

  • NEW: Configure secondary sorting (i.e. sort order within sort order). By default, when sorting by author, book list will be ordered within author by series/index and title. Configure other rules through eLibrary Settings "Secondary Sort".
  • FIX: App sometimes crashes on Reader Settings screen rotate when using book language as locale.
  • FIX: Unable to access table of contents in some cases.
  • Minor improvements.

VERSION 4.1.12 (2020-01-12):

  • Handle negation for "starts with" and "ends with" queries.
  • Minor performance improvements and fixes.
  • [Full] Highlight drag handle placement is sometimes incorrect in RTL mode.

VERSION 4.1.11 (2019-11-17):

  • [Full] Annotation improvements:

    • Improve performance of highlights.
    • Provide easier access to Bookmarks in ePub Reader using "Bookmark" action which automatically creates a bookmark without a note (and without the "Bookmark/Note" dialog). You can make this the default action in the reader through the ePub Reader Settings (set by default for new installs).
  • Other fixes and performance improvements.

VERSION 4.1.10 (2019-10-20):

  • NEW: Double tap book list item to view book information.
  • NEW: In keyboard mode, use double click of "Enter" key to launch context menu rather than long press of key (long press in keyboard mode is problematic with context menus).
  • Note: Due to issues on older versions of Android with the latest Android libraries required for Android 10 system dark/light mode integration, I've started producing separate builds for Android versions greater than or equal to version 8 and lower than 8. In the "About" box for the app, if the "Build" version number has a ".102" prefix, then the app does not support Android 10 system dark/light mode integration.

VERSION 4.1.9 (2019-09-09):

  • NEW: Synchronize dark/light mode with system.

    • Note: Available on Android 10+ only.
  • Better optimized book content access.

VERSION 4.1.8 (2019-09-09):

  • [Full] NEW: Export user updated cover image to calibre (requires Calibre Documents Provider v1.2.3+).
  • FIX: Fix crash with list view cover image resolution interruption.
  • Minor fixes.

VERSION 4.1.7 (2019-06-29):

  • Migrate scan to WorkManager. This allows scans to continue when main application goes into the background (it's becoming more prevalent to kill background services in these cases in later Android releases).
  • Set ePub Reader locale based on book language. This allows language-specific presentation for books (e.g. RTL layout). To manage book language, add Language as Book Info Property in eLibrary Settings (not included by default).

    • Note: System support for dynamic locales is spotty on some versions of Android. For example, on Android 8.x you might need to rotate the screen before RTL layout is applied.
  • Bug fixes.
  • Migrate to Android 10 (Q).

VERSION 4.1.6 (2019-05-26):

  • [Full] FIX: Export ePub file fails for some books with error "only DEFLATED entries can have EXT descriptor".

VERSION 4.1.5 (2019-05-12):

  • FIX: Problems opening epub/zip files on removable SD card on Android 9 (Pie).
  • FIX: Android Q permission issues.

VERSION 4.1.4 (2019-05-05):

  • FIX: Fix regression introduced in previous release on some devices. New logic to accommodate changes upcoming in Android Q is not compatible with some devices (that I thought would be compatible). I'm adjusting to use the new logic for Android Q and higher only and revert to previous logic otherwise.

    • Note: I am once again imposing WRITE_EXTERNAL_STORAGE permission for Android 8 (Oreo) and Android 9 (Pie). Android Q and higher will not require the permission.

VERSION 4.1.3 (2019-04-26):

  • Remove WRITE_EXTERNAL STORAGE permission for Android 8+.
  • Performance improvements for remote book scanning.
  • Android Q imposes greater restrictions on how files can be accessed on shared storage (i.e. files outside of application private storage). Therefore the previous implementation was inefficient on Android Q. I've reworked the file read logic to improve that, also allowing for removal of external storage permissions on Android 8+.

VERSION 4.1.2 (2019-03-03):

  • NEW: Replace eLibrary Manager and ePub Reader search dialogs with action bar search.
  • NEW: Add ability to filter file dialog and Book Info Browser lists.
  • NEW: For large libraries, optionally limit list size in Book Info Browser and File Dialog (Android 8.0 +).
  • Minor performance improvements.

VERSION 4.1.1 (2019-01-09):

  • NEW: Added offline dictionary support for Livio, WordWeb.
  • FIX: Adjust reader background/text color contrast in night mode when colors are explicitly set in book.
  • FIX: Honour line height setting more consistently.
  • FIX: Handle up navigation properly in older Android version (4.0-4.3).

VERSION 4.1.0 (2018-12-01):

  • [Full] NEW: Export updated book information to calibre.

    • Note: This feature requires use of Calbre Documents Provider app.
  • Minor updates.

VERSION 4.0.4 (2018-11-13):

  • Fix issue on Android 9 (Pie) where migration is not complete due to new default SQLite WAL (write ahead log) mode.

VERSION 4.0.3 (2018-11-04):

  • Improve keyboard list positioning by handling multiple keystrokes. Adjust sensitivity using eLibrary Manager Setting "Key Press Interval".
  • Update URL references to HTTPS.

VERSION 4.0.2 (2018-10-14):

  • List positioning via keyboard.
  • Handle font sizing in reader more consistently.

VERSION 4.0.1 (2018-08-14):

  • Updates for Android 9 (Pie) (including display cutout - i.e. notch - support) and Chrome OS.
  • Suppress "Downloaded" predefined book list when Android version is less than 7.0.
  • Minor fixes.

VERSION 4.0.0 (2018-06-03):

  • NEW: Access remote books using new app Calibre Documents Provider which allows browsing and reading remote books from calibre Content Server.
  • [Full] NEW: Download remote books (via Calibre Documents Provider) for offline reading.
  • Minor fixes.

VERSION 3.1.13 (2017-12-31):

  • Enable "tap to turn" by default on new installs.
  • Crash report fixes.
  • Other minor updates.

VERSION 3.1.12 (2017-12-25):

  • UI improvements.
  • Improved ePub3 support

    • Add support for standard series (belongs-to-collection) and title sort (file-as).
    • Handle ePub2 and ePub3 formatted OPF.
    • Improve support for custom property book information (for interoperability with calibre).
    • [Full] Fixes and improvements for OPF export.

VERSION 3.1.11 (2017-11-18):

  • Updates for Chrome OS support.
  • Fix keyboard navigation on Android 8.0 +.

VERSION 3.1.10 (2017-10-24):

  • Handle content URIs more generally to allow better integration with other apps.
  • Minor updates.

VERSION 3.1.9 (2017-08-10):

  • Minor updates.

VERSION 3.1.8 (2017-07-11):


  • [Full] NEW: Set cover image as lock screen wallpaper. Enable through eLibrary Settings.

    • Note: Only available on Android 7 (Nougat) and higher.
  • Migration to support Android 8 (Oreo).
  • Bug fixes.
  • Note: As of release 3.1.8, eLibrary Manager requires Android 4.0 or greater (latest Android Support Libraries require minimum SDK level 14).

VERSION 3.1.5 (2017-06-04):

  • NEW: Allow selection of system fonts in reader.
  • FIX: Take screen density into account when managing touch tolerance in reader.

    • Note: If you've adjusted the ePub Reader Settings "Touch Tolerance" Advanced setting, you can likely revert back to the default.
  • Other minor updates and fixes.

VERSION 3.1.4 (2017-05-08):

VERSION 3.1.3 (2017-05-06):

  • Updates for Android 7 (Nougat), including performance improvements, especially for large book files.

    • Note: To fix performance issues on Android 7+ when accessing book files, storage permissions are now required. Once Android fills in some functional gaps regarding storage access, I will remove if I can.
  • Minor fixes.

VERSION 3.1.2 (2017-04-19):

  • [Full] NEW: Copy highlight/selection to clipboard through highlight context menu or Highlight dialog.
  • [Full] FIX: Handle External Storage Provider document URIs properly in reader.
  • Minor improvements.
#39
Book Info Lookup Add-on / Version History
June 08, 2014, 12:54:23 AM
VERSION 4.0.7 (2024-03-17):

  • Maintenance updates.

VERSION 4.0.6 (2024-01-14):

  • Maintenance updates.

VERSION 4.0.5 (2023-10-07):

  • Maintenance updates.

VERSION 4.0.4 (2023-09-18):

  • Fixes.
  • Maintenance updates.

VERSION 4.0.3 (2023-07-31):

  • Target SDK 34 (Android 14).

VERSION 4.0.2 (2023-07-28):

  • Internal test beta.

VERSION 4.0.1 (2023-05-14):

  • Migrate to Android 14.

    • Enable predictive back within app animation.
  • Internal updates.

VERSION 4.0.0 (2023-03-24):

  • Dynamic theming (i.e. Material You). Requires Android 12+.

VERSION 3.2.3 (2023-03-05):

  • Add adaptive/themed app icon.
  • Minor updates.

VERSION 3.2.2 (2023-02-04):

  • Hide "More..." button when new search is initiated.
  • Minor improvements and updates.

VERSION 3.2.1 (2022-12-30):

  • Minor improvements.

VERSION 3.2.0 (2022-10-05):

  • Migrate to Android 13.
  • Migrate to Kotlin.

VERSION 3.1.9 (2022-05-12):

  • Allow dialog titles to wrap when too long to fit on one line (to maximum 3 lines).
  • Minor fixes/improvements.

VERSION 3.1.8 (2022-04-24):

  • Refresh images and add higher resolution images for larger screens.

VERSION 3.1.7 (2022-02-24):

  • Avoid app crash when there is too much lookup data to persist as state on a screen rotation.
  • Minor updates.

VERSION 3.1.6 (2021-12-21):

  • Save dialog state on device rotation or background destroy.
  • Fix 406 error that started returning from Feedbooks provider.
  • Small fixes and improvements.

VERSION 3.1.5 (2021-09-02):

  • Target SDK 31 (i.e. Android 12).

VERSION 3.1.3 (2021-06-09):

  • Fixes.

VERSION 3.1.2 (2021-04-29):

  • Usability improvements.

VERSION 3.1.1 (2021-03-11):

  • Usability improvements.

VERSION 3.1.0 (2021-02-04):

  • NEW: Book Info Lookup Home Screen.

VERSION 3.0.7 (2020-10-18):

  • NEW: Lookup book info by ISBN.
  • Performance improvements for Wikidata lookup.
  • Other minor fixes and updates.

VERSION 3.0.5 (2020-05-14):

  • Minor improvements.

VERSION 3.0.4 (2020-01-12):

  • Minor performance improvements.
  • Note: Due to issues on older versions of Android with the latest Android libraries required for Android 10 system dark/light mode integration, I've started producing separate builds for Android versions greater than or equal to version 8 and lower than 8. In the "About" box for the app, if the "Build" version number has a ".102" prefix, then the app does not support Android 10 system dark/light mode integration.

VERSION 3.0.3 (2019-09-09):

  • Synchronize dark/light mode with system.

    • Note: Available on Android 10+ only.

VERSION 3.0.2 (2019-09-09):

  • Minor fixes.

VERSION 3.0.1 (2019-06-15):

  • Migrate to Android 10 (Q).

VERSION 3.0.0 (2019-05-01):

  • NEW: New datasource Wikidata.
  • NEW: New datasource Feedbooks.
  • FIX: Auto-launch lookup dialog on Android 9+.
  • Minor performance improvements.

VERSION 2.1.12 (2018-11-04):

  • Improve keyboard list positioning by handling multiple keystrokes.
  • Update URL references to HTTPS.

VERSION 2.1.11 (2018-10-12):

  • List positioning via keyboard.
  • Handle multiple pane layout in window mode (mostly relevant for Chrome OS).

VERSION 2.1.10 (2018-08-07):

  • Updates for Android 9 (Pie) and Chrome OS.

VERSION 2.1.9 (2018-05-25):

  • Minor fixes.

VERSION 2.1.8 (2017-12-29):

  • Minor updates.

VERSION 2.1.7 (2017-12-02):

  • Minor fixes.

VERSION 2.1.6 (2017-11-15):

  • Updates for Chrome OS support.
  • Fix keyboard navigation on Android 8.0 +.

VERSION 2.1.5 (2017-10-22):
- Minor updates.

VERSION 2.1.4 (2017-08-12):

  • Minor updates.

VERSION 2.1.3 (2017-07-02):

  • Migration to support Android 8 (Oreo).
  • Minor updates.
  • Note: As of release 2.1.3, Book Info Lookup requires Android 4.0 or greater (latest Android Support Libraries require minimum SDK level 14).

VERSION 2.1.1 (2017-04-28):

  • Updates for Android 7 (Nougat).

VERSION 2.1.0 (2017-03-18):

  • Translations for German, Spanish, French and Italian.

VERSION 2.0.3 (2017-01-29):

  • Minor fixes and improvements.
  • RTL support.

VERSION 2.0.2 (2017-01-10):

  • Minor updates.

VERSION 2.0.1 (2016-11-22):

  • Minor fixes.

VERSION 2.0.0 (2016-11-07):

  • Migrate to SAF for Android 7+ (no more external storage read/write permissions required).

VERSION 1.2.4 (2016-09-18):

  • Minor fixes.

VERSION 1.2.3 (2016-09-06):

  • NEW: Fast scrolling.
  • Performance improvements.
  • Minor fixes.

VERSION 1.2.2 (2016-07-25):

  • Support for Android N, including multi-window mode.
  • FIX: Crash reports.

VERSION 1.2.1 (2016-06-13):

  • UI consistency updates.

VERSION 1.2.0 (2016-05-21):

  • NEW: Choose between Dark and Light themes.

    • Note: This feature is available on Android 4.0 and higher devices only.

VERSION 1.1.13 (2016-04-11):

  • Maintenance build.

VERSION 1.1.12 (2016-03-29):

  • Updates in preparation for Android 7/N (specifically for multi-window support).

VERSION 1.1.11 (2016-03-19):

  • FIX: Handle encoded cover file names.

VERSION 1.1.10 (2016-02-28):

  • Maintenance build.

VERSION 1.1.9 (2016-02-07):

  • IMPROVEMENT: Slushbucket improvements (multi-choice widgets like Author select).
  • Minor fixes.

VERSION 1.1.8 (2016-01-13):

  • NEW: Toolbar can be scrolled on/off screen.

VERSION 1.1.7 (2015-11-18):

  • IMPROVEMENT: Better feedback when no book information is found based on specified criteria.

VERSION 1.1.6 (2015-10-02):

  • Migration for some Android updates.

VERSION 1.1.5 (2015-09-16):

  • Migrate to Android 6.0 Marshmallow.

VERSION 1.1.4 (2015-06-26):

  • Minor usability updates.

VERSION 1.1.3 (2015-06-17):

  • UPDATE: Initial migration in support of upcoming next version of Android to be released later this year.

    • Note: As of release 2.0.4, eLibrary Manager no longer supports Android 2.2, as this platform is incompatible with certain implementation factors related to this migration.
  • Minor fixes.

VERSION 1.1.2 (2015-05-19):

  • Maintenance release

VERSION 1.1.1 (2015-04-14):

  • UPDATE: Support Android 5.1 Lollipop.
  • FIX: Other minor fixes.

VERSION 1.1.0 (2015-01-12):

  • NEW: Support for non-ePub books.
  • FIX: Open Library API changes resulting in failed book information lookups.

VERSION 1.0.23 (2014-12-26):

  • Look and feel updates.

VERSION 1.0.22 (2014-11-21):

  • NEW: Android 5 Lollipop support with Material Design styling.
  • IMPROVEMENT: Adjust text size based on screen size.

VERSION 1.0.21 (2014-10-05):

  • FIX: Possible crash in slush bucket widget.
  • IMPROVEMENT: Problem determination improvements in error message view.

VERSION 1.0.20 (2014-08-01):

  • Bug fixes.

VERSION 1.0.19 (2014-07-20):

  • Tablet layout improvements.
  • Usability, look and feel updates.

VERSION 1.0.18 (2014-07-12):

  • Look and feel updates.

VERSION 1.0.17 (2014-07-05):

  • NEW: Enable Action Bar on Android 2.x.
  • FIX: Slush bucket dialog is crowded out on small screens and on 1st Generation Kindle Fire.
  • FIX: Potential inability to cancel in rare cases.

VERSION 1.0.16 (2014-06-01):

  • NEW: Wide screen layout improvements for Book Info Lookup.
  • FIX: Lookup book cover images sometimes incorrect after device rotation.
  • FIX: Minor fixes for slush bucket view refresh issue.

VERSION 1.0.15 (2014-05-10):

  • FIX: Dialogs extend beyond screen boundary on some devices.
  • FIX: Prevent dialog dismiss when touching outside dialog boundary.

VERSION 1.0.14 (2014-03-18):

  • Maintenence release.

    • Remove deprecation warnings.
    • Improve uncaught exception handling.

VERSION 1.0.13 (2014-03-13):

  • NEW: Log uncaught exceptions to aid in problem determination.

VERSION 1.0.12 (2014-03-03):

  • NEW: Look and feel updates.

VERSION 1.0.11 (2013-12-28):

  • FIX: Potential issue propagating updates to calling app.

VERSION 1.0.10 (2013-11-16):

  • Minor fixes.

VERSION 1.0.9 (2013-11-02):

  • Minor fixes.

VERSION 1.0.8 (2013-09-23):

  • Minor usability and other fixes.

VERSION 1.0.7 (2013-08-18):

  • FIX: Avoid expressions that result in false negative lookups.

VERSION 1.0.6 (2013-08-05):

  • FIX: Crash report.

VERSION 1.0.5 (2013-07-19):

  • FIX: Avoid server side errors with certain lookup strings.

VERSION 1.0.4 (2013-05-22):

  • FIX: In some cases, app may not recognize covers.

VERSION 1.0.3 (2013-05-19):

  • Minor fixes.

VERSION 1.0.2 (2013-05-12):

  • Fix potential memory leak.

VERSION 1.0.1 (2013-05-06):

  • Fix crash that occurs when no books in library have categories.
#40


You can find comprehensive online documentation for this product at Book Info Lookup Add-on.

You can also watch the YouTube tutorials at

You can access all of the above from the Book Info Lookup Add-on About Box directly from the application on your device. Here's a screen capture of the About Box - just tap on the link for your area of interest:



For support/queries/comments, please feel free to start new topics, or contact support@kpwsite.com.
#41
ePub Reader / Information about ePub Reader
October 30, 2012, 05:03:38 PM


You can find comprehensive online documentation for this feature of the eLibrary Manager product at ePub Reader.

You can also watch the YouTube tutorials at

You can access all of the above from the ePub Reader About Box directly from the application on your device. Here's a screen capture of the About Box - just tap on the link for your area of interest:



For support/queries/comments, please feel free to start new topics, or contact support@kpwsite.com.
#42
eLibrary Manager / Information about eLibrary Manager
October 30, 2012, 04:55:58 PM


You can find comprehensive online documentation for this product at eLibrary Manager.

You can also watch the YouTube tutorials at

You can access all of the above from the eLibrary Manager About Box directly from the application on your device. Here's a screen capture of the About Box - just tap on the link for your area of interest:



For support/queries/comments, please feel free to start new topics, or contact support@kpwsite.com.