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

feat: Update to DHIS2 Android SDK 1.9.1-20231215.100321-10 #3440

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

vgarciabnz
Copy link
Member

Description

Adapt to changes in the SDK due to the refactor from Java to Kotlin. They are mainly caused by Kotlin-Java interoperability shortcuts: a java method called "getName()" is suggested as just ".name" by Android Studio in Kotlin code. If the method keeps the signature "getName()" when refactored to Kotlin, the shortcut does not work anymore and the method must be accessed by "getName()" in Kotlin as well.

Solution description

Covered unit test cases

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

@ferdyrod ferdyrod force-pushed the androsdk-1682 branch 2 times, most recently from 771dc37 to 43ce657 Compare December 15, 2023 13:36
Copy link

@andresmr andresmr merged commit 854b273 into develop Dec 20, 2023
4 checks passed
@andresmr andresmr deleted the androsdk-1682 branch December 20, 2023 08:38
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.

3 participants