DEV Community

Cover image for dev.to Repo Recap from the Past Week
Andy Zhao (he/him) for The DEV Team

Posted on

dev.to Repo Recap from the Past Week

And we're back again with another recap! We'll be covering November 12th to November 19th. Lots of changes from the past week.

Features

Bug Fixes / Other Contributions

New Issues/Discussions

In the iOS repo, we have three new issues:

  1. We'd like to add universal link functionality to the app. To quote Ben, "If I click a dev.to/ben link on the web, I'll be brought to the app, but it will just show the page I had open."

    Add universal link functionality #99

    We already have the universal link mapping on the web app, so the phone knows to open the iOS app.

    But currently we are not supporting the functionality where the actual page is opened.

    If I click a dev.to/ben link on the web, I'll be brought to the app, but it will just show the page I had open.

    I imagine that this can be handled similarly to how we're handling opening notifications on the appropriate link. It should be fairly easy to open a specific web page given that our app is only a single wkwebview.

  2. Two bugs were reported by email. This first one involves clicking mailto links, which crashes the app.

  3. The second bug involves unintended behavior and switching out of the app. More details in the issue.

    Switching out of the app, using the Camera app and switching back crashes DEV app #96

    Describe the bug This is reported by someone via email; details are as-is.

    I was writing reply a thread. I press home button and I opened the camera app then I took a photo. After returning back to the app, all I've written in uitextfield was gone. In fact app restarted itself. But If I go home screen from the app without doing anyting there, then returning back to the app, there is no problem.

    To Reproduce Steps to reproduce the behavior:

    1. Open the DEV app
    2. Go to an article
    3. Type a comment in the comment text field
    4. Go to the home screen
    5. Open the camera app
    6. Take a photo
    7. Switch back to DEV app
    8. Text field is erased and DEV app restarts

    Expected behavior Ensure that leaving text in the comment field and doing the following will not wipe the text field nor restart the app:

    • navigating to the home screen and back
    • navigating to the home screen, opening the camera app (or any other app) and back
    • navigating to the home screen, doing something in a different app (take a photo, send a text, etc) and back

    Smartphone (please complete the following information):

    • Device: iPhone 8
    • OS: 11.4.1

  4. From the main repo, we have several new issues:

Top comments (3)

Collapse
 
andy profile image
Andy Zhao (he/him)
Collapse
 
ben profile image
Ben Halpern The DEV Team

Woohoo, great work!

Collapse
 
rhymes profile image
rhymes

Thanks for the thorough recap!