HubertZhang / IITC-Mobile

Ingress Intel Total Conversion Mobile for iOS
MIT License
24 stars 4 forks source link

use intel url found in global pasteboard #16

Closed ipavkovic closed 7 months ago

ipavkovic commented 8 months ago

on applicationDidBecomeActive event, check if there is an intel url in the global pasteboard. If so, ask the user to use it

HubertZhang commented 7 months ago

PR is merged through https://github.com/HubertZhang/IITC-Mobile/commit/5174daaf7af4b52292bc6bdba8c976e64ce9feb0

Detection is moved to applicationDidBecomeActive and duplicated url is ignored. Detected link is sent by a notification and MainViewController will handle it.