This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Releases: Lessica/TrollSpeed
Releases · Lessica/TrollSpeed
v1.10.0
- NEW Feature: Supports inverted color.
Developer Notes
This feature uses CABackdropLayer
as the label background, with following CAFilter
s:
kCAFilterGaussianBlur
Gaussian Blur radius 50pt, normalized edgeskCAFilterColorBrightness
Brightness -30%kCAFilterColorContrast
Contrast 500xkCAFilterColorSaturate
Saturation 0kCAFilterColorInvert
Color Inversion
Then follow the steps:
- Make a
CATextLayer
as the backdrop layer's mask. -setAttributedText:
to the original label to hold the layout.-setString:
to the text layer.
Video Preview
RPReplay_Final1706422905.mov
v1.9.9
- App: Supports all interface orientations or styles.
- Bugfix: Fixed misplaced HUD in zoomed mode.
- Translations: Updated Spanish translation (Thanks to @Deci8BelioS).
v1.9.8
v1.9.6
v1.9.5
v1.9.3
- 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!