Results 40 issues of shtrophic

closes #860. I have also added tests with JUnit. Not sure if you'd still want new test implementations to base on a Java-only testing library, but I figured since e.g....

I have come accross some cases where our current parsing of the OSM `opening_hours` tag is not correct. While digging into the issue, I discovered that in the meantime of...

### Feature Description Add a per-room toggle to hide membership changes, which is currently present in the general settings ### Rationale Bridged rooms do not appear as "public rooms", which...

enhancement

Hey there. Gemini spec says about return code 52: > The resource requested is no longer available and will not be available again. Search engines and similar tools should remove...

enhancement

This PR closes #617 and improves search UX by not redrawing search results until there are actual results by any `SearchableRepository`. This "fixes" the "flickering" that would otherwise occur when...

Hey there. This is a proof-of-concept for JPEGXL decoding of the `image/jxl` mimetype. I figured that if there is WEBP support, there should be JPEGXL as well. After all, indie...

Hi there. `NetworkProvider.queryDeparture()`, specifies `@Nullable Date time`, but you depend on that parameter to be set to a value in `DbProvider`: https://github.com/schildbach/public-transport-enabler/blob/04e6b0c93abd8cdc5bca78bef0b8ed4058d9de1f/src/de/schildbach/pte/DbProvider.java#L654-L661

**Describe the issue** [Kvaesitso](https://github.com/MM2-0/Kvaesitso) has the ability to search for OSM locations near you, and given a location search result, you can launch a `geo`-Intent ([callsite](https://github.com/MM2-0/Kvaesitso/blob/64f309c144e9f1446f8a51de4995174b1880d5cc/core/base/src/main/java/de/mm20/launcher2/search/Location.kt#L166)). However, with the -Google...

CrashReports
API

Hello there. This PR continues the work of #57 which got abandoned. Apparently, the last state before closing was to resolve the installation of the native python module, which is...

Hi, this patch "adds support" for OpenBSD. That is: this patch fixes warnings that pop up when compiling there, as `strcpy`, `sprintf` and `random()` have safer replacements. For linux, this...