-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[milestone/12.0.3] Milestone 12.0.3 #1236
Conversation
…supportsCreateDocument - AccountConnection: create Open with actions dependant on OCAppProvider.supportsCreateDocument - OpenInWebAppAction: - introduce new "auto" mode that uses the best available method - or shows an error - limit size of icons to a maximum of 32x32 points - update SDK for new feature detection capabilities
Michael Stingl seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
- add missing errorHandler calls to FileProviderContentEnumerator - add last resort enumeration completion call to FileProviderEnumeratorObserver.dealloc - add additional debug logging
…pace for the logo image
Co-authored-by: Michael Stingl <[email protected]>
* Remove old PLIST examples * move ownCloud.online theme + assets * move EMM assets * Adjust Fastfile for moved themes + assets * updated to Xcode 14.3 * move all app resources to the correct place in one copy command * updated to 14.3.1 --------- Co-authored-by: Michael Stingl <[email protected]> Co-authored-by: Matthias Hühne <[email protected]>
- added accessibility label to the logo image
- add support for RGBA hex values to CSS
…screen background (#1264) * - add background image to welcome screen - add support for RGBA hex values to CSS * Assets.xcassets/AppIcon.appiconset generated with fastlane * align icon name with branding --------- Co-authored-by: Felix Schwarz <[email protected]> Co-authored-by: Michael Stingl <[email protected]>
…cords for colors, incl. a set of system colors - ThemeCollection: add system colors (f.ex. UIColor.systemBlue as `os.color.blue`) and theme base colors (as `theme.color.light` and `theme.color.dark`) to CSS object
- add permanent logo branding to top of the view - make branding elements use same CSS selectors as welcome screen - ComposedMessageView: make CSS selectors extension public - RoundCornerBackgroundView: add new .fillImage property that allows filling the view with an image with "scaleAspectFill" contentMode
Uh. not nice. Worse then I expected. I thought color-wise, everything is better in iOS 17… 🤔 |
@felix-schwarz was this fix included in the release branch? It is closed but i can reproduce the problem in |
It was merged into |
…s that are also subject to NSObject.applyThemeCollection() calls
…tup view into own view controller - InitialSetupViewController: implement status bar style support for consistent status bar colors also pre-iOS 17
@jesmrec @michaelstingl All color issues (including status bar and iOS 17) should be fixed as of the latest commit / build 280. |
Yeah, rock-solid in iOS 16 + 17, following system dark + light mode ✅ |
@felix-schwarz here it is: RPReplay_Final1693287049.MP4 |
fixed in Still dark login view, but it will be expected in 12.0.3 |
@jesmrec Thanks for the video. I can now reproduce it on an iPhone when the bookmark did not have a name previously. Looking into it. |
@felix-schwarz also, detected this glitch in an iPhoneX. I guess it's caused because the screen width: Settings > Media Upload > Auto Upload Photos -> switch on Button to select destination is not correct. Curiously, just happens with Auto Upload Photos and not with Videos iPhoneX 16.5 |
…e promptText above the buttons in any but regular horizontal class size and stretching the buttons to fill the space beneath it
@jesmrec The layout glitch is also fixed now. The button bar layout now adjusts to the horizontal size class and puts the prompt text above the buttons if the size class is not |
…SectionSource with item version tracking
Everything fixed |
QAThis is a bugfixing release, so no complete regression test is required Changelog
Smoke testServer version: 10.13.0 && 4.0.0
Upgrade test12.0.2 -> 12.0.3 with oC10 (basic), oC10 (OAuth2), oCIS (OIDC) ✅ Approved on my side. Approved commits: app: Devices: iPhoneX 16.6 Xcode version: |
Description
Implements these changes:
mtime
metadata to TUS uploadsexperimental/branding
)BottomButtonBar
nil
item identifier by iOSRelated Issues
Screenshots (if appropriate):
Types of changes
Checklist: