Skip to content

Commit f94cbf9

Browse files
authored
Merge pull request #64 from ngageoint/darkMode
Dark mode
2 parents 6d36f5b + e42e963 commit f94cbf9

File tree

165 files changed

+24818
-895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+24818
-895
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
java-version: 16
1717
distribution: 'adopt'
1818
- name: mobsfscan
19-
uses: MobSF/mobsfscan@0.1.2
19+
uses: MobSF/mobsfscan@0.2.0
2020
with:
2121
args: '. --sarif --output results.sarif || true'
2222
- name: Upload mobsfscan report

MapCacheAndroid.sketch

513 KB
Binary file not shown.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '1.5.20'
3+
ext.kotlin_version = '1.7.10'
44

55
repositories {
66
google()
77
mavenCentral()
88
mavenLocal()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.0.3'
11+
classpath 'com.android.tools.build:gradle:7.2.2'
1212
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}

get-pip2.py

Lines changed: 23974 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Nov 15 09:06:01 MST 2019
1+
#Thu Jul 20 11:21:15 MDT 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip

mapcache/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
resValue "string", "applicationId", applicationId
1616
minSdkVersion 28
1717
targetSdkVersion 31
18-
versionCode 46
19-
versionName '2.1.6'
18+
versionCode 52
19+
versionName '2.1.7'
2020
multiDexEnabled true
2121
}
2222
buildTypes {
@@ -50,19 +50,19 @@ task androidAppVersion {
5050
dependencies {
5151
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5252
api 'androidx.appcompat:appcompat:1.3.0'
53-
api 'com.google.android.material:material:1.0.0'
54-
api 'androidx.preference:preference:1.1.1'
53+
api 'com.google.android.material:material:1.6.0'
54+
api 'androidx.preference:preference:1.2.0'
5555
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
5656
api 'mil.nga.geopackage.map:geopackage-android-map:6.7.1' // comment out to build locally
5757
//api project(':geopackage-map') // uncomment me to build locally
5858
api 'mil.nga.mgrs:mgrs-android:2.2.2'
5959
api 'mil.nga.gars:gars-android:1.2.2'
6060
api 'androidx.multidex:multidex:2.0.1'
6161
implementation 'com.google.code.gson:gson:2.8.7'
62-
implementation 'androidx.exifinterface:exifinterface:1.3.3'
63-
implementation 'com.google.android.gms:play-services-location:19.0.1'
64-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
65-
implementation 'androidx.viewpager2:viewpager2:1.1.0-alpha01'
62+
implementation 'androidx.exifinterface:exifinterface:1.3.6'
63+
implementation 'com.google.android.gms:play-services-location:21.0.1'
64+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
65+
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
6666
implementation 'org.locationtech.jts:jts-core:1.18.2'
6767
testImplementation 'androidx.multidex:multidex:2.0.1'
6868
testImplementation 'junit:junit:4.13.1'
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 3,
3+
"artifactType": {
4+
"type": "APK",
5+
"kind": "Directory"
6+
},
7+
"applicationId": "mil.nga.mapcache",
8+
"variantName": "release",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"attributes": [],
14+
"versionCode": 49,
15+
"versionName": "2.1.7",
16+
"outputFile": "mapcache-release.apk"
17+
}
18+
],
19+
"elementType": "File"
20+
}

mapcache/src/main/AndroidManifest.xml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,29 +94,35 @@
9494

9595
<activity
9696
android:name=".preferences.PreferencesActivity"
97-
android:label="@string/title_activity_preferences">
97+
android:label="@string/title_activity_preferences"
98+
android:theme="@style/PreferenceStyle">
9899
<meta-data
99100
android:name="android.support.PARENT_ACTIVITY"
100101
android:value="mil.nga.mapcache.MainActivity" />
101102
</activity>
102103
<activity
103104
android:name=".preferences.AboutMapcacheActivity"
104-
android:label="@string/title_activity_about_mapcache" />
105+
android:label="@string/title_activity_about_mapcache"
106+
android:theme="@style/PreferenceStyle"/>
105107
<activity
106108
android:name=".preferences.TileUrlActivity"
107-
android:label="@string/title_activity_saved_tile_urls" />
109+
android:label="@string/title_activity_saved_tile_urls"
110+
android:theme="@style/PreferenceStyle"/>
108111
<activity
109112
android:name=".preferences.BasemapSettingsActivity"
110-
android:label="BasemapSettingsActivity" />
113+
android:label="BasemapSettingsActivity"
114+
android:theme="@style/PreferenceStyle"/>
111115
<activity
112116
android:name=".preferences.PrivacyPolicyActivity"
113-
android:label="@string/title_activity_privacy_policy" />
117+
android:label="@string/title_activity_privacy_policy"
118+
android:theme="@style/PreferenceStyle"/>
114119
<activity
115120
android:name=".preferences.DisclaimerActivity"
116-
android:label="@string/title_activity_disclaimer" />
121+
android:label="@string/title_activity_disclaimer"
122+
android:theme="@style/PreferenceStyle"/>
117123
<activity
118124
android:name=".tutorial.TutorialActivity"
119-
android:label="@string/title_activity_tutorial"></activity>
125+
android:label="@string/title_activity_tutorial" />
120126
<activity
121127
android:name=".view.map.feature.FeatureViewActivity"
122128
android:label="@string/title_activity_feature_view" />

0 commit comments

Comments
 (0)