Justice Parham
Justice Parham
@hexene ICMP with android is allowed without root https://github.com/kirillF/icmp-android made a great example of it happening. It is however not possible to do with the java functions the system gives...
@Arasthel Trying to have a nestedscrollview as a parent. While having SpannedGridLayoutManager as one of its children but when adding a your library it doesn't allow nested scrolling and is...
@DennyWeinberg Edit: @Arasthel I am able to get the nested scrolling working but in order to do that I for some reason have to set the recycler views height in...
@rafalzawadzki It seems this a issue with just the rectsHelper.end calculator as mentioned in #43 even in original code there is extra space.
Hybrid public key encryption [RFC 9180](https://datatracker.ietf.org/doc/rfc9180/) has become a RFC. HPKE now has a wide number of interoperable implementations in widely used [cryptographic libraries](https://github.com/cfrg/draft-irtf-cfrg-hpke#existing-hpke-implementations). BouncyCastle would be great place to...
Should be fixed with #174
I believe this is a duplicate of #54
Solved by closing #1886
With 1.8.0 candidate it takes a total of 8s to process and display notifications from an app that is completely closed on some clients. This is because of `await ContactManager().matchHandles();`...
Only for the first notification the isolate turns out. If the isolate is killed again by doze or anything then has to startup again @zlshames