Skip to content

[mapcache-792]#86

Merged
nruss11-om merged 1 commit intodevelopfrom
feature/mapcache-792
Mar 11, 2025
Merged

[mapcache-792]#86
nruss11-om merged 1 commit intodevelopfrom
feature/mapcache-792

Conversation

@nruss11-om
Copy link
Contributor

  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

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
@nruss11-om nruss11-om merged commit 2229213 into develop Mar 11, 2025
1 check failed
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
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