Maarten Billemont
Maarten Billemont
#### Fixed f84740e01002e6806c03984b19bef0bb2d85e893 SwiftLinkPreview destroys and recreates the `URLSession`, causing the user to lose control over the session he gave to SwiftLinkPreview (ie. his delegate will stop working & his...
#### Fixed When a base URL and an image URL are combined but there is no trailing / in base and no leading slash in image, they get mashed together...
NOTE: This is not intended to be merged into master as-is. It's a starting point to indicate what's necessary to make Countly run on FreeBSD. REMAINING TASKS: 1. freebsd-specific install...
Feedback widgets are very useful for gauging the progression of the userbase's mood as the application evolves. Regrettably, Countly currently only offers a locked-in flow for feedback widgets through a...
### Problem Statement Our error reports are full of mentions such as: ``` EXC_BAD_ACCESS _TtCVV8HubstaffP33_25DEF6E1EA93D46FE809017E6DD99DCF21NavigatingStackScreen30NavigationBarConfigurationView14ViewController ``` This is very user-unfriendly and there is no reason to leave obfuscated type names...
### Problem Statement We see crash logs coming in that have clearly been the result of a failed assertion, but no information is included in the report to aid us...
It would be great if we could make `increment_build_number_in_xcodeproj` and `increment_version_number_in_xcodeproj` modify the `CURRENT_PROJECT_VERSION` and `MARKETING_VERSION` values at the *project* level instead of at an individual target level. This is...
`Hash` uses `String.getBytes()` even though we're passing in an `Encoder`. `getBytes` uses the current platform encoding, which is unpredictable. Replace it with usage of the `Encoder`.
There are a bunch of changes here: 1. I've killed all code that installs files into the system paths. Building some code should never pollute a user's system. The fact...
Not sure why – but when I try to upload an image, the extension says: `Uploading files of this type is not allowed` The image in question: ``` -rw-r--r--@ 1...