Awful / Awful.app

Something Awful Forums browser for iOS
https://forums.somethingawful.com/showthread.php?threadid=3837546&perpage=40&noseen=1
136 stars 45 forks source link

Save mp4 & Share Image without URL #1102

Closed dfsm closed 2 years ago

dfsm commented 2 years ago
  1. Removed one line from ImageViewController. Is this needed? removing it seems to solve the URL being sent along with images shared to an app via the Share Sheet. Doesn't seem to affect Copy URL or anything like that.

  2. Added an activityImage to CopyImageActivity.swift. This was in an earlier PR but was removed during review. Trying again 😋 (it just adds an icon to the Copy Image option)

  3. Added an option to Save Video in URLMenuPresenter.swift. This was originally written months ago, but I never submitted it for PR for reasons I cannot recall. Maybe it's not the ideal way to go about it. It does work tho and many changes have occurred since it was written, so submitting it in a fresh PR.