Releases: abrenoch/hyperion-android-grabber
Releases · abrenoch/hyperion-android-grabber
Version 1.1 Beta
[v1.1-beta_1]
Changes
- Dependencies updated & fixes associated
- Added hardware usage flag for supported API levels
This is mostly bringing the dependencies up to date. The dialog to grant permission to record the screen appears to have removed the ability to remember the choice. You can grant permission over adb
for this though by running:
adb shell appops set com.abrenoch.hyperiongrabber PROJECT_MEDIA allow
There appears to be an issue with the grabber starting on boot - this is being looked into.
Version 1.0
Beta 1
[v0.5-beta]
Changes
- Added the ability to send only the average color of the screen
- French translation
- Norwegian translation
- Czech translation
- German translation
- Dutch translation
- Partial Russian translation
- Partial Spanish translation
- Removed openGL grabber option
- Added toggle grabber activity shortcut
- LEDs will now be cleared when rebooting or shutting down
Fixed
- Lights now clear (if running) when shutting down
- Assertion bug in TV settings
- Possible null intent when starting grabber
- OOM bug
Alpha 4
[v0.4-alpha]
Changes
- Start grabber on device boot
- Added some eye candy for when grabber is started
- General UI tweaks (tv & mobile)
- Reconnect behavior implemented for mobile build
- New connection wizard
- New settings/connection page (tv build)
- Quick settings tile to toggle grabber (mobile build)
- Screen orientation change updates grabber
- Configurable grabber image quality
- Pressing the notification will now return to the app's main activity
Fixed
- Grabber would fail to resume when waking device
- OpenGL grabber sometimes halting immediately after starting screen grab
- Default grabber failing to send data the first time it is turned on
- Grabber not stopping when the host is unreachable
- Aspect ratio of grabbed image being slightly off
- OOM bug
Alpha 2
[v0.2-alpha]
Changes
- App Icon
- Fancy toggle button
- Bug fixes
- New Grabber (old grabber can be enabled in the settings)
Known Bugs
- OpenGL grabber will sometimes hang when started, making the lights unresponsive. Quitting the app and starting again generally fixes the problem.
- New grabber fails to send any data the first time it is initialized. Turning off and back on one more time seems to fix the problem.
Initial Build
Minimal viable product