Merged
Conversation
Update upload-artifact and checkout action versions to resolve workflow failure
Remove failing mobsfscan action
Set JVM target to 17 to resolve inconsistent JVM target compatibility error
replace deprecated "adopt" JDK distribution with temurin and add gradle cache
Set manual trigger for build workflow
danbenner-vega
approved these changes
Mar 24, 2025
cwerthomni
approved these changes
Mar 26, 2025
nruss11-om
added a commit
that referenced
this pull request
Apr 22, 2025
* [mapcache-789] (#85) 1) Increment minimum API to 29 and remove logic associated with unsupported read and write storage permissions 2) Fix issues with import and export of geopackages and consolidate duplicated logic. Allow user to save gpkg in the directory of their choice 3) Add logic to clear cache file directories on app start and termination 4) Fix potential issues with FileProvider implementation * [mapcache-792] (#86) 1) Remove logic associated with "external" geopackages, as this mode of access is no longer supported 2) Change MainActivity launchMode to "singleTask", so that selecting a gpkg file from outside the app will open the same instance of MapCache if one already exists * Feature/mapcache 794 (#87) [mapcache-794] 1) refactor gpkg download and file import classes to use coroutines 2) fix bug where the app is unresponsive when downloading a geopackage that uses the same name as a pre-existing geopackage 3) fix issue where import dialog is dismissed when a geopackage name conflict occurs 4) fix crash when an invalid url is entered for geopackage download, and add proper url validation 5) remove redundant "SlowServer" classes * [mapcache-794] Update databases map to ConcurrentHashMap, to avoid potential race condition that may cause a ConcurrentModificationException * Feature/mapcache 808 (#88) * [mapcache-808] Update upload-artifact and checkout action versions to resolve workflow failure Remove failing mobsfscan action Set JVM target to 17 to resolve inconsistent JVM target compatibility error Replace deprecated "adopt" JDK distribution with temurin and add gradle cache Set manual trigger for build workflow * [mapcache-804] (#90) Add "contact us" button * Increment version code and name for 2.1.13 release * Update "about" section for 2.1.13 release
This file contains hidden or 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
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.
Fix github actions workflow failures