Save For Offline Versions Save

Android app for saving webpages for offline reading.

v3.1.7

7 years ago

After almost a year, finally a new version.

A couple of bugs were squashed in this release:

  • Fixed missing fonts / styles when saving from Wikipedia and probably other sites too.

  • Rework a few things in the UI

  • Fix saving base64 images in the CSS

  • Compile with the latest build tools.

Download the APK from below, or download from F-Droid.

v3.1.6

8 years ago

Changes include:

  • Many bug fixes, stability, and reliability fixes.
    • Disabled the cache used when saving many similar pages from the same site - it made saving faster, but it was also growing forever for some reason unless cleared.
    • Minor improvements to the HTML processing logic - background images used on form input elements get saved now.
    • Other reliability and stability fixes.
  • There's now a setting to control weather JavaScript is enabled when viewing a saved page.
  • There's also a setting allowing network access by saved pages to be disabled when the saved version is viewed while online - things like ajax will be blocked, enhances privacy by blocking things like tracking or ads - off by default.
  • When deleting a large number of saved pages, there's now a nice dialog showing the progress,
  • Cancelling the saving of a page now works correctly.

Download the APK from below, or download from F-Droid.

v3.1.0

8 years ago
  • Fix: Crash / hang when saving a page and there is no internet connection or website is not available, also fix various problems with error handling.
  • New: Layout option for the saved pages list, with an icon for each saved page (website's favicon). To use it, go to preferences > layout, choose "title and site icon". This is mostly designed for small screens, for which it is enabled by default.
  • Fix: The app's default layout and appearance on small screens is now correct.
  • Fix: Redo and change the preferences, remove obsolete options which did not do anything anymore anyway.
  • Fixed: Bug where the thumbnails in the list of saved pages would be mixed up when scrolling. (Uses Picasso for loading the thumbnails / icons in the list of saved pages now).
  • New: Create an empty .nomedia file in the directory were pages are saved to prevent images and such from saved pages from appearing in the gallery.
  • Bump version number to 3.0, also remove beta label (yay!)
  • Update used libraries (Jsoup and OKhttp)
  • Refactored various things, the code is now less horrible.
  • Lots of other fixes & improvements (Use OKhttp's cache features for performance, fix the app's notifications, others..)

v2.2

9 years ago

Fix canceling when saving a webpage, reliability fixes.

v2.1.5

9 years ago

Fix crash when saving pages from certain websites.

v2.1.1

9 years ago

Add option to configure where saved page files go, other fixes. More fixes coming soon !

v2.1.0

9 years ago

Reliability and speed improvements. It should now save any webpage without hanging. Change to OkHttp for for downloading webpage files.

Now uses multithreading when downloading files, so saving pages is much faster.

v2.0.4

9 years ago
  • You can now 'rename' saved pages by long click
  • Fixed filenames when saving
  • Fix garbled utf-8 characters in the viewer ( êërüïøpkßæ ! )
  • More reliable when saving certain websites, eg. StackOverflow
  • New 'Night mode' with dark colors. Turn it on in settings. ( This feature is not complete yet, and may not work correctly. )
  • Bugfixes.

v2.0.3

9 years ago
  • Can now save HTML files (needs more testing, works for most pages but not all, still trying to figure out why ). Not working for you? Go into settings and disable 'save in background'
  • You can now open saved files in other apps
  • New properties dialog where you can see details about the saved page, such as the URL it was saved from, where the file is stored, etc.
  • Improved the theme & appearance, now the app looks nicer. (new icon too!)
  • New settings to control what parts of the page are saved, such as images, scripts...
  • New layout for the saved pages list: Small, without thumbnails ( turn it on in settings )
  • When deleting, files are now properly deleted too.
  • Many bug fixes & misc. improvements

v1.5.0beta

9 years ago
  • New feature: Can sort the saved pages list by newest first, oldest first, alphabetically.
  • Bugfixes.