-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Submodule gn_mobile_core
updated
32 files
Submodule gn_mobile_maps
updated
13 files
+4 −0 | .gitmodules | |
+1 −0 | .idea/codeStyles/Project.xml | |
+2 −0 | .idea/gradle.xml | |
+1 −0 | .idea/vcs.xml | |
+13 −1 | README.md | |
+1 −0 | gn_mobile_core | |
+9 −7 | maps/build.gradle | |
+175 −0 | maps/src/main/java/fr/geonature/maps/settings/LayerSettingsViewModel.kt | |
+85 −93 | maps/src/main/java/fr/geonature/maps/ui/MapFragment.kt | |
+0 −94 | maps/src/main/java/fr/geonature/maps/ui/overlay/feature/FeatureOverlayProvider.kt | |
+1 −0 | mountpoint | |
+1 −1 | settings.gradle | |
+14 −0 | upgrade_submodules.sh |
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 @@ | ||
gn_mobile_core/mountpoint |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#Sun Feb 02 18:55:04 CET 2020 | ||
VERSION_CODE=1580 | ||
#Tue Feb 11 20:38:22 CET 2020 | ||
VERSION_CODE=1620 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
include ':commons', ':viewpager', ':maps', ':occtax' | ||
include ':commons', ':mountpoint', ':viewpager', ':maps', ':occtax' |
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