forked from Path-Check/safeplaces-dct-app
-
Notifications
You must be signed in to change notification settings - Fork 0
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
safe paths #17
Merged
Merged
safe paths #17
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
`MainBundlePath` directory is not writable on iOS and hence we should use `DocumentDirectoryPath` This was fixed in a previous PR but got lost in merges somehow!
<img width="310" alt="Screen Shot 2020-04-07 at 6 11 20 PM" src="https://user-images.githubusercontent.com/702990/78734090-2836e780-78fc-11ea-8152-ed4ab08d6fee.png"> Redo with latest icon of #382
…on new Tag. (#303) * Update README.md * Update README.md * Adding GitHub Action to create a release file * Reverting Readme Bluetooth description. * Testing on all commits * Removing working directory from signing * Testing with Debug First. * Checking if release build configs were the bug we see in GitHub Actions * Fixing Release watch files issue. * moving the Debug Build. * cleaning before bundle. * Maybe bundling was the issue. * Fixing the directory of the AAB * Activating by Release Tag. * id fixes. * Fixing path * Fixing APK Filenames
* disable turning on bluetooth for v1 * Add minimum acceptable update time to avoid flooding the log Add maximum backfill time to avoid excessive backfills Added checks for faster than expected updates Fixed logic around backfills Co-authored-by: Ken Pugsley <>
* Cache CocoaPod install * Group pods into single location * Cache gradle * disable gradle daemon, no benefit * verbose js builds * reserve new cache key, old one got corrupted * Cache gradle in the release.yml * Podfile auto updated * cache correct ios/Pods dir!
* Update README.md * Update README.md * Reverting Readme Bluetooth description. * Fixing Release watch files issue. * 0.5.12 * Weird rebasing issues duplicated code. * Chancing version on the test files * Activating signatures on the APK as well. * Using the correct file name
* 0.9.0 * 0.9.0 * adding the licenses snapshot Co-authored-by: Ken Pugsley <>
* [Android] White splashscreen with new logo * Shift text lower * revert to match_parent (fill is deprecated) * Fixed padding
- Changes the single instance of "data never leaves users' devices" to "Data never leaves user's device" to bring it more in line with the same phrase elsewhere in the readme. - "found" not "round" - "Failed to load bundle - Could not connect to development server" is word for word what you would see in the console as an error and should be monospaced.
LocationService.js - Clean up variable name for internal configuration, and when it's set. - remove unused variable from .stop() method LocationTracking.js - Moved LocationService start() and stop() calls to ensure the location service gets enabled or disabled appropriately if a user changes location permissions
* Change the URL to point to covidsafepaths.org * Merging changes * Changes based on Mayo feedback Several fairly minor changes based on feedback from Mayo * Soften the "You've been exposed" language, change the icon from red to yellow * Add a link to the Mayo covid website on the main webpage * Add a Terms of Use link on the Legal page * Add What to Do Next? text on the Exposure History page * New graphics assets for linking, plus removed unused graphic assets * Updating the UI tests
* 0.9.1 * unit test snapshot Co-authored-by: Ken Pugsley <>
* Increase file watchers in Android build * Streamline iOS pod install * naming tweaks
* Add i18next-parser * Fix some non-extractable strings * Ignore some plural issues in certain languages (temp) * rename english.json * update npm command * bump down one key in i18n config * merge ca locale * merge cs local * merge and sort all remaining translation files * import the index.json directly * sort english keys * Do all languages * sort all trans files * Remove unused translations * don't commit translation _old.json files * Fixed trans message in settings * Update instructions on translatios * Missed some more translations for extraction * Revert "Remove unused translations" This reverts commit 74c8169. * Don't commit _old.json files * Re extract all messages, got some missing keys * rename locale files * change locale location * Move locale json files * Remove incomplete translations, leave ht * update ignore for locales * remove available languages list * Only extract for en, ht
* Add IBMPlexMono font * Update LaunchScreen Logo & Background Co-authored-by: Christos Pappas <[email protected]>
Change private-kit -> covid-safe-paths string
Signed-off-by: Patrick Erichsen <[email protected]>
Co-authored-by: Dzianis Papakul <[email protected]> Co-authored-by: Tim Stirrat <[email protected]>
* Lint files on PR creation * lint-diff to eslint only changed lines * try a different one * lint-diff to eslint only changed lines * lint only changed files * test * remove the hack * use lint-diff * prettier * also on push * change action sub name * use node modules bin * some debugging * jetifier * try origin/develop * Remove lint problems
* code for intersection in background service * debug * fix the sorting scheme * fix the wrong key used for healthcare authorities * Add stop call for the background task service * Add iOS permissions for Background fetch * fix merge conflicts * Fix the false alarm created by daybins * Update snapshot and fix minor bugs * Add compatibility for older ios versions * update Podfile * Fix the lint errors * move intersect code
The main Exposure screen has a significant amount of text. In order to fit it comfortably on the screen, it makes sense to take advantage of moving the text above the central warning icon. Additonally the subtext balances it nicely. This also fixes several coding errors: * Missing {} on imported function * Missing "let" for a temporary variable * Add error check for an undefined array, which happens at first startup
Co-authored-by: Liz Falkner <[email protected]>
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.
No description provided.