Fabio Tacke
Fabio Tacke
Changes proposed in this pull request: - For improved accessibility the MenuView now has VoiceOver support like an actual tab bar.
I use the library to calculate intersections of UIBezierPaths. In some cases I run into the `BezierPathIntersectionException` (mismatched intersection length) when intersecting paths with almost identical path segments. I've added...
Add the ability to attach files (e. g. log files) to the message.
This PR resolves #47. When disabling the BugShaker the motion event is handled by doing nothing and cuts the responder chain. This PR changes this behavior by passing the motion...
Hi! When disabling the BugShaker the UIViewController still handles the shake gesture by doing nothing. That means that the responder chain is being terminated. I think it would be nicer...
Members of a group can be clustered. E. g. they can share a color or a name prefix. They are visually clustered on the map.
For every group member we can calculate the estimated time of arrival and distance to the meeting point.
Sharing the location in a specific group or stopping location sharing could be triggered without even opening the app. Maybe this could be achieved by adding widgets or voice assistant...
When updating other members' locations all markers are being deleted and new markers seem to be added after that. This doesn't look nice. Additionally when disabling location sharing all current...
Support for mocking initializers has been added to mockk recently. However the feature doesn't seem to be ready yet to be used for mocking DoubleRatchet in our unit tests. We...