- Mar 04, 2021
-
-
Add padding globally in order to add a bit of space for UI elements in the extremities especially for notchless devices. This makes the different elements more accessible.
-
This avoids overfilling the ActionSheetSortSectionHeader and placing the option into the settings under the Media Library section.
-
- Mar 03, 2021
-
-
Soomin Lee authored
This fixes the color theme changes when the setting is set to automatic and the user changes the theme from the control center. Indeed, before, we used a global extension of UITabBarController to control it globally but it seems that this doesn't work as it use to. Therefore, we extend more specific view controllers or add the needed code inside the targetted view controller.
-
- Mar 02, 2021
-
-
Soomin Lee authored
Make the text and background contrast more making it more readable.
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
This reverts commit d4137cb9.
-
Closes #962
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 88% translated InfoPlist.strings: 100% translated Settings.bundle: 90% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
- Feb 28, 2021
-
-
Localizable.strings: 36% translated InfoPlist.strings: 100% translated Settings.bundle: 97% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 99% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 97% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 94% translated InfoPlist.strings: 100% translated Settings.bundle: 98% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 99% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
- Feb 27, 2021
-
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Michał Trzebiatowski authored
-
Michał Trzebiatowski authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Michał Trzebiatowski authored
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
fastlane keyword: 100% translated fastlane title: 0% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
fastlane keyword: 100% translated fastlane title: 0% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
fastlane keyword: 100% translated fastlane title: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
fastlane keyword: 100% translated fastlane title: 0% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Felix Paul Kühne authored
-
-
-
-
This adds to the new player the possibility to use external outputs such as chromecast and external screens.
-
- Feb 26, 2021
-
-
Soomin Lee authored
This adds the handling of the pan gestures that is the brightness, and 360. Volume gesture will be iterated on since the interface changed for it. Closes #966
-