Liam Cottle
Liam Cottle
The [LICENSE](https://github.com/bravobit/FFmpeg-Android/blob/master/LICENSE) is available in the repo...
You could use [FFProbe](https://github.com/bravobit/FFmpeg-Android#run-ffprobe-command) to retrieve the information you want from the video. If you want JSON, then you will need to create a `JSONObject` yourself, and populate it with...
Same here on Samsung Galaxy S8. Unfortunately using `android:layerType="software"` is horrible for performance.
If you are using the 9.0+ user agent, you need to make sure you have implemented the new Login parameters. Check out my working 9.0.2.0 login request here: http://github.com/liamcottle/snaplib On...
`ptoken` is the Google Cloud Messaging Registration ID, it's the same value that you post to `/ph/device` in the `device_token` param. It's used by the snapchat server to send notifications...
This library is using extremely old endpoints, and will most likely lead to account bans... However, this error is likely because the IP address of your GoDaddy server has been...
There is a json array, inside the story container which is called `story_notes`. It contains the username, timestamp and if the user screenshotted the story.
You could use [armcha/AutoLinkTextView](https://github.com/armcha/AutoLinkTextView) as a child view of an already existing library for expanding text views, for example [Manabu-GT/ExpandableTextView](https://github.com/Manabu-GT/ExpandableTextView) ```xml ```
Duplicate of #20
I haven't actually used the new MFA support in Riot Games yet. So I'm happy for you to PR this if you want. I'm assuming we would need to implement...