* Set date format according to api version.
* Check new date format in items.
* Global date formatter.
* Ensure api version has been fetched before checking.
* Move api check to MyApp.
* Store api version and select correct date formatter when offline.
* Check api in Home, allow null values.
* 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.