* Location wizard
* Location wizard
* Minor fix
* message changed
* Test fail fixed
* Test fail fixed
* Test fail fixed
* last location triggered
* last location added
* Some test added
* Java docs added
* More java docs added
* Fixes#4732 Show alert dialog card for sharing personal detail submission via email when clicking on feedback menu.
* Show alert dialog card for sharing personal detail submission via email when clicking on feedback menu when user is logged in.
Add javadoc for the new methods
Update alert dialog message.
* Dialog can't be dismissed
* Dialog can't be dismissed
* Nearby Place dialog can remember user preference
* Minor change
* Minor change
* Renamed the map
* initial changes
* add search feature for selecting language
* add search feature for selecting language
* upload issue fix
* minor improvement
* added test and updated settings language selection ui
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
* classes
* Almost done
* All done but build fail
* All done but build fail
* Modifications
* Modifications
* Fixed
* string resource
* minor change
* Maintained code conventions
* Moving
* Exception handled
* id name changed
* Test fail fixed
* Bookmark is available from other activities
* Test fail fixed
* Documentation error fixed
* Test added
* Revert Project_Default.xml
* Minor Change
* Revert changes
* Dialog can't be dismissed
* Dialog can't be dismissed
* Suggest users to turn on camera location
* Added safety pattern
* Title removed
* Changed constant
* unformatted search text field for depicts and categories search field of upload wizard
* fix tests by declaring search text field of type PasteSensitiveTextInputEditText
* Added feature for advanced query options in Nearby
* Fix unit-tests coverage
* wip-tests
* Added log to identify if the nearby request is via an advanced query
* Rolledback test-dependency updates
* Fix tests
* build fix
* Added basic tests for relevant method in OkHttpJsonApiClient & NearbyController
* Added NearbyParentFragmentPresenter Tests
* Added AdvancedQueryFragment Unit Tests
* Added more tests for NearbyParentFragmentPresenter
* Reset ContributionsFragment with Upstream
* Overload method loadNearbyPlaces for CustomQuery
* Added more tests
* Added more tests
* Fixed tests for NearbyParentFragmentPresenter
* Changed hardcoded "More" to getStrings(R.string.more) for Unlogged user
- MainActivity toolbar showed "More" when clicked on More options
in other language than English
* Changed hardcoded "More" to getStrings(R.string.more) for Logged user
- MainActivity toolbar showed "More" when clicked on More options
in other language than English
* Added test for: MainActivity.setUpPager
* Pasted text is now unformatted for caption and description
* Removed other branch contribution
* Added test
* Rename .java to .kt
* Test from Java to Kotlin; +small fix
* PasteSensitiveTextInputEditTextTest - updated