This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/android
Roman Tsisyk a4847b67ae [android] Fix bugs in external storage scanning code
The app scans all available storages for the maps files on every start.
Initially, we prepare a list of available directories and scan them
for the write access and the free space. After that, we pick a first
directory which contains existing maps files. A first directory from
the list is used if no maps files were found.

The problem was that directory from settings.ini wasn't first in
the scan list. It could lead to weird behaviour if you add/remove
SD cards between app runs. App could switch to a newly added SD
card if this card had some old maps files. After switching the new
patch wasn't saved to settings.ini.

This patch sets the highest priority to a directory from settings.ini.
The configuration file is now updated in all cases.

Added verbose logging for troubleshooting.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-08-05 16:37:14 +02:00
..
assets [android] removed waste unused old atlas and a few old unused Android images. 2021-07-18 22:27:32 +02:00
flavors [android] Removed unnecessary debug log 2021-07-14 08:56:43 +03:00
gradle/wrapper [android] Updated gradle to 7.0 2021-05-17 11:47:28 +03:00
jni [android] Fix bugs in external storage scanning code 2021-08-05 16:37:14 +02:00
res [strings] Regenerated 2021-08-04 10:57:02 +03:00
script [3party][icu] Updated icu to 69.1 and migrated to submodule 2021-06-07 11:26:14 +03:00
src/com/mapswithme [android] Fix bugs in external storage scanning code 2021-08-05 16:37:14 +02:00
.gitignore [android][ci] Upload to stores automatically 2021-05-21 09:20:22 +03:00
AndroidManifest.xml [android] Add support for ACTION_SEND intents 2021-08-04 11:48:22 +03:00
build.gradle [android] excluded from packaging vulcan validation libs. It will reduce F-Droid build size by 15 Mb. Google Play and App Galery builds sizes will be reduced aproximately by 7 Mb. 2021-07-23 08:27:59 +02:00
code_style_scheme.xml [android] Fixed c++ style in android studio code style scheme 2020-04-23 20:01:12 +03:00
debug.keystore Fixed configure.sh script and gh actions 2021-03-23 17:47:44 +01:00
gradle.properties [android]: New versioning scheme 2021-04-24 23:02:44 +03:00
gradlew [android]: Secure Gradle version as suggested by linter 2021-03-14 19:20:35 +03:00
gradlew.bat [android]: Secure Gradle version as suggested by linter 2021-03-14 19:20:35 +03:00
HOW_TO_USE_GRADLE.txt Removed 'omim' from HOW_TO_USE_GRADLE.txt 2021-07-01 22:41:43 +02:00
ic_launcher-playstore.png [android][ios] New logo 2021-06-05 09:20:44 +03:00
multidex-config.txt [android] Removed useless "Key information" text from PlacePageView. On iOS it's already removed. 2021-07-30 13:47:43 +03:00
proguard-mwm.txt [android] Remove ads and tracking code 2021-03-06 09:00:01 +03:00