Skip to content
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

[fix/ui-tests] Fixing UI Tests for iOS 13 / Xcode 11 #608

Merged
merged 49 commits into from
Feb 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
14aad90
- Fix Swift and SwiftLint warnings
felix-schwarz Oct 21, 2019
a26fe30
Merge branch 'master' into milestone/1.2
hosy Oct 28, 2019
d5a4caa
- address libzip Xcode project upgrade warning
felix-schwarz Oct 29, 2019
0112b8d
Merge branch 'milestone/1.2' of https://www.github.com/owncloud/ios-a…
felix-schwarz Oct 29, 2019
4e47f9b
[feature/multiple-windows] Multiple window support for iPadOS (#498)
hosy Oct 29, 2019
074ae70
[feature/docs] Docs support (#494)
felix-schwarz Oct 30, 2019
10729ce
[fix/2ndLevelSort] Sort alphabetically if sort attribute is equal (#546)
felix-schwarz Nov 4, 2019
729cb88
[feature/keyboard-commands] Keyboard Commands for all actions on iPad…
hosy Nov 5, 2019
bbadba5
- Remove document scanning feature (pending licensing feature)
felix-schwarz Nov 11, 2019
9d5ffc5
- Allow offline browsing of folders in the File Provider (#554)
hosy Nov 20, 2019
ba9023f
[feature/ios13_ql_preview] QuickLookPreview and QuickLookThumbnailing…
mneuwert Nov 26, 2019
02dfc02
[fix/uti-conversion] work around broken MIMEType->UTI conversions in …
felix-schwarz Nov 26, 2019
9143136
[feature/shortcuts] iOS 13 Add Shortcut parameter support (#491)
hosy Nov 26, 2019
e18fd9e
added error responses to Shortcut intents, if Shortcuts is disabled o…
hosy Dec 12, 2019
972a44c
Merge branch 'master' into milestone/1.3
hosy Jan 10, 2020
6904fcf
fixed merge issues with master branch
hosy Jan 13, 2020
ef06a4d
[feature/filelist-layout] Cleaner File List Layout (#594)
hosy Jan 21, 2020
5ece57d
#590 show sort bar in directory picker, but without the edit/select b…
hosy Jan 21, 2020
93cdae4
Updated README.MD (#599)
hosy Jan 21, 2020
39ee826
show select button was shown on view disappear
hosy Jan 21, 2020
ff38f3c
[feature/whats new screen] In-App changelog "What´s new screen" (#572)
hosy Jan 22, 2020
5e36ab5
fixing sharing view on iPad for logfiles and public links (#605)
hosy Jan 23, 2020
13628a3
#601 fixes app stucks in blank view, if app tries to restore the UI f…
hosy Jan 23, 2020
18977d8
[feature/quick-access-collections ] Expand Quick Access Collections (…
hosy Jan 24, 2020
c72308f
[feature/awake] Keep device awake (#579)
felix-schwarz Jan 27, 2020
f919a23
- updated to newest EarlGrey 1.16 for iOS 13
hosy Jan 29, 2020
e095327
- fixed failing UI tests
hosy Jan 29, 2020
53b965e
[feature/licensing] Licensing support (#571)
felix-schwarz Feb 7, 2020
44c45ce
Update ios-sdk to master with latest develop branch changes included
felix-schwarz Feb 10, 2020
5865f93
[feature/quicklook-editing] Markup or Edit Files (on iOS 13) (#607)
hosy Feb 10, 2020
9a950fd
New release notes for version 1.3
hosy Feb 10, 2020
582d02a
removed duplicated entry from release notes
hosy Feb 10, 2020
8ebbcfb
disable beta warning to release 1.3
jesmrec Feb 11, 2020
5210087
- fixed theme colors
hosy Feb 11, 2020
9b1e52a
changed icon for release notes arabic language
hosy Feb 12, 2020
8bd2602
replace deprecated matcher 'select' for the new 'selectElement' using…
jesmrec Feb 12, 2020
2860441
using newest SDK with optimization levels off in release build
hosy Feb 12, 2020
a27d1af
added changelog for version 1.3.0
hosy Feb 12, 2020
e57702c
Translation sync (#576)
hosy Feb 12, 2020
9603d80
changed APP_SHORT_VERSION to 1.3.0
hosy Feb 12, 2020
e84ad1b
Merge branch 'milestone/1.3' into fix/ui-tests
hosy Feb 12, 2020
e0a97ef
Bring SDK version back to latest master
felix-schwarz Feb 12, 2020
b6a9d39
updated to newest SnapshotHelperVersion
hosy Feb 12, 2020
c5b2929
- Reinstate actions
felix-schwarz Feb 12, 2020
5ba9d47
Merge branch 'milestone/1.3' into fix/ui-tests
hosy Feb 12, 2020
1b5a692
Fix encoding info for translated files (UTF-8 (set) -> UTF-16 (actual))
felix-schwarz Feb 12, 2020
2f217e4
Merge branch 'milestone/1.3' into fix/ui-tests
hosy Feb 12, 2020
ec7e152
- new SnapshotHelper Version
hosy Feb 12, 2020
fe92249
Merge branch 'release/1.3.1' into fix/ui-tests
hosy Feb 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ target 'ownCloudTests' do

use_frameworks! # Required for Swift Test Targets only
inherit! :search_paths # Required for not double-linking libraries in the app and test targets.
pod 'EarlGrey'
pod 'EarlGrey', '~> 1.16'
end

target 'ownCloudScreenshotsTests' do
project 'ownCloud'

use_frameworks! # Required for Swift Test Targets only
inherit! :search_paths # Required for not double-linking libraries in the app and test targets.
pod 'EarlGrey'
pod 'EarlGrey', '~> 1.16'
end
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- EarlGrey (1.11.0)
- EarlGrey (1.16.0)

DEPENDENCIES:
- EarlGrey
- EarlGrey (~> 1.16)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- EarlGrey

SPEC CHECKSUMS:
EarlGrey: 7515b05c7f448374ad7ca2c454f3ea566fcb1a2f
EarlGrey: 455e5597ae5ccaca92cd46b81d8b25cacec060a1

PODFILE CHECKSUM: 630a62887837e654b316e1e9125f19c3a673f5e0
PODFILE CHECKSUM: 9075b8f92281024401a0039c3477c9a16650b092

COCOAPODS: 1.5.3
COCOAPODS: 1.8.4
4 changes: 4 additions & 0 deletions fastlane/screenshots/Framefile.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"filter": "22_ios_files_preview_pdf_demo",
"font_scale_factor" : 0.06
},
{
"filter": "23_ios_files_list_multiple_window",
"font_scale_factor" : 0.06
},
{
"filter": "40_ios_quick_access_demo",
"font_scale_factor" : 0.06
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/screenshots/en-US/iPhone 7-11_ios_accounts_list_demo.png
Binary file modified fastlane/screenshots/en-US/iPhone 7-20_ios_files_list_demo.png
Binary file modified fastlane/screenshots/en-US/iPhone 7-40_ios_quick_access_demo.png
Binary file modified fastlane/screenshots/en-US/iPhone 7-60_ios_settings_demo.png
Binary file modified fastlane/screenshots/en-US/iPhone 8 Plus-60_ios_settings_demo.png
Binary file modified fastlane/screenshots/en-US/iPhone SE-60_ios_settings_demo.png
Binary file modified fastlane/screenshots/en-US/iPhone X-60_ios_settings_demo.png
Binary file modified fastlane/screenshots/en-US/keyword.strings
Binary file not shown.
Binary file modified fastlane/screenshots/en-US/title.strings
Binary file not shown.
133 changes: 36 additions & 97 deletions fastlane/screenshots/screenshots.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,65 +101,43 @@ <h2 id="en-US">en-US</h2>
<table>
<tr>
<th colspan="7">
<a id="en-US-iPhone 7 (4.7-Inch)" class="deviceName" href="#en-US-iPhone 7 (4.7-Inch)">iPhone 7 (4.7-Inch)</a>
<a id="en-US-iPhone SE" class="deviceName" href="#en-US-iPhone SE">iPhone SE</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 7-10_ios_accounts_welcome_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-10_ios_accounts_welcome_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="1" data-counter="1">
<a href="./en-US/iPhone SE-10_ios_accounts_welcome_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-10_ios_accounts_welcome_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="1" data-counter="1">
</a>
</td>
<td>
<a href="./en-US/iPhone 7-11_ios_accounts_list_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-11_ios_accounts_list_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="1" data-counter="2">
<a href="./en-US/iPhone SE-11_ios_accounts_list_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-11_ios_accounts_list_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="1" data-counter="2">
</a>
</td>
<td>
<a href="./en-US/iPhone 7-20_ios_files_list_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-20_ios_files_list_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="1" data-counter="3">
<a href="./en-US/iPhone SE-20_ios_files_list_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-20_ios_files_list_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="1" data-counter="3">
</a>
</td>
<td>
<a href="./en-US/iPhone 7-21_ios_files_actions_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-21_ios_files_actions_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="1" data-counter="4">
<a href="./en-US/iPhone SE-21_ios_files_actions_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-21_ios_files_actions_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="1" data-counter="4">
</a>
</td>
<td>
<a href="./en-US/iPhone 7-22_ios_files_preview_pdf_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-22_ios_files_preview_pdf_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="1" data-counter="5">
<a href="./en-US/iPhone SE-22_ios_files_preview_pdf_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-22_ios_files_preview_pdf_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="1" data-counter="5">
</a>
</td>
<td>
<a href="./en-US/iPhone 7-40_ios_quick_access_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-40_ios_quick_access_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="1" data-counter="6">
<a href="./en-US/iPhone SE-40_ios_quick_access_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-40_ios_quick_access_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="1" data-counter="6">
</a>
</td>
<td>
<a href="./en-US/iPhone 7-60_ios_settings_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-60_ios_settings_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="1" data-counter="7">
</a>
</td>
</tr>
<tr>
<th colspan="3">
<a id="en-US-iPhone 8" class="deviceName" href="#en-US-iPhone 8">iPhone 8</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 8-10_ios_accounts_welcome_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 8-10_ios_accounts_welcome_demo.png" style="width: 100%;" alt="en-US iPhone 8" data-tab="1" data-counter="8">
</a>
</td>
<td>
<a href="./en-US/iPhone 8-11_ios_accounts_list_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 8-11_ios_accounts_list_demo.png" style="width: 100%;" alt="en-US iPhone 8" data-tab="1" data-counter="9">
</a>
</td>
<td>
<a href="./en-US/iPhone 8-60_ios_settings_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 8-60_ios_settings_demo.png" style="width: 100%;" alt="en-US iPhone 8" data-tab="1" data-counter="10">
<a href="./en-US/iPhone SE-60_ios_settings_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-60_ios_settings_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="1" data-counter="7">
</a>
</td>
</tr>
Expand All @@ -171,26 +149,13 @@ <h2 id="10_ios_accounts_welcome_demo" class="screen">10_ios_accounts_welcome_dem
<table>
<tr>
<th colspan="1">
<a id="10_ios_accounts_welcome_demo-iPhone 7 (4.7-Inch)" class="deviceName" href="#10_ios_accounts_welcome_demo-iPhone 7 (4.7-Inch)">iPhone 7 (4.7-Inch)</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 7-10_ios_accounts_welcome_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-10_ios_accounts_welcome_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="2" data-counter="1">
</a>
<div class="caption">en-US</div>
</td>
</tr>
<tr>
<th colspan="1">
<a id="10_ios_accounts_welcome_demo-iPhone 8" class="deviceName" href="#10_ios_accounts_welcome_demo-iPhone 8">iPhone 8</a>
<a id="10_ios_accounts_welcome_demo-iPhone SE" class="deviceName" href="#10_ios_accounts_welcome_demo-iPhone SE">iPhone SE</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 8-10_ios_accounts_welcome_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 8-10_ios_accounts_welcome_demo.png" style="width: 100%;" alt="en-US iPhone 8" data-tab="2" data-counter="2">
<a href="./en-US/iPhone SE-10_ios_accounts_welcome_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-10_ios_accounts_welcome_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="2" data-counter="1">
</a>
<div class="caption">en-US</div>
</td>
Expand All @@ -201,26 +166,13 @@ <h2 id="11_ios_accounts_list_demo" class="screen">11_ios_accounts_list_demo</h2>
<table>
<tr>
<th colspan="1">
<a id="11_ios_accounts_list_demo-iPhone 7 (4.7-Inch)" class="deviceName" href="#11_ios_accounts_list_demo-iPhone 7 (4.7-Inch)">iPhone 7 (4.7-Inch)</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 7-11_ios_accounts_list_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-11_ios_accounts_list_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="2" data-counter="3">
</a>
<div class="caption">en-US</div>
</td>
</tr>
<tr>
<th colspan="1">
<a id="11_ios_accounts_list_demo-iPhone 8" class="deviceName" href="#11_ios_accounts_list_demo-iPhone 8">iPhone 8</a>
<a id="11_ios_accounts_list_demo-iPhone SE" class="deviceName" href="#11_ios_accounts_list_demo-iPhone SE">iPhone SE</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 8-11_ios_accounts_list_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 8-11_ios_accounts_list_demo.png" style="width: 100%;" alt="en-US iPhone 8" data-tab="2" data-counter="4">
<a href="./en-US/iPhone SE-11_ios_accounts_list_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-11_ios_accounts_list_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="2" data-counter="2">
</a>
<div class="caption">en-US</div>
</td>
Expand All @@ -231,13 +183,13 @@ <h2 id="20_ios_files_list_demo" class="screen">20_ios_files_list_demo</h2>
<table>
<tr>
<th colspan="1">
<a id="20_ios_files_list_demo-iPhone 7 (4.7-Inch)" class="deviceName" href="#20_ios_files_list_demo-iPhone 7 (4.7-Inch)">iPhone 7 (4.7-Inch)</a>
<a id="20_ios_files_list_demo-iPhone SE" class="deviceName" href="#20_ios_files_list_demo-iPhone SE">iPhone SE</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 7-20_ios_files_list_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-20_ios_files_list_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="2" data-counter="5">
<a href="./en-US/iPhone SE-20_ios_files_list_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-20_ios_files_list_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="2" data-counter="3">
</a>
<div class="caption">en-US</div>
</td>
Expand All @@ -248,13 +200,13 @@ <h2 id="21_ios_files_actions_demo" class="screen">21_ios_files_actions_demo</h2>
<table>
<tr>
<th colspan="1">
<a id="21_ios_files_actions_demo-iPhone 7 (4.7-Inch)" class="deviceName" href="#21_ios_files_actions_demo-iPhone 7 (4.7-Inch)">iPhone 7 (4.7-Inch)</a>
<a id="21_ios_files_actions_demo-iPhone SE" class="deviceName" href="#21_ios_files_actions_demo-iPhone SE">iPhone SE</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 7-21_ios_files_actions_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-21_ios_files_actions_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="2" data-counter="6">
<a href="./en-US/iPhone SE-21_ios_files_actions_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-21_ios_files_actions_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="2" data-counter="4">
</a>
<div class="caption">en-US</div>
</td>
Expand All @@ -265,13 +217,13 @@ <h2 id="22_ios_files_preview_pdf_demo" class="screen">22_ios_files_preview_pdf_d
<table>
<tr>
<th colspan="1">
<a id="22_ios_files_preview_pdf_demo-iPhone 7 (4.7-Inch)" class="deviceName" href="#22_ios_files_preview_pdf_demo-iPhone 7 (4.7-Inch)">iPhone 7 (4.7-Inch)</a>
<a id="22_ios_files_preview_pdf_demo-iPhone SE" class="deviceName" href="#22_ios_files_preview_pdf_demo-iPhone SE">iPhone SE</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 7-22_ios_files_preview_pdf_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-22_ios_files_preview_pdf_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="2" data-counter="7">
<a href="./en-US/iPhone SE-22_ios_files_preview_pdf_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-22_ios_files_preview_pdf_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="2" data-counter="5">
</a>
<div class="caption">en-US</div>
</td>
Expand All @@ -282,13 +234,13 @@ <h2 id="40_ios_quick_access_demo" class="screen">40_ios_quick_access_demo</h2>
<table>
<tr>
<th colspan="1">
<a id="40_ios_quick_access_demo-iPhone 7 (4.7-Inch)" class="deviceName" href="#40_ios_quick_access_demo-iPhone 7 (4.7-Inch)">iPhone 7 (4.7-Inch)</a>
<a id="40_ios_quick_access_demo-iPhone SE" class="deviceName" href="#40_ios_quick_access_demo-iPhone SE">iPhone SE</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 7-40_ios_quick_access_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-40_ios_quick_access_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="2" data-counter="8">
<a href="./en-US/iPhone SE-40_ios_quick_access_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-40_ios_quick_access_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="2" data-counter="6">
</a>
<div class="caption">en-US</div>
</td>
Expand All @@ -299,26 +251,13 @@ <h2 id="60_ios_settings_demo" class="screen">60_ios_settings_demo</h2>
<table>
<tr>
<th colspan="1">
<a id="60_ios_settings_demo-iPhone 7 (4.7-Inch)" class="deviceName" href="#60_ios_settings_demo-iPhone 7 (4.7-Inch)">iPhone 7 (4.7-Inch)</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 7-60_ios_settings_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 7-60_ios_settings_demo.png" style="width: 100%;" alt="en-US iPhone 7 (4.7-Inch)" data-tab="2" data-counter="9">
</a>
<div class="caption">en-US</div>
</td>
</tr>
<tr>
<th colspan="1">
<a id="60_ios_settings_demo-iPhone 8" class="deviceName" href="#60_ios_settings_demo-iPhone 8">iPhone 8</a>
<a id="60_ios_settings_demo-iPhone SE" class="deviceName" href="#60_ios_settings_demo-iPhone SE">iPhone SE</a>
</th>
</tr>
<tr>
<td>
<a href="./en-US/iPhone 8-60_ios_settings_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone 8-60_ios_settings_demo.png" style="width: 100%;" alt="en-US iPhone 8" data-tab="2" data-counter="10">
<a href="./en-US/iPhone SE-60_ios_settings_demo.png" target="_blank" class="screenshotLink">
<img class="screenshot" src="./en-US/iPhone SE-60_ios_settings_demo.png" style="width: 100%;" alt="en-US iPhone SE" data-tab="2" data-counter="7">
</a>
<div class="caption">en-US</div>
</td>
Expand Down
12 changes: 4 additions & 8 deletions ownCloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3136,21 +3136,17 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-ownCloudScreenshotsTests/Pods-ownCloudScreenshotsTests-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-ownCloudScreenshotsTests/Pods-ownCloudScreenshotsTests-frameworks.sh",
"${PODS_ROOT}/EarlGrey/EarlGrey/EarlGrey.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/EarlGrey.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ownCloudScreenshotsTests/Pods-ownCloudScreenshotsTests-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ownCloudScreenshotsTests/Pods-ownCloudScreenshotsTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
CCD5F274B7E08D493D596856 /* [CP] Check Pods Manifest.lock */ = {
Expand Down Expand Up @@ -3209,7 +3205,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-ownCloudTests/Pods-ownCloudTests-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-ownCloudTests/Pods-ownCloudTests-frameworks.sh",
"${PODS_ROOT}/EarlGrey/EarlGrey/EarlGrey.framework",
);
name = "[CP] Embed Pods Frameworks";
Expand All @@ -3218,7 +3214,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ownCloudTests/Pods-ownCloudTests-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ownCloudTests/Pods-ownCloudTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
14 changes: 0 additions & 14 deletions ownCloud.xcodeproj/xcshareddata/xcschemes/ownCloud.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,6 @@
BlueprintName = "ownCloudTests"
ReferencedContainer = "container:ownCloud.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "CreateFolderTests">
</Test>
<Test
Identifier = "DeleteBookmarkTests">
</Test>
<Test
Identifier = "FileListTests">
</Test>
<Test
Identifier = "SettingsTests">
</Test>
</SkippedTests>
</TestableReference>
<TestableReference
skipped = "NO">
Expand Down
1 change: 1 addition & 0 deletions ownCloud/Server List/ServerListTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ class ServerListTableViewController: UITableViewController, Themeable {
self.navigationController?.navigationBar.shadowImage = nil

welcomeAddServerButton.setTitle("Add account".localized, for: .normal)
welcomeAddServerButton.accessibilityIdentifier = "addServer"
welcomeTitleLabel.text = "Welcome".localized
let welcomeMessage = "Thanks for choosing %@! \n Start by adding your account.".localized
welcomeMessageLabel.text = welcomeMessage.replacingOccurrences(of: "%@", with: OCAppIdentity.shared.appName ?? "ownCloud")
Expand Down
Loading