├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── feature_request.md │ └── release_template.md ├── pull_request_template.md └── workflows │ ├── build-and-analyze.yml │ ├── calens.yml │ ├── configuration-documentation.yml │ ├── pull-transifex.yml │ └── push-transifex.yml ├── .gitignore ├── .gitmodules ├── .swiftlint.yml ├── .tx └── config ├── .xcode-version ├── CHANGELOG.md ├── CONTRIBUTING.md ├── Gemfile ├── KNOWN_ISSUES.md ├── LICENSE ├── PrivacyInfo.xcprivacy ├── README.md ├── SETUP.md ├── SUPPORT.md ├── THIRD_PARTY.txt ├── changelog ├── 11.10.0_2022-05-18 │ ├── 1066 │ ├── 1114 │ ├── 1116 │ ├── 1119 │ └── 1123 ├── 11.10.1_2022-08-02 │ ├── 1129 │ ├── 1130 │ └── 1132 ├── 11.11.0_2022-09-26 │ ├── 1138 │ ├── 1141 │ ├── 1146 │ ├── 1156 │ └── 5296 ├── 11.11.1_2022-10-30 │ └── 1141 ├── 11.5.0_2021-02-10 │ ├── 428 │ ├── 697 │ ├── 831 │ ├── 845 │ ├── 847 │ ├── 850 │ ├── 851 │ ├── 860 │ ├── 861 │ ├── 867 │ ├── 869 │ ├── 872 │ ├── 874 │ ├── 877 │ ├── 879 │ ├── 884 │ ├── 4104 │ ├── 4284 │ └── 4367 ├── 11.5.1_2021-02-17 │ └── 896 ├── 11.5.2_2021-03-03 │ ├── 905 │ ├── 906 │ └── 4432 ├── 11.6.0_2021-05-12 │ ├── 53 │ ├── 428 │ ├── 697 │ ├── 704 │ ├── 831 │ ├── 845 │ ├── 847 │ ├── 850 │ ├── 851 │ ├── 858 │ ├── 860 │ ├── 861 │ ├── 867 │ ├── 869 │ ├── 872 │ ├── 874 │ ├── 877 │ ├── 879 │ ├── 880 │ ├── 884 │ ├── 902 │ ├── 910 │ ├── 916 │ ├── 918 │ ├── 919 │ ├── 923 │ ├── 942 │ ├── 952 │ ├── 956 │ ├── 957 │ ├── 4104 │ ├── 4284 │ ├── 4367 │ ├── 4448 │ ├── 4450 │ └── 4468 ├── 11.6.1_2021-06-24 │ ├── 979 │ ├── 986 │ ├── 4547 │ └── 4558 ├── 11.7.0_2021-07-29 │ ├── 514 │ ├── 940 │ ├── 958 │ └── 968 ├── 11.7.1_2021-09-22 │ ├── 894 │ ├── 1012 │ ├── 1017 │ ├── 1026 │ ├── 1028 │ ├── 1031 │ ├── 1033 │ ├── 1035 │ ├── 4558 │ ├── 4701 │ ├── 4709 │ ├── 4716 │ ├── 4741 │ └── 8777 ├── 11.8.0_2021-12-01 │ ├── 1014 │ ├── 1050 │ ├── 1054 │ ├── 1056 │ ├── 1057 │ ├── 1061 │ ├── 4747 │ ├── 4766 │ ├── 4767 │ ├── 4786 │ ├── 4798 │ ├── 4801 │ ├── 4805 │ ├── 4818 │ └── 4857 ├── 11.8.1_2021-12-22 │ ├── 975 │ └── 1068 ├── 11.8.2_2022-01-17 │ ├── 4857 │ ├── 4924 │ └── 4934 ├── 11.9.0_2022-03-16 │ ├── 950 │ ├── 972 │ ├── 1004 │ ├── 1043 │ ├── 1059 │ ├── 1093 │ └── 1105 ├── 11.9.1_2022-03-29 │ ├── 1099 │ └── 1112 ├── 12.0.0_2023-06-12 │ ├── 92 │ ├── 744 │ ├── 1127 │ ├── 1162 │ ├── 1179 │ ├── 1194 │ ├── 1205 │ ├── 1208 │ ├── 4848 │ ├── 4849 │ ├── 5290 │ ├── 5308 │ ├── 5371 │ └── 5505 ├── 12.0.1_2023-06-15 │ └── 1220 ├── 12.0.2_2023-06-23 │ ├── 1219 │ ├── 1223 │ ├── 1225 │ └── 1228 ├── 12.0.3_2023-08-31 │ ├── 1227 │ ├── 1240 │ ├── 1254 │ ├── 1262 │ ├── 1266 │ ├── 1269 │ ├── 5747 │ └── 5889 ├── 12.1.0_2024-01-29 │ ├── 1128 │ ├── 1274 │ ├── 1283 │ ├── 1292 │ ├── 1293 │ ├── 1294 │ ├── 1295 │ ├── 1297 │ ├── 1306 │ ├── 1309 │ ├── 6112 │ └── 11224 ├── 12.2.0_2024-04-23 │ ├── 1320 │ ├── 1325 │ ├── 1343 │ └── 1348 ├── 12.2.1_2024-04-30 │ └── 1347 ├── 12.3.0_2024-09-23 │ ├── 1320 │ ├── 1344 │ ├── 1351 │ ├── 1376 │ └── 1377 ├── 12.4.0_2025-02-03 │ ├── 1416 │ └── 1430 ├── 12.4.1_2025-03-06 │ ├── 1446 │ └── 1448 ├── 12.5.0_2025-05-12 │ ├── 1331 │ ├── 1332 │ ├── 1334 │ ├── 1339 │ ├── 1364 │ ├── 1419 │ ├── 1435 │ ├── 1452 │ ├── 1455 │ └── 1461 ├── CHANGELOG-Release.tmpl ├── CHANGELOG.tmpl ├── README.md └── TEMPLATE.txt ├── design ├── 18-512.png ├── camera_badge.sketch │ ├── Data │ ├── QuickLook │ │ ├── Preview.png │ │ └── Thumbnail.png │ ├── metadata │ └── version ├── checkmark_Icon.sketch │ ├── Data │ ├── QuickLook │ │ ├── Preview.png │ │ └── Thumbnail.png │ ├── metadata │ └── version ├── chevron-small-light.idraw ├── chevron-small.idraw ├── cloud-symbols-thick.idraw ├── cloud-symbols.idraw ├── cloud.idraw ├── doc │ ├── Classic-scheme.md │ ├── Colorscheme.md │ ├── Dark-scheme.md │ └── Light-scheme.md ├── info-icon.idraw ├── locked.idraw ├── more-dots.idraw ├── owncloud-icon-idea.idraw ├── owncloud-primary-small.idraw ├── owncloud-primary-small.pdf ├── status-flash.idraw └── text-uri-list.idraw ├── doc ├── BUILD_CUSTOMIZATION.md ├── CONFIGURATION.json ├── README.md ├── SECURITY.md ├── TROUBLESHOOTING.md ├── Themes │ ├── Classic-scheme.md │ ├── Colorscheme.md │ ├── Dark-scheme.md │ └── Light-scheme.md ├── configuration.adoc └── images │ ├── Framefile.json │ ├── README.md │ ├── README.txt │ ├── ar │ ├── keyword.strings │ └── title.strings │ ├── background.jpg │ ├── ca │ ├── keyword.strings │ └── title.strings │ ├── de-DE │ ├── README.md │ ├── keyword.strings │ └── title.strings │ ├── de │ ├── keyword.strings │ └── title.strings │ ├── de_CH │ ├── keyword.strings │ └── title.strings │ ├── el │ ├── keyword.strings │ └── title.strings │ ├── en-GB │ ├── keyword.strings │ └── title.strings │ ├── en-US │ ├── iPad Pro (12.9-inch) (2nd generation)-10_ios_accounts_welcome_demo.png │ ├── iPad Pro (12.9-inch) (2nd generation)-11_ios_accounts_list_demo.png │ ├── iPad Pro (12.9-inch) (2nd generation)-20_ios_files_list_demo.png │ ├── iPad Pro (12.9-inch) (2nd generation)-21_ios_files_actions_demo.png │ ├── iPad Pro (12.9-inch) (2nd generation)-22_ios_files_preview_pdf_demo.png │ ├── iPad Pro (12.9-inch) (2nd generation)-23_ios_files_list_multiple_window_landscape.png │ ├── iPad Pro (12.9-inch) (2nd generation)-40_ios_quick_access_demo.png │ ├── iPad Pro (12.9-inch) (2nd generation)-60_ios_settings_demo.png │ ├── iPad Pro (12.9-inch) (4th generation)-10_ios_accounts_welcome_demo.png │ ├── iPad Pro (12.9-inch) (4th generation)-10_ios_accounts_welcome_demo_framed.png │ ├── iPad Pro (12.9-inch) (4th generation)-11_ios_accounts_list_demo.png │ ├── iPad Pro (12.9-inch) (4th generation)-11_ios_accounts_list_demo_framed.png │ ├── iPad Pro (12.9-inch) (4th generation)-20_ios_files_list_demo.png │ ├── iPad Pro (12.9-inch) (4th generation)-20_ios_files_list_demo_framed.png │ ├── iPad Pro (12.9-inch) (4th generation)-21_ios_files_actions_demo.png │ ├── iPad Pro (12.9-inch) (4th generation)-21_ios_files_actions_demo_framed.png │ ├── iPad Pro (12.9-inch) (4th generation)-22_ios_files_preview_pdf_demo.png │ ├── iPad Pro (12.9-inch) (4th generation)-22_ios_files_preview_pdf_demo_framed.png │ ├── iPad Pro (12.9-inch) (4th generation)-60_ios_settings_demo.png │ ├── iPad Pro (12.9-inch) (4th generation)-60_ios_settings_demo_framed.png │ ├── iPad Pro (12.9-inch) (5th generation)-10_ios_accounts_welcome_demo.png │ ├── iPad Pro (12.9-inch) (5th generation)-11_ios_accounts_list_demo.png │ ├── iPad Pro (12.9-inch) (5th generation)-20_ios_files_list_demo.png │ ├── iPad Pro (12.9-inch) (5th generation)-21_ios_files_actions_demo.png │ ├── iPad Pro (12.9-inch) (5th generation)-22_ios_files_preview_pdf_demo.png │ ├── iPad Pro (12.9-inch) (5th generation)-23_ios_files_list_multiple_window_landscape.png │ ├── iPad Pro (12.9-inch) (5th generation)-40_ios_quick_access_demo.png │ ├── iPad Pro (12.9-inch) (5th generation)-60_ios_settings_demo.png │ ├── iPad Pro (9.7-inch)-10_ios_accounts_welcome_demo.png │ ├── iPad Pro (9.7-inch)-10_ios_accounts_welcome_demo_framed.png │ ├── iPad Pro (9.7-inch)-11_ios_accounts_list_demo.png │ ├── iPad Pro (9.7-inch)-11_ios_accounts_list_demo_framed.png │ ├── iPad Pro (9.7-inch)-20_ios_files_list_demo.png │ ├── iPad Pro (9.7-inch)-20_ios_files_list_demo_framed.png │ ├── iPad Pro (9.7-inch)-21_ios_files_actions_demo.png │ ├── iPad Pro (9.7-inch)-21_ios_files_actions_demo_framed.png │ ├── iPad Pro (9.7-inch)-22_ios_files_preview_pdf_demo.png │ ├── iPad Pro (9.7-inch)-22_ios_files_preview_pdf_demo_framed.png │ ├── iPad Pro (9.7-inch)-23_ios_files_list_multiple_window_landscape.png │ ├── iPad Pro (9.7-inch)-23_ios_files_list_multiple_window_landscape_framed.png │ ├── iPad Pro (9.7-inch)-40_ios_quick_access_demo.png │ ├── iPad Pro (9.7-inch)-40_ios_quick_access_demo_framed.png │ ├── iPad Pro (9.7-inch)-60_ios_settings_demo.png │ ├── iPad Pro (9.7-inch)-60_ios_settings_demo_framed.png │ ├── iPhone 11 Pro Max-10_ios_accounts_welcome_demo.png │ ├── iPhone 11 Pro Max-10_ios_accounts_welcome_demo_framed.png │ ├── iPhone 11 Pro Max-11_ios_accounts_list_demo.png │ ├── iPhone 11 Pro Max-11_ios_accounts_list_demo_framed.png │ ├── iPhone 11 Pro Max-20_ios_files_list_demo.png │ ├── iPhone 11 Pro Max-20_ios_files_list_demo_framed.png │ ├── iPhone 11 Pro Max-21_ios_files_actions_demo.png │ ├── iPhone 11 Pro Max-21_ios_files_actions_demo_framed.png │ ├── iPhone 11 Pro Max-22_ios_files_preview_pdf_demo.png │ ├── iPhone 11 Pro Max-22_ios_files_preview_pdf_demo_framed.png │ ├── iPhone 11 Pro Max-40_ios_quick_access_demo.png │ ├── iPhone 11 Pro Max-40_ios_quick_access_demo_framed.png │ ├── iPhone 11 Pro Max-60_ios_settings_demo.png │ ├── iPhone 11 Pro Max-60_ios_settings_demo_framed.png │ ├── iPhone 11-10_ios_accounts_welcome_demo.png │ ├── iPhone 11-10_ios_accounts_welcome_demo_framed.png │ ├── iPhone 11-11_ios_accounts_list_demo.png │ ├── iPhone 11-11_ios_accounts_list_demo_framed.png │ ├── iPhone 11-20_ios_files_list_demo.png │ ├── iPhone 11-20_ios_files_list_demo_framed.png │ ├── iPhone 11-21_ios_files_actions_demo.png │ ├── iPhone 11-21_ios_files_actions_demo_framed.png │ ├── iPhone 11-22_ios_files_preview_pdf_demo.png │ ├── iPhone 11-22_ios_files_preview_pdf_demo_framed.png │ ├── iPhone 11-40_ios_quick_access_demo.png │ ├── iPhone 11-40_ios_quick_access_demo_framed.png │ ├── iPhone 11-60_ios_settings_demo.png │ ├── iPhone 11-60_ios_settings_demo_framed.png │ ├── iPhone 8 Plus-10_ios_accounts_welcome_demo.png │ ├── iPhone 8 Plus-10_ios_accounts_welcome_demo_framed.png │ ├── iPhone 8 Plus-11_ios_accounts_list_demo.png │ ├── iPhone 8 Plus-11_ios_accounts_list_demo_framed.png │ ├── iPhone 8 Plus-20_ios_files_list_demo.png │ ├── iPhone 8 Plus-20_ios_files_list_demo_framed.png │ ├── iPhone 8 Plus-21_ios_files_actions_demo.png │ ├── iPhone 8 Plus-21_ios_files_actions_demo_framed.png │ ├── iPhone 8 Plus-22_ios_files_preview_pdf_demo.png │ ├── iPhone 8 Plus-22_ios_files_preview_pdf_demo_framed.png │ ├── iPhone 8 Plus-40_ios_quick_access_demo.png │ ├── iPhone 8 Plus-40_ios_quick_access_demo_framed.png │ ├── iPhone 8 Plus-60_ios_settings_demo.png │ ├── iPhone 8 Plus-60_ios_settings_demo_framed.png │ ├── iPhone 8-10_ios_accounts_welcome_demo.png │ ├── iPhone 8-10_ios_accounts_welcome_demo_framed.png │ ├── iPhone 8-11_ios_accounts_list_demo.png │ ├── iPhone 8-11_ios_accounts_list_demo_framed.png │ ├── iPhone 8-20_ios_files_list_demo.png │ ├── iPhone 8-20_ios_files_list_demo_framed.png │ ├── iPhone 8-21_ios_files_actions_demo.png │ ├── iPhone 8-21_ios_files_actions_demo_framed.png │ ├── iPhone 8-22_ios_files_preview_pdf_demo.png │ ├── iPhone 8-22_ios_files_preview_pdf_demo_framed.png │ ├── iPhone 8-40_ios_quick_access_demo.png │ ├── iPhone 8-40_ios_quick_access_demo_framed.png │ ├── iPhone 8-60_ios_settings_demo.png │ ├── iPhone 8-60_ios_settings_demo_framed.png │ ├── iPhone SE (2nd generation)-10_ios_accounts_welcome_demo.png │ ├── iPhone SE (2nd generation)-10_ios_accounts_welcome_demo_framed.png │ ├── iPhone SE (2nd generation)-11_ios_accounts_list_demo.png │ ├── iPhone SE (2nd generation)-11_ios_accounts_list_demo_framed.png │ ├── iPhone SE (2nd generation)-20_ios_files_list_demo.png │ ├── iPhone SE (2nd generation)-20_ios_files_list_demo_framed.png │ ├── iPhone SE (2nd generation)-21_ios_files_actions_demo.png │ ├── iPhone SE (2nd generation)-21_ios_files_actions_demo_framed.png │ ├── iPhone SE (2nd generation)-22_ios_files_preview_pdf_demo.png │ ├── iPhone SE (2nd generation)-22_ios_files_preview_pdf_demo_framed.png │ ├── iPhone SE (2nd generation)-40_ios_quick_access_demo.png │ ├── iPhone SE (2nd generation)-40_ios_quick_access_demo_framed.png │ ├── iPhone SE (2nd generation)-60_ios_settings_demo.png │ ├── iPhone SE (2nd generation)-60_ios_settings_demo_framed.png │ ├── keyword.strings │ └── title.strings │ ├── en │ ├── keyword.strings │ └── title.strings │ ├── es │ ├── README.md │ ├── keyword.strings │ └── title.strings │ ├── et_EE │ └── title.strings │ ├── eu │ ├── keyword.strings │ └── title.strings │ ├── fonts │ ├── OpenSans-Regular.ttf │ ├── OpenSans-Semibold.ttf │ └── README.md │ ├── fr │ └── title.strings │ ├── gl │ ├── keyword.strings │ └── title.strings │ ├── he │ ├── keyword.strings │ └── title.strings │ ├── id │ └── keyword.strings │ ├── km │ └── keyword.strings │ ├── ko │ ├── keyword.strings │ └── title.strings │ ├── lt_LT │ └── keyword.strings │ ├── lv │ └── title.strings │ ├── pl │ ├── keyword.strings │ └── title.strings │ ├── pt-BR │ ├── keyword.strings │ └── title.strings │ ├── ru │ ├── keyword.strings │ └── title.strings │ ├── screenshots.html │ ├── sq │ ├── keyword.strings │ └── title.strings │ ├── th-TH │ ├── keyword.strings │ └── title.strings │ ├── tr │ ├── keyword.strings │ └── title.strings │ ├── ur_PK │ └── keyword.strings │ ├── zh-Hans │ ├── keyword.strings │ └── title.strings │ └── zh_TW │ ├── keyword.strings │ └── title.strings ├── enterprise ├── register │ ├── Gemfile │ ├── README.md │ └── registerOwncloudApp.rb └── resign │ ├── App │ └── README.md │ ├── Provisioning Files │ └── README.md │ ├── README.md │ ├── resignInspector.sh │ └── resignOwncloudApp ├── fastlane ├── Appfile ├── Deliverfile ├── Fastfile ├── Matchfile ├── Pluginfile ├── README.md ├── Snapfile ├── actions │ ├── app_version.rb │ └── release_notes.rb ├── badge.svg ├── metadata-emm │ ├── app_icon.jpg │ ├── copyright.txt │ ├── en-US │ │ ├── apple_tv_privacy_policy.txt │ │ ├── description.txt │ │ ├── keywords.txt │ │ ├── marketing_url.txt │ │ ├── privacy_url.txt │ │ ├── promotional_text.txt │ │ ├── release_notes.txt │ │ ├── subtitle.txt │ │ └── support_url.txt │ ├── primary_category.txt │ ├── primary_first_sub_category.txt │ ├── primary_second_sub_category.txt │ ├── secondary_category.txt │ ├── secondary_first_sub_category.txt │ └── secondary_second_sub_category.txt ├── metadata-owncloud-online │ ├── app_icon.jpg │ ├── copyright.txt │ ├── en-US │ │ ├── apple_tv_privacy_policy.txt │ │ ├── description.txt │ │ ├── keywords.txt │ │ ├── marketing_url.txt │ │ ├── privacy_url.txt │ │ ├── promotional_text.txt │ │ ├── release_notes.txt │ │ ├── subtitle.txt │ │ └── support_url.txt │ ├── primary_category.txt │ ├── primary_first_sub_category.txt │ ├── primary_second_sub_category.txt │ ├── secondary_category.txt │ ├── secondary_first_sub_category.txt │ └── secondary_second_sub_category.txt ├── metadata │ ├── app_icon.jpg │ ├── copyright.txt │ ├── en-US │ │ ├── apple_tv_privacy_policy.txt │ │ ├── description.txt │ │ ├── keywords.txt │ │ ├── marketing_url.txt │ │ ├── privacy_url.txt │ │ ├── promotional_text.txt │ │ ├── release_notes.txt │ │ ├── subtitle.txt │ │ └── support_url.txt │ ├── primary_category.txt │ ├── primary_first_sub_category.txt │ ├── primary_second_sub_category.txt │ ├── secondary_category.txt │ ├── secondary_first_sub_category.txt │ └── secondary_second_sub_category.txt └── screenshots │ ├── ady │ ├── keyword.strings │ └── title.strings │ ├── af_ZA │ ├── keyword.strings │ └── title.strings │ ├── ak │ ├── keyword.strings │ └── title.strings │ ├── ar │ ├── keyword.strings │ └── title.strings │ ├── ast │ ├── keyword.strings │ └── title.strings │ ├── az │ ├── keyword.strings │ └── title.strings │ ├── be │ ├── keyword.strings │ └── title.strings │ ├── bg │ ├── keyword.strings │ └── title.strings │ ├── bg@Cyrl │ ├── keyword.strings │ └── title.strings │ ├── bg_BG │ ├── keyword.strings │ └── title.strings │ ├── bn_BD │ ├── keyword.strings │ └── title.strings │ ├── bn_IN │ ├── keyword.strings │ └── title.strings │ ├── bs │ ├── keyword.strings │ └── title.strings │ ├── ca │ ├── keyword.strings │ └── title.strings │ ├── ca@valencia │ ├── keyword.strings │ └── title.strings │ ├── cs │ ├── keyword.strings │ └── title.strings │ ├── cy_GB │ ├── keyword.strings │ └── title.strings │ ├── da │ ├── keyword.strings │ └── title.strings │ ├── da_DK │ ├── keyword.strings │ └── title.strings │ ├── de-DE │ ├── keyword.strings │ └── title.strings │ ├── de │ ├── keyword.strings │ └── title.strings │ ├── de_AT │ ├── keyword.strings │ └── title.strings │ ├── de_CH │ ├── keyword.strings │ └── title.strings │ ├── el │ ├── keyword.strings │ └── title.strings │ ├── en-GB │ ├── keyword.strings │ └── title.strings │ ├── en_CA │ ├── keyword.strings │ └── title.strings │ ├── en_US │ ├── keyword.strings │ └── title.strings │ ├── eo │ ├── keyword.strings │ └── title.strings │ ├── es │ ├── keyword.strings │ └── title.strings │ ├── es_419 │ ├── keyword.strings │ └── title.strings │ ├── es_AR │ ├── keyword.strings │ └── title.strings │ ├── es_CL │ ├── keyword.strings │ └── title.strings │ ├── es_EC │ ├── keyword.strings │ └── title.strings │ ├── es_MX │ ├── keyword.strings │ └── title.strings │ ├── es_US │ ├── keyword.strings │ └── title.strings │ ├── et_EE │ ├── keyword.strings │ └── title.strings │ ├── eu │ ├── keyword.strings │ └── title.strings │ ├── fa │ ├── keyword.strings │ └── title.strings │ ├── fa_IR │ ├── keyword.strings │ └── title.strings │ ├── fi │ ├── keyword.strings │ └── title.strings │ ├── fi_FI │ ├── keyword.strings │ └── title.strings │ ├── fil │ ├── keyword.strings │ └── title.strings │ ├── fr │ ├── keyword.strings │ └── title.strings │ ├── fr_FR │ ├── keyword.strings │ └── title.strings │ ├── fy_NL │ ├── keyword.strings │ └── title.strings │ ├── gl │ ├── keyword.strings │ └── title.strings │ ├── gl_ES │ ├── keyword.strings │ └── title.strings │ ├── gu │ ├── keyword.strings │ └── title.strings │ ├── he │ ├── keyword.strings │ └── title.strings │ ├── hi │ ├── keyword.strings │ └── title.strings │ ├── hr │ ├── keyword.strings │ └── title.strings │ ├── hr_HR │ ├── keyword.strings │ └── title.strings │ ├── hu_HU │ ├── keyword.strings │ └── title.strings │ ├── hy │ ├── keyword.strings │ └── title.strings │ ├── ia │ ├── keyword.strings │ └── title.strings │ ├── id │ ├── keyword.strings │ └── title.strings │ ├── io │ ├── keyword.strings │ └── title.strings │ ├── is │ ├── keyword.strings │ └── title.strings │ ├── it │ ├── keyword.strings │ └── title.strings │ ├── ja_JP │ ├── keyword.strings │ └── title.strings │ ├── jv │ ├── keyword.strings │ └── title.strings │ ├── ka_GE │ ├── keyword.strings │ └── title.strings │ ├── km │ ├── keyword.strings │ └── title.strings │ ├── kn │ ├── keyword.strings │ └── title.strings │ ├── ko │ ├── keyword.strings │ └── title.strings │ ├── ku │ ├── keyword.strings │ └── title.strings │ ├── ku_IQ │ ├── keyword.strings │ └── title.strings │ ├── lb │ ├── keyword.strings │ └── title.strings │ ├── lo │ ├── keyword.strings │ └── title.strings │ ├── lt_LT │ ├── keyword.strings │ └── title.strings │ ├── lv │ ├── keyword.strings │ └── title.strings │ ├── mg │ ├── keyword.strings │ └── title.strings │ ├── mk │ ├── keyword.strings │ └── title.strings │ ├── ml │ ├── keyword.strings │ └── title.strings │ ├── ml_IN │ ├── keyword.strings │ └── title.strings │ ├── mn │ ├── keyword.strings │ └── title.strings │ ├── mr │ ├── keyword.strings │ └── title.strings │ ├── ms_MY │ ├── keyword.strings │ └── title.strings │ ├── mt_MT │ ├── keyword.strings │ └── title.strings │ ├── my_MM │ ├── keyword.strings │ └── title.strings │ ├── nb-NO │ ├── keyword.strings │ └── title.strings │ ├── nds │ ├── keyword.strings │ └── title.strings │ ├── ne │ ├── keyword.strings │ └── title.strings │ ├── nl │ ├── keyword.strings │ └── title.strings │ ├── nn-NO │ ├── keyword.strings │ └── title.strings │ ├── nqo │ ├── keyword.strings │ └── title.strings │ ├── oc │ ├── keyword.strings │ └── title.strings │ ├── pa │ ├── keyword.strings │ └── title.strings │ ├── pl │ ├── keyword.strings │ └── title.strings │ ├── pt-BR │ ├── keyword.strings │ └── title.strings │ ├── pt-PT │ ├── keyword.strings │ └── title.strings │ ├── ro │ ├── keyword.strings │ └── title.strings │ ├── ru │ ├── keyword.strings │ └── title.strings │ ├── ru_RU │ ├── keyword.strings │ └── title.strings │ ├── si │ ├── keyword.strings │ └── title.strings │ ├── si_LK │ ├── keyword.strings │ └── title.strings │ ├── sk_SK │ ├── keyword.strings │ └── title.strings │ ├── sl │ ├── keyword.strings │ └── title.strings │ ├── sq │ ├── keyword.strings │ └── title.strings │ ├── sr │ ├── keyword.strings │ └── title.strings │ ├── sr@latin │ ├── keyword.strings │ └── title.strings │ ├── su │ ├── keyword.strings │ └── title.strings │ ├── sv │ ├── keyword.strings │ └── title.strings │ ├── sv_SE │ ├── keyword.strings │ └── title.strings │ ├── sw_KE │ ├── keyword.strings │ └── title.strings │ ├── ta │ ├── keyword.strings │ └── title.strings │ ├── te │ ├── keyword.strings │ └── title.strings │ ├── tg_TJ │ ├── keyword.strings │ └── title.strings │ ├── th-TH │ ├── keyword.strings │ └── title.strings │ ├── tl_PH │ ├── keyword.strings │ └── title.strings │ ├── tr │ ├── keyword.strings │ └── title.strings │ ├── tr_TR │ ├── keyword.strings │ └── title.strings │ ├── tzm │ ├── keyword.strings │ └── title.strings │ ├── ug │ ├── keyword.strings │ └── title.strings │ ├── uk │ ├── keyword.strings │ └── title.strings │ ├── ur_PK │ ├── keyword.strings │ └── title.strings │ ├── uz │ ├── keyword.strings │ └── title.strings │ ├── vi │ ├── keyword.strings │ └── title.strings │ ├── zh-Hans │ ├── keyword.strings │ └── title.strings │ ├── zh │ ├── keyword.strings │ └── title.strings │ ├── zh_CN.GB2312 │ ├── keyword.strings │ └── title.strings │ ├── zh_HK │ ├── keyword.strings │ └── title.strings │ ├── zh_TW.Big5 │ ├── keyword.strings │ └── title.strings │ └── zh_TW │ ├── keyword.strings │ └── title.strings ├── img ├── filetypes-tvg │ ├── application-pdf.tvg │ ├── application.tvg │ ├── audio.tvg │ ├── file.tvg │ ├── folder-create.tvg │ ├── folder-drag-accept.tvg │ ├── folder-external.tvg │ ├── folder-public.tvg │ ├── folder-shared.tvg │ ├── folder-starred.tvg │ ├── folder.tvg │ ├── icon-available-offline.tvg │ ├── icon-locked.tvg │ ├── icon-password-manager.tvg │ ├── icon-search.tvg │ ├── image.tvg │ ├── owncloud-logo.tvg │ ├── package-x-generic.tvg │ ├── space.tvg │ ├── status-flash.tvg │ ├── text-calendar.tvg │ ├── text-code.tvg │ ├── text-uri-list.tvg │ ├── text-vcard.tvg │ ├── text.tvg │ ├── video.tvg │ ├── x-office-document.tvg │ ├── x-office-presentation.tvg │ └── x-office-spreadsheet.tvg ├── filetypes.json └── filetypes │ ├── application-pdf.svg │ ├── application.svg │ ├── audio.svg │ ├── file.svg │ ├── folder-create.svg │ ├── folder-drag-accept.svg │ ├── folder-external.svg │ ├── folder-public.svg │ ├── folder-shared.svg │ ├── folder-starred.svg │ ├── folder.svg │ ├── icon-available-offline.svg │ ├── icon-locked.svg │ ├── icon-password-manager.svg │ ├── image.svg │ ├── owncloud-logo.svg │ ├── package-x-generic.svg │ ├── space.svg │ ├── status-flash.svg │ ├── text-calendar.svg │ ├── text-code.svg │ ├── text-uri-list.svg │ ├── text-vcard.svg │ ├── text.svg │ ├── video.svg │ ├── x-office-document.svg │ ├── x-office-presentation.svg │ └── x-office-spreadsheet.svg ├── ownCloud Action Extension ├── Info.plist ├── InfoPlist.xcstrings └── ownCloud Action Extension.entitlements ├── ownCloud File Provider UI ├── Base.lproj │ └── MainInterface.storyboard ├── CancelLabelViewController.swift ├── DocumentActionViewController.swift ├── Info.plist └── ownCloud_File_Provider_UI.entitlements ├── ownCloud File Provider ├── FileProviderContentEnumerator.h ├── FileProviderContentEnumerator.m ├── FileProviderEnumeratorObserver.h ├── FileProviderEnumeratorObserver.m ├── FileProviderExtension.h ├── FileProviderExtension.m ├── FileProviderExtensionThumbnailRequest.h ├── FileProviderExtensionThumbnailRequest.m ├── FileProviderServiceSource.h ├── FileProviderServiceSource.m ├── Info.plist ├── Localizable.xcstrings ├── NSError+MessageResolution.h ├── NSError+MessageResolution.m ├── NSNumber+OCSyncAnchorData.h ├── NSNumber+OCSyncAnchorData.m ├── OCBookmark+FileProvider.h ├── OCBookmark+FileProvider.m ├── OCCore+FileProviderTools.h ├── OCCore+FileProviderTools.m ├── OCItem+FileProviderItem.h ├── OCItem+FileProviderItem.m ├── OCVFSNode+FileProviderItem.h ├── OCVFSNode+FileProviderItem.m └── ownCloud_File_Provider.entitlements ├── ownCloud Intents ├── Base.lproj │ └── Intents.intentdefinition ├── CreateFolderIntentHandler.swift ├── DeletePathItemIntentHandler.swift ├── GetAccountIntentHandler.swift ├── GetAccountsIntentHandler.swift ├── GetDirectoryListingIntentHandler.swift ├── GetFileInfoIntentHandler.swift ├── GetFileIntentHandler.swift ├── Info.plist ├── IntentHandler.swift ├── IntentSettings.swift ├── OCBookmarkManager+Extension.swift ├── PathExistsIntentHandler.swift ├── SaveFileIntentHandler.swift ├── ar.lproj │ └── Intents.strings ├── cs.lproj │ └── Intents.strings ├── de.lproj │ └── Intents.strings ├── en-GB.lproj │ └── Intents.strings ├── en.lproj │ └── Intents.strings ├── es.lproj │ └── Intents.strings ├── eu.lproj │ └── Intents.strings ├── fr.lproj │ └── Intents.strings ├── ko.lproj │ └── Intents.strings ├── mk.lproj │ └── Intents.strings ├── nb-NO.lproj │ └── Intents.strings ├── nn-NO.lproj │ └── Intents.strings ├── ownCloud Intents.entitlements ├── pt-BR.lproj │ └── Intents.strings ├── pt-PT.lproj │ └── Intents.strings ├── ru.lproj │ └── Intents.strings ├── sq.lproj │ └── Intents.strings ├── th-TH.lproj │ └── Intents.strings └── zh-Hans.lproj │ └── Intents.strings ├── ownCloud Share Extension ├── Info.plist ├── InfoPlist.xcstrings ├── ShareExtensionViewController.swift ├── en.lproj │ └── Info.plist └── ownCloud Share Extension.entitlements ├── ownCloud.xcodeproj ├── project.pbxproj └── xcshareddata │ └── xcschemes │ ├── MakeTVG.xcscheme │ ├── ownCloud File Provider.xcscheme │ ├── ownCloud File ProviderUI.xcscheme │ ├── ownCloud Intents.xcscheme │ ├── ownCloud Share Extension.xcscheme │ ├── ownCloud.xcscheme │ ├── ownCloudApp.xcscheme │ ├── ownCloudScreenshotsTests.xcscheme │ └── ownCloudTests.xcscheme ├── ownCloud ├── App Controllers │ ├── AccountController+ExtraItems.swift │ ├── AccountController+ItemActions.swift │ ├── AppRootViewController+ItemActions.swift │ └── AppRootViewController.swift ├── AppDelegate.swift ├── Bookmarks │ ├── Account Setup and Authentication.md │ ├── BookmarkInfoViewController.swift │ ├── BookmarkViewController.swift │ ├── Composer │ │ ├── BookmarkComposer.swift │ │ └── BookmarkComposerConfiguration.swift │ └── Setup │ │ ├── BookmarkSetupStepViewController.swift │ │ ├── BookmarkSetupViewController.swift │ │ └── Steps │ │ ├── BookmarkSetupStepAuthenticateViewController.swift │ │ ├── BookmarkSetupStepEnterURLViewController.swift │ │ ├── BookmarkSetupStepEnterUsernameViewController.swift │ │ ├── BookmarkSetupStepFinishedViewController.swift │ │ ├── BookmarkSetupStepIntroViewController.swift │ │ ├── BookmarkSetupStepPrepopulateViewController.swift │ │ └── CertificateSummaryView.swift ├── Client │ ├── Actions │ │ ├── Action+UserInterface.swift │ │ ├── Action.swift │ │ ├── Actions+Extensions │ │ │ ├── AddToSidebarAction.swift │ │ │ ├── AvailableOfflineAction.swift │ │ │ ├── CollaborateAction.swift │ │ │ ├── CopyAction.swift │ │ │ ├── CreateDocumentAction.swift │ │ │ ├── CutAction.swift │ │ │ ├── DeleteAction.swift │ │ │ ├── DetailsSpaceAction.swift │ │ │ ├── DisableSpaceAction.swift │ │ │ ├── DiscardSceneAction.swift │ │ │ ├── DisplayExifMetadataAction.swift │ │ │ ├── DocumentEditingAction.swift │ │ │ ├── DuplicateAction.swift │ │ │ ├── EditSpaceDescriptionAction.swift │ │ │ ├── EditSpaceImageAction.swift │ │ │ ├── FavoriteAction.swift │ │ │ ├── ImportPasteboardAction.swift │ │ │ ├── ManageSpaceAction.swift │ │ │ ├── MembersSpaceAction.swift │ │ │ ├── MoveAction.swift │ │ │ ├── OpenInAction.swift │ │ │ ├── OpenSceneAction.swift │ │ │ ├── PDFGotoPageAction.swift │ │ │ ├── PresentationModeAction.swift │ │ │ ├── RemoveFromSidebarAction.swift │ │ │ ├── RenameAction.swift │ │ │ ├── UnfavoriteAction.swift │ │ │ ├── UnshareAction.swift │ │ │ ├── UploadBaseAction.swift │ │ │ ├── UploadCameraMediaAction.swift │ │ │ ├── UploadFileAction.swift │ │ │ └── UploadMediaAction.swift │ │ ├── ClientDirectoryPickerViewController.swift │ │ ├── EditDocumentViewController.swift │ │ ├── ImageMetadataViewController.swift │ │ ├── Scanner │ │ │ ├── FixedHeightImageView.swift │ │ │ ├── ScanAction.swift │ │ │ └── ScanViewController.swift │ │ └── Shortcuts │ │ │ ├── CreateShortcutFileAction.swift │ │ │ ├── CreateShortcutFileViewController.swift │ │ │ └── OpenShortcutFileAction.swift │ ├── ClientActivityCell.swift │ ├── ClientActivityViewController.swift │ ├── ClientFilelistTableViewController.swift │ ├── ClientSessionManager.swift │ ├── ExternalBrowserBusyHandler.swift │ ├── HelpAndSupportViewController.swift │ └── Viewer │ │ ├── DisplayExtension.swift │ │ ├── DisplayHostViewController.swift │ │ ├── DisplayViewController.swift │ │ ├── DownloadItemsHUDViewController.swift │ │ ├── Image │ │ └── ImageDisplayViewController.swift │ │ ├── Media │ │ └── MediaDisplayViewController.swift │ │ ├── PDF │ │ ├── PDFOutlineViewController.swift │ │ ├── PDFSearchResultsView.swift │ │ ├── PDFSearchTableViewCell.swift │ │ ├── PDFSearchViewController.swift │ │ ├── PDFThumbnailCollectionViewCell.swift │ │ ├── PDFThumbnailsCollectionViewController.swift │ │ ├── PDFTocItem.swift │ │ ├── PDFTocTableViewCell.swift │ │ ├── PDFTocTableViewController.swift │ │ └── PDFViewerViewController.swift │ │ ├── QuickLook │ │ └── PreviewViewController.swift │ │ ├── README.md │ │ ├── Shortcut File │ │ └── ShortcutFileDisplayViewController.swift │ │ └── WebView │ │ └── WebViewDisplayViewController.swift ├── Diagnostic │ ├── DiagnosticManager.swift │ ├── DiagnosticViewController.swift │ ├── OCScanJobActivity+DiagnosticGenerator.swift │ └── OCSyncRecordActivity+DiagnosticGenerator.swift ├── FileProvider Integration │ └── FileProviderInterfaceManager.swift ├── Import │ └── ImportFilesController.swift ├── Key Commands │ └── KeyCommands.swift ├── Licensing │ ├── Offers │ │ ├── LicenseOfferButton.swift │ │ ├── LicenseOfferView.swift │ │ └── LicenseOffersViewController.swift │ ├── Product List │ │ ├── LicenseInAppProductListViewController.swift │ │ └── LicenseInAppPurchaseFeatureView.swift │ ├── Tools │ │ └── OCLicenseManager+AppStore.swift │ └── Transactions │ │ └── LicenseTransactionsViewController.swift ├── Media Uploads │ ├── CoreImage Extensions │ │ └── CIImage+Extensions.swift │ ├── MediaUploadActivity.swift │ ├── MediaUploadOperation.swift │ ├── MediaUploadQueue.swift │ ├── MediaUploadStorage.swift │ └── PhotoKit Extensions │ │ ├── PHAsset+Upload.swift │ │ └── PHPhotoLibrary+Extension.swift ├── Messages │ ├── CardIssueMessagePresenter.swift │ ├── MessageGroupCell.swift │ ├── MessageQueueExample.swift │ └── MessageTableViewController.swift ├── Release Notes │ ├── ReleaseNotes.plist │ ├── ReleaseNotesHostViewController.swift │ └── ReleaseNotesTableViewController.swift ├── Resources │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── branding-icon-1024x1024.png │ │ │ ├── branding-icon-120x120.png │ │ │ ├── branding-icon-152x152.png │ │ │ ├── branding-icon-167x167.png │ │ │ ├── branding-icon-180x180.png │ │ │ ├── branding-icon-20x20.png │ │ │ ├── branding-icon-29x29.png │ │ │ ├── branding-icon-40x40.png │ │ │ ├── branding-icon-58x58.png │ │ │ ├── branding-icon-60x60.png │ │ │ ├── branding-icon-76x76.png │ │ │ ├── branding-icon-80x80.png │ │ │ └── branding-icon-87x87.png │ │ ├── Contents.json │ │ ├── arrow-down.imageset │ │ │ ├── Contents.json │ │ │ └── down 2.pdf │ │ ├── arrow-up.imageset │ │ │ ├── Contents.json │ │ │ └── up 2.pdf │ │ ├── arrow.3.trianglepath.imageset │ │ │ ├── Contents.json │ │ │ └── arrow.3.trianglepath.png │ │ ├── available-offline.imageset │ │ │ ├── Contents.json │ │ │ ├── available-offline.png │ │ │ ├── available-offline@2x.png │ │ │ └── available-offline@3x.png │ │ ├── biometrical-faceid.imageset │ │ │ ├── Contents.json │ │ │ └── biometrical-faceid.pdf │ │ ├── biometrical-touchid.imageset │ │ │ ├── Contents.json │ │ │ └── biometrical.pdf │ │ ├── camera-badge.imageset │ │ │ ├── Contents.json │ │ │ └── camera-badge.pdf │ │ ├── camera-info.imageset │ │ │ ├── Contents.json │ │ │ └── camera-info.pdf │ │ ├── camera.imageset │ │ │ ├── Contents.json │ │ │ └── camera.pdf │ │ ├── check-mark.imageset │ │ │ ├── Contents.json │ │ │ └── checkmark.pdf │ │ ├── checkmark_circle.imageset │ │ │ ├── Contents.json │ │ │ └── checkmark_circle.pdf │ │ ├── chevron-small-light.imageset │ │ │ ├── Contents.json │ │ │ └── chevron-small-light.pdf │ │ ├── chevron-small.imageset │ │ │ ├── Contents.json │ │ │ └── chevron-small.pdf │ │ ├── chevron.left.imageset │ │ │ ├── Contents.json │ │ │ └── chevron_left.pdf │ │ ├── chevron.right.imageset │ │ │ ├── Contents.json │ │ │ └── chevron_right.pdf │ │ ├── copy-file.imageset │ │ │ ├── Contents.json │ │ │ └── copy-icon.pdf │ │ ├── duplicate-file.imageset │ │ │ ├── Contents.json │ │ │ └── duplicate-icon.pdf │ │ ├── folder.imageset │ │ │ ├── Contents.json │ │ │ └── folder-icon.pdf │ │ ├── ic_pdf_go_to_page.imageset │ │ │ ├── Contents.json │ │ │ └── ic_open_in_new_24px.pdf │ │ ├── ic_pdf_outline.imageset │ │ │ ├── Contents.json │ │ │ └── ic_list_24px.pdf │ │ ├── ic_pdf_view_multipage.imageset │ │ │ ├── Contents.json │ │ │ └── ic_border_all_24px.pdf │ │ ├── info-icon.imageset │ │ │ ├── Contents.json │ │ │ └── info-icon.pdf │ │ ├── lock_shield.imageset │ │ │ ├── Contents.json │ │ │ └── lock_shield.pdf │ │ ├── more-dots.imageset │ │ │ ├── Contents.json │ │ │ ├── more-dots.png │ │ │ ├── more-dots@2x.png │ │ │ └── more-dots@3x.png │ │ ├── multiply_circle.imageset │ │ │ ├── Contents.json │ │ │ └── multiply_circle.pdf │ │ ├── open-in.imageset │ │ │ ├── Contents.json │ │ │ └── open-in.pdf │ │ ├── person.imageset │ │ │ ├── Contents.json │ │ │ ├── baseline_person_black_24pt_1x.png │ │ │ ├── baseline_person_black_24pt_2x.png │ │ │ └── baseline_person_black_24pt_3x.png │ │ ├── person_circle.imageset │ │ │ ├── Contents.json │ │ │ └── person_circle.pdf │ │ ├── power.imageset │ │ │ ├── Contents.json │ │ │ └── power.png │ │ ├── raw-badge.imageset │ │ │ ├── Contents.json │ │ │ └── raw_badge.pdf │ │ ├── recents.imageset │ │ │ ├── Contents.json │ │ │ ├── baseline_access_time_black_24pt_1x.png │ │ │ ├── baseline_access_time_black_24pt_2x.png │ │ │ └── baseline_access_time_black_24pt_3x.png │ │ ├── round-add-button.imageset │ │ │ ├── Contents.json │ │ │ └── round-add-button-4.pdf │ │ ├── select.imageset │ │ │ ├── Contents.json │ │ │ └── Selection.pdf │ │ ├── shared.imageset │ │ │ ├── Contents.json │ │ │ └── shared-2.pdf │ │ ├── sidebar.leading.badge.minus.symbolset │ │ │ ├── Contents.json │ │ │ └── custom.sidebar.leading.badge.minus.svg │ │ ├── sidebar.leading.badge.plus.symbolset │ │ │ ├── Contents.json │ │ │ └── custom.sidebar.leading.badge.plus.svg │ │ ├── square.and.pencil.imageset │ │ │ ├── Contents.json │ │ │ └── square.and.pencil.png │ │ ├── star.imageset │ │ │ ├── Contents.json │ │ │ ├── baseline_star_black_24pt_1x.png │ │ │ ├── baseline_star_black_24pt_2x.png │ │ │ └── baseline_star_black_24pt_3x.png │ │ ├── trash.imageset │ │ │ ├── Contents.json │ │ │ └── trash-25.pdf │ │ ├── unavailable-offline.imageset │ │ │ ├── Contents.json │ │ │ ├── unavailable-offline.png │ │ │ ├── unavailable-offline@2x.png │ │ │ └── unavailable-offline@3x.png │ │ ├── unstar.imageset │ │ │ ├── Contents.json │ │ │ ├── baseline_star_border_black_24pt_1x.png │ │ │ ├── baseline_star_border_black_24pt_2x.png │ │ │ └── baseline_star_border_black_24pt_3x.png │ │ └── xmark.imageset │ │ │ ├── Contents.json │ │ │ └── xmark.pdf │ ├── Info.plist │ ├── InfoPlist.xcstrings │ ├── LaunchScreen.storyboard │ ├── Localizable.xcstrings │ ├── PLCrashReporter.LICENSE │ ├── Theming │ │ ├── Branding.json │ │ ├── Branding.plist │ │ ├── branding-assets-input.xcfilelist │ │ ├── branding-assets-output.xcfilelist │ │ ├── branding-assets │ │ │ └── .do-not-remove │ │ ├── com.owncloud.ios-app.emm │ │ │ ├── branding-background.png │ │ │ ├── branding-icon.png │ │ │ ├── branding-logo.png │ │ │ ├── branding-sidebar-link-icon.png │ │ │ ├── branding-splashscreen-background.png │ │ │ └── branding-splashscreen-logo.png │ │ ├── com.owncloud.ios-app │ │ │ ├── branding-background.png │ │ │ ├── branding-icon.png │ │ │ ├── branding-logo.png │ │ │ ├── branding-sidebar-link-icon.png │ │ │ ├── branding-splashscreen-background.png │ │ │ └── branding-splashscreen-logo.png │ │ ├── generate.sh │ │ └── online.owncloud.ios-app │ │ │ ├── Branding.plist │ │ │ ├── branding-background.png │ │ │ ├── branding-icon.png │ │ │ ├── branding-logo.png │ │ │ ├── branding-splashscreen-background.png │ │ │ └── branding-splashscreen-logo.png │ ├── bg_BG.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── de-DE.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── de.lproj │ │ └── Localizable.strings.current │ ├── de_CH.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── el.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── et_EE.lproj │ │ └── Localizable.strings │ ├── gl.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── he.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── id.lproj │ │ └── InfoPlist.strings │ ├── is.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── nl.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── ru_RU.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ ├── tr.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ └── zh_TW.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings ├── SDK Extensions │ ├── OCBookmarkManager+Management.swift │ ├── OCCertificate+Extension.swift │ └── OCExtensionType+Extension.swift ├── SceneDelegate.swift ├── Settings │ ├── AcknowledgementsTableViewController.swift │ ├── AutoUploadSettingsSection.swift │ ├── BackgroundUploadsSettingsSection.swift │ ├── CellularSettingsViewController.swift │ ├── Certificate Management │ │ └── CertificateManagementViewController.swift │ ├── DataSettingsSection.swift │ ├── DisplaySettingsSection.swift │ ├── LogFilesViewController.swift │ ├── LogSettingsViewController.swift │ ├── MediaExportSettingsSection.swift │ ├── MediaFilesSettings.swift │ ├── MediaUploadSettingsViewController.swift │ ├── MoreSettingsSection.swift │ ├── ProPhotoUploadSettingsSection.swift │ ├── PurchasesSettingsSection.swift │ ├── SearchSettingsViewController.swift │ ├── SecuritySettingsSection.swift │ ├── SettingsSection.swift │ ├── SettingsViewController.swift │ └── UserInterfaceSettingsSection.swift ├── Shortcut Files │ ├── INIFile+ShortcutResolution.swift │ ├── INIFile+URLFile.swift │ └── INIFile.swift ├── Tasks │ ├── BackgroundFetchUpdateTaskAction.swift │ ├── InstantMediaUploadTaskExtension.swift │ ├── PHAsset+InstantUploads.swift │ ├── PendingMediaUploadTaskExtension.swift │ ├── ScheduledTaskExtension.swift │ ├── ScheduledTaskManager.swift │ └── UNUserNotificationCenter+Extensions.swift ├── Tools │ ├── DisplaySleepPreventer.swift │ ├── FileManager+Extension.swift │ ├── KVOWaiter.swift │ ├── PasswordManagerAccess.swift │ ├── URL+Extensions.swift │ └── VendorServices+App.swift ├── UI Elements │ ├── BorderedLabel.swift │ ├── CollapsibleProgressBar.swift │ ├── ImageScrollView.swift │ └── TextViewController.swift ├── UIKit Extensions │ ├── Array+Extension.swift │ ├── UIAlertViewController+SystemPermissions.swift │ └── UINavigationController+Extension.swift └── ownCloud.entitlements ├── ownCloudAppFramework ├── AppLock Settings │ ├── AppLockSettings.h │ └── AppLockSettings.m ├── Branding │ ├── Branding.h │ ├── Branding.m │ ├── BrandingClassSettingsSource.h │ ├── BrandingClassSettingsSource.m │ ├── OCThemeValues.h │ └── OCThemeValues.m ├── Building │ ├── BuildOptions.h │ └── BuildOptions.m ├── Confidential │ ├── ConfidentialManager.h │ └── ConfidentialManager.m ├── Display Settings │ ├── DisplaySettings.h │ └── DisplaySettings.m ├── File Provider Services │ ├── OCBookmark+FPServices.h │ ├── OCBookmark+FPServices.m │ ├── OCCore+FPServices.h │ ├── OCCore+FPServices.m │ ├── OCFileProviderService.h │ ├── OCFileProviderServiceSession.h │ ├── OCFileProviderServiceSession.m │ ├── OCFileProviderServiceStandby.h │ ├── OCFileProviderServiceStandby.m │ ├── OCFileProviderSettings.h │ ├── OCFileProviderSettings.m │ ├── OCVault+FPServices.h │ └── OCVault+FPServices.m ├── Foundation Extensions │ ├── NSDate+ComputedTimes.h │ ├── NSDate+ComputedTimes.m │ ├── NSObject+AnnotatedProperties.h │ ├── NSObject+AnnotatedProperties.m │ ├── NSString+ByteCountParser.h │ ├── NSString+ByteCountParser.m │ ├── NSURL+OCVaultTools.h │ └── NSURL+OCVaultTools.m ├── Licensing │ ├── Core Integration │ │ ├── OCCore+LicenseEnvironment.h │ │ └── OCCore+LicenseEnvironment.m │ ├── Entitlement │ │ ├── OCLicenseEntitlement.h │ │ └── OCLicenseEntitlement.m │ ├── Environment │ │ ├── OCLicenseEnvironment.h │ │ └── OCLicenseEnvironment.m │ ├── Feature │ │ ├── OCLicenseFeature.h │ │ └── OCLicenseFeature.m │ ├── Manager │ │ ├── OCLicenseManager+Internal.h │ │ ├── OCLicenseManager.h │ │ ├── OCLicenseManager.m │ │ ├── OCLicenseObserver.h │ │ └── OCLicenseObserver.m │ ├── OCLicenseTypes.h │ ├── Offer │ │ ├── OCLicenseDuration.h │ │ ├── OCLicenseDuration.m │ │ ├── OCLicenseOffer.h │ │ └── OCLicenseOffer.m │ ├── Product │ │ ├── OCLicenseProduct.h │ │ └── OCLicenseProduct.m │ ├── Providers │ │ ├── App Store │ │ │ ├── Items │ │ │ │ ├── OCLicenseAppStoreItem.h │ │ │ │ └── OCLicenseAppStoreItem.m │ │ │ ├── OCLicenseAppStoreProvider.h │ │ │ ├── OCLicenseAppStoreProvider.m │ │ │ ├── Parser Support │ │ │ │ ├── AppleIncRootCertificate.cer │ │ │ │ ├── NSDate+RFC3339.h │ │ │ │ ├── NSDate+RFC3339.m │ │ │ │ ├── OCASN1.h │ │ │ │ └── OCASN1.m │ │ │ └── Receipt │ │ │ │ ├── OCLicenseAppStoreReceipt.h │ │ │ │ ├── OCLicenseAppStoreReceipt.m │ │ │ │ ├── OCLicenseAppStoreReceiptInAppPurchase.h │ │ │ │ └── OCLicenseAppStoreReceiptInAppPurchase.m │ │ ├── EMM │ │ │ ├── OCLicenseEMMProvider.h │ │ │ └── OCLicenseEMMProvider.m │ │ ├── Enterprise │ │ │ ├── OCLicenseEnterpriseProvider.h │ │ │ └── OCLicenseEnterpriseProvider.m │ │ ├── OCLicenseProvider.h │ │ ├── OCLicenseProvider.m │ │ └── QA │ │ │ ├── OCLicenseQAProvider.h │ │ │ └── OCLicenseQAProvider.m │ ├── README.md │ └── Transactions │ │ ├── OCLicenseTransaction.h │ │ └── OCLicenseTransaction.m ├── Notifications │ ├── NotificationAuthErrorForwarder.h │ ├── NotificationAuthErrorForwarder.m │ ├── NotificationManager.h │ ├── NotificationManager.m │ ├── NotificationMessagePresenter.h │ └── NotificationMessagePresenter.m ├── Resources │ ├── Info.plist │ └── Localizable.xcstrings ├── SDK Extensions │ ├── OCBookmark+AppExtensions.h │ ├── OCBookmark+AppExtensions.m │ ├── OCCore+BundleImport.h │ └── OCCore+BundleImport.m ├── Search │ ├── OCQueryCondition+SearchSegmenter.h │ ├── OCQueryCondition+SearchSegmenter.m │ ├── OCSearchSegment.h │ ├── OCSearchSegment.m │ └── Saved Searches │ │ ├── OCSavedSearch.h │ │ ├── OCSavedSearch.m │ │ ├── OCVault+SavedSearches.h │ │ └── OCVault+SavedSearches.m ├── Sidebar Items │ ├── OCSidebarItem.h │ ├── OCSidebarItem.m │ ├── OCVault+SidebarItems.h │ └── OCVault+SidebarItems.m ├── Tools │ ├── NSData+Encoding.h │ └── NSData+Encoding.m ├── UIKit Extensions │ ├── UIViewController+HostBundleID.h │ └── UIViewController+HostBundleID.m ├── VFS │ ├── OCVault+VFSManager.h │ ├── OCVault+VFSManager.m │ ├── VFSManager.h │ └── VFSManager.m ├── View Providers │ ├── OCImage+ViewProvider.h │ ├── OCImage+ViewProvider.m │ ├── OCResourceTextPlaceholder+ViewProvider.h │ ├── OCResourceTextPlaceholder+ViewProvider.m │ ├── OCViewHost.h │ ├── OCViewHost.m │ ├── UIImage+ViewProvider.h │ └── UIImage+ViewProvider.m ├── Views │ ├── OCCircularContentView.h │ ├── OCCircularContentView.m │ ├── OCCircularImageView.h │ ├── OCCircularImageView.m │ ├── OCCircularTextView.h │ └── OCCircularTextView.m └── ownCloudApp.h ├── ownCloudAppFrameworkTests ├── Info.plist ├── LicensingTests.m └── SearchSegmentationTests.m ├── ownCloudAppShared ├── App Extensions │ └── AppExtensionNavigationController.swift ├── AppLock │ ├── AppLockManager.swift │ ├── AppLockWindow.swift │ ├── PasscodeSetupCoordinator.swift │ ├── PasscodeViewController.swift │ └── PasscodeViewController.xib ├── Branding │ ├── BrandView.swift │ └── Branding+App.swift ├── Client │ ├── Account │ │ ├── Connection │ │ │ ├── AccountConnection+ItemActions.swift │ │ │ ├── AccountConnection.swift │ │ │ ├── AccountConnectionConsumer.swift │ │ │ ├── AccountConnectionPool.swift │ │ │ ├── AccountConnectionRichStatus.swift │ │ │ └── Authentication Error Handling │ │ │ │ ├── AccountAuthenticationUpdater.swift │ │ │ │ ├── AccountAuthenticationUpdaterPasswordPromptViewController.swift │ │ │ │ └── AccountConnectionAuthErrorConsumer.swift │ │ ├── Controller │ │ │ ├── AccountConnectionErrorHandler.swift │ │ │ ├── AccountController.swift │ │ │ ├── AccountControllerSearchViewController.swift │ │ │ ├── AccountControllerSection.swift │ │ │ ├── AccountControllerSpacesGridViewController.swift │ │ │ └── BrowserNavigationBookmark+AccountController.swift │ │ ├── Messages │ │ │ ├── MessageGroup.swift │ │ │ └── MessageSelector.swift │ │ └── README.md │ ├── Actions │ │ ├── Action.swift │ │ └── Implementations │ │ │ ├── ClientWebAppViewController.swift │ │ │ ├── CreateFolderAction.swift │ │ │ └── OpenInWebAppAction.swift │ ├── Collection Views │ │ ├── Cells │ │ │ ├── AccountControllerCell.swift │ │ │ ├── ActionCell.swift │ │ │ ├── DriveGridCell.swift │ │ │ ├── DriveHeaderCell.swift │ │ │ ├── DriveListCell.swift │ │ │ ├── ExpandableResourceCell.swift │ │ │ ├── SavedSearchCell.swift │ │ │ ├── ThemeableCollectionViewCell.swift │ │ │ ├── ThemeableCollectionViewListCell.swift │ │ │ ├── UniversalItemListCell Content Providers │ │ │ │ ├── OCIdentity+UniversalItemListCellContentProvider.swift │ │ │ │ ├── OCItem+UniversalItemListCellContentProvider.swift │ │ │ │ ├── OCItemPolicy+UniversalItemListCellContentProvider.swift │ │ │ │ ├── OCShare+UniversalItemListCellContentProvider.swift │ │ │ │ └── OCShareRole+UniversalItemListCellContentProvider.swift │ │ │ ├── UniversalItemListCell.swift │ │ │ └── ViewCell.swift │ │ ├── CollectionSidebarAction.swift │ │ ├── CollectionSidebarViewController.swift │ │ ├── CollectionViewAction.swift │ │ ├── CollectionViewCellConfiguration.swift │ │ ├── CollectionViewCellProvider+StandardImplementations.swift │ │ ├── CollectionViewCellProvider.swift │ │ ├── CollectionViewController.swift │ │ ├── CollectionViewSection.swift │ │ ├── CollectionViewSupplementaryCellProvider+StandardImplementations.swift │ │ ├── CollectionViewSupplementaryCellProvider.swift │ │ ├── CollectionViewSupplementaryItem.swift │ │ └── Supplementary Cells │ │ │ ├── TitleSupplementaryCell.swift │ │ │ └── ViewSupplementaryCell.swift │ ├── Context │ │ ├── ClientContext.swift │ │ └── SortedItemDataSource.swift │ ├── Data Item Interactions │ │ ├── OCAction+Interactions.swift │ │ ├── OCDataItem+InteractionProtocols.swift │ │ ├── OCDrive+Interactions.swift │ │ ├── OCItem+Interactions.swift │ │ ├── OCItemPolicy+Interactions.swift │ │ ├── OCLocation+Interactions.swift │ │ ├── OCSavedSearch+Interactions.swift │ │ └── OCShare+Interactions.swift │ ├── Data Source Conditions │ │ └── DataSourceCondition.swift │ ├── Markdown │ │ └── MarkdownViewController.swift │ ├── Navigation Revocation │ │ ├── NavigationRevocationAction.swift │ │ ├── NavigationRevocationManager.swift │ │ ├── NavigationRevocationTrigger.swift │ │ ├── README.md │ │ └── UIViewController+NavigationRevocation.swift │ ├── Password Composer │ │ └── PasswordComposerViewController.swift │ ├── Resource Sources │ │ ├── ResourceItemIcon.swift │ │ └── ResourceSourceItemIcons.swift │ ├── Search │ │ ├── Identity Search │ │ │ └── RecipientSearchScope.swift │ │ ├── Item Search │ │ │ ├── ItemSearchSuggestionsViewController.swift │ │ │ ├── Scopes │ │ │ │ ├── AccountSearchScope.swift │ │ │ │ ├── ItemSearchScope.swift │ │ │ │ ├── ServerSideSearchScope.swift │ │ │ │ └── SingleFolderSearchScope.swift │ │ │ └── Tokenizer │ │ │ │ ├── CustomQuerySearchTokenizer.swift │ │ │ │ └── OCQueryCondition+SearchToken.swift │ │ ├── Scopes │ │ │ ├── SearchScope+Registry.swift │ │ │ ├── SearchScope.swift │ │ │ └── SearchScopeDescriptor.swift │ │ ├── SearchViewController.swift │ │ └── Tokenizer │ │ │ ├── SearchElement.swift │ │ │ └── SearchTokenizer.swift │ ├── Sharing │ │ ├── ShareViewController.swift │ │ └── SharingViewController.swift │ ├── Sidebar Items │ │ ├── OCSidebarItem+Cell.swift │ │ └── OCSidebarItem+Interactions.swift │ ├── Spaces │ │ ├── OCDrive+ManagementActions.swift │ │ └── SpaceManagementViewController.swift │ ├── Static Elements │ │ └── Options │ │ │ ├── OptionGroup.swift │ │ │ └── OptionItem.swift │ ├── User Interface │ │ ├── BottomButtonBar.swift │ │ ├── ByteCountEditView.swift │ │ ├── ComposedMessageView.swift │ │ ├── GradientView.swift │ │ ├── IssuesCardViewController.swift │ │ ├── ItemLayout.swift │ │ ├── MessageView.swift │ │ ├── NamingViewController.swift │ │ ├── PopupButtonController.swift │ │ ├── RoundCornerBackgroundView.swift │ │ ├── RoundedLabel.swift │ │ ├── SelectionCheckmarkButton.swift │ │ ├── SortBar.swift │ │ └── SortMethod.swift │ └── View Controllers │ │ ├── ClientItemViewController.swift │ │ ├── ClientSharedByMeViewController.swift │ │ ├── ClientSharedWithMeViewController.swift │ │ ├── ClientSidebarViewController.swift │ │ ├── Location Breadcrumbs │ │ ├── ClientLocationBarController.swift │ │ ├── ClientLocationPopupButton.swift │ │ └── OCLocation+Breadcrumbs.swift │ │ └── Location Picker │ │ ├── ClientLocationPicker.swift │ │ └── ClientLocationPickerViewController.swift ├── Down.LICENSE ├── Foundation Extensions │ ├── Calendar+Extension.swift │ └── String+Extension.swift ├── Info.plist ├── Intent │ └── OCLicenseManager+Setup.swift ├── Licensing │ └── LicenseRequirements.swift ├── PocketSVG.LICENSE ├── Resources │ └── Assets.xcassets │ │ ├── cloud-available-offline.imageset │ │ ├── Contents.json │ │ ├── cloud-available-offline.png │ │ ├── cloud-available-offline@2x.png │ │ └── cloud-available-offline@3x.png │ │ ├── cloud-local-only.imageset │ │ ├── Contents.json │ │ ├── cloud-local-only.png │ │ ├── cloud-local-only@2x.png │ │ └── cloud-local-only@3x.png │ │ ├── cloud-only.imageset │ │ ├── Contents.json │ │ ├── cloud-only.png │ │ ├── cloud-only@2x.png │ │ └── cloud-only@3x.png │ │ ├── cloud-unavailable-offline.imageset │ │ ├── Contents.json │ │ ├── cloud-unavailable-offline.png │ │ ├── cloud-unavailable-offline@2x.png │ │ └── cloud-unavailable-offline@3x.png │ │ ├── group.imageset │ │ ├── Contents.json │ │ ├── baseline_group_black_24pt_1x.png │ │ ├── baseline_group_black_24pt_2x.png │ │ └── baseline_group_black_24pt_3x.png │ │ └── link.imageset │ │ ├── Contents.json │ │ └── public-4.pdf ├── SDK Extensions │ ├── OCAction+UIAction.swift │ ├── OCBookmark+Extension.swift │ ├── OCBookmarkManager+Locking.swift │ ├── OCBookmarkManager+Management.swift │ ├── OCCore+Extension.swift │ ├── OCFileProviderServiceSession+UploadByFileProvider.swift │ ├── OCIssue+DisplayIssues.swift │ ├── OCIssue+Extension.swift │ ├── OCItem+AppExtension.swift │ ├── OCItem+Extension.swift │ ├── OCItemTracker.swift │ ├── OCMessage+Extension.swift │ └── OCShare+Extension.swift ├── Tools │ ├── AppStatistics.swift │ ├── DispatchQueueTools.swift │ ├── GitInfo.swift │ ├── Log.swift │ ├── Synchronized.swift │ └── VendorServices.swift ├── UIKit Extension │ ├── LAContext+Extension.swift │ ├── NSLayoutConstraint+Extension.swift │ ├── NSMutableAttributedString+AppendStyled.swift │ ├── UIAlertController+OCIssue.swift │ ├── UIButton+Extension.swift │ ├── UICellAccessory+Extension.swift │ ├── UICollectionViewDiffableDataSource+Tools.swift │ ├── UIColor+Extension.swift │ ├── UIDevice+UIUserInterfaceIdiom.swift │ ├── UIFont+Weight.swift │ ├── UIImage+Extension.swift │ ├── UIKeyCommand+Extension.swift │ ├── UILabel+Extension.swift │ ├── UINavigationItem+Extension.swift │ ├── UITableView+Extension.swift │ ├── UITextField+Extension.swift │ ├── UIView+Extension.swift │ ├── UIView+OCDataItem.swift │ └── UIViewController+Extension.swift ├── User Interface │ ├── Alert View │ │ ├── AlertView.swift │ │ └── AlertViewController.swift │ ├── Browser Navigation Controller │ │ ├── BrowserNavigationBookmark.swift │ │ ├── BrowserNavigationHistory.swift │ │ ├── BrowserNavigationItem.swift │ │ ├── BrowserNavigationViewController.swift │ │ └── UIViewController+BrowserNavigation.swift │ ├── Card Presentation Controller │ │ ├── CardPresentationController.swift │ │ ├── CardTransitionDelegate.swift │ │ └── CardViewController.swift │ ├── Confidential │ │ ├── ConfidentialContentView.swift │ │ └── SecureTextField.swift │ ├── Cursor Support │ │ └── PointerEffect.swift │ ├── EmbeddingViewController │ │ └── EmbeddingViewController.swift │ ├── Gesture Recognizer │ │ └── ActionTapGestureRecognizer.swift │ ├── More │ │ ├── FrameViewController.swift │ │ ├── MoreStaticTableViewController.swift │ │ └── MoreViewHeader.swift │ ├── Navigation Content │ │ ├── NavigationContent.swift │ │ ├── NavigationContentItem.swift │ │ ├── README.md │ │ └── UINavigationItem+NavigationContent.swift │ ├── Notification │ │ └── NotificationHUDViewController.swift │ ├── Progress │ │ ├── ProgressHUDViewController.swift │ │ ├── ProgressIndicatorViewController.swift │ │ ├── ProgressSummarizer.swift │ │ └── ProgressView.swift │ ├── SegmentView │ │ ├── SegmentView.swift │ │ ├── SegmentViewItem.swift │ │ ├── SegmentViewItemView.swift │ │ └── UIView+EmbedAndLayout.swift │ ├── SharedKeyCommands.swift │ ├── State Restoration │ │ ├── Actions │ │ │ ├── AppStateActionConnect.swift │ │ │ ├── AppStateActionGoToPersonalFolder.swift │ │ │ ├── AppStateActionOpenItem.swift │ │ │ ├── AppStateActionRestoreNavigationBookmark.swift │ │ │ └── AppStateActionRevealItem.swift │ │ ├── AppStateAction.swift │ │ ├── NSUserActivity+SaveRestore.swift │ │ └── README.md │ ├── StaticTableView │ │ ├── StaticTableViewController.swift │ │ ├── StaticTableViewRow.swift │ │ └── StaticTableViewSection.swift │ ├── Theme │ │ ├── CSS │ │ │ ├── NSObject+ThemeCSS.swift │ │ │ ├── README.md │ │ │ ├── ThemeCSS+AutoSelectors.swift │ │ │ ├── ThemeCSS+SystemColors.swift │ │ │ ├── ThemeCSS.swift │ │ │ ├── ThemeCSSRecord.swift │ │ │ ├── UIView+ThemeCSS.swift │ │ │ └── Views │ │ │ │ ├── ThemeCSSButton.swift │ │ │ │ ├── ThemeCSSLabel.swift │ │ │ │ ├── ThemeCSSProgressView.swift │ │ │ │ ├── ThemeCSSTextField+Styled.swift │ │ │ │ ├── ThemeCSSTextField.swift │ │ │ │ └── ThemeCSSView.swift │ │ ├── NSObject+ThemeApplication.swift │ │ ├── Resources │ │ │ ├── ThemeImage.swift │ │ │ ├── ThemeResource.swift │ │ │ └── ThemeTVGResource.swift │ │ ├── TVG │ │ │ ├── TVGImage.swift │ │ │ ├── VectorImage.swift │ │ │ └── VectorImageView.swift │ │ ├── Theme.swift │ │ ├── ThemeCollection.swift │ │ ├── ThemeStyle+DefaultStyles.swift │ │ ├── ThemeStyle+Extensions.swift │ │ ├── ThemeStyle.swift │ │ └── UI │ │ │ ├── ResourceViewHost.swift │ │ │ ├── ThemeButton.swift │ │ │ ├── ThemeCertificateViewController.swift │ │ │ ├── ThemeNavigationController.swift │ │ │ ├── ThemeRoundedButton.swift │ │ │ ├── ThemeTableViewCell.swift │ │ │ ├── ThemeView.swift │ │ │ ├── ThemeWindow.swift │ │ │ └── ThemedAlertController.swift │ ├── UserInterfaceContext.swift │ └── View Providers │ │ └── OCResourceText+ViewProvider.swift └── ownCloudAppShared.h ├── ownCloudAppTests └── Info.plist ├── ownCloudTests ├── Info.plist └── Metadata │ └── MetadataDocumentationTests.swift ├── removeExtension.sh └── tools ├── GenerateDocs ├── generate_docs.sh └── templates │ └── configuration.adoc.tmpl ├── LocaleDiff ├── LocaleDiff.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ └── LocaleDiff.xcscheme └── LocaleDiff │ └── main.swift ├── MakeTVG └── main.swift ├── gomplate ├── Branding.plist.tmpl └── README.md └── normalizestrings └── main.swift /.gitattributes: -------------------------------------------------------------------------------- 1 | *.strings binary=false 2 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "ios-sdk"] 2 | path = ios-sdk 3 | url = https://github.com/owncloud/ios-sdk.git 4 | -------------------------------------------------------------------------------- /.xcode-version: -------------------------------------------------------------------------------- 1 | 16.3 2 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | 3 | gem "fastlane" 4 | 5 | eval_gemfile("fastlane/Pluginfile") -------------------------------------------------------------------------------- /changelog/11.10.0_2022-05-18/1066: -------------------------------------------------------------------------------- 1 | Bugfix: iOS 15 SDK 2 | 3 | After upgrading to iOS 15 SDK some UI fixes were needed. 4 | 5 | https://github.com/owncloud/ios-app/issues/1066 6 | -------------------------------------------------------------------------------- /changelog/11.10.0_2022-05-18/1114: -------------------------------------------------------------------------------- 1 | Bugfix: EMM Shortcuts Licensing 2 | 3 | If app was build as EMM version, the app shown an licensing error, when running shortcut intents. 4 | 5 | https://github.com/owncloud/ios-app/issues/1114 6 | -------------------------------------------------------------------------------- /changelog/11.10.0_2022-05-18/1116: -------------------------------------------------------------------------------- 1 | Change: Migration to OpenSSL 1.1.0 2 | 3 | Migrated code to OpenSSL 1.1.1 API. 4 | 5 | https://github.com/owncloud/ios-app/pull/1116 6 | -------------------------------------------------------------------------------- /changelog/11.10.0_2022-05-18/1123: -------------------------------------------------------------------------------- 1 | Bugfix: Shortcuts Action Delete Path Item 2 | 3 | The shortcuts action Delete Path Item did not provided configured accounts. 4 | 5 | https://github.com/owncloud/ios-app/issues/1123 6 | -------------------------------------------------------------------------------- /changelog/11.10.1_2022-08-02/1130: -------------------------------------------------------------------------------- 1 | Bugfix: Show folder contents from cache when offline 2 | 3 | With this fix the app shows the contents of the available folders when offline. 4 | 5 | https://github.com/owncloud/ios-app/issues/1130 6 | -------------------------------------------------------------------------------- /changelog/11.10.1_2022-08-02/1132: -------------------------------------------------------------------------------- 1 | Bugfix: (Branding) Color Issues 2 | 3 | Fix some automatic color values, if the branding color is bright by checking the brightness of the color. 4 | 5 | https://github.com/owncloud/ios-app/pull/1132 6 | -------------------------------------------------------------------------------- /changelog/11.11.0_2022-09-26/1138: -------------------------------------------------------------------------------- 1 | Bugfix: Respect privateLinks capability 2 | 3 | Respect files.privateLinks capability and do not offer to create private links when privateLinks are not supported. 4 | 5 | https://github.com/owncloud/ios-app/issues/1138 6 | -------------------------------------------------------------------------------- /changelog/11.11.0_2022-09-26/1146: -------------------------------------------------------------------------------- 1 | Change: New Dark Mode Themes 2 | 3 | Adds a new dark mode theme which is mostly equal to the web UI dark mode theme. Furthermore it adds a black dark mode theme. 4 | 5 | https://github.com/owncloud/ios-app/issues/1146 6 | -------------------------------------------------------------------------------- /changelog/11.11.0_2022-09-26/1156: -------------------------------------------------------------------------------- 1 | Bugfix: Share Extension Passcode Lock Interval 2 | 3 | The passcode lock interval was not taken into use in the share extension. 4 | 5 | https://github.com/owncloud/ios-app/issues/1156 6 | -------------------------------------------------------------------------------- /changelog/11.11.0_2022-09-26/5296: -------------------------------------------------------------------------------- 1 | Bugfix: Video Metadata Image 2 | 3 | If a video file includes a metadata image, the video file was not visible, because the metadata image was overlaying. 4 | 5 | https://github.com/owncloud/enterprise/issues/5296 6 | -------------------------------------------------------------------------------- /changelog/11.11.1_2022-10-30/1141: -------------------------------------------------------------------------------- 1 | Bugfix: Enabling Markup Mode 2 | 3 | Enabling markup mode crashed on iOS 16. 4 | 5 | https://github.com/owncloud/ios-app/issues/1141 6 | -------------------------------------------------------------------------------- /changelog/11.5.0_2021-02-10/831: -------------------------------------------------------------------------------- 1 | Change: Class Settings Metadata Support 2 | 3 | Support for class settings metadata. 4 | 5 | https://github.com/owncloud/ios-app/issues/831 -------------------------------------------------------------------------------- /changelog/11.5.0_2021-02-10/845: -------------------------------------------------------------------------------- 1 | Bugfix: Improved AppStore Review Request Time 2 | 3 | Changed request time for In-App review and fixed storing the first launch date 4 | 5 | https://github.com/owncloud/ios-app/pull/845 -------------------------------------------------------------------------------- /changelog/11.5.0_2021-02-10/847: -------------------------------------------------------------------------------- 1 | Change: Video upload improvements 2 | 3 | - Added ability to upload slo-mo videos etc 4 | - Added option to allow uploading original videos 5 | 6 | https://github.com/owncloud/ios-app/issues/847 -------------------------------------------------------------------------------- /changelog/11.5.0_2021-02-10/861: -------------------------------------------------------------------------------- 1 | Change: Improved Right-to-Left Language UI-Design 2 | 3 | Fixed missing views, which missed Right-to-Left language support. 4 | 5 | https://github.com/owncloud/ios-app/issues/861 -------------------------------------------------------------------------------- /changelog/11.5.0_2021-02-10/867: -------------------------------------------------------------------------------- 1 | Bugfix: Changed wording in documentation 2 | 3 | Changed wording so it no longer suggests username is editable 4 | 5 | https://github.com/owncloud/ios-app/pull/867 -------------------------------------------------------------------------------- /changelog/11.5.0_2021-02-10/884: -------------------------------------------------------------------------------- 1 | Bugfix: Media Player Behaviour 2 | 3 | Fix for an issue when playing multiple items in the same directory. If e.g. image item is the next one, multi media playback would stop. 4 | 5 | https://github.com/owncloud/ios-app/pull/884 -------------------------------------------------------------------------------- /changelog/11.5.1_2021-02-17/896: -------------------------------------------------------------------------------- 1 | Bugfix: Fix Crash on iOS 12 devices 2 | 3 | Fixed a crash on startup, when iOS 12 is installed on the device. 4 | 5 | https://github.com/owncloud/ios-app/pull/896 -------------------------------------------------------------------------------- /changelog/11.5.2_2021-03-03/4432: -------------------------------------------------------------------------------- 1 | Bugfix: Accessing hyperlinks in PDF documents 2 | Tap on hyperlinks in PDF documents opens the link. 3 | 4 | https://github.com/owncloud/enterprise/issues/4432 5 | -------------------------------------------------------------------------------- /changelog/11.5.2_2021-03-03/906: -------------------------------------------------------------------------------- 1 | Bugfix: Misplaced Collapsible Progress Bar in detail view 2 | Hide the Collapsible Progress Bar in detail view and fixed position in file list. 3 | 4 | https://github.com/owncloud/ios-app/issues/906 -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/4450: -------------------------------------------------------------------------------- 1 | Change: French Localization 2 | 3 | Added french localization. 4 | 5 | https://github.com/owncloud/enterprise/issues/4450 -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/4468: -------------------------------------------------------------------------------- 1 | Bugfix: Enabling Markup Mode 2 | 3 | In some cases enabling markup mode failed. 4 | 5 | https://github.com/owncloud/enterprise/issues/4468 -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/831: -------------------------------------------------------------------------------- 1 | Change: Class Settings Metadata Support 2 | 3 | Support for class settings metadata. 4 | 5 | https://github.com/owncloud/ios-app/issues/831 -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/845: -------------------------------------------------------------------------------- 1 | Bugfix: Improved AppStore Review Request Time 2 | 3 | Changed request time for In-App review and fixed storing the first launch date 4 | 5 | https://github.com/owncloud/ios-app/pull/845 -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/847: -------------------------------------------------------------------------------- 1 | Change: Video upload improvements 2 | 3 | - Added ability to upload slo-mo videos etc 4 | - Added option to allow uploading original videos 5 | 6 | https://github.com/owncloud/ios-app/issues/847 -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/861: -------------------------------------------------------------------------------- 1 | Change: Improved Right-to-Left Language UI-Design 2 | 3 | Fixed missing views, which missed Right-to-Left language support. 4 | 5 | https://github.com/owncloud/ios-app/issues/861 -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/867: -------------------------------------------------------------------------------- 1 | Bugfix: Changed wording in documentation 2 | 3 | Changed wording so it no longer suggests username is editable 4 | 5 | https://github.com/owncloud/ios-app/pull/867 -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/880: -------------------------------------------------------------------------------- 1 | Change: File Provider Passcode Protection 2 | 3 | If the app is protected with a passcode the file provider extension will present an user interface for direct unlocking. 4 | 5 | https://github.com/owncloud/ios-app/issues/880 6 | -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/884: -------------------------------------------------------------------------------- 1 | Bugfix: Media Player Behaviour 2 | 3 | Fix for an issue when playing multiple items in the same directory. If e.g. image item is the next one, multi media playback would stop. 4 | 5 | https://github.com/owncloud/ios-app/pull/884 -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/918: -------------------------------------------------------------------------------- 1 | Bugfix: Swiping PDF thumbnail view on the iPhone 2 | 3 | Prevent page container scrolling, when try to scroll inside the pdf thumbnail view on the iPhone 4 | 5 | https://github.com/owncloud/ios-app/issues/918 -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/923: -------------------------------------------------------------------------------- 1 | Bugfix: Passcode Settings Section 2 | 3 | If a passcode was enabled or disabled in the settings, the UI section was not updated. 4 | 5 | https://github.com/owncloud/ios-app/issues/923 6 | -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/942: -------------------------------------------------------------------------------- 1 | Bugfix: Viewer fixes, refactoring and minor improvements 2 | 3 | - fix for items, which could not be opened 4 | - new refresh policy: asks the user before updating PDF files 5 | 6 | https://github.com/owncloud/ios-app/issues/942 7 | -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/952: -------------------------------------------------------------------------------- 1 | Bugfix: Disable Markup Action for Mime-Type Gif 2 | 3 | Images with mime type image/gif can not edited with markup action and needs to be disabled. 4 | 5 | https://github.com/owncloud/ios-app/issues/952 6 | -------------------------------------------------------------------------------- /changelog/11.6.0_2021-05-12/956: -------------------------------------------------------------------------------- 1 | Bugfix: UI refinements in action card 2 | 3 | Fixed the corner radius. 4 | For larger UI width set a maximum width for the cardview and center the view. 5 | 6 | https://github.com/owncloud/ios-app/issues/956 7 | -------------------------------------------------------------------------------- /changelog/11.6.1_2021-06-24/4547: -------------------------------------------------------------------------------- 1 | Bugfix: In some cases, background media upload worked not as expected 2 | 3 | https://github.com/owncloud/enterprise/issues/4547 4 | -------------------------------------------------------------------------------- /changelog/11.6.1_2021-06-24/4558: -------------------------------------------------------------------------------- 1 | Bugfix: Fixed misleading warnings at let's encrypt cert renewal 2 | 3 | https://github.com/owncloud/enterprise/issues/4558 4 | -------------------------------------------------------------------------------- /changelog/11.6.1_2021-06-24/986: -------------------------------------------------------------------------------- 1 | Bugfix: FileProvider UI on iOS 12 2 | 3 | Views in FileProvider UI (public links, share with user) could not be dismissed on iOS 12 4 | 5 | https://github.com/owncloud/ios-app/issues/986 6 | -------------------------------------------------------------------------------- /changelog/11.7.0_2021-07-29/940: -------------------------------------------------------------------------------- 1 | Change: Background Media Upload 2 | 3 | Uploading new media files is now more reliable in the background when "Use background location updates" is enabled in the settings. 4 | 5 | https://github.com/owncloud/ios-app/pull/958 -------------------------------------------------------------------------------- /changelog/11.7.0_2021-07-29/958: -------------------------------------------------------------------------------- 1 | Change: Six Digits Passcode 2 | 3 | Passcode lock supports to set a passcode lock with 4 or 6 digits. 4 | 5 | https://github.com/owncloud/ios-app/pull/958 -------------------------------------------------------------------------------- /changelog/11.7.0_2021-07-29/968: -------------------------------------------------------------------------------- 1 | Change: Filename Layout 2 | 3 | Adopted the filename layout to the new Web UI with bold font weight, large file name and normal font weight, small file extension. 4 | 5 | https://github.com/owncloud/ios-app/issues/968 -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/1012: -------------------------------------------------------------------------------- 1 | Bugfix: Enabling Markup Edit Mode on iOS 15 2 | 3 | Auto-enabling the markup edit mode on iOS 15 was broken. 4 | 5 | https://github.com/owncloud/ios-app/issues/1012 6 | -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/1026: -------------------------------------------------------------------------------- 1 | Change: (Branding) Add build flags support 2 | 3 | Add support for app build flags to enable/disable features at compile time via branding parameters 4 | 5 | https://github.com/owncloud/ios-app/pull/1026 6 | -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/1028: -------------------------------------------------------------------------------- 1 | Change: Added associated domains to resign script 2 | 3 | Resign script can now inject associated domains into the resigned application's entitlements. 4 | 5 | https://github.com/owncloud/ios-app/pull/1028 6 | -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/1033: -------------------------------------------------------------------------------- 1 | Bugfix: (PDF-Viewer) "Go to page" action does not open last page 2 | 3 | The last page of a PDF file could not be opened with the "Go to page" action. 4 | 5 | https://github.com/owncloud/ios-app/issues/1033 6 | -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/1035: -------------------------------------------------------------------------------- 1 | Change: (Branding) Send Feedback via URL 2 | 3 | Currently feedback could only be provided via email. Now it is possible to define a feedback url in a branded client. 4 | 5 | https://github.com/owncloud/ios-app/pull/1035 6 | -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/4558: -------------------------------------------------------------------------------- 1 | Bugfix: Open Private Link in Branded App 2 | 3 | Private links will now be opened in detail view, if the app client is branded. 4 | 5 | https://github.com/owncloud/ios-app/issues/1031 6 | -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/4701: -------------------------------------------------------------------------------- 1 | Bugfix: (Branding) iOS 12 crash when entering Settings 2 | 3 | Addresses an issue where a branded build of the app crashes on iOS 12 upon entering Settings. 4 | 5 | https://github.com/owncloud/enterprise/issues/4701 6 | -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/4709: -------------------------------------------------------------------------------- 1 | Change: (Branding) Option to disable file imports 2 | 3 | Adds a new MDM option `branding.disabled-import-methods` to disable import methods 4 | 5 | https://github.com/owncloud/enterprise/issues/4709 6 | -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/4716: -------------------------------------------------------------------------------- 1 | Change: (Branding) New Color Parameters 2 | 3 | Adds additional possibilities and simplifications for branding colors. 4 | 5 | https://github.com/owncloud/enterprise/issues/4716 6 | -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/4741: -------------------------------------------------------------------------------- 1 | Change: MDM-configurable App Lock Interval 2 | 3 | New MDM / class setting option `passcode.lockDelay` to enforce locking after `N` seconds. 4 | 5 | https://github.com/owncloud/enterprise/issues/4741 6 | -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/8777: -------------------------------------------------------------------------------- 1 | Change: Configurable poll interval 2 | 3 | Add support for configurable poll interval via capabilities.php and MDM. 4 | 5 | https://github.com/owncloud/client/pull/8777 6 | -------------------------------------------------------------------------------- /changelog/11.7.1_2021-09-22/894: -------------------------------------------------------------------------------- 1 | Bugfix: (PDF-Viewer) Keyboard does not disappear 2 | 3 | Keyboard does not disappear when using the "Go to page" action on the iPad. 4 | 5 | https://github.com/owncloud/ios-app/issues/894 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/1014: -------------------------------------------------------------------------------- 1 | Change: Account List 2 | 3 | Show a new detailed single account view instead of the server list if only one account is configured. 4 | 5 | https://github.com/owncloud/ios-app/issues/1014 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/1050: -------------------------------------------------------------------------------- 1 | Bugfix: Background Location Settings 2 | 3 | Do not show the Background Location settings section, if no upload path was chosen. 4 | 5 | https://github.com/owncloud/ios-app/issues/1050 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/1054: -------------------------------------------------------------------------------- 1 | Change: (Branding) Modular Localization 2 | 3 | Allowing complex customization of localized strings with variables, value sources and complete text replacements. 4 | 5 | https://github.com/owncloud/ios-app/pull/1054 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/1056: -------------------------------------------------------------------------------- 1 | Change: (Branding) Skip Account Screen 2 | 3 | Skip "Manage" screen / automatically open "Files" screen after login via branding parameter. 4 | 5 | https://github.com/owncloud/ios-app/pull/1056 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/1057: -------------------------------------------------------------------------------- 1 | Change: (Branding) Color and UI Improvements 2 | 3 | Setup a branding with only two color values and simplified a lot of branding values and furthermore fixed some UI issues. 4 | 5 | https://github.com/owncloud/ios-app/pull/1057 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/1061: -------------------------------------------------------------------------------- 1 | Bugfix: Clear Passcode Lock 2 | 3 | Clear unlock and in case an unlock has expired, to protect against subsequent attempts setting the device time to an earlier date. 4 | 5 | https://github.com/owncloud/ios-app/pull/1061 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/4747: -------------------------------------------------------------------------------- 1 | Change: Suggest Biometrical Unlock 2 | 3 | Suggest enabling biometrical unlock after setting up passcode protection. 4 | 5 | https://github.com/owncloud/enterprise/issues/4747 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/4766: -------------------------------------------------------------------------------- 1 | Change: (Branding) Default User Settings 2 | 3 | Adds a new class setting to allow registration of alternative defaults for user defaults. 4 | 5 | https://github.com/owncloud/enterprise/issues/4766 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/4767: -------------------------------------------------------------------------------- 1 | Bugfix: Quick Access 2 | 3 | Fix bug where a quick access entry showed no items when selected a second time. 4 | 5 | https://github.com/owncloud/enterprise/issues/4767 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/4786: -------------------------------------------------------------------------------- 1 | Bugfix: (Branding) Retry Section for Login Error 2 | 3 | This adds a retry section to the branded login, e.g. if a server url could not be reached. 4 | 5 | https://github.com/owncloud/enterprise/issues/4786 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/4798: -------------------------------------------------------------------------------- 1 | Change: Display Name 2 | 3 | Show display name in branded single account view if available, otherwise show the userName. 4 | 5 | https://github.com/owncloud/enterprise/issues/4798 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/4801: -------------------------------------------------------------------------------- 1 | Change: Licenses Overview 2 | 3 | Add a new view controller to present license texts for each component individually. 4 | 5 | https://github.com/owncloud/enterprise/issues/4801 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/4805: -------------------------------------------------------------------------------- 1 | Change: (Branding) Remove Code via Build Flag 2 | 3 | Adds support for disable code via parameters which can be specified via Branding.plist. 4 | 5 | https://github.com/owncloud/enterprise/issues/4805 6 | -------------------------------------------------------------------------------- /changelog/11.8.0_2021-12-01/4857: -------------------------------------------------------------------------------- 1 | Change: (Branding) Custom App/Auth Schemes 2 | 3 | New branding parameter to change the schemes for private links and auth scheme. 4 | 5 | https://github.com/owncloud/enterprise/issues/4857 6 | -------------------------------------------------------------------------------- /changelog/11.8.2_2022-01-17/4857: -------------------------------------------------------------------------------- 1 | Change: (Branding) Corporate Color as Folder Color 2 | 3 | Use the corporate color as folder color as default color (can be overridden by the specific key/value pair). 4 | 5 | https://github.com/owncloud/ios-app/issues/1069 6 | -------------------------------------------------------------------------------- /changelog/11.8.2_2022-01-17/4924: -------------------------------------------------------------------------------- 1 | Bugfix: Continuous Audio Playback 2 | 3 | Fixed continuous audio playback, which stopped after two audio files. 4 | 5 | https://github.com/owncloud/enterprise/issues/4924 6 | -------------------------------------------------------------------------------- /changelog/11.8.2_2022-01-17/4934: -------------------------------------------------------------------------------- 1 | Bugfix: PDF Editing 2 | 3 | Fixed bug that prevents changes to PDFs being saved in place. 4 | 5 | https://github.com/owncloud/enterprise/issues/4934 6 | -------------------------------------------------------------------------------- /changelog/11.9.0_2022-03-16/1043: -------------------------------------------------------------------------------- 1 | Change: Poll for changes efficiency enhancements 2 | 3 | Avoids simultaneous polling for changes by FileProvider and app. 4 | 5 | https://github.com/owncloud/ios-app/pull/1043 6 | -------------------------------------------------------------------------------- /changelog/11.9.0_2022-03-16/1059: -------------------------------------------------------------------------------- 1 | Change: Webfinger / server location 2 | 3 | Allows using webfinger or a lookup table to locate and use an alternative server based on the user name 4 | 5 | https://github.com/owncloud/ios-app/pull/1059 6 | -------------------------------------------------------------------------------- /changelog/11.9.0_2022-03-16/1105: -------------------------------------------------------------------------------- 1 | Bugfix: OAuth token renewal race condition 2 | 3 | Retry requests that failed with a 401 during a token refresh 4 | 5 | https://github.com/owncloud/ios-app/pull/1105 6 | -------------------------------------------------------------------------------- /changelog/11.9.0_2022-03-16/950: -------------------------------------------------------------------------------- 1 | Change: Infinite PROPFIND support 2 | 3 | Added support for prepopulation of newly created account bookmarks via infinite PROPFINDs, which speeds up the initial scan 4 | 5 | https://github.com/owncloud/ios-app/issues/950 6 | -------------------------------------------------------------------------------- /changelog/11.9.0_2022-03-16/972: -------------------------------------------------------------------------------- 1 | Change: Rename Account (without re-authentication) 2 | 3 | Check if only the account name was changed in edit mode: save and dismiss without re-authentication 4 | 5 | https://github.com/owncloud/ios-app/issues/972 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/1127: -------------------------------------------------------------------------------- 1 | Change: App Provider support 2 | 3 | Create and edit new documents through app providers on servers that support them. 4 | 5 | https://github.com/owncloud/ios-app/issues/1127 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/1162: -------------------------------------------------------------------------------- 1 | Change: New Navigation 2 | 3 | Navigate via the new sidebar, breadcrumbs and browser controls. 4 | 5 | https://github.com/owncloud/ios-app/pull/1162 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/1205: -------------------------------------------------------------------------------- 1 | Change: Support saving folder searches 2 | 3 | Support for saving folder-scoped searches 4 | 5 | https://github.com/owncloud/ios-app/pull/1205 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/1208: -------------------------------------------------------------------------------- 1 | Change: Unified Onboarding and Account Setup 2 | 3 | Migrated the branded onboarding process into the vanilla add account view. 4 | 5 | https://github.com/owncloud/ios-app/pull/1208 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/4848: -------------------------------------------------------------------------------- 1 | Change: New sharing UI with role support 2 | 3 | New sharing UI with support for share roles and a modern layout. 4 | 5 | https://github.com/owncloud/ocis/issues/4848#issuecomment-1283678879 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/4849: -------------------------------------------------------------------------------- 1 | Change: Support Webfinger based lookup server 2 | 3 | Allows using webfinger or a lookup table to locate and use an alternative server based on the user name. 4 | 5 | https://github.com/owncloud/enterprise/issues/4849 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/5290: -------------------------------------------------------------------------------- 1 | Change: Added new build flag 2 | 3 | Add DISABLE_PLAIN_HTTP build flag 4 | 5 | https://github.com/owncloud/enterprise/issues/5290 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/5308: -------------------------------------------------------------------------------- 1 | Change: Disallow Extensions via MDM 2 | 3 | Add option to disallow extensions, show action for unviewable filetypes 4 | 5 | https://github.com/owncloud/enterprise/issues/5308 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/5371: -------------------------------------------------------------------------------- 1 | Change: Disable access to File Provider via MDM 2 | 3 | Adds a new MDM option fileprovider.browseable 4 | 5 | https://github.com/owncloud/enterprise/issues/5371 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/5505: -------------------------------------------------------------------------------- 1 | Change: Dynamic Instance Logo 2 | 3 | Use the instance logo as account avatar logo. 4 | 5 | https://github.com/owncloud/enterprise/issues/5505 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/744: -------------------------------------------------------------------------------- 1 | Change: Gridview implementation 2 | 3 | Implements a dynamically adapting grid layout used for item grid view. 4 | 5 | https://github.com/owncloud/ios-app/issues/744 6 | -------------------------------------------------------------------------------- /changelog/12.0.0_2023-06-12/92: -------------------------------------------------------------------------------- 1 | Change: Spaces/Drives / Graph API support 2 | 3 | Adds support for spaces/drives / Graph API. 4 | 5 | https://github.com/owncloud/ios-sdk/pull/92 6 | -------------------------------------------------------------------------------- /changelog/12.0.1_2023-06-15/1220: -------------------------------------------------------------------------------- 1 | Bugfix: Several Bug Fixes 2 | 3 | Fixed keyboard, media streaming, full screen mode, offline indicator, duplicated sharing option, and UI issues. 4 | 5 | https://github.com/owncloud/ios-app/pull/1220 6 | -------------------------------------------------------------------------------- /changelog/12.0.2_2023-06-23/1219: -------------------------------------------------------------------------------- 1 | Bugfix: Unable to authenticate using OpenID Connect 2 | 3 | It was not able to authenticate using OpenID Connect 4 | 5 | https://github.com/owncloud/ios-app/issues/1219 6 | -------------------------------------------------------------------------------- /changelog/12.0.2_2023-06-23/1223: -------------------------------------------------------------------------------- 1 | Bugfix: Files.app 2 | 3 | Solves "Content unavailable" in Files.app 4 | 5 | https://github.com/owncloud/ios-app/pull/1223 6 | -------------------------------------------------------------------------------- /changelog/12.0.2_2023-06-23/1225: -------------------------------------------------------------------------------- 1 | Bugfix: Recent files view 2 | 3 | Added Quick Access item "Recents", which was missing in version 12.0.1 4 | 5 | https://github.com/owncloud/ios-app/pull/1225 6 | -------------------------------------------------------------------------------- /changelog/12.0.2_2023-06-23/1228: -------------------------------------------------------------------------------- 1 | Bugfix: Attach files from third-party apps 2 | 3 | Attaching files in third-party apps via file provider were not possible, if file was not downloaded. 4 | 5 | https://github.com/owncloud/ios-app/pull/1228 6 | -------------------------------------------------------------------------------- /changelog/12.0.3_2023-08-31/1227: -------------------------------------------------------------------------------- 1 | Bugfix: Upload-Metadata 2 | 3 | TUS -H Upload-Metadata: mtime missing 4 | 5 | https://github.com/owncloud/ios-app/issues/1227 6 | -------------------------------------------------------------------------------- /changelog/12.0.3_2023-08-31/1240: -------------------------------------------------------------------------------- 1 | Bugfix: Open Folder in Files.app 2 | 3 | In some cases it was not possible to open Folder using iOS Files.app. 4 | 5 | https://github.com/owncloud/ios-app/issues/1240 6 | -------------------------------------------------------------------------------- /changelog/12.0.3_2023-08-31/1254: -------------------------------------------------------------------------------- 1 | Bugfix: Connection name 2 | 3 | Connection name doesn't change immediately 4 | 5 | https://github.com/owncloud/ios-app/issues/1254 6 | -------------------------------------------------------------------------------- /changelog/12.0.3_2023-08-31/1262: -------------------------------------------------------------------------------- 1 | Bugfix: Unable to access files from Files.app 2 | 3 | In some cases it was not possible to access files from the Files.app. 4 | 5 | https://github.com/owncloud/ios-app/issues/1262 6 | -------------------------------------------------------------------------------- /changelog/12.0.3_2023-08-31/1266: -------------------------------------------------------------------------------- 1 | Bugfix: File Provider Crash 2 | 3 | iOS invokes a FileProvider method with a nil value, which causes a crash. 4 | 5 | https://github.com/owncloud/ios-app/issues/1266 6 | -------------------------------------------------------------------------------- /changelog/12.0.3_2023-08-31/1269: -------------------------------------------------------------------------------- 1 | Bugfix: Translation 2 | 3 | Updated translations from Transifex. 4 | 5 | https://github.com/owncloud/ios-app/pull/1269 6 | -------------------------------------------------------------------------------- /changelog/12.0.3_2023-08-31/5747: -------------------------------------------------------------------------------- 1 | Bugfix: Open in Web for ownCloud 10 2 | 3 | Open in Web feature was not available for ownCloud 10 instances in the app. 4 | 5 | https://github.com/owncloud/enterprise/issues/5747 6 | -------------------------------------------------------------------------------- /changelog/12.0.3_2023-08-31/5889: -------------------------------------------------------------------------------- 1 | Bugfix: Copy Item not working 2 | 3 | Copy and paste to a Space was not working 4 | 5 | https://github.com/owncloud/enterprise/issues/5889 6 | -------------------------------------------------------------------------------- /changelog/12.1.0_2024-01-29/11224: -------------------------------------------------------------------------------- 1 | Bugfix: Adopt log format 2 | 3 | Use common http log format for ownCloud clients. 4 | 5 | https://github.com/owncloud/client/issues/11224 6 | -------------------------------------------------------------------------------- /changelog/12.1.0_2024-01-29/1128: -------------------------------------------------------------------------------- 1 | Bugfix: Available offline badge 2 | 3 | Available offline badge was there after making unavailable offline. 4 | 5 | https://github.com/owncloud/ios-app/issues/1128 6 | -------------------------------------------------------------------------------- /changelog/12.1.0_2024-01-29/1292: -------------------------------------------------------------------------------- 1 | Change: File extension / suffix protection 2 | 3 | Prevents users from removing or changing the suffix for new documents and document scanner. 4 | 5 | https://github.com/owncloud/ios-app/issues/1292 6 | -------------------------------------------------------------------------------- /changelog/12.1.0_2024-01-29/1293: -------------------------------------------------------------------------------- 1 | Change: Share Action Extension "Save to ownCloud" 2 | 3 | Adds a share action extension "Save to ownCloud", which will open the share sheet view. 4 | 5 | https://github.com/owncloud/ios-app/issues/1293 6 | -------------------------------------------------------------------------------- /changelog/12.1.0_2024-01-29/1295: -------------------------------------------------------------------------------- 1 | Bugfix: Open ownCloud Links in App 2 | 3 | Fixed existing feature intending to open files/folders in app, by clicking a private link from outside. 4 | 5 | https://github.com/owncloud/ios-app/issues/1295 6 | -------------------------------------------------------------------------------- /changelog/12.1.0_2024-01-29/1297: -------------------------------------------------------------------------------- 1 | Change: Link naming 2 | 3 | Adds a Name field for link shares, allowing to enter and edit the name of link shares. 4 | 5 | https://github.com/owncloud/ios-app/issues/1297 6 | -------------------------------------------------------------------------------- /changelog/12.1.0_2024-01-29/1309: -------------------------------------------------------------------------------- 1 | Bugfix: Disable Markup Edit Mode iOS 17 2 | 3 | Fixed disabling edit mode in markup document view on iOS 17 4 | 5 | https://github.com/owncloud/ios-app/issues/1309 6 | -------------------------------------------------------------------------------- /changelog/12.1.0_2024-01-29/6112: -------------------------------------------------------------------------------- 1 | Change: Remove Extension Build Flag (Intents) 2 | 3 | Adds a build flag to remove app extensions from a IPA build. 4 | 5 | https://github.com/owncloud/enterprise/issues/6112 6 | -------------------------------------------------------------------------------- /changelog/12.3.0_2024-09-23/1377: -------------------------------------------------------------------------------- 1 | Bugfix: Remove (re)sharing from roles for newly created user/group shares 2 | 3 | Removes (re)sharing from roles for newly created user/group shares for ocis. 4 | 5 | https://github.com/owncloud/ios-app/pull/1376 6 | -------------------------------------------------------------------------------- /changelog/12.4.0_2025-02-03/1416: -------------------------------------------------------------------------------- 1 | Bugfix: Memory usage optimizations 2 | 3 | Memory optimizations specifically to the file provider to ensure stability. 4 | 5 | https://github.com/owncloud/ios-app/pull/1416 6 | https://github.com/owncloud/ios-sdk/pull/121 7 | -------------------------------------------------------------------------------- /changelog/12.4.0_2025-02-03/1430: -------------------------------------------------------------------------------- 1 | Enhancement: Content Protection 2 | 3 | Content is protected by water marking and screenshot prevention mechanisms. 4 | Available via MDM and buils time settings. 5 | 6 | https://github.com/owncloud/ios-app/pull/1430 7 | 8 | -------------------------------------------------------------------------------- /changelog/12.5.0_2025-05-12/1331: -------------------------------------------------------------------------------- 1 | Bugfix: [a11y] Collection View Header 2 | 3 | Added header trait to collection view section header 4 | 5 | https://github.com/owncloud/ios-app/issues/1331 6 | -------------------------------------------------------------------------------- /changelog/12.5.0_2025-05-12/1332: -------------------------------------------------------------------------------- 1 | Bugfix: [a11y] Screen Reader 2 | 3 | If multiple selection has been activated, it was not possible with the screen reader to focus on the checkboxes themselves. 4 | 5 | https://github.com/owncloud/ios-app/issues/1332 6 | -------------------------------------------------------------------------------- /changelog/12.5.0_2025-05-12/1334: -------------------------------------------------------------------------------- 1 | Bugfix: [a11y] Contrast 2 | 3 | Add Spaces text background color if Increase Contrast is on #1451 4 | 5 | https://github.com/owncloud/ios-app/issues/1334 6 | -------------------------------------------------------------------------------- /changelog/12.5.0_2025-05-12/1419: -------------------------------------------------------------------------------- 1 | Enhancement: Server-side search support 2 | 3 | Adds server-side search support. 4 | 5 | https://github.com/owncloud/ios-app/pull/1419 6 | 7 | -------------------------------------------------------------------------------- /changelog/12.5.0_2025-05-12/1435: -------------------------------------------------------------------------------- 1 | Enhancement: Support for new ocis spaces/sharing capabilities 2 | 3 | App support for new spaces and sharing APIs. 4 | 5 | https://github.com/owncloud/ios-app/issues/1421 6 | 7 | -------------------------------------------------------------------------------- /changelog/12.5.0_2025-05-12/1452: -------------------------------------------------------------------------------- 1 | Bugfix: KQL syntax 2 | 3 | Fixes generated KQL syntax 4 | 5 | https://github.com/owncloud/ios-app/pull/1452 6 | -------------------------------------------------------------------------------- /changelog/12.5.0_2025-05-12/1455: -------------------------------------------------------------------------------- 1 | Bugfix: Enabling Markup Mode on iOS 18.x 2 | 3 | A fix has been implemented for enabling the markup mode on iOS 18.x automatically. 4 | 5 | https://github.com/owncloud/ios-app/issues/1455 6 | -------------------------------------------------------------------------------- /changelog/12.5.0_2025-05-12/1461: -------------------------------------------------------------------------------- 1 | Bugfix: File drop crash on macOS 2 | 3 | Fixes a crash when using the iOS app on macOS and dropping a file onto the app's window to upload a file. 4 | 5 | https://github.com/owncloud/ios-app/pull/1461 6 | -------------------------------------------------------------------------------- /design/18-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/18-512.png -------------------------------------------------------------------------------- /design/camera_badge.sketch/Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/camera_badge.sketch/Data -------------------------------------------------------------------------------- /design/camera_badge.sketch/QuickLook/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/camera_badge.sketch/QuickLook/Preview.png -------------------------------------------------------------------------------- /design/camera_badge.sketch/QuickLook/Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/camera_badge.sketch/QuickLook/Thumbnail.png -------------------------------------------------------------------------------- /design/camera_badge.sketch/version: -------------------------------------------------------------------------------- 1 | 18 -------------------------------------------------------------------------------- /design/checkmark_Icon.sketch/Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/checkmark_Icon.sketch/Data -------------------------------------------------------------------------------- /design/checkmark_Icon.sketch/QuickLook/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/checkmark_Icon.sketch/QuickLook/Preview.png -------------------------------------------------------------------------------- /design/checkmark_Icon.sketch/QuickLook/Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/checkmark_Icon.sketch/QuickLook/Thumbnail.png -------------------------------------------------------------------------------- /design/checkmark_Icon.sketch/version: -------------------------------------------------------------------------------- 1 | 18 -------------------------------------------------------------------------------- /design/chevron-small-light.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/chevron-small-light.idraw -------------------------------------------------------------------------------- /design/chevron-small.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/chevron-small.idraw -------------------------------------------------------------------------------- /design/cloud-symbols-thick.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/cloud-symbols-thick.idraw -------------------------------------------------------------------------------- /design/cloud-symbols.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/cloud-symbols.idraw -------------------------------------------------------------------------------- /design/cloud.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/cloud.idraw -------------------------------------------------------------------------------- /design/info-icon.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/info-icon.idraw -------------------------------------------------------------------------------- /design/locked.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/locked.idraw -------------------------------------------------------------------------------- /design/more-dots.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/more-dots.idraw -------------------------------------------------------------------------------- /design/owncloud-icon-idea.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/owncloud-icon-idea.idraw -------------------------------------------------------------------------------- /design/owncloud-primary-small.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/owncloud-primary-small.idraw -------------------------------------------------------------------------------- /design/owncloud-primary-small.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/owncloud-primary-small.pdf -------------------------------------------------------------------------------- /design/status-flash.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/status-flash.idraw -------------------------------------------------------------------------------- /design/text-uri-list.idraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/design/text-uri-list.idraw -------------------------------------------------------------------------------- /doc/TROUBLESHOOTING.md: -------------------------------------------------------------------------------- 1 | # Troubleshooting 2 | 3 | Check the documentation for troubleshooting information: 4 | https://doc.owncloud.com/ios-app/ios_troubleshooting.html -------------------------------------------------------------------------------- /doc/images/ar/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/ar/keyword.strings -------------------------------------------------------------------------------- /doc/images/ar/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/ar/title.strings -------------------------------------------------------------------------------- /doc/images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/background.jpg -------------------------------------------------------------------------------- /doc/images/ca/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/ca/keyword.strings -------------------------------------------------------------------------------- /doc/images/ca/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/ca/title.strings -------------------------------------------------------------------------------- /doc/images/de-DE/README.md: -------------------------------------------------------------------------------- 1 | `snapshot` will generate and store new screenshots in this folder. Running `frameit white` will generate the nice frames with the title on top. -------------------------------------------------------------------------------- /doc/images/de-DE/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/de-DE/keyword.strings -------------------------------------------------------------------------------- /doc/images/de-DE/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/de-DE/title.strings -------------------------------------------------------------------------------- /doc/images/de/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/de/keyword.strings -------------------------------------------------------------------------------- /doc/images/de/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/de/title.strings -------------------------------------------------------------------------------- /doc/images/de_CH/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/de_CH/keyword.strings -------------------------------------------------------------------------------- /doc/images/de_CH/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/de_CH/title.strings -------------------------------------------------------------------------------- /doc/images/el/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/el/keyword.strings -------------------------------------------------------------------------------- /doc/images/el/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/el/title.strings -------------------------------------------------------------------------------- /doc/images/en-GB/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-GB/keyword.strings -------------------------------------------------------------------------------- /doc/images/en-GB/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-GB/title.strings -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-10_ios_accounts_welcome_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-10_ios_accounts_welcome_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-11_ios_accounts_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-11_ios_accounts_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-20_ios_files_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-20_ios_files_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-21_ios_files_actions_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-21_ios_files_actions_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-22_ios_files_preview_pdf_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-22_ios_files_preview_pdf_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-40_ios_quick_access_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-40_ios_quick_access_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-60_ios_settings_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (2nd generation)-60_ios_settings_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-10_ios_accounts_welcome_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-10_ios_accounts_welcome_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-11_ios_accounts_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-11_ios_accounts_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-20_ios_files_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-20_ios_files_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-20_ios_files_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-20_ios_files_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-21_ios_files_actions_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-21_ios_files_actions_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-22_ios_files_preview_pdf_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-22_ios_files_preview_pdf_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-60_ios_settings_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-60_ios_settings_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-60_ios_settings_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (4th generation)-60_ios_settings_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-10_ios_accounts_welcome_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-10_ios_accounts_welcome_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-11_ios_accounts_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-11_ios_accounts_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-20_ios_files_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-20_ios_files_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-21_ios_files_actions_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-21_ios_files_actions_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-22_ios_files_preview_pdf_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-22_ios_files_preview_pdf_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-40_ios_quick_access_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-40_ios_quick_access_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-60_ios_settings_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (12.9-inch) (5th generation)-60_ios_settings_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-10_ios_accounts_welcome_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-10_ios_accounts_welcome_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-10_ios_accounts_welcome_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-10_ios_accounts_welcome_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-11_ios_accounts_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-11_ios_accounts_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-11_ios_accounts_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-11_ios_accounts_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-20_ios_files_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-20_ios_files_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-20_ios_files_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-20_ios_files_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-21_ios_files_actions_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-21_ios_files_actions_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-21_ios_files_actions_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-21_ios_files_actions_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-22_ios_files_preview_pdf_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-22_ios_files_preview_pdf_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-22_ios_files_preview_pdf_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-22_ios_files_preview_pdf_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-23_ios_files_list_multiple_window_landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-23_ios_files_list_multiple_window_landscape.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-40_ios_quick_access_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-40_ios_quick_access_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-40_ios_quick_access_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-40_ios_quick_access_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-60_ios_settings_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-60_ios_settings_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPad Pro (9.7-inch)-60_ios_settings_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPad Pro (9.7-inch)-60_ios_settings_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-10_ios_accounts_welcome_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-10_ios_accounts_welcome_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-10_ios_accounts_welcome_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-10_ios_accounts_welcome_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-11_ios_accounts_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-11_ios_accounts_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-11_ios_accounts_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-11_ios_accounts_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-20_ios_files_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-20_ios_files_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-20_ios_files_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-20_ios_files_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-21_ios_files_actions_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-21_ios_files_actions_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-21_ios_files_actions_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-21_ios_files_actions_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-22_ios_files_preview_pdf_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-22_ios_files_preview_pdf_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-22_ios_files_preview_pdf_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-22_ios_files_preview_pdf_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-40_ios_quick_access_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-40_ios_quick_access_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-40_ios_quick_access_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-40_ios_quick_access_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-60_ios_settings_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-60_ios_settings_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11 Pro Max-60_ios_settings_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11 Pro Max-60_ios_settings_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-10_ios_accounts_welcome_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-10_ios_accounts_welcome_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-10_ios_accounts_welcome_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-10_ios_accounts_welcome_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-11_ios_accounts_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-11_ios_accounts_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-11_ios_accounts_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-11_ios_accounts_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-20_ios_files_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-20_ios_files_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-20_ios_files_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-20_ios_files_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-21_ios_files_actions_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-21_ios_files_actions_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-21_ios_files_actions_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-21_ios_files_actions_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-22_ios_files_preview_pdf_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-22_ios_files_preview_pdf_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-22_ios_files_preview_pdf_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-22_ios_files_preview_pdf_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-40_ios_quick_access_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-40_ios_quick_access_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-40_ios_quick_access_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-40_ios_quick_access_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-60_ios_settings_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-60_ios_settings_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 11-60_ios_settings_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 11-60_ios_settings_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-10_ios_accounts_welcome_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-10_ios_accounts_welcome_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-10_ios_accounts_welcome_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-10_ios_accounts_welcome_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-11_ios_accounts_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-11_ios_accounts_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-11_ios_accounts_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-11_ios_accounts_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-20_ios_files_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-20_ios_files_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-20_ios_files_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-20_ios_files_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-21_ios_files_actions_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-21_ios_files_actions_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-21_ios_files_actions_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-21_ios_files_actions_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-22_ios_files_preview_pdf_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-22_ios_files_preview_pdf_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-22_ios_files_preview_pdf_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-22_ios_files_preview_pdf_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-40_ios_quick_access_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-40_ios_quick_access_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-40_ios_quick_access_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-40_ios_quick_access_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-60_ios_settings_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-60_ios_settings_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8 Plus-60_ios_settings_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8 Plus-60_ios_settings_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-10_ios_accounts_welcome_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-10_ios_accounts_welcome_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-10_ios_accounts_welcome_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-10_ios_accounts_welcome_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-11_ios_accounts_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-11_ios_accounts_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-11_ios_accounts_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-11_ios_accounts_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-20_ios_files_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-20_ios_files_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-20_ios_files_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-20_ios_files_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-21_ios_files_actions_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-21_ios_files_actions_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-21_ios_files_actions_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-21_ios_files_actions_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-22_ios_files_preview_pdf_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-22_ios_files_preview_pdf_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-22_ios_files_preview_pdf_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-22_ios_files_preview_pdf_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-40_ios_quick_access_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-40_ios_quick_access_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-40_ios_quick_access_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-40_ios_quick_access_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-60_ios_settings_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-60_ios_settings_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone 8-60_ios_settings_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone 8-60_ios_settings_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-10_ios_accounts_welcome_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-10_ios_accounts_welcome_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-10_ios_accounts_welcome_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-10_ios_accounts_welcome_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-11_ios_accounts_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-11_ios_accounts_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-11_ios_accounts_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-11_ios_accounts_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-20_ios_files_list_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-20_ios_files_list_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-20_ios_files_list_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-20_ios_files_list_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-21_ios_files_actions_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-21_ios_files_actions_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-21_ios_files_actions_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-21_ios_files_actions_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-22_ios_files_preview_pdf_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-22_ios_files_preview_pdf_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-22_ios_files_preview_pdf_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-22_ios_files_preview_pdf_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-40_ios_quick_access_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-40_ios_quick_access_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-40_ios_quick_access_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-40_ios_quick_access_demo_framed.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-60_ios_settings_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-60_ios_settings_demo.png -------------------------------------------------------------------------------- /doc/images/en-US/iPhone SE (2nd generation)-60_ios_settings_demo_framed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/en-US/iPhone SE (2nd generation)-60_ios_settings_demo_framed.png -------------------------------------------------------------------------------- /doc/images/es/README.md: -------------------------------------------------------------------------------- 1 | `snapshot` will generate and store new screenshots in this folder. Running `frameit white` will generate the nice frames with the title on top. 2 | 3 | `.strings` files must be UTF-16 encoded, or generated with Xcode. 4 | -------------------------------------------------------------------------------- /doc/images/es/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/es/keyword.strings -------------------------------------------------------------------------------- /doc/images/es/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/es/title.strings -------------------------------------------------------------------------------- /doc/images/et_EE/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/et_EE/title.strings -------------------------------------------------------------------------------- /doc/images/eu/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/eu/keyword.strings -------------------------------------------------------------------------------- /doc/images/eu/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/eu/title.strings -------------------------------------------------------------------------------- /doc/images/fonts/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/fonts/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /doc/images/fonts/OpenSans-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/fonts/OpenSans-Semibold.ttf -------------------------------------------------------------------------------- /doc/images/fonts/README.md: -------------------------------------------------------------------------------- 1 | This folder usually contains the custom fonts. You can define the fonts to use in the `Framefile.json` in the `screenshots` folder. -------------------------------------------------------------------------------- /doc/images/fr/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/fr/title.strings -------------------------------------------------------------------------------- /doc/images/gl/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/gl/keyword.strings -------------------------------------------------------------------------------- /doc/images/gl/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/gl/title.strings -------------------------------------------------------------------------------- /doc/images/he/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/he/keyword.strings -------------------------------------------------------------------------------- /doc/images/he/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/he/title.strings -------------------------------------------------------------------------------- /doc/images/id/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/id/keyword.strings -------------------------------------------------------------------------------- /doc/images/km/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/km/keyword.strings -------------------------------------------------------------------------------- /doc/images/ko/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/ko/keyword.strings -------------------------------------------------------------------------------- /doc/images/ko/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/ko/title.strings -------------------------------------------------------------------------------- /doc/images/lt_LT/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/lt_LT/keyword.strings -------------------------------------------------------------------------------- /doc/images/lv/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/lv/title.strings -------------------------------------------------------------------------------- /doc/images/pl/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/pl/keyword.strings -------------------------------------------------------------------------------- /doc/images/pl/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/pl/title.strings -------------------------------------------------------------------------------- /doc/images/pt-BR/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/pt-BR/keyword.strings -------------------------------------------------------------------------------- /doc/images/pt-BR/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/pt-BR/title.strings -------------------------------------------------------------------------------- /doc/images/ru/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/ru/keyword.strings -------------------------------------------------------------------------------- /doc/images/ru/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/ru/title.strings -------------------------------------------------------------------------------- /doc/images/sq/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/sq/keyword.strings -------------------------------------------------------------------------------- /doc/images/sq/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/sq/title.strings -------------------------------------------------------------------------------- /doc/images/th-TH/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/th-TH/keyword.strings -------------------------------------------------------------------------------- /doc/images/th-TH/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/th-TH/title.strings -------------------------------------------------------------------------------- /doc/images/tr/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/tr/keyword.strings -------------------------------------------------------------------------------- /doc/images/tr/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/tr/title.strings -------------------------------------------------------------------------------- /doc/images/ur_PK/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/ur_PK/keyword.strings -------------------------------------------------------------------------------- /doc/images/zh-Hans/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/zh-Hans/keyword.strings -------------------------------------------------------------------------------- /doc/images/zh-Hans/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/zh-Hans/title.strings -------------------------------------------------------------------------------- /doc/images/zh_TW/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/zh_TW/keyword.strings -------------------------------------------------------------------------------- /doc/images/zh_TW/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/doc/images/zh_TW/title.strings -------------------------------------------------------------------------------- /enterprise/register/Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | 3 | gem "fastlane" -------------------------------------------------------------------------------- /enterprise/resign/App/README.md: -------------------------------------------------------------------------------- 1 | Place your `unsigned.ipa` file in this folder, which should be signed. 2 | 3 | After the resigning process, here you will find the `signed.ipa` file. 4 | 5 | -------------------------------------------------------------------------------- /fastlane/Deliverfile: -------------------------------------------------------------------------------- 1 | # The Deliverfile allows you to store various App Store Connect metadata 2 | # For more information, check out the docs 3 | # https://docs.fastlane.tools/actions/deliver/ 4 | -------------------------------------------------------------------------------- /fastlane/Pluginfile: -------------------------------------------------------------------------------- 1 | # Autogenerated by fastlane 2 | # 3 | # Ensure this file is checked in to source control! 4 | 5 | gem 'fastlane-plugin-badge' 6 | gem 'fastlane-plugin-json' 7 | gem 'fastlane-plugin-appicon' 8 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/app_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/metadata-emm/app_icon.jpg -------------------------------------------------------------------------------- /fastlane/metadata-emm/copyright.txt: -------------------------------------------------------------------------------- 1 | 2021 ownCloud GmbH 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/en-US/apple_tv_privacy_policy.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/en-US/keywords.txt: -------------------------------------------------------------------------------- 1 | file, sync, share, cloud, own, video, storage, doc, upload, document, backup, offline, secure, photo 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/en-US/marketing_url.txt: -------------------------------------------------------------------------------- 1 | https://owncloud.com 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/en-US/privacy_url.txt: -------------------------------------------------------------------------------- 1 | https://owncloud.com/privacy-legal/ 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/en-US/promotional_text.txt: -------------------------------------------------------------------------------- 1 | Store, share and work on your ownCloud files on the go. The iOS App offers seamless and secure integration with your ownCloud server. Access your data anywhere, anytime! 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/en-US/subtitle.txt: -------------------------------------------------------------------------------- 1 | secure data sharing platform 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/en-US/support_url.txt: -------------------------------------------------------------------------------- 1 | https://owncloud.com/docs-guides/ 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/primary_category.txt: -------------------------------------------------------------------------------- 1 | PRODUCTIVITY 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/primary_first_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/primary_second_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/secondary_category.txt: -------------------------------------------------------------------------------- 1 | UTILITIES 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/secondary_first_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata-emm/secondary_second_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/app_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/metadata-owncloud-online/app_icon.jpg -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/copyright.txt: -------------------------------------------------------------------------------- 1 | 2021 ownCloud GmbH 2 | -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/en-US/apple_tv_privacy_policy.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/en-US/keywords.txt: -------------------------------------------------------------------------------- 1 | file, sync, share, cloud, storage, upload, document, backup, offline, secure -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/en-US/marketing_url.txt: -------------------------------------------------------------------------------- 1 | https://owncloud.online -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/en-US/privacy_url.txt: -------------------------------------------------------------------------------- 1 | https://owncloud.com/privacy-legal/ 2 | -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/en-US/promotional_text.txt: -------------------------------------------------------------------------------- 1 | Filesharing for your business, hosted with ownCloud.online -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/en-US/subtitle.txt: -------------------------------------------------------------------------------- 1 | secure data sharing platform 2 | -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/en-US/support_url.txt: -------------------------------------------------------------------------------- 1 | https://central.owncloud.org -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/primary_category.txt: -------------------------------------------------------------------------------- 1 | PRODUCTIVITY 2 | -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/primary_first_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/primary_second_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/secondary_category.txt: -------------------------------------------------------------------------------- 1 | UTILITIES 2 | -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/secondary_first_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata-owncloud-online/secondary_second_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/app_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/metadata/app_icon.jpg -------------------------------------------------------------------------------- /fastlane/metadata/copyright.txt: -------------------------------------------------------------------------------- 1 | 2021 ownCloud GmbH 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/apple_tv_privacy_policy.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/keywords.txt: -------------------------------------------------------------------------------- 1 | file, sync, share, cloud, own, video, storage, doc, upload, document, backup, offline, secure, photo 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/marketing_url.txt: -------------------------------------------------------------------------------- 1 | https://owncloud.com 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/privacy_url.txt: -------------------------------------------------------------------------------- 1 | https://owncloud.com/privacy-legal/ 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/promotional_text.txt: -------------------------------------------------------------------------------- 1 | Store, share and work on your ownCloud files on the go. The iOS App offers seamless and secure integration with your ownCloud server. Access your data anywhere, anytime! 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/subtitle.txt: -------------------------------------------------------------------------------- 1 | secure data sharing platform 2 | -------------------------------------------------------------------------------- /fastlane/metadata/en-US/support_url.txt: -------------------------------------------------------------------------------- 1 | https://owncloud.com/docs-guides/ 2 | -------------------------------------------------------------------------------- /fastlane/metadata/primary_category.txt: -------------------------------------------------------------------------------- 1 | PRODUCTIVITY 2 | -------------------------------------------------------------------------------- /fastlane/metadata/primary_first_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/primary_second_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/secondary_category.txt: -------------------------------------------------------------------------------- 1 | UTILITIES 2 | -------------------------------------------------------------------------------- /fastlane/metadata/secondary_first_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/secondary_second_sub_category.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/screenshots/ady/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ady/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ady/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ady/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/af_ZA/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/af_ZA/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/af_ZA/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/af_ZA/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ak/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ak/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ak/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ak/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ar/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ar/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ar/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ar/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ast/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ast/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ast/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ast/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/az/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/az/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/az/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/az/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/be/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/be/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/be/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/be/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bg/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bg/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bg/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bg/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bg@Cyrl/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bg@Cyrl/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bg@Cyrl/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bg@Cyrl/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bg_BG/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bg_BG/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bg_BG/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bg_BG/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bn_BD/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bn_BD/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bn_BD/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bn_BD/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bn_IN/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bn_IN/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bn_IN/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bn_IN/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bs/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bs/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/bs/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/bs/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ca/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ca/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ca/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ca/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ca@valencia/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ca@valencia/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ca@valencia/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ca@valencia/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/cs/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/cs/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/cs/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/cs/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/cy_GB/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/cy_GB/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/cy_GB/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/cy_GB/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/da/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/da/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/da/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/da/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/da_DK/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/da_DK/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/da_DK/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/da_DK/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/de-DE/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/de-DE/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/de-DE/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/de-DE/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/de/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/de/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/de/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/de/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/de_AT/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/de_AT/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/de_AT/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/de_AT/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/de_CH/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/de_CH/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/de_CH/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/de_CH/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/el/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/el/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/el/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/el/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/en-GB/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/en-GB/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/en-GB/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/en-GB/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/en_CA/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/en_CA/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/en_CA/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/en_CA/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/en_US/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/en_US/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/en_US/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/en_US/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/eo/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/eo/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/eo/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/eo/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_419/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_419/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_419/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_419/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_AR/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_AR/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_AR/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_AR/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_CL/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_CL/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_CL/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_CL/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_EC/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_EC/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_EC/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_EC/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_MX/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_MX/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_MX/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_MX/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_US/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_US/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/es_US/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/es_US/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/et_EE/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/et_EE/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/et_EE/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/et_EE/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/eu/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/eu/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/eu/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/eu/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fa/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fa/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fa/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fa/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fa_IR/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fa_IR/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fa_IR/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fa_IR/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fi/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fi/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fi/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fi/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fi_FI/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fi_FI/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fi_FI/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fi_FI/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fil/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fil/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fil/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fil/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fr/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fr/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fr/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fr/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fr_FR/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fr_FR/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fr_FR/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fr_FR/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fy_NL/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fy_NL/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/fy_NL/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/fy_NL/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/gl/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/gl/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/gl/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/gl/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/gl_ES/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/gl_ES/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/gl_ES/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/gl_ES/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/gu/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/gu/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/gu/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/gu/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/he/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/he/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/he/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/he/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/hi/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/hi/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/hi/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/hi/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/hr/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/hr/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/hr/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/hr/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/hr_HR/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/hr_HR/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/hr_HR/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/hr_HR/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/hu_HU/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/hu_HU/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/hu_HU/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/hu_HU/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/hy/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/hy/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/hy/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/hy/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ia/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ia/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ia/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ia/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/id/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/id/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/id/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/id/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/io/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/io/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/io/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/io/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/is/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/is/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/is/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/is/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/it/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/it/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/it/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/it/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ja_JP/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ja_JP/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ja_JP/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ja_JP/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/jv/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/jv/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/jv/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/jv/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ka_GE/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ka_GE/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ka_GE/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ka_GE/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/km/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/km/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/km/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/km/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/kn/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/kn/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/kn/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/kn/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ko/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ko/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ko/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ko/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ku/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ku/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ku/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ku/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ku_IQ/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ku_IQ/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ku_IQ/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ku_IQ/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/lb/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/lb/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/lb/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/lb/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/lo/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/lo/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/lo/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/lo/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/lt_LT/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/lt_LT/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/lt_LT/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/lt_LT/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/lv/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/lv/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/lv/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/lv/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/mg/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/mg/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/mg/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/mg/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/mk/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/mk/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/mk/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/mk/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ml/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ml/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ml/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ml/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ml_IN/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ml_IN/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ml_IN/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ml_IN/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/mn/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/mn/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/mn/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/mn/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/mr/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/mr/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/mr/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/mr/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ms_MY/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ms_MY/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ms_MY/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ms_MY/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/mt_MT/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/mt_MT/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/mt_MT/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/mt_MT/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/my_MM/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/my_MM/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/my_MM/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/my_MM/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/nb-NO/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/nb-NO/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/nb-NO/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/nb-NO/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/nds/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/nds/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/nds/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/nds/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ne/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ne/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ne/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ne/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/nl/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/nl/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/nl/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/nl/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/nn-NO/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/nn-NO/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/nn-NO/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/nn-NO/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/nqo/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/nqo/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/nqo/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/nqo/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/oc/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/oc/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/oc/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/oc/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/pa/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/pa/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/pa/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/pa/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/pl/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/pl/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/pl/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/pl/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/pt-BR/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/pt-BR/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/pt-BR/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/pt-BR/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/pt-PT/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/pt-PT/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/pt-PT/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/pt-PT/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ro/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ro/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ro/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ro/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ru/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ru/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ru/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ru/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ru_RU/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ru_RU/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ru_RU/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ru_RU/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/si/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/si/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/si/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/si/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/si_LK/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/si_LK/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/si_LK/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/si_LK/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sk_SK/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sk_SK/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sk_SK/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sk_SK/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sl/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sl/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sl/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sl/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sq/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sq/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sq/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sq/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sr/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sr/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sr/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sr/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sr@latin/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sr@latin/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sr@latin/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sr@latin/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/su/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/su/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/su/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/su/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sv/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sv/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sv/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sv/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sv_SE/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sv_SE/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sv_SE/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sv_SE/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sw_KE/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sw_KE/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/sw_KE/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/sw_KE/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ta/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ta/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ta/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ta/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/te/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/te/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/te/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/te/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/tg_TJ/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/tg_TJ/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/tg_TJ/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/tg_TJ/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/th-TH/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/th-TH/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/th-TH/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/th-TH/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/tl_PH/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/tl_PH/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/tl_PH/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/tl_PH/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/tr/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/tr/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/tr/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/tr/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/tr_TR/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/tr_TR/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/tr_TR/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/tr_TR/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/tzm/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/tzm/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/tzm/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/tzm/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ug/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ug/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ug/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ug/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/uk/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/uk/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/uk/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/uk/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ur_PK/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ur_PK/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/ur_PK/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/ur_PK/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/uz/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/uz/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/uz/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/uz/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/vi/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/vi/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/vi/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/vi/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh-Hans/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh-Hans/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh-Hans/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh-Hans/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh_CN.GB2312/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh_CN.GB2312/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh_CN.GB2312/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh_CN.GB2312/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh_HK/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh_HK/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh_HK/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh_HK/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh_TW.Big5/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh_TW.Big5/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh_TW.Big5/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh_TW.Big5/title.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh_TW/keyword.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh_TW/keyword.strings -------------------------------------------------------------------------------- /fastlane/screenshots/zh_TW/title.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/fastlane/screenshots/zh_TW/title.strings -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-1024x1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-1024x1024.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-120x120.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-152x152.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-167x167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-167x167.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-180x180.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-20x20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-20x20.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-29x29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-29x29.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-40x40.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-58x58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-58x58.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-60x60.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-76x76.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-80x80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-80x80.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-87x87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/AppIcon.appiconset/branding-icon-87x87.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/arrow-down.imageset/down 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/arrow-down.imageset/down 2.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/arrow-up.imageset/up 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/arrow-up.imageset/up 2.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/arrow.3.trianglepath.imageset/arrow.3.trianglepath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/arrow.3.trianglepath.imageset/arrow.3.trianglepath.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/available-offline.imageset/available-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/available-offline.imageset/available-offline.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/available-offline.imageset/available-offline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/available-offline.imageset/available-offline@2x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/available-offline.imageset/available-offline@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/available-offline.imageset/available-offline@3x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/biometrical-faceid.imageset/biometrical-faceid.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/biometrical-faceid.imageset/biometrical-faceid.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/biometrical-touchid.imageset/biometrical.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/biometrical-touchid.imageset/biometrical.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/camera-badge.imageset/camera-badge.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/camera-badge.imageset/camera-badge.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/camera-info.imageset/camera-info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/camera-info.imageset/camera-info.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/camera.imageset/camera.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/camera.imageset/camera.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/check-mark.imageset/checkmark.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/check-mark.imageset/checkmark.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/checkmark_circle.imageset/checkmark_circle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/checkmark_circle.imageset/checkmark_circle.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/chevron-small-light.imageset/chevron-small-light.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/chevron-small-light.imageset/chevron-small-light.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/chevron-small.imageset/chevron-small.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/chevron-small.imageset/chevron-small.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/chevron.left.imageset/chevron_left.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/chevron.left.imageset/chevron_left.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/chevron.right.imageset/chevron_right.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/chevron.right.imageset/chevron_right.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/copy-file.imageset/copy-icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/copy-file.imageset/copy-icon.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/duplicate-file.imageset/duplicate-icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/duplicate-file.imageset/duplicate-icon.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/folder.imageset/folder-icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/folder.imageset/folder-icon.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/ic_pdf_go_to_page.imageset/ic_open_in_new_24px.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/ic_pdf_go_to_page.imageset/ic_open_in_new_24px.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/ic_pdf_outline.imageset/ic_list_24px.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/ic_pdf_outline.imageset/ic_list_24px.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/ic_pdf_view_multipage.imageset/ic_border_all_24px.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/ic_pdf_view_multipage.imageset/ic_border_all_24px.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/info-icon.imageset/info-icon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/info-icon.imageset/info-icon.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/lock_shield.imageset/lock_shield.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/lock_shield.imageset/lock_shield.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/more-dots.imageset/more-dots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/more-dots.imageset/more-dots.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/more-dots.imageset/more-dots@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/more-dots.imageset/more-dots@2x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/more-dots.imageset/more-dots@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/more-dots.imageset/more-dots@3x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/multiply_circle.imageset/multiply_circle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/multiply_circle.imageset/multiply_circle.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/open-in.imageset/open-in.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/open-in.imageset/open-in.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/person.imageset/baseline_person_black_24pt_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/person.imageset/baseline_person_black_24pt_1x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/person.imageset/baseline_person_black_24pt_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/person.imageset/baseline_person_black_24pt_2x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/person.imageset/baseline_person_black_24pt_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/person.imageset/baseline_person_black_24pt_3x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/person_circle.imageset/person_circle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/person_circle.imageset/person_circle.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/power.imageset/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/power.imageset/power.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/raw-badge.imageset/raw_badge.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/raw-badge.imageset/raw_badge.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/recents.imageset/baseline_access_time_black_24pt_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/recents.imageset/baseline_access_time_black_24pt_1x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/recents.imageset/baseline_access_time_black_24pt_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/recents.imageset/baseline_access_time_black_24pt_2x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/recents.imageset/baseline_access_time_black_24pt_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/recents.imageset/baseline_access_time_black_24pt_3x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/round-add-button.imageset/round-add-button-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/round-add-button.imageset/round-add-button-4.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/select.imageset/Selection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/select.imageset/Selection.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/shared.imageset/shared-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/shared.imageset/shared-2.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/square.and.pencil.imageset/square.and.pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/square.and.pencil.imageset/square.and.pencil.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/star.imageset/baseline_star_black_24pt_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/star.imageset/baseline_star_black_24pt_1x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/star.imageset/baseline_star_black_24pt_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/star.imageset/baseline_star_black_24pt_2x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/star.imageset/baseline_star_black_24pt_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/star.imageset/baseline_star_black_24pt_3x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/trash.imageset/trash-25.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/trash.imageset/trash-25.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/unavailable-offline.imageset/unavailable-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/unavailable-offline.imageset/unavailable-offline.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/unavailable-offline.imageset/unavailable-offline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/unavailable-offline.imageset/unavailable-offline@2x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/unavailable-offline.imageset/unavailable-offline@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/unavailable-offline.imageset/unavailable-offline@3x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/unstar.imageset/baseline_star_border_black_24pt_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/unstar.imageset/baseline_star_border_black_24pt_1x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/unstar.imageset/baseline_star_border_black_24pt_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/unstar.imageset/baseline_star_border_black_24pt_2x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/unstar.imageset/baseline_star_border_black_24pt_3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/unstar.imageset/baseline_star_border_black_24pt_3x.png -------------------------------------------------------------------------------- /ownCloud/Resources/Assets.xcassets/xmark.imageset/xmark.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Assets.xcassets/xmark.imageset/xmark.pdf -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/Branding.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/branding-assets/.do-not-remove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/branding-assets/.do-not-remove -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-background.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-icon.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-logo.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-sidebar-link-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-sidebar-link-icon.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-splashscreen-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-splashscreen-background.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-splashscreen-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app.emm/branding-splashscreen-logo.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app/branding-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app/branding-background.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app/branding-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app/branding-icon.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app/branding-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app/branding-logo.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app/branding-sidebar-link-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app/branding-sidebar-link-icon.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app/branding-splashscreen-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app/branding-splashscreen-background.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/com.owncloud.ios-app/branding-splashscreen-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/com.owncloud.ios-app/branding-splashscreen-logo.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/online.owncloud.ios-app/branding-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/online.owncloud.ios-app/branding-background.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/online.owncloud.ios-app/branding-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/online.owncloud.ios-app/branding-icon.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/online.owncloud.ios-app/branding-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/online.owncloud.ios-app/branding-logo.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/online.owncloud.ios-app/branding-splashscreen-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/online.owncloud.ios-app/branding-splashscreen-background.png -------------------------------------------------------------------------------- /ownCloud/Resources/Theming/online.owncloud.ios-app/branding-splashscreen-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/Theming/online.owncloud.ios-app/branding-splashscreen-logo.png -------------------------------------------------------------------------------- /ownCloud/Resources/de.lproj/Localizable.strings.current: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloud/Resources/de.lproj/Localizable.strings.current -------------------------------------------------------------------------------- /ownCloudAppShared/Resources/Assets.xcassets/cloud-only.imageset/cloud-only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloudAppShared/Resources/Assets.xcassets/cloud-only.imageset/cloud-only.png -------------------------------------------------------------------------------- /ownCloudAppShared/Resources/Assets.xcassets/cloud-only.imageset/cloud-only@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloudAppShared/Resources/Assets.xcassets/cloud-only.imageset/cloud-only@2x.png -------------------------------------------------------------------------------- /ownCloudAppShared/Resources/Assets.xcassets/cloud-only.imageset/cloud-only@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloudAppShared/Resources/Assets.xcassets/cloud-only.imageset/cloud-only@3x.png -------------------------------------------------------------------------------- /ownCloudAppShared/Resources/Assets.xcassets/link.imageset/public-4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/ios-app/6abbcf1c69eb1373415ea8e4fedff4ab599b8fa7/ownCloudAppShared/Resources/Assets.xcassets/link.imageset/public-4.pdf --------------------------------------------------------------------------------