-
Notifications
You must be signed in to change notification settings - Fork 18
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
Release/2.2.0 #624
Merged
Merged
Release/2.2.0 #624
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
cfea871
Add support for EPSG:3857 url template
maerki fb76dd1
Update Changelog
maerki 103e6b4
removes precondition
stmitt adf8dba
only capture touches in polygon when callbackhandler is set
stmitt add089d
Merge branch 'release/2.2.0' into feature/epsg-url-template
maerki 12e1eba
Merge pull request #622 from openmobilemaps/feature/epsg-url-template
maerki 5794973
remove duplicate code in GeoJSONVT
stmitt 06ce189
fixes a bug in hole simplificaten
stmitt 5a1bc32
adds PerformanceLogger
stmitt c1be812
fixes performance logger build
stmitt 7b7de21
Add option for periodic finish in GLThread
maurhofer-ubique 7528817
reuse gpu buffer on iOS if possible
stmitt 799fde5
Add overridable onMapViewStateUpdated method in the MapView
maurhofer-ubique 98ddab3
Fix value offset for polygon in striped case
maurhofer-ubique 85ba90a
increase version to 2.0.7
stmitt 2004a14
Merge remote-tracking branch 'origin/release/2.0.7' into release/2.2.0
stmitt 8687b0d
improve performance logger
stmitt 9141281
fixes iOS alpha instances pre multiplication
stmitt 5393cb9
fixes logger types
stmitt cc6ae5a
cancel post loading if not visible anymore
stmitt 6e44b28
pause mapview when app is in background
stmitt 45a90e3
make geojson parser more stable
stmitt ffa2c49
Merge remote-tracking branch 'origin/release/2.0.7' into release/2.2.0
stmitt 85c1533
print error instead of crashing when parsing a unsupported stop expre…
stmitt 0f23d1e
fixes interpolation for non numeric values
stmitt 4c947d1
Add BitmapTextureHolder canvas expansion POT modes, stencil clear order
maurhofer-ubique 8fb48df
Improve shader compilation error logging for OpenGl
maurhofer-ubique 96d37bf
Fix segfault on improperly timed reload call
maurhofer-ubique f5ffa92
Don’t call setZoom during moveToCenter(animated)
maerki ce9b45c
Merge pull request #629 from openmobilemaps/bugfix/animated-move-to-p…
maerki e16da4d
Revert "fixes iOS alpha instances pre multiplication"
stmitt 1c9d34f
Prepare for release 2.0.8
maurhofer-ubique 4c3db1a
Build on release/-PRs, adjust credential names to match usual pattern
maurhofer-ubique cf3d187
Merge pull request #630 from openmobilemaps/feature/artifactory-secrets
maurhofer-ubique efb05d6
Merge remote-tracking branch 'origin/release/2.2.0' into feature/prep…
maurhofer-ubique 4ea9490
Merge pull request #631 from openmobilemaps/feature/prepare-2.0.8-merge
stmitt 3f7a55e
Prepare for 2.2.0 release
maurhofer-ubique File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
7 changes: 7 additions & 0 deletions
7
android/src/main/java/io/openmobilemaps/mapscore/graphics/CanvasEdgeFillMode.kt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package io.openmobilemaps.mapscore.graphics | ||
|
||
sealed class CanvasEdgeFillMode { | ||
data object Mirorred : CanvasEdgeFillMode() | ||
data class Clamped(val borderWidthPx: Int) : CanvasEdgeFillMode() | ||
data object None : CanvasEdgeFillMode() | ||
} |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tip
Codebase Verification
The old environment variables (
UB_ARTIFACTORY_URL
,UB_ARTIFACTORY_USERNAME
,UB_ARTIFACTORY_PASSWORD
) are still present in theandroid/build.gradle
file. These should be updated to the new environment variables to ensure consistency across the codebase.android/build.gradle
:UB_ARTIFACTORY_URL
should be updated toUBIQUE_ARTIFACTORY_URL
UB_ARTIFACTORY_USERNAME
should be updated toUBIQUE_ARTIFACTORY_USER
UB_ARTIFACTORY_PASSWORD
should be updated toUBIQUE_ARTIFACTORY_PASS
Analysis chain
Ensure that the renamed environment variables are consistently used across all configuration files.
Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 88
Script:
Length of output: 532