- Jan 29, 2022
-
-
Felix Paul Kühne authored
The corner radius in the last beta was perceived as too small, so it was increased a bit (again).
-
Felix Paul Kühne authored
This removes blending of 4 layers to improve rendering speed with no visual difference.
-
Felix Paul Kühne authored
This removes blending of 3 layers to improve rendering speed with no visual difference.
-
Felix Paul Kühne authored
This removes blending of 8 layers to improve rendering speed with no visual difference.
-
- Jan 24, 2022
-
-
Felix Paul Kühne authored
-
This way, the title label for group and thumbnail will also be on the same height across cells.
-
-
-
This way, newly added groups will show up to four thumbnails instead of index 0 only and then placeholders until the thumbnails are requested individually.
-
Additionally, this declares the group background as opaque as it is to improve drawing speed.
-
Felix Paul Kühne authored
This shows the last frame of the played movie when playback state is saved to match the current playback status.
-
Felix Paul Kühne authored
This improves performance on older devices with small screens and increases visual appearance on newer devices with bigger screens.
-
- Jan 21, 2022
-
-
Soomin Lee authored
Closes #1244
-
- Jan 20, 2022
-
-
Soomin Lee authored
This silences the optimization opportunity in xcode by specifying a standard shadow shape. This will make the layer avoid using a dynamic shadow which are expensive to render.
-
- Jan 19, 2022
-
-
This fixes the update logic behind the isEditing property. Indeed before this patch, the content of the labels where updated before updating the property making for example the size shown inconsistently.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This fixes #1248
-
Felix Paul Kühne authored
No visual change at default dimensions
-
Felix Paul Kühne authored
This sets a noticeable background color even for the true black mode to avoid the thumbnail group looking smaller than the surrounding full size thumbnails. Additionally, this removes unnecessary transparency to improve render speed.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This moves the NEW indicator to the right, removes the last remaining stack view and fixes the location of title description regardless of the NEW status.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Localizable.strings: 89% translated InfoPlist.strings: 100% translated Settings.bundle: 90% translated Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 97% translated Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
- Jan 18, 2022
-
-
Soomin Lee authored
On recent OS we need to specify on certain keys that we want the priority in order to receive the event correctly. UIKeyCommand.wantsPriorityOverSystemBehavior is introduced in iOS 15 SDK but we actually still use Xcode 12.4 on CI. This old version only provides SDK for iOS 14.4 max. Hence we use ObjC apis to call the method and still have the ability to build with older Xcode versions. Closes #1237 Co-authored-by:
Maxime Chapelet <umxprime@videolabs.io>
-
- Jan 15, 2022
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Jan 14, 2022
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This makes enough room for all 3 description labels even when large font sizes are defined for accessibility reasons.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
The NEW and description labels can still slightly differently located when the NEW indicator is displayed as the correct room for adaptive text is respected. Fixes #1245
-
- Jan 12, 2022
-
-
Felix Paul Kühne authored
This is done to further improve scrolling on slower devices. Additionally, this moves the NEW indicator from the left to the right so the duration label never changes position regardless of the state.
-
Felix Paul Kühne authored
This speeds-up scrolling on slower devices.
-
Soomin Lee authored
-