20 Commits
Author SHA1 Message Date
davidoskky d0557cf653 Removed debugging logging. 2020-12-22 00:47:16 +01:00
davidoskky f6999dd547 Use PhotoView in place of WebView to display images. Implemented a pager to swipe through images. 2020-12-22 00:44:19 +01:00
davidoskky 040c845c15 Store article images in cache in background. 2020-12-18 23:45:34 +01:00
davidoskky cb07227cb7 Change image on swipe 2020-12-14 16:40:14 +01:00
davidoskky cda09a4e8a Send all images in the webpage to the Image fragment. 2020-12-14 15:29:54 +01:00
davidoskky 3de95ba6e4 Do not open links associated with images 2020-12-13 19:59:36 +01:00
davidoskky 47f00dc694 Remove vibration when opening the Image view 2020-12-13 18:41:10 +01:00
davidoskky 584c6869b5 Revert to using Toolbar for navigation. 2020-12-13 18:22:47 +01:00
davidoskky b0c4b010a2 Allow zooming on images 2020-12-13 18:22:47 +01:00
davidoskky e08fc2604f Open one image on tap 2020-12-13 18:22:47 +01:00
davidoskky 41386adf4e Add back button to the Image view 2020-12-13 18:22:47 +01:00
davidoskky 59c307323f Hide toolbar from Image view 2020-12-13 18:22:47 +01:00
davidoskky 41e825bc50 Scale image dimension to fit the display 2020-12-13 18:22:47 +01:00
davidoskky 0bab675560 First stub of the fragment to show the image in full screen 2020-12-13 18:22:47 +01:00
davidoskky 55ced4a5fb Detect click on images in WebView 2020-12-13 18:22:47 +01:00
davidoskkyandGitHub 2d5ab7bf0c Fix crash when a feed has no icon (#318) 2020-12-12 19:06:30 +01:00
davidoskkyandGitHub 9ba281befb Position of the elements in list view fixed in place. (#314)
Closes #287
2020-12-08 20:13:33 +01:00
davidoskkyandGitHub 00c8eed034 Fix back button closing settings from submenu (#313)
* Prevent back button from closing the activity.

* Remove redundant overrides

* Do not close the settings after resetting the themes.

Closes #290
2020-12-08 15:36:12 +01:00
davidoskkyandGitHub a1e4f89cd1 Decode title of articles from html (#312)
* Decode the title of the articles from html.

* Remove unused imports.

Closes #300
2020-12-07 22:22:54 +01:00
davidoskkyandGitHub 36a43b3861 Allow the value of the thumbnail to be null. (#311)
Closes #310
2020-12-07 15:48:58 +01:00