What's Changed
- Add support for clips. 72753f4
- Add edge to edge support. 2d46ee5
- Add opt-in error reporting. 3828196
- Add play when locked setting by @Fjara-h in #453.
- Fix 7tv not working. 4120d19
- Fix VODs not starting where you left off. 13c0b72
- Fix image proxy not being applied everywhere. 7649c4d
- Fix Twitch follows not being removed after unfollowing on Twitch. 310e476
- Fix up some potential memory leaks with AsyncTasks. 1998c6a
- Fix VODs not updating their watched duration in the UI. 128a082
- Don't show empty VOD messages. c99c828
- Remove featured streams. 3da8474
- Remove channel view counts. b280027
Clips, migrations, and... edges? Oh my! You can now browse and view clips in Twire, so you never miss an epic gamer moment. Twire now uses more of your screen with edge to edge support, making every pixel count. And it wouldn't be an update without the ever present bug fixes.
The Great Migration
There has been a ton of work done on the code to make working on Twire easier. Migrating to Twitch4J, Timber, Kotlin, and a lot of other code clean up. There's still more work to do but it's been a major step in the right direction.
Bugdar
I've added opt-in error reporting so users can easily report errors. With this I should be able to find, prioritize and fix issues much faster. The only information sent along with the error is your app version and Android version.
New Contributors
Full Changelog: v2.11.0...v2.12.1
I accidentally pushed 2.12.0 too early, so I followed it up with 2.12.1 to fix things. Sorry!