Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Releases: Lessica/TrollSpeed

v1.10.0

25 Jan 02:02
a27410b
Compare
Choose a tag to compare
  • NEW Feature: Supports inverted color.

Developer Notes

This feature uses CABackdropLayer as the label background, with following CAFilters:

  • kCAFilterGaussianBlur Gaussian Blur radius 50pt, normalized edges
  • kCAFilterColorBrightness Brightness -30%
  • kCAFilterColorContrast Contrast 500x
  • kCAFilterColorSaturate Saturation 0
  • kCAFilterColorInvert Color Inversion

Then follow the steps:

  1. Make a CATextLayer as the backdrop layer's mask.
  2. -setAttributedText: to the original label to hold the layout.
  3. -setString: to the text layer.

Video Preview

RPReplay_Final1706422905.mov

v1.9.9

24 Jan 06:05
72d495e
Compare
Choose a tag to compare
  • App: Supports all interface orientations or styles.
  • Bugfix: Fixed misplaced HUD in zoomed mode.
  • Translations: Updated Spanish translation (Thanks to @Deci8BelioS).

v1.9.8

22 Jan 16:27
Compare
Choose a tag to compare
  • App: Supports all interface orientations or styles.

v1.9.6

18 Jan 16:33
v1.9.6
4395f03
Compare
Choose a tag to compare
  • Feature: Add option to hide the HUD when taking screenshots or screen recordings.

v1.9.5

26 Dec 16:23
Compare
Choose a tag to compare
  • Bugfix: Now the HUD will persist between re-springs.
  • NEWS: Now you can find jailbreak versions of TrollSpeed in GitHub “Releases” page.

v1.9.3

21 Dec 15:54
v1.9.3
730f3e0
Compare
Choose a tag to compare
  • Bugfix: completely fixed the issue that the HUD disappears when the RAM usage is high.
  • Bugfix: fixed the issue that the touch event is not correctly handled, and we've tested it on following devices and iOS versions:
    • iPhone Xr (iOS 15.0)
    • iPhone Xs (iOS 15.1)
    • iPhone 11 (iOS 15.4.1)
    • iPhone 12 mini (iOS 15.4.1)
    • iPhone Xs Max (iOS 16.6.1)
    • iPhone Xr (iOS 17.0)
    • iPhone 14 Pro Max (iOS 17.0)

Known Issues

  • Experiences on iPhone without a notch or Dynamic Island (e.g. iPhone 8) are not fully tested.
  • Experiences on iPad are not fully tested.

Notes

  • Please give me feedback if you find any issues & bugs, or have any suggestions.
  • Give me a star if you like this project. Thanks!

v1.9.2

20 Dec 04:21
753804e
Compare
Choose a tag to compare
  • Bugfix: restore the root privilege to avoid being killed by the watchdog process on iOS 17 and above.
  • Bugfix: reload main button state while app become active.
  • Bugfix: perhaps fix the issue that the touch event is not correctly handled before iOS 15.1.

v1.9.1

16 Dec 12:35
435ccd4
Compare
Choose a tag to compare
  • (Experimental) Adjust vertical position of the HUD by tapping and dragging
    • Not available for centered HUD
    • Not supported by all versions of iOS
    • Supports dragging in landscape mode

v1.9.0

16 Dec 08:13
4901426
Compare
Choose a tag to compare
  • (Experimental) Adjust vertical position of the HUD by tapping and dragging
    • Not available for centered HUD
    • Not supported by all versions of iOS
    • Supports dragging in landscape mode

v1.8.9

15 Dec 16:52
v1.8.9
629529e
Compare
Choose a tag to compare
  • (Experimental) Adjust vertical position of the HUD by tapping and long-pressing (Not available for centered HUD)