-
Notifications
You must be signed in to change notification settings - Fork 23
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
Release/v2.6.8+608 #170
Open
mdryankov
wants to merge
31
commits into
master
Choose a base branch
from
release/v2.6.8+608
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release/v2.6.8+608 #170
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
Bug introduced by adding props to the instance instead of using utility functions. Before, the utility function would catch the null case. Now, that needs to be caught before checking the prop.
* support/v2.5: (40 commits) Updated changelog. Added 'test-user' condition [#125]. Fixed changelog format. Updated changelog. Fixed unused warning. Removed SAR status entries from sample health rules. Use PCR entries instead that actually contain the same status rules. version: 2.5.6+506 Version 2.5.5+505 Updated changelog. Add null check before using instance props (#119) Updated changelog. Fix issue with _determineIsOpen not checking weekDay (#111) Updated changelog. Mark pending event that persist in history table as processed. Updated changelog. Do not process pending events if we failed to load history (#94). Updated Health rules (#107). version: 2.4.5+305 Feature/issue 100 (#104) Dont add/process OSF test if it's not enetered as test type within the system ... # Conflicts: # CHANGELOG.md # android/app/build.gradle # android/app/src/main/java/edu/illinois/covid/MainActivity.java # android/app/src/main/java/edu/illinois/covid/maps/MapActivity.java # android/app/src/main/java/edu/illinois/covid/maps/MapDirectionsActivity.java # android/app/src/main/java/edu/illinois/covid/maps/MapView.java # assets/sample.health.rules.json # ios/Podfile # ios/Runner.xcodeproj/project.pbxproj # ios/Runner/AppDelegate.m # lib/ui/health/Covid19TestLocations.dart # pubspec.yaml
* support/v2.5: Introduced and acknowledged nextStepHtml in HealthRuleStatus2 and Covid19StatusBlob (#128). Use displayReason for status update reason, translate the date. Do not use explicit references to nextStep from status blob.
* support/v2.5: Updated changelog. Introduced and acknowledged warning in HealthRuleStatus2 and Covid19StatusBlob (#127). Updated changelog. # Conflicts: # CHANGELOG.md
* support/v2.5: Check both nextStep & nextStepHtml when checking for "requiresTest" Replaced "Covid-19" with "COVID-19". Added "More Info" section in next step html content (#133). Use HTML formatted next step for exposure rule, require test on 4th day after exposure (was 5th) (#133). Feature/issue 132 (#134) # Conflicts: # android/app/src/main/java/edu/illinois/covid/Constants.java # android/app/src/main/java/edu/illinois/covid/MainActivity.java # android/app/src/main/java/edu/illinois/covid/maps/MapActivity.java # android/app/src/main/java/edu/illinois/covid/maps/MapDirectionsActivity.java # ios/Podfile # ios/Runner.xcodeproj/project.pbxproj # ios/Runner/AppDelegate.m # lib/ui/health/Covid19TestLocations.dart
* Android: remove restriction for taking screehsnots [Issue #138] * Android: remove legacy unused "pickLocation" parts * Update CHANGELOG.md
* Remove "ASAP" label in "Next steps" panel. [Issue #143] * Update CHANGELOG.md
…ll cleanup) [146]
Show standard offline message if the device is in offline mode (+ sma…
Add external icon for OSF retrieve results button [150]
* Show "Wait time" in test locations [Issue #160] * Update CHANGELOG.md
Use student_level instead of role from auth card API [#162]
Rework swiper and fix the VoiceOver accessibility [#158]
* Upgrade Flutter version to 1.20.2 * Redo * Redo - remove
# Conflicts: # CHANGELOG.md # android/app/src/main/java/edu/illinois/covid/MainActivity.java # android/app/src/main/java/edu/illinois/covid/maps/MapActivity.java # android/app/src/main/java/edu/illinois/covid/maps/MapDirectionsActivity.java # ios/Podfile # ios/Runner.xcodeproj/project.pbxproj # ios/Runner/AppDelegate.m # pubspec.yaml
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.
V. 2.6.8+608 includes upgrade of the Flutter to v. 1.20.4 as well