Bernd
Bernd
Codacy changed their used checkstyle to version 10.3.1, so we should use the same version. For AS you need the "CheckStyle-IDEA" plugin in Version >= 5.6.0.
### Describe your problem! The latest beta release `2022.06.06-RC` was not created with buildType `rc`. Therefore the appIcon is not `@mipmap/ic_launcher_rc"`. ### How to reproduce? See the app icon after...
### Describe your problem! While doing some tests I have a failing test for `DownloaderTest.testOpenAndroMaps()`. The line 22 `final String page = Network.getResponseData(Network.getRequest(url));` results in `page = null`, the test...
### Describe your problem! While testing the current Mapsforge code, I stumbled across some errors.It looks like a download error, possible by a broken connection to the server. ~~~ 022-07-24...
### Describe your problem! Error in the Logcat console when (fast) zooming out. ~~~ 022-07-24 12:26:08.601 10499-10543/cgeo.geocaching W/cgeo: [network--6] parallelCombineActive: swallowing error from connector cgeo.geocaching.connector.gc.GCConnector@720fcae1 java.lang.RuntimeException: java.io.IOException: request was not...
### Describe your problem! since PR #12883 with integration of loupe(`implementation 'io.github.igreenwood.loupe:loupe:1.2.2'`) we see this warning in the gradle output: ~~~ 11:47:38 > Task :main:lintBasicDebug 11:47:38 w: Runtime JAR files...
### Tell us your idea! The language resolution strategy of android is described in https://developer.android.com/guide/topics/resources/multilingual-support#preN . If we rename `pt_PT` to `pt`, then a system language configuration of `pt_PT` is...
## Bug description After the rework of the settings the username and passwort is no more shown. ## Reproduce left: old - right:new   ## WhereYouGo versions old: 2020.08.21...
As LoginTask (created in PR #210) and DownloadCartridgeTask use mostly the same code this should be generalized to a shared base class (e.g. NetworkTask).
## Jump directly to the "Login Credentials" dialog instead to "Settings" If you do not saved your credentials and try to dowmload a cartridge then you get a info message....