VocableTrainer-Android
VocableTrainer-Android copied to clipboard
Vocabulary Trainer for Android - not lang specific
Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.1.0 to 1.3.0. Changelog Sourced from shlex's changelog. 1.3.0 Full fix for the high-severity security vulnerability RUSTSEC-2024-0006 a.k.a. GHSA-r7qv-8r2h-pg27: Deprecates quote APIs in favor of try_ equivalents...
# Possible Memory Leak An [anonymous inner class](https://stackoverflow.com/questions/17778077/would-anonymous-handler-or-runnable-create-a-memory-leak) will hold a reference to the this pointer of the outer class and will not be released until the thread ends. It...
**Describe the bug** > clicked on opening the link to the survey ANDROID_VERSION 11 ```log java.net.ConnectException: Failed to connect to stats.vocabletrainer.de/:::443 at com.android.okhttp.internal.io.RealConnection.connectSocket(RealConnection.java:147) at com.android.okhttp.internal.io.RealConnection.connect(RealConnection.java:116) at com.android.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:186) at com.android.okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:128) at...
Tracking issue for things that should be configurable. Please leave a comment for things that should be added to an options section of the app. - [ ] Addition auto-next...
It's displayed in normal meaning mode. But it's hidden every time you get a new entry in multi-meaning.
Add `android:installLocation="auto"` to manifest to allow moving the app to external storage.
Add version check to crash reporter and about page. Currently some incoming & resolved crash reports are reported for 3 versions outdated installations and my guess is that for these...
Acra reports about `java.lang.Throwable: List for editor is null` **I currently can't say how its triggered**. At least the way #80 worked is not the cause here. ``` java.lang.RuntimeException: java.lang.reflect.InvocationTargetException...