* implementation of download Ios app as per new design shared in case IOS
* design changes as per new design shared my mobile application team
* implementation of dialog after login and visibility enabled for private files
* single click on cross dialog to close popup which was occuring earlier on double click
* test cases added for open in app component, shared link view component and name changes
* ipad changes to open in Safari browser, open in app button clickable width increased and focus unset on open in app button click
* open in app button style changes
* theme button color changes
* review comments addressed
* review comments addressed
* review comments addressed
* download app text changes
* improved open-in-app.scss file and removed mat and cdk classed
* [ACA-4679] Added docker variables, app.config.json.tpl config and additional code for enabling non-responsive file preview download and file auto download features in ACA
* [ACA-4679] Added defaults for downloadPrompt for viewer and fileAutoDownload features. Updated variable names from 'nonResponsiveDialog' to 'downloadPrompt'
* [ACA-4679] Added unit test cases for FileAutoDownloadService
* [ACA-4679] Updated env variable references from NonResponsiveDialog to DownloadPrompt
* [ACA-4679] Added missing licence header on new files
* [ACA-4679] Added env variable configuration for GithubActions jobs
* [ACA-4679] Added env variable configuration for GithubActions jobs
* [ACA-4679] Removed unneeded env variable configuration for GithubActions jobs
* [ACA-4679] Updated .env file configuration in README.md
* ACS-3757 Return focus to More Actions button after closing modals opened from that button
* ACS-3757 Return focus to specific row from personal files after closing modal opened from context menu from row
* ACS-3757 Fixed issue that sometimes node was undefined
* ACS-3757 Return focus after closing upload new version modal
* ACS-3757 Added restore focus on list of libraries, restoring focus to correct row when multi rows are selected, little refactoring
* ACS-3757 Use runActionById function instead of runAction
* ACS-3757 Fixed unit tests
* ACS-3757 Updated description
* ACS-3757 Adrressing comments for static and for selectors in jsons
* ACS-3757 Remove boolean flag from jsons
* ACS-3757 Added some unit tests
* ACS-3757 Resolved conflicts
* ACS-3757 Created ModalConfiguration interface
* ACS-3757 Increase version of ADF
* ACS-3757 Fix for e2e
* ACS-3757 Fix some more e2e
* ACS-3757 Removed log
* remove custom redirect strategy, the viewer doesn not reload
* Update extensions-data-loader.guard.ts
add return in case of no loaders
* remove the route strategy
* fix lint
* Fix link error
* Align unit test
Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Andras Popovics <popovics@ndras.hu>
* Adding general purpose preview overlay route
Preparation for file preview feature
Remove unnecessary preview root route and ability to use loadChildren
Extract RouterExtensionService
Remove loadChildren support and use component instead
Cover RouterExtensionService with unit tests
Fix tests
Fix build
Fix rebase issue
Add generally available PluginPreviewAction
Add data option to child routes and navigateBackAsClose option for the preview component
Support plain mode preview
Fix linting
Update to latest alpha of ADF
* Adding documentation
* Rebase fix
* Update to latest adf