Repo Created
This commit is contained in:
parent
eb305e2886
commit
a8c22c65db
4784 changed files with 329907 additions and 2 deletions
84
play-services-maps/core/mapbox/build.gradle
Normal file
84
play-services-maps/core/mapbox/build.gradle
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
/*
|
||||
* Copyright 2013-2019 microG Project Team
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
dependencies {
|
||||
implementation project(':play-services-maps')
|
||||
implementation project(':play-services-base-core')
|
||||
implementation project(':play-services-location')
|
||||
implementation("org.maplibre.gl:android-sdk:10.2.0")
|
||||
implementation("org.maplibre.gl:android-plugin-annotation-v9:2.0.1") {
|
||||
exclude group: 'com.google.android.gms'
|
||||
}
|
||||
implementation 'org.maplibre.gl:android-sdk-turf:5.9.0'
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
|
||||
}
|
||||
|
||||
def execResult(...args) {
|
||||
def stdout = new ByteArrayOutputStream()
|
||||
exec {
|
||||
commandLine args
|
||||
standardOutput = stdout
|
||||
}
|
||||
return stdout.toString().trim()
|
||||
}
|
||||
|
||||
android {
|
||||
namespace "org.microg.gms.maps.mapbox"
|
||||
|
||||
compileSdkVersion androidCompileSdk
|
||||
buildToolsVersion "$androidBuildVersionTools"
|
||||
|
||||
buildFeatures {
|
||||
buildConfig = true
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
versionName version
|
||||
minSdkVersion androidMinSdk
|
||||
targetSdkVersion androidTargetSdk
|
||||
buildConfigField "String", "MAPBOX_KEY", "\"${localProperties.getProperty("mapbox.key", System.getenv('MAPBOX_VECTOR_TILES_KEY') ?: "")}\""
|
||||
buildConfigField "String", "STADIA_KEY", "\"${localProperties.getProperty("stadia.key", System.getenv('STADIA_API_KEY') ?: "")}\""
|
||||
|
||||
ndk {
|
||||
abiFilters "armeabi", "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
disable 'GradleCompatible'
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = 1.8
|
||||
}
|
||||
}
|
||||
|
||||
if (file('user.gradle').exists()) {
|
||||
apply from: 'user.gradle'
|
||||
}
|
||||
35
play-services-maps/core/mapbox/src/main/AndroidManifest.xml
Normal file
35
play-services-maps/core/mapbox/src/main/AndroidManifest.xml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2013-2019 microG Project Team
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||
|
||||
<uses-sdk tools:overrideLibrary="com.mapbox.mapboxsdk, com.mapbox.mapboxsdk.plugins.annotation" />
|
||||
|
||||
<application />
|
||||
|
||||
</manifest>
|
||||
|
|
@ -0,0 +1 @@
|
|||
Roboto Regular/
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold10240-10495
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold10496-10751
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold10752-11007
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold11008-11263
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold11264-11519
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold11520-11775
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold11776-12031
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold12032-12287
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold12288-12543
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold12544-12799
|
||||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold12800-13055
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold13056-13311
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold13312-13567
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold13568-13823
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold13824-14079
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold14080-14335
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold14336-14591
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold14592-14847
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold14848-15103
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold15104-15359
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold 1536-1791
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold15360-15615
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold15616-15871
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold15872-16127
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold16128-16383
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold16384-16639
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold16640-16895
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold16896-17151
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold17152-17407
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold17408-17663
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold17664-17919
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold 1792-2047
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold17920-18175
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold18176-18431
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold18432-18687
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold18688-18943
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold18944-19199
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold19200-19455
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold19456-19711
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold19712-19967
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold19968-20223
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold20224-20479
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold 2048-2303
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold20480-20735
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold20736-20991
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold20992-21247
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold21248-21503
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold21504-21759
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold21760-22015
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold22016-22271
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold22272-22527
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold22528-22783
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold22784-23039
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold 2304-2559
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold23040-23295
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold23296-23551
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold23552-23807
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold23808-24063
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold24064-24319
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold24320-24575
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold24576-24831
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold24832-25087
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold25088-25343
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold25344-25599
|
||||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold 2560-2815
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold25600-25855
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold25856-26111
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold26112-26367
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold26368-26623
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold26624-26879
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold26880-27135
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold27136-27391
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold27392-27647
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold27648-27903
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold27904-28159
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold 2816-3071
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold28160-28415
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold28416-28671
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold28672-28927
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold28928-29183
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold29184-29439
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold29440-29695
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold29696-29951
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold29952-30207
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold30208-30463
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold30464-30719
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold 3072-3327
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold30720-30975
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold30976-31231
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold31232-31487
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold31488-31743
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold31744-31999
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
Roboto Bold32000-32255
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue