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
Merge Latest Develop #1
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
Added info on how to download a PR from a Forked Repo in order to review it.
* RNFS.DownloadDirectoryPath is not defined on iOS. Figure out a way to access the Downloads folder. * Version 0.5.1
* UI changed, added Welcome Screens, changed location tracking screen * Moved Styles * Slider for welcome screens * Navigate through pagination * Set initial route * SafeAreaView for ios * Added image * Set state to true * Dot navigation fixed * Android backhandler * UI Designed for Export and Import Pages * Latest news page UI Co-authored-by: Harsh Vitra <harshvitra@gmail.com>
* Update README * RNFS.DownloadDirectoryPath is not defined on iOS. Figure out a way to access the Downloads folder. * Version 0.5.1 * Testing iOS Action * adding homebrew * Adding node and java * Installing Android Studio, SDK and Accepting licenses * Fixing java * Using cast for Android SDK * Proper way to accept licenses * Correct Android path * Build tools 28.0.3 * New Buildtools command * Fixing Parallelism and License Accept. * Fixing YAML indentation * Trying to see what the error code when accepting the license * Trying to get this licenses signed. * Removing license acceptance. * Fixing Node JS bug * Yet another tentative to get Android Tools signed. * Don't need to install NodeJS * Making sure we don't change this line. * Adding build step. * Moving from cocoa pods action to our own install. * Adding Android's assembleRelease step * Separating update pods. * Bundle is the right option * Changing bundleRelease (needs signature) to build. * Testing to see if react bundle is necessary * Adding react native bundle * Installing Android Support Library, google services and other images * Moving SDK update up top * New Android dependencies. * Fixing Command Line tools * Adding updates and platform tools * Fixing installation by accepting licenses at the moment of the download * Testing the need for Support libraries via cradle. * Reverting Library support * Adding MIT team for the release * Removing SDK Manager update * Adding a gradlew check before build. * Solving merge conflict. * Changing the name of the builder action * Adding working dir. * Keeping things that are working. * Only creates the directory if the directory does not exist. * Setting up Android's back button to go back to the main screen instead of leaving the app. Co-authored-by: David Biga <biga.david@gmail.com>
I previous PR added a second version of dev_setup.sh that was identical except the Android Studio setup was commented out. This indicates a need, so now the main dev_setup.sh allows you to skip that step. The dev_setup2.sh has been removed.
* Update README * RNFS.DownloadDirectoryPath is not defined on iOS. Figure out a way to access the Downloads folder. * Version 0.5.1 * Testing iOS Action * adding homebrew * Adding node and java * Installing Android Studio, SDK and Accepting licenses * Fixing java * Using cast for Android SDK * Proper way to accept licenses * Correct Android path * Build tools 28.0.3 * New Buildtools command * Fixing Parallelism and License Accept. * Fixing YAML indentation * Trying to see what the error code when accepting the license * Trying to get this licenses signed. * Removing license acceptance. * Fixing Node JS bug * Yet another tentative to get Android Tools signed. * Don't need to install NodeJS * Making sure we don't change this line. * Adding build step. * Moving from cocoa pods action to our own install. * Adding Android's assembleRelease step * Separating update pods. * Bundle is the right option * Changing bundleRelease (needs signature) to build. * Testing to see if react bundle is necessary * Adding react native bundle * Installing Android Support Library, google services and other images * Moving SDK update up top * New Android dependencies. * Fixing Command Line tools * Adding updates and platform tools * Fixing installation by accepting licenses at the moment of the download * Testing the need for Support libraries via cradle. * Reverting Library support * Adding MIT team for the release * Removing SDK Manager update * Adding a gradlew check before build. * Solving merge conflict. * Changing the name of the builder action * Adding working dir. * Keeping things that are working. * Only creates the directory if the directory does not exist. * Setting up Android's back button to go back to the main screen instead of leaving the app. * Version 0.5.2 New UI (#81, #90) Co-authored-by: David Biga <biga.david@gmail.com>
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.
Merge latest develop