Skip to content
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

Conversation

ABausG
Copy link
Contributor

@ABausG ABausG commented Jun 2, 2022

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/nullsafety

Once: lejard-h/google_maps_webservice#138 is closed we should remove this to go back to use the published version

@github-actions github-actions bot added the p:form Changes to apptive_grid_form label Jun 2, 2022
Anton Borries added 2 commits June 7, 2022 11:15
…aps_webservice

# Conflicts:
#	packages/apptive_grid_form/CHANGELOG.md
#	packages/apptive_grid_form/pubspec.yaml
@github-actions 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 ABausG merged commit d69bf3b into pre-release Jun 7, 2022
@ABausG ABausG deleted the AC-1756-remove-dependency-on-google_maps_webservice branch June 7, 2022 14:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants