Skip to content

Releases: abrenoch/hyperion-android-grabber

Version 1.1 Beta

30 Apr 01:30
Compare
Choose a tag to compare
Version 1.1 Beta Pre-release
Pre-release

[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

09 Jan 12:19
Compare
Choose a tag to compare

[v1.0]

Changes

  • Arabic translation

Fixed

  • Possible NPE when stopping the grabber

Beta 1

14 Oct 21:42
803b22a
Compare
Choose a tag to compare
Beta 1 Pre-release
Pre-release

[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

02 Aug 12:51
Compare
Choose a tag to compare
Alpha 4 Pre-release
Pre-release

[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

21 Mar 02:24
5a55273
Compare
Choose a tag to compare
Alpha 2 Pre-release
Pre-release

[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

16 Feb 03:35
Compare
Choose a tag to compare
Initial Build Pre-release
Pre-release

Minimal viable product