* Fix sources colors
* Fix issues with sources
* Simplify card view theme
* Simplify list item theming
* Simplify article viewer theming
* Fix issues with the color selection.
* Correct the color of sources text in article reader
* Switch to androidx for settings
* Implement all settings
* Added all pages to settings
* Add toolbar to settings
* Left align all preferences
* Migrate to androidx preference manager
* Migrate settings functions
* Implement dark theme in settings page
* Remove old settings files
* Remove unused resources
Co-authored-by: Amine Bou <510304+aminecmi@users.noreply.github.com>
* Upgrade material drawer library
* Add footer options to drawer
* Apply styles to drawer
* Added sources and tags to side drawer
* Hide bottom bar when the side drawer is opened
* Display hamburger icon to open the side drawer
* Add information about libraries to the side drawer
* Cleanup
* Implement reloading badges
* Detect click on images in WebView
* First stub of the fragment to show the image in full screen
* Scale image dimension to fit the display
* Hide toolbar from Image view
* Add back button to the Image view
* Open one image on tap
* Allow zooming on images
* Revert to using Toolbar for navigation.
* Remove vibration when opening the Image view
* Do not open links associated with images
* Send all images in the webpage to the Image fragment.
* Change image on swipe
* Store article images in cache in background.
* Use PhotoView in place of WebView to display images. Implemented a pager to swipe through images.
* Removed debugging logging.