All Projects → JonasCz → Save For Offline

JonasCz / Save For Offline

Licence: gpl-2.0
Android app for saving webpages for offline reading.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Save For Offline

Oga
Read-only mirror of https://gitlab.com/yorickpeterse/oga
Stars: ✭ 1,147 (+906.14%)
Mutual labels:  parser, html-parser
Harser
Easy way for HTML parsing and building XPath
Stars: ✭ 135 (+18.42%)
Mutual labels:  parser, html-parser
Lua Gumbo
Moved to https://gitlab.com/craigbarnes/lua-gumbo
Stars: ✭ 116 (+1.75%)
Mutual labels:  parser, html-parser
Hquery.php
An extremely fast web scraper that parses megabytes of invalid HTML in a blink of an eye. PHP5.3+, no dependencies.
Stars: ✭ 295 (+158.77%)
Mutual labels:  parser, html-parser
Html Parser
php html parser,类似与PHP Simple HTML DOM Parser,但是比它快好几倍
Stars: ✭ 510 (+347.37%)
Mutual labels:  parser, html-parser
Selectolax
Python binding to Modest engine (fast HTML5 parser with CSS selectors).
Stars: ✭ 368 (+222.81%)
Mutual labels:  parser, web-scraping
Posthtml
PostHTML is a tool to transform HTML/XML with JS plugins
Stars: ✭ 2,737 (+2300.88%)
Mutual labels:  parser, html-parser
Fuzi
A fast & lightweight XML & HTML parser in Swift with XPath & CSS support
Stars: ✭ 894 (+684.21%)
Mutual labels:  parser, html-parser
Sax Wasm
The first streamable, fixed memory XML, HTML, and JSX parser for WebAssembly.
Stars: ✭ 89 (-21.93%)
Mutual labels:  parser, html-parser
Insta Chat
InstaChat offers a new way to read messages of your favourite messengers. It overlays every other app and you can reply from anywhere you want.
Stars: ✭ 111 (-2.63%)
Mutual labels:  android-application
Python Altium
Altium schematic format documentation, SVG converter and TK viewer
Stars: ✭ 112 (-1.75%)
Mutual labels:  viewer
Irodr
RSS reader client like LDR for Inoreader.
Stars: ✭ 110 (-3.51%)
Mutual labels:  viewer
Currentactivity
A current activity monitor that implements MVVM architecture using pure Kotlin, Android Jetpack, Kotlin Coroutines.
Stars: ✭ 111 (-2.63%)
Mutual labels:  android-application
Parze
A clean, efficient parser combinator
Stars: ✭ 113 (-0.88%)
Mutual labels:  parser
Solidity Parser Antlr
A Solidity parser for JS built on top of a robust ANTLR4 grammar
Stars: ✭ 111 (-2.63%)
Mutual labels:  parser
Pierotateview
android自定义View,带旋转动画的饼状图,区块点击事件,滑动到某一区块事件,可惯性旋转
Stars: ✭ 113 (-0.88%)
Mutual labels:  viewer
Reel Search Android
Reel Search for Android is a UI/UX design for autocomplete action. It is a beautiful minimalistic addition to any use case.
Stars: ✭ 110 (-3.51%)
Mutual labels:  android-application
Flap
Fortran command Line Arguments Parser for poor people
Stars: ✭ 109 (-4.39%)
Mutual labels:  parser
Android Inappbilling
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.
Stars: ✭ 114 (+0%)
Mutual labels:  android-application
Terminal markdown viewer
Styled Terminal Markdown Viewer
Stars: ✭ 1,565 (+1272.81%)
Mutual labels:  viewer

Warning:

This is abandoned at the moment, as I don't have time to work on it. This means you're welcome to report bugs, but probably won't fix them.

Also, do not use the Play Store version, as it is outdated and broken (someone else uploaded it)

Save For Offline

Save For Offline is an Android app for saving full webpages for offline reading, with lots of features and options.

In you web browser select 'Share', and then 'Save For Offline'

Features

  • Saves real HTML files which can be opened in other apps / devices

  • Download & save entire web pages with all assets for offline reading & viewing

  • Save HTML files in a custom directory

  • Save in the background, no need to wait for it to finish saving

  • Night mode, with both a dark theme, and can invert colors when viewing pages (White becomes black and vice-versa).

  • Search of saved pages (By title only for now).

  • User agent change, allows to save either desktop or mobile version of pages

  • Nice UI for both phones and tablets, with various choices for layout and appearance.

Download

Head to the Releases section to download an APK.

Get it on F-Droid

Remember: The play store version is old, broken, and not recommended !

Please report any bugs you find, and contribute if you can!

Screenshots:

Grid layout for the list of all saved pages.

Grid layout


List of all saved pages, running on a small-screen device with night mode enabled.

List layout


Built in viewer, again on a small screen, with night mode enabled (Saved HTML files can also be opened in other apps or copied to computer)

Viewer


More screenshots can be found in the screenshots directory.

About

Known bugs:

  • (Device / Android version specific) Thumbnails of saved pages don't show up in the list - this can't be fixed, as it's a bug / limitation in the underlying Android WebView component.

  • Sometimes does not save stylesheets or other assets - the only problematic site I know of is Wikipedia, where stylesheets (CSS) don't get saved properly, but is otherwise OK - Still trying to figure out why.

  • Occasionally fails when it encounters a redirect - also trying to figure out why.

  • If there are multiple image or asset references on the page pointing to the same URL, but that URL delivers a something different each time, only the first version of the asset will be saved. Maybe this is also the cause of the Wikipedia issue. - Can't really figure out a good way to fix this.

  • Other, occasional, random crashes.

If you can fix any of these issues, please do submit a PR!

Roadmap:

  • General stability and reliability fixes.

  • Import / export feature.

  • Code cleanup and refactoring.

  • Externalize strings - translations.

This app uses:

Licence is GPLv2+, see the LICENCE file:

Note: Don't use or modify my code unless you can comply with the license, and release the source code of your modifications where necessary. I don't want to see my hard work end up in some commercial app, and it already has. Thanks.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].