* Add dependency for MaterialShowcase
* Add actionview class to get a reference to material showcase
* Create a NearbyMaterialShowcaseSequence class
* Apply sequence steps
* Add first three steps of nearby showcase
* Add sequence id constants to make sure they will be displayed only once
* Add last step of sequence to explain plus fab
* Create an object to prevent customize all sequences every time
* Fix typo
* Code cleanup
* Add strings to strings.xml
* Code cleanup
* Revert irrelevant change
* Revert irrelevant change
* Remove showcaseview for recenter button
* Use single showcaseView instead of sequence
* Add single showcase view insted of sequence to be able to edit text style
* Make sure it will be displayed only once
* Cleanup
* Update strings
* Change dismiss text style
* 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.