From febe5e33610deed6fa5c5a7e401d8f9f3777635d Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 5 Mar 2020 19:30:07 +0200 Subject: [PATCH 1/2] Fix possible crash and migrate file provider name in manifests --- OsmAnd/AndroidManifest-free.xml | 2 +- OsmAnd/AndroidManifest-freecustom.xml | 2 +- OsmAnd/AndroidManifest-freedev.xml | 2 +- OsmAnd/AndroidManifest-freehuawei.xml | 2 +- OsmAnd/AndroidManifest-huawei.xml | 2 +- .../other/DestinationReachedMenuFragment.java | 8 ++++++-- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/OsmAnd/AndroidManifest-free.xml b/OsmAnd/AndroidManifest-free.xml index 0cc15e429d..873848e1e9 100644 --- a/OsmAnd/AndroidManifest-free.xml +++ b/OsmAnd/AndroidManifest-free.xml @@ -20,7 +20,7 @@ android:process="net.osmand"/> diff --git a/OsmAnd/AndroidManifest-freecustom.xml b/OsmAnd/AndroidManifest-freecustom.xml index 3b9368a468..66ced1602a 100644 --- a/OsmAnd/AndroidManifest-freecustom.xml +++ b/OsmAnd/AndroidManifest-freecustom.xml @@ -18,7 +18,7 @@ android:process="net.osmand.freecustom" tools:replace="android:process"/> diff --git a/OsmAnd/AndroidManifest-freedev.xml b/OsmAnd/AndroidManifest-freedev.xml index 0ef9c72e9c..09ecf8a880 100644 --- a/OsmAnd/AndroidManifest-freedev.xml +++ b/OsmAnd/AndroidManifest-freedev.xml @@ -17,7 +17,7 @@ android:process="net.osmand.dev" tools:replace="android:process"/> diff --git a/OsmAnd/AndroidManifest-freehuawei.xml b/OsmAnd/AndroidManifest-freehuawei.xml index 9fe9a01ccf..e96bb7fe47 100644 --- a/OsmAnd/AndroidManifest-freehuawei.xml +++ b/OsmAnd/AndroidManifest-freehuawei.xml @@ -13,7 +13,7 @@ Date: Thu, 5 Mar 2020 19:59:08 +0200 Subject: [PATCH 2/2] Update material components library --- OsmAnd/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OsmAnd/build.gradle b/OsmAnd/build.gradle index e27eddcf0d..7dac21bbef 100644 --- a/OsmAnd/build.gradle +++ b/OsmAnd/build.gradle @@ -459,7 +459,7 @@ dependencies { implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.google.android.material:material:1.0.0' + implementation 'com.google.android.material:material:1.2.0-alpha05' implementation 'androidx.browser:browser:1.0.0' implementation 'androidx.preference:preference:1.1.0' implementation fileTree(include: ['gnu-trove-osmand.jar', 'icu4j-49_1_patched.jar'], dir: 'libs') @@ -495,7 +495,7 @@ dependencies { exclude group: 'com.android.support' } implementation 'com.github.PhilJay:MPAndroidChart:v3.0.1' - implementation ("com.github.HITGIF:TextFieldBoxes:1.3.5"){ + implementation ("com.github.HITGIF:TextFieldBoxes:1.4.5"){ exclude group: 'com.android.support' }