-
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
Ac 1756 remove dependency on google maps webservice #27
Merged
ABausG
merged 7 commits into
pre-release
from
AC-1756-remove-dependency-on-google_maps_webservice
Jun 7, 2022
Merged
Ac 1756 remove dependency on google maps webservice #27
ABausG
merged 7 commits into
pre-release
from
AC-1756-remove-dependency-on-google_maps_webservice
Jun 7, 2022
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
Nicoo12345
approved these changes
Jun 3, 2022
soeren-schmaljohann-2denker
approved these changes
Jun 7, 2022
…aps_webservice # Conflicts: # packages/apptive_grid_form/CHANGELOG.md # packages/apptive_grid_form/pubspec.yaml
github-actions
bot
added
p:core
Changes to apptive_grid_core
p:grid_builder
Changes to apptive_grid_grid_builder
p:user_management
Changes to apptive_grid_user_management
labels
Jun 7, 2022
ABausG
pushed a commit
that referenced
this pull request
Jun 9, 2022
* Ac 1594 update user response (#8) * Adding Tests to bump minCoverage * Adjusting User Response Missing some embedded stuff for know * Updating Spaces Response Support * Update Grid Response to include HAL Links and ID * Update FormData Model * Update Example iOS Build Data * Formatting * Versions and Changelog * Add call to perform an ApptiveLink * Grid row adjustments (#9) * Fix ApptiveLink Action * Adjust GridRow Breaking Changes: Now named Arguments and includes Links * Fix Deprecated url_launcher functions * Ac 1709 remove space uris and grid uris (#10) * Remove spaceUris from User Response Follow up of AC-1697 * Remove gridUris from Space Response Follow up from AC-1698 * Adjust versions and changelog * Formatting * Add virtualGrids ApptiveLinkType (#11) * Deprecate form actions (#12) * Deprecate FormAction Actions in Forms are not supported anymore. So I replaced most of the logic to use the HAL Links. I tried to make it as backward compatible as possible while still moving forward * Version and Changelog * Build iOS Examples as debug Apps * Form customisation (#13) * Deprecate FormAction Actions in Forms are not supported anymore. So I replaced most of the logic to use the HAL Links. I tried to make it as backward compatible as possible while still moving forward * Version and Changelog * Build iOS Examples as debug Apps * Add Scroll Controller to Form * Fix unnecessary ? * Add Button Alignment and Button Label * Add changelog information * Ac 1707 field key (#14) * add description to model * added description to form widget * added tests * use const * increased version * Check for mounted * fixed version number * undid new version * fixed typo * bumped version * fixed copy paste error * fixed parsing * added test * changelog * Fix unauthorized retry for performing an ApptiveLink (#17) * add header * changelog * added missing custom headers * renamed method * formatting * cleanup and docu * cleanup * fixed and added tests * fixed lints * extract headers with capture * Ac 1786 upgrade to flutter lints 2 (#20) * Upgrade to flutter_lints 2 * Versions and Changelog * Fix remaining lints * Ac 1813 layout changes (#19) * Ac 1799 key for space and grid (#21) * Add key and category (belongsTo) to Space * Add key to grid * Add missing comma * Ac 1861 user mgmt custom translations (#23) * Add way to provide custom translations * Adding Tests * Documentation * Fix Coverage * Ac 1620 fix web apptive (#25) * Fix web auth * Add new Colors to apptive_grid_theme * Update apptive_grid_web_apptive example (#26) * Ac 1870 deprecate apptive grid uri (#24) * Deprecate all ApptiveGridUri * Fix Core Tests * Fix Form Tests * Fix GridBuilder Tests * Fix Readmes to use new uri parameter * Increase coverage * Versions and Changelog * Ac 1856 upgrade to dart 2 17 (#22) * Add key and category (belongsTo) to Space * Add key to grid * Add missing comma * Upgrade to Dart 2.17 for all packages * Use new super parameters * Remove unused key argument from Private Widgets * Fix Tests * Adjust Changelogs * Fix Changelog Version * Fix coverage Ignore non hitable lines. Allows to increase minCoverage again * Fix ApptiveLink Parsing * Ac 1856 upgrade to dart 2 17 (#28) * Add key and category (belongsTo) to Space * Add key to grid * Add missing comma * Upgrade to Dart 2.17 for all packages * Use new super parameters * Remove unused key argument from Private Widgets * Fix Tests * Adjust Changelogs * Fix Changelog Version * Fix coverage Ignore non hitable lines. Allows to increase minCoverage again * Fix ApptiveLink Parsing * Enable super lint rule and fix remaining super usages * Fix Android Build * Ac 1756 remove dependency on google maps webservice (#27) * Switch out places for local version * Migrate geocoding and remove dependency * Lint cleanup * Documentation * Renaming * Fix Android Build * Ac 1471 new filters (#29) * Add key and category (belongsTo) to Space * Add key to grid * Add missing comma * Upgrade to Dart 2.17 for all packages * Use new super parameters * Remove unused key argument from Private Widgets * Fix Tests * Adjust Changelogs * Fix Changelog Version * Fix coverage Ignore non hitable lines. Allows to increase minCoverage again * Fix ApptiveLink Parsing * Enable super lint rule and fix remaining super usages * Use mixins for filter value * Add isNot Filter * Add today() filter expression * Add loggedInUser expression * Add isEmpty Filter * Filter adjustments * Ac 1154 fix theme goldens (#30) * Remove old goldens * Migrate Tests to Alchemist * Fix font loading * Migrate Text Themes * Add more tests * Add FAB Scenario * Prepare non alpha releases (#31) Co-authored-by: Sören Schmaljohann <56348804+soeren-schmaljohann-2denker@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
p:core
Changes to apptive_grid_core
p:form
Changes to apptive_grid_form
p:grid_builder
Changes to apptive_grid_grid_builder
p:user_management
Changes to apptive_grid_user_management
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.
Removed dependency on google_maps_webservice in favour of a local copy to be able to release stable versions of this package
The files in
google_maps_webservice
are copied and reduced versions of the files from here: https://github.com/lejard-h/google_maps_webservice/tree/nullsafetyOnce: lejard-h/google_maps_webservice#138 is closed we should remove this to go back to use the published version