You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..)