-
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.1] Milestone 12.0.1 #1220
Conversation
|
(1), (7), (9) and (12) are fixed About (5), i still reproduce it. I notice that a new RPReplay_Final1686743044.MP4File is downloading in the background bur black screen is there. |
- add ability to show/hide navigation bar (with or without animation) - add convenience accessor to UIViewController to access the enclosing browserNavigationViewController - Branding+App: fix SwiftLint warnings - PDFViewerViewController: hide navigation bar via browserNavigationController rather than navigationController (fix finding (7))
… for laying out the view in a keyboard-responsive manner - CollectionViewController: add .compressForKeyboard property that layouts the UICollectionView in a keyboard-responsive manner - ShareViewController: adopt compressForKeyboard - ClientItemViewController: adopt compressForKeyboard - fixes finding (1) in #1095
- MediaDisplayViewController: when streaming, show a loading indicator (fixing finding (5) in #1095)
d75bfcc
to
0921664
Compare
…g video files (fixing part 2 of finding (5) in #1095)
@jesmrec Thanks for the video. The remaining issue from finding (5) should be fixed now, too. |
(5) fixed |
…tton.centerYAnchor - ClientLocationPicker: prevent usage of .keyboardLayoutGuide to fix finding (13) in #1220 (misplaced select button after navigating to Files view) - CollectionViewController: use the .safeAreaWithKeyboardAnchorSet for the whole stack view rather than just the collection view
@jesmrec (13) is fixed now, too. |
- added in-app release notes - added calens release notes
Everything fixed |
Description
Version 12.0.1 fixes all findings left over from version 12.0:
Regarding (12):
The string naming that action (
Share
) is stored in the File Provider UI'sInfo.plist
and therefore can't be changed dynamically at runtime. To keep it branding-friendly, I chose "Share by cloud" instead of "Share via ownCloud", "Share (ownCloud)", which would have required to customize both theInfo.plist
and the translations for branding.Related Issue
#1222
Types of changes
Checklist: