Marcel Bokhorst

Results 16 issues of Marcel Bokhorst

"On foot" is reliably detected in about 30 steps: http://developer.android.com/training/location/activity-recognition.html This will prevent steps from being counted while driving and on bicycle.

enhancement

Some people are on tight data bundles or allowances, for example people an ships relying on satellite communication. For those people every byte counts / is expensive. They would highly...

feature request
backlog

https://developer.android.com/about/versions/android-5.1.html

enhancement
lowprio
Lollipop

Xposed version 90-beta3 on a Nexus 5X with Android 8.1 Oreo These seem to conflict with each other: https://github.com/M66B/XPrivacyLua/blob/master/app/src/main/java/eu/faircode/xlua/XLua.java#L464 https://github.com/M66B/XPrivacyLua/blob/master/app/src/main/java/eu/faircode/xlua/XLua.java#L817 ``` 02-03 17:47:20.480 8952 8952 I XLua.Xposed: Dynamic invoke public...

I have seen a few crash logs like this being reported (Bugsnag), unfortunately I don't have anymore details, except that this is happening on Android 12 on Samsung devices: ```...

bug

This worked fine in version 2.0.4 Simplified layout: androidx.constraintlayout.helper.widget.Flow (with a number of image buttons, attached to an "anchor" image button at the start and end) androidx.constraintlayout.widget.Barrier (direction bottom, referencing...

bug

For [BIMI](https://bimigroup.org/) and possibly other security related use cases it is necessary to limit SVG rendering to base profile "Tiny PS", please [see here](https://tools.ietf.org/id/draft-svg-tiny-ps-abrotman-01.txt) for the relevant standard. For an...

feature request

Please see here for the details: https://ericsink.com/entries/sqlite_android_n.html Since more and more people were reporting losing all data, especially on Redmi, OnePlus and Oppo devices, I stopped bundling sqlite. See also...

Option to see the core PDroid logging to pinpoint problems like the Go SMS problem. A logcat contains mostly too much noise (not PDroid logging) to easily identify problems.

**Describe the bug** ``` java.lang.ArrayIndexOutOfBoundsException: message number (0) out of bounds (0) at com.sun.mail.imap.MessageCache.getMessage(SourceFile:116) at com.sun.mail.imap.MessageCache.getMessageBySeqnum(SourceFile:148) at com.sun.mail.imap.IMAPFolder.getMessageBySeqNumber(SourceFile:3999) at com.sun.mail.imap.IMAPFolder.processFetchResponse(SourceFile:3604) at com.sun.mail.imap.IMAPFolder.handleResponse(SourceFile:3586) at com.sun.mail.iap.Protocol.notifyResponseHandlers(SourceFile:245) at com.sun.mail.imap.protocol.IMAPProtocol.fetchSequenceNumber(SourceFile:2004) at com.sun.mail.imap.IMAPFolder.getMessageByUID(SourceFile:2598) ``` Where:...