Andreas Schildbach

Results 113 issues of Andreas Schildbach

I looked at all the current issues, pull requests and most of the forks (on GitHub). I noticed almost all changes deal with native code support. Either they want to...

After running `gradle cleanEclipse eclipse` and correcting the source folders manually (see #14), I get this remaining build error: ``` The project was not built due to "Resource '/myproject/bin/default' does...

For me, this causes broken projects in Eclipse over and over. Likely for that reason, the gradle eclipse plugin puts libraries (and its sources) into the local Gradle cache. It...

I've got a custom configuration of source and resource folders: ``` android { … sourceSets { main { manifest.srcFile 'AndroidManifest.xml' java.srcDirs = ['src'] res.srcDirs = ['res'] assets.srcDirs = ['assets'] jniLibs.srcDirs...

There is no reason to rush to higher JDK versions. A lot of developers can't upgrade past JDK 8 because of the breaking changes that were introduced with 9 and...

Works towards #2835, see details there.

If I'm understanding right this library is a system library, so ROM builders/modders use it as a replacement for Google Maps v1. I'd like to link the library into my...

enhancement

It's at 0.8.25, while the latest release is 0.8.29.

The current Bitcoin Core Snap renders it's dialogs in ~5 pt text. For me, this is unreadable. See screenshot below. Some system info: ``` $ lsb_release -a No LSB modules...

**Describe the new feature or enhancement** Add P2P transport protocol version (v1 or v2) to `/peers` list. Optionally also a "statistics snippet" could be added, like the already existing ones...

enhancement