Use the real file names for suffix extraction on Android
commite34f77f1a128aa4c80dccda7cf405ffa0d1f4d83
authorMartin Tůma <tumic@cbox.cz>
Mon, 28 Aug 2023 18:18:38 +0000 (28 20:18 +0200)
committerMartin Tůma <tumic@cbox.cz>
Mon, 28 Aug 2023 18:18:38 +0000 (28 20:18 +0200)
tree7ece0ed0a4418d563dbf6066e534cf2a1f981d20
parent00e8004042af0a7a51482d4b35e887f3d6c4e009
Use the real file names for suffix extraction on Android

Many file URLs/paths that are passed to GPXSee on Android are unusable for
extracting the file suffix due to the Android file name mangling. Use
the converted "display names" for suffix extraction where possible.
src/data/data.cpp
src/map/maplist.cpp