-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map does not show images - sometimes #303
Comments
Just tested on my Android 9 smartphone and works fine. The log also reports: |
INFO: LOGGER: : -------------- App started --------------DEBUG: Settings: received Context: eu.quelltext.mundraub.activities.AboutActivity@3b747f4DEBUG: Settings: Build.VERSION.RELEASE: 9DEBUG: Settings: Build.VERSION.SDK_INT: 28DEBUG: Settings: Build.MODEL: GM1913DEBUG: Settings: BuildConfig.VERSION_NAME: v1.218DEBUG: Settings: BuildConfig.DEBUG: falseDEBUG: Settings: BuildConfig.VERSION_CODE: 219DEBUG: Settings: COMMIT_HASH: f2f06419fb78a4aae7adeec7f7de84518147a39eDEBUG: Settings: Permissions.CAN_ASK_FOR_PERMISSIONS: trueDEBUG: Settings: useInsecureConnections: falseDEBUG: Settings: useAPIId: mundraubDEBUG: Settings: customNaOvoceHost: https://na-ovoce.czDEBUG: Settings: useCacheForPlants: trueDEBUG: Settings: useErrorReport: trueDEBUG: Settings: useOfflineMapAPI: falseDEBUG: Settings: debugMundraubMapAPI: falseDEBUG: Settings: vibrateWhenPlantIsInRange: falseDEBUG: Settings: useFruitRadarNotifications: falseDEBUG: Settings: radarPlantRangeMeters: 150DEBUG: Settings: maximumDisplayedMarkers: 100DEBUG: Settings: maximumZoomLevelForOfflineMap: 16DEBUG: Settings: downloadMapTilesForZoomLevelsLowerThanMaximum: trueDEBUG: Settings: userHasReadThePrivacyPolicy: trueDEBUG: Settings: offlineMapAreaBoundingBoxes: []DEBUG: Settings: showCategories: mundraubDEBUG: Settings: downloadMarkersFromAPI: na-ovoce,fruitmap,mundraubDEBUG: Settings: tilesToDownload: osmDEBUG: Settings: customNaOvoceDownloadUrls: DEBUG: Settings: askForPermission_android.permission.WRITE_EXTERNAL_STORAGE: trueDEBUG: AboutActivity: activity life cycle: onCreateDEBUG: AboutActivity: activity life cycle: onStartDEBUG: AboutActivity: activity life cycle: onResumeDEBUG: AboutActivity: activity life cycle: onPauseDEBUG: SettingsActivity: activity life cycle: onCreateDEBUG: SettingsActivity: activity life cycle: onStartDEBUG: SettingsActivity: activity life cycle: onResumeDEBUG: AboutActivity: activity life cycle: onStopjava.lang.RuntimeException: Unable to pause activity {eu.quelltext.mundraub/eu.quelltext.mundraub.activities.SettingsActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.clearFocus()' on a null object reference |
@Kallagan93 Thanks for reporting the error log. From what I read, this is the exception from #304. What happens if you open the map? I can not read something about that in the log file. |
@niccokunzmann I updated the error Log |
@Kallagan93 Thanks. This is interesting. From this, I read that the AboutActivity (Information about the app) is the first thing which opens and then, the Settings are opened. I do not really know why that happens. I would expect something else (StartupActivity first). The Settings crash Because of #304. This is resolved in #305 and will be live from v1.227 on. What I do not understand is why the AboutActivity is the first thing which opens and why it goes to the Settings. Do you interact with the app? |
Now, I have a Phone running lineage OS. It show the map. I still have no device to work on this. |
Several users of Android 9 have reported that the map does not load. I saw that it does not load the street map and does not load the satellite map. Zooming out does not help and an Internet connection was available.
Google statistics show that there are many Android 9 users. So, I wonder if it is unusable under all versions.
I do not have Android 9 nor an emulator, so I can not test it at the moment or repair it. Help is welcome.
How you can help:
We're using [Polar.sh](https://polar.sh/niccokunzmann) so you can upvote and help fund this issue. We receive the funding once the issue is completed & confirmed by you. Thank you in advance for helping prioritize & fund our work.
The text was updated successfully, but these errors were encountered: