-
Notifications
You must be signed in to change notification settings - Fork 102
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
Update develop with - Release 3.1.0 #3890
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading status checks…
…e label (#3862)
Loading status checks…
…3866) Signed-off-by: andresmr <[email protected]>
Loading status checks…
* fix: [ANDROAPP-6635] allow manual selection when gps is off * ktlint
* fix: [ANDROAPP-6647] hide search on polygons Signed-off-by: andresmr <[email protected]> * fix: [ANDROAPP-6647] hide search on polygons for landscape Signed-off-by: andresmr <[email protected]> --------- Signed-off-by: andresmr <[email protected]>
* Fix navigation bar animation * Fix lint error * Fix animation jerk on search screen * Fix FAB and navigation bar animation on program even detail screen * Fix compose jerk * Fix lint error --------- Co-authored-by: Siddharth Agarwal <[email protected]> (cherry picked from commit 1a1d799) Co-authored-by: Siddharth Agarwal <[email protected]>
Loading status checks…
…landscape dashboard (#3865)
Loading status checks…
…n Android 10 (#3870)
Signed-off-by: andresmr <[email protected]>
* fix: [ANDROAPP-6622] Add progress to search location * fix test * fix code smell
… size (#3876) * Map is kept the same size even if location/accuracy composable is not visible * Map is kept the same size even if location/accuracy composable is not visible
…t is too big (#3851) * fix: [ANDROAPP-6398] Tei dashbard takes too long to load if option set is too big Signed-off-by: Pablo <[email protected]> * fix sonarcloud warnings Signed-off-by: Pablo <[email protected]> * remove unused code * fix unit test --------- Signed-off-by: Pablo <[email protected]>
Signed-off-by: andresmr <[email protected]>
…vents (#3871) * fix: [ANDROAPP-6493] take incident date into account for scheduling and creating events * fix: [ANDROAPP-6493] migrate code to tracker module, add repository * fix: [ANDROAPP-6493] Adapt unit tests to new usage * fix: [ANDROAPP-6493] Add tests that take into account incident date * fix: [ANDROAPP-6493] add tests for min days form start and standard interval days * fix: [ANDROAPP-6493] refactor setEventDate logic to improve readability * fix: [ANDROAPP-6493] add test for period generation, clean up code * fix: [ANDROAPP-6493] get next available period and not current one * fix: [ANDROAPP-6493] take incident date into account for scheduling and creating events * fix: [ANDROAPP-6493] migrate code to tracker module, add repository * fix: [ANDROAPP-6493] Adapt unit tests to new usage * fix: [ANDROAPP-6493] Add tests that take into account incident date * fix: [ANDROAPP-6493] add tests for min days form start and standard interval days * fix: [ANDROAPP-6493] refactor setEventDate logic to improve readability * fix: [ANDROAPP-6493] add test for period generation, clean up code * fix: [ANDROAPP-6493] get next available period and not current one * fix: [ANDROAPP-6493] adapt unit test * fix: [ANDROAPP-6645] dont take into account min days from start or standard interval days for new events * fix: [ANDROAPP-6645] adapt unit tests * fix: [ANDROAPP-6493] adapt unit tests * fix: [ANDROAPP-6493] modify unit test * fix: [ANDROAPP-6493] ensure suggested date for enrollments is current date * fix: [ANDROAPP-6493] ensure suggested date for enrollments is current date * fix: [ANDROAPP-6493] ktlint * fix: [ANDROAPP-6493] remove failing test * fix: [ANDROAPP-6493] ktlint * fix: [ANDROAPP-6493] fix test
… another point (#3874) * Search result are kept until new search is made * fix: [ANDROAPP-6645] add search swipe and manual state, to manage zoom and pin behaviour correctly * fix: [ANDROAPP-6645] manage search state and zoom correctly * Search results are kept and marker animation when selecting search result --------- Co-authored-by: Xavier Molloy <[email protected]>
…3884) * fix: [ANDROAPP-64659] Implement no periods available functionality, correct app version * fix: [ANDROAPP-6659] take into account last stage event date for showing next period
* build: build 3.1.0 release Signed-off-by: andresmr <[email protected]> * build: build 3.1.0 release Signed-off-by: andresmr <[email protected]> --------- Signed-off-by: andresmr <[email protected]>
* ci: set status in progress for release APK in Google Play Signed-off-by: andresmr <[email protected]> * ci: update check out and set up java actions, address set output deprecated warning * ci: remove incorrect character * ci: increase heap memory size * ci: modify read version name --------- Signed-off-by: andresmr <[email protected]> Co-authored-by: Xavier Molloy <[email protected]>
Signed-off-by: andresmr <[email protected]>
Quality Gate passedIssues Measures |
andresmr
approved these changes
Nov 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?
Which Android versions did you test this issue?
Checklist