* Integrate API for displaying featured images
* Add pagination and refactor code so that it can be reused for category images
* Add license info to the images
* Fix author view
* Remove unused values
* Fix minor issues with featured images
* Fix null license url issue
* Remove some log lines
* Fix back navigation issue
* fix tests
* fix test inits
* Gracefully handling various error situations
* Added java docs
* Update changelog.md
* Versioning for v2.7.0
* Add logging to onPermissionsRequestResult
* Request location updates onStatusChanged
* Copy onResume() actions into onPermissionsRequestResult
* Added getLastKnownLocation method and hooked it up to refreshView
* Remove unnecessary calls, add more logging
* Add check to prevent NPE
* Check that curLatLng exists before getting Mapbox instance
* Moar logging
* Make curLatLang clearer
* Not a good hack - put curLatLang into the bundle separately
* Add TODO
* Rename variables for clarity
* Check for Network Provider as well, tidy up getLKL()
* Add Javadocs
* Remove unnecessary method in onStatusChanged
* Add checkGPS comment
* Remove unnecessary logs
* Add TODO
* Call bundle.clear() before inserting CurLatLng
* Fixed by using a boolean variable "opened" that changes according to the current state of the list. It is false by default when you open the nearby activity.
* Fixed by using bottomSheetBehavior.getState() to decide whether to expand or collapse the bottom list.
* used CDATA
* Improvements in Notification Activity (#1374)
* Improvements in Notification Activity
* Update NotificationActivity.java
* Share feature (#1338)
* added share app feature in About
* added share app feature in About
* a small fix
* Use custom tabs for nearby web views (#1347)
* Localisation updates from https://translatewiki.net.
* Fix for issue #1380 Improved Notification UI (#1387)
* Links added to TextView about_upload_to in aboutActivity (#1326)
* Added the link in about_upload_to textfield
* Merge conflicts resolved
* Removed the extra textView
* Fix re-enabling delete button if the action is canceled.
* Keep delete button enabled until a reason is given.
* Fixed bug #1399
* Changed visibility from visible to gone
* Changed behaviour according to review
* Changed bottom sheet visibility from visible to gone
* Fix memory leak causing usage of activity as context
* Fixed bug #1399
* Changed visibility from visible to gone
* Changed behaviour according to review
* Changed bottom sheet visibility from visible to gone
* Fix adding bundle to an already created fragment
* Update changelog.md
* Versioning for v2.7.0
* Call fragment method, not activity's
* Initialize directUpload and controller in onCreate
* Add logs
* Change requestcodes in DirectUpload and NearbyMapFragment
* Chain to super in default case (where request codes don't match activity's)
* Controller must be initialized before directUpload
* Fix whitespace, add comments
* Alter request codes for Nearby List as well
* Make permission rationales more specific
* Add comments