Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to latest versions #102

Merged
merged 29 commits into from May 17, 2021
Merged

Upgrade to latest versions #102

merged 29 commits into from May 17, 2021

Conversation

wswebcreation
Copy link
Member

@wswebcreation wswebcreation commented May 3, 2021

NOTE: This PR can only be merged when the Appium Boilerplate has been updated.

This PR will:

  • update the app to the latest RN version

  • update all dependencies

  • Use TypeScript

  • Add GitHub Actions for Android and iOS

  • Adds Dark Mode to the app, see this tweet

  • Deeplinking:

    • Android: run adb shell am start -W -a android.intent.action.VIEW -d "wdio://swipe" com.wdiodemoapp from the command line, it will open the app in the swipe tab
    • iOS: run xcrun simctl openurl booted wdio://swipe from the command line, it will open the app in the swipe tab
  • Biometric support: This is a simple implementation, just to demo/test the usage, see this tweet

  • Horizontal swiping: The swiping screen now also has a horizontal swipe option

  • Drag and drop: A puzzle has been created to learn how to drag and drop, see this tweet

webdriverio

@wswebcreation wswebcreation changed the title feat: initial upgrade for Android Upgrade to latest versions May 10, 2021
@wswebcreation wswebcreation marked this pull request as ready for review May 10, 2021 06:03
@christian-bromann
Copy link
Member

Fantastic work!

@wswebcreation wswebcreation added enhancement New feature or request and removed WIP labels May 10, 2021
- add drag screen for deep links
- update some internal docs
- make the dropdown accessible for reading the text
- fix type in Swipe
- add proper background color for drag
- fix login form issus
@wswebcreation wswebcreation merged commit 38c7427 into main May 17, 2021
@wswebcreation wswebcreation deleted the feat/upgrade-app branch May 17, 2021 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants