Skip to content

Implement Circle class for each SDK - #46

Closed
wf9a5m75 wants to merge 229 commits into
mainfrom
circle
Closed

Implement Circle class for each SDK#46
wf9a5m75 wants to merge 229 commits into
mainfrom
circle

Conversation

@wf9a5m75

Copy link
Copy Markdown
Contributor

No description provided.

wf9a5m75 added 30 commits April 22, 2025 04:59
- Use TextureView instead of SurfaceView for Mapbox SDK
* Partial fix: ArcGIS / Androidでマーカーが正しくない位置に表示される #4

* Partial fix: ArcGIS / Androidでマーカーが正しくない位置に表示される #4

* Fix: ArcGIS / Androidでマーカーが正しくない位置に表示される #4
* Partial fix: ArcGIS / Androidでマーカーが正しくない位置に表示される #4

* Partial fix: ArcGIS / Androidでマーカーが正しくない位置に表示される #4

* Fix: ArcGIS / Androidでマーカーが正しくない位置に表示される #4
…-safe. So I hope this fix the problem. (#11)

ticket: #10
…-safe. So I hope this fix the problem. (#11)

ticket: #10
* Introduce KtLint

* Fix: KtLint errors

* fix: Android lint errors

* add reviewdog check

* Run KtLint and Android lint for every commits

* Detect the code change by modules

* continue steps if no cache

* fix: duplicate steps are defined in the code_check.yml

* merge code_check.yml and reviewdog_pr.yml into ci.yml

* Add necessary files

* Fix: the ci workflow can not find the projects.properties file

* fix: KtLint does not work

* fix: KtLint and Android Lint errors

* fix: no value for <HERE_ACCESS_KEY_SECRET> is provided

* Separate lint and review actions
* Introduce KtLint

* Fix: KtLint errors

* fix: Android lint errors

* add reviewdog check

* Run KtLint and Android lint for every commits

* Detect the code change by modules

* continue steps if no cache

* fix: duplicate steps are defined in the code_check.yml

* merge code_check.yml and reviewdog_pr.yml into ci.yml

* Add necessary files

* Fix: the ci workflow can not find the projects.properties file

* fix: KtLint does not work

* fix: KtLint and Android Lint errors

* fix: no value for <HERE_ACCESS_KEY_SECRET> is provided

* Separate lint and review actions
* wip

* Fix: InfoWindow positioning is incorrect (confirmed: Google Maps, Mapbox, and Here. Not confirmed yet: ArcGIS)

* Info bubbles follow the dragged markers.

* update: .gitignore file

* wip: Implementing the marker drag gesture for Here SDK

* fix: linter errors

* fix: duplicated markers are added

* fix: KtLint errors

* update README.md

* The mapProvider of MapViewBase is no longer necessary

* Implement toasting logic in AppViewModel

* Create Settings class for defining default values

* rename MapView.kt to MapViewContainer.kt

* Fix: Cannot follow the map camera position for ArcGIS MapView

* Fix: InfoBubble does not follow the clicked marker on ArcGIS MapView

* Fix: onMapClick does not be involved

* Optimize code structure

* Fix: InfoBubble does not follow on ArcGIS Mapview when device is rotated

* Fix: linter errors

* Launch Google Maps app when taps on the "Get Directions" button in InfoBubble
* wip

* Fix: InfoWindow positioning is incorrect (confirmed: Google Maps, Mapbox, and Here. Not confirmed yet: ArcGIS)

* Info bubbles follow the dragged markers.

* update: .gitignore file

* wip: Implementing the marker drag gesture for Here SDK

* fix: linter errors

* fix: duplicated markers are added

* fix: KtLint errors

* update README.md

* The mapProvider of MapViewBase is no longer necessary

* Implement toasting logic in AppViewModel

* Create Settings class for defining default values

* rename MapView.kt to MapViewContainer.kt

* Fix: Cannot follow the map camera position for ArcGIS MapView

* Fix: InfoBubble does not follow the clicked marker on ArcGIS MapView

* Fix: onMapClick does not be involved

* Optimize code structure

* Fix: InfoBubble does not follow on ArcGIS Mapview when device is rotated

* Fix: linter errors

* Launch Google Maps app when taps on the "Get Directions" button in InfoBubble
* MarkerEntry is no longer necessary. Developer receives marker events through the parent MapView

* implement marker_drag_start, marker_drag, marker_drag_end for GoogleMaps, Mapbox, and Here

* Fix: Dragging marker on Here stops while it's dragging

* Implemente marker drag feature for ArcGIS
* MarkerEntry is no longer necessary. Developer receives marker events through the parent MapView

* implement marker_drag_start, marker_drag, marker_drag_end for GoogleMaps, Mapbox, and Here

* Fix: Dragging marker on Here stops while it's dragging

* Implemente marker drag feature for ArcGIS
* create BaseMapViewSaver and each mapview saver inherits it
* create BaseMapViewSaver and each mapview saver inherits it
* Optimize Linter Action triggers

* Cancel the previous action if a new commit is added on the same branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants