Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ANDROAPP-6329] Coordiantes drag and drop capture #3807

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

Balcan
Copy link
Collaborator

@Balcan Balcan commented Oct 3, 2024

Description

Please include a summary of the change and include the related jira issue if it exists.

[ jira issue ](https://dhis2.atlassian.net/browse/ANDROAPP-

Solution description

If this PR is a fix include a brief description on how the issue is solved.

Covered unit test cases

Describe the tests that you ran to verify your changes.

Where did you test this issue?

  • Smartphone Emulator
  • Tablet Emulator
  • Smartphone
  • Tablet

Which Android versions did you test this issue?

  • 4.4
  • 5.X - 6.X
  • 7.X
  • 8.X
  • 9.X - 10.X
  • 11.X - 13.X
  • Other

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
@@ -6,6 +6,9 @@ import org.hisp.dhis.android.core.D2
import org.hisp.dhis.android.core.map.layer.MapLayerImageryProvider

class MapStyleConfiguration(private val d2: D2) {

private val canCaptureManually by lazy { true }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this is lazy if is not assigned

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is to make it ready for ANDROAPP-6230. I've would have added a TODO comment, but sonnarcloud did not like it XD

Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Signed-off-by: Pablo <pablo@dhis2.org>
Base automatically changed from ANDROAPP-6114 to develop October 11, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants