Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 44eddcb4 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #8085 from thunderbird/remove_user_manual_links

Remove "user manual" links from repository
parents b3bba9a9 81441afe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ in each version of K-9 Mail. For a more up to date list of changes, see the XML

If the app is not behaving like it should, you might find these resources helpful:

- [User Manual](https://docs.k9mail.app/)
- [Frequently Asked Questions](https://forum.k9mail.app/c/faq)
- [Support Forum](https://forum.k9mail.app/)

+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ Welcome to the Thunderbird for Android project! We're excited to have you here a
Before you start contributing, please take a moment to familiarize yourself with the following:

- **Mozilla Community Participation Guidelines:** [https://www.mozilla.org/en-US/about/governance/policies/participation/](https://www.mozilla.org/en-US/about/governance/policies/participation/)
- **User Manual:** [https://docs.k9mail.app/](https://docs.k9mail.app/)
- **Frequently Asked Questions:** [https://forum.k9mail.app/c/faq](https://forum.k9mail.app/c/faq)
- **Support Forum:** [https://forum.k9mail.app/](https://forum.k9mail.app/)

+0 −158
Original line number Diff line number Diff line
appId: com.fsck.k9.debug
---
- launchApp:
    clearState: true

- assertVisible:
    id: "com.fsck.k9.debug:id/welcome_message"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/welcome_screen"

- tapOn:
    id: "com.fsck.k9.debug:id/next"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step1_empty"

- tapOn:
    id: "com.fsck.k9.debug:id/account_email"
- inputText: "dummy@outlook.com"
- tapOn:
    id: "com.fsck.k9.debug:id/next"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step1_sign_in"

- pressKey: "back"

- tapOn:
    id: "com.fsck.k9.debug:id/account_email"
- eraseText
- inputText: "user@domain.example"
- tapOn:
    id: "com.fsck.k9.debug:id/next"
- tapOn:
    id: "com.fsck.k9.debug:id/account_password"
- inputText: "password"
- pressKey: "back"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step1_filled_in"

- tapOn:
    id: "com.fsck.k9.debug:id/next"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step2_account_type_selection"

- tapOn:
    id: "com.fsck.k9.debug:id/imap"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step3_imap_incoming_server_1"

- scroll

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step3_imap_incoming_server_2"

- scrollUntilVisible:
    element:
      id: "com.fsck.k9.debug:id/account_server"
    direction: UP
- tapOn:
    id: "com.fsck.k9.debug:id/account_server"
- eraseText
- inputText: "wrong.host.badssl.com"
- tapOn:
    id: "com.fsck.k9.debug:id/account_port"
- eraseText
- inputText: "443"

- tapOn:
    id: "com.fsck.k9.debug:id/next"

- assertVisible:
    id: "android:id/alertTitle"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step3.6_invalid_certificate"

- tapOn:
    id: "android:id/button2"

- tapOn:
    id: "com.fsck.k9.debug:id/account_server"
- eraseText
- inputText: "127.0.0.1"

- tapOn:
    id: "com.fsck.k9.debug:id/next"

- assertVisible:
    id: "android:id/alertTitle"
- pressKey: "back"

- assertVisible:
    id: "com.fsck.k9.debug:id/progress"
- takeScreenshot: "user-manual/screenshots/account_setup_step3.5_imap_checking_incoming_server_settings"

- pressKey: "back"

- tapOn:
    id: "com.fsck.k9.debug:id/next"
- tapOn:
    id: "android:id/button2"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step4_smtp_outgoing_server"

- tapOn:
    id: "com.fsck.k9.debug:id/account_server"
- eraseText
- inputText: "127.0.0.1"

- tapOn:
    id: "com.fsck.k9.debug:id/next"

- assertVisible:
    id: "android:id/alertTitle"
- pressKey: "back"

- assertVisible:
    id: "com.fsck.k9.debug:id/progress"
- takeScreenshot: "user-manual/screenshots/account_setup_step4.5_smtp_checking_outgoing_server_settings"

- pressKey: "back"

- tapOn:
    id: "com.fsck.k9.debug:id/next"
- tapOn:
    id: "android:id/button2"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step5_account_options"

- tapOn:
    id: "com.fsck.k9.debug:id/next"
- tapOn:
    id: "com.fsck.k9.debug:id/account_description"
- inputText: "My first account"
- tapOn:
    id: "com.fsck.k9.debug:id/account_name"
- inputText: "Demo User"
- pressKey: "back"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step6_account_name"

- pressKey: "back"
- pressKey: "back"
- pressKey: "back"
- pressKey: "back"

- tapOn:
    id: "com.fsck.k9.debug:id/pop"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step3_pop3_incoming_server"
+0 −121
Original line number Diff line number Diff line
appId: com.fsck.k9.debug
---
- launchApp:
    clearState: true

- tapOn:
    id: "com.fsck.k9.debug:id/next"

- tapOn:
    id: "com.fsck.k9.debug:id/account_email"
- inputText: "fun@k9mail.example"
- tapOn:
    id: "com.fsck.k9.debug:id/next"

- tapOn:
    id: "com.fsck.k9.debug:id/account_description"
- inputText: "Personal"
- tapOn:
    id: "com.fsck.k9.debug:id/account_name"
- inputText: "Demo User"
- tapOn:
    id: "com.fsck.k9.debug:id/done"

- tapOn:
    id: "com.android.permissioncontroller:id/permission_allow_button"

- tapOn: "Navigate up"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/drawer_one_account"

- tapOn: "Settings"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/settings_one_account"

- tapOn: "Add account"

- tapOn:
    id: "com.fsck.k9.debug:id/account_email"
- inputText: "serious@k9mail.example"
- tapOn:
    id: "com.fsck.k9.debug:id/next"

- tapOn:
    id: "com.fsck.k9.debug:id/account_description"
- inputText: "Work"
- tapOn:
    id: "com.fsck.k9.debug:id/done"

- tapOn: "Navigate up"
- tapOn: "Manage folders"

- tapOn: "Inbox"
- tapOn: "Unify"
- back

- tapOn: "Turing Awards"
- tapOn: "Unify"
- back
- back

- tapOn: "Navigate up"
- tapOn: "Turing Awards"
- swipe:
    direction: DOWN

- back

- tapOn:
    id: "com.fsck.k9.debug:id/contact_picture"
    index: 0
- tapOn:
    id: "com.fsck.k9.debug:id/subject"
    index: 1
- tapOn:
    id: "com.fsck.k9.debug:id/subject"
    index: 2
- tapOn:
    id: "com.fsck.k9.debug:id/subject"
    index: 3
- tapOn:
    id: "com.fsck.k9.debug:id/delete"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/unified_inbox"

- tapOn: "Navigate up"
- tapOn:
    id: "com.fsck.k9.debug:id/material_drawer_account_header_text_switcher"
- tapOn: "Personal"
- back

- tapOn: "Navigate up"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/drawer_two_accounts"

- tapOn:
    id: "com.fsck.k9.debug:id/material_drawer_account_header_text_switcher"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/drawer_account_list"

- tapOn:
    id: "com.fsck.k9.debug:id/material_drawer_account_header_text_switcher"

- tapOn: "Settings"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/settings_two_accounts"

- tapOn: "Work"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_settings"

- tapOn: "More options"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_settings_menu_expanded"
+0 −84
Original line number Diff line number Diff line
appId: com.fsck.k9.debug
---
- launchApp:
    clearState: true

- tapOn:
    id: "com.fsck.k9.debug:id/next"

- tapOn:
    id: "com.fsck.k9.debug:id/account_email"
- inputText: "fun@k9mail.example"
- tapOn:
    id: "com.fsck.k9.debug:id/next"

- tapOn:
    id: "com.fsck.k9.debug:id/account_description"
- inputText: "Personal"
- tapOn:
    id: "com.fsck.k9.debug:id/account_name"
- inputText: "Demo User"
- tapOn:
    id: "com.fsck.k9.debug:id/done"

- tapOn:
    id: "com.android.permissioncontroller:id/permission_allow_button"

- tapOn: "Navigate up"
- tapOn: "Settings"
- tapOn: "Add account"

- tapOn:
    id: "com.fsck.k9.debug:id/account_email"
- inputText: "serious@k9mail.example"
- tapOn:
    id: "com.fsck.k9.debug:id/next"

- tapOn:
    id: "com.fsck.k9.debug:id/account_description"
- inputText: "Work"
- tapOn:
    id: "com.fsck.k9.debug:id/done"

- tapOn: "Navigate up"
- tapOn: "Turing Awards"
- swipe:
    direction: DOWN


- tapOn: "More options"
- tapOn:
    id: "com.fsck.k9.debug:id/title"
    index: 1
- tapOn:
    id: "android:id/button1"
- tapOn:
    id: "com.fsck.k9.debug:id/contact_picture"
    index: 0
- tapOn:
    id: "com.fsck.k9.debug:id/subject"
    index: 1
- tapOn: "Mark unread"

- tapOn:
    id: "com.fsck.k9.debug:id/subject"
    index: 2

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/message_list_multi_select"

- back

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/reading_folder_view"

- scrollUntilVisible:
    element:
      id: "com.fsck.k9.debug:id/subject"
      text: "The Humble Programmer"
    direction: DOWN
    timeout: 5000
- tapOn: "The Humble Programmer"

- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/reading_email_view"
Loading