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

Adds support for Branch.io #91

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open

Adds support for Branch.io #91

wants to merge 52 commits into from

Commits on Apr 3, 2014

  1. Configuration menu
    Copy the full SHA
    0109a9f View commit details
    Browse the repository at this point in the history
  2. Update demo.

    jaredsinclair committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    52b85e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2014

  1. Tweak demo.

    jaredsinclair committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    87593a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. Set Version 1.0.0

    Scott Hasbrouck committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    5681b59 View commit details
    Browse the repository at this point in the history
  2. Adds Branch dependency in podspec

    Scott Hasbrouck committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    ba0881d View commit details
    Browse the repository at this point in the history
  3. Adds Branch SDK Submodule

    Scott Hasbrouck committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    7b5953a View commit details
    Browse the repository at this point in the history
  4. Adds Branch iOS SDK to Workspace

    Closes #1
    Scott Hasbrouck committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    004671c View commit details
    Browse the repository at this point in the history
  5. Adds Branch API Key in plist

    closes #2
    Scott Hasbrouck committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    0cdab37 View commit details
    Browse the repository at this point in the history
  6. Calls initSession in app delegate

    Scott Hasbrouck committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    658e5d6 View commit details
    Browse the repository at this point in the history
  7. Add link to branch read

    Scott Hasbrouck committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    0cc6e8c View commit details
    Browse the repository at this point in the history
  8. Update README.md for Branch info

    Scott Hasbrouck committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    c172517 View commit details
    Browse the repository at this point in the history
  9. Conditional initiation of Branch SDK

    Scott Hasbrouck committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    41cea98 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2015

  1. Initial logic for URL processing

    Conditional detection of url attribute based on type of content.
    Detection of multiple URLs in a string for something like a tweet or
    blog post.
    Scott Hasbrouck committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    1c4c5cb View commit details
    Browse the repository at this point in the history
  2. Make sure Branch link routing always runs

    Scott Hasbrouck committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    62267d8 View commit details
    Browse the repository at this point in the history
  3. No need to check for key, getInstance does this

    Scott Hasbrouck committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    f46e8fb View commit details
    Browse the repository at this point in the history
  4. Returns branch URLs with defaults

    Pointer to self in block callback needs work
    Scott Hasbrouck committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    a2d1573 View commit details
    Browse the repository at this point in the history
  5. Remove junk method in OSKShareableContentItem

    Scott Hasbrouck committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    1f1aa56 View commit details
    Browse the repository at this point in the history
  6. Default branch links functional

    Functional for Facebook, Browser, Read later, and Bookmark
    Scott Hasbrouck committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    bc7bcfc View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2015

  1. Refactors default branch links to fix callback bug

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    524dc94 View commit details
    Browse the repository at this point in the history
  2. Sets up updating URLs within twitter, etc strings

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    11312cb View commit details
    Browse the repository at this point in the history
  3. URLs in microblog and text form work

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    12a2141 View commit details
    Browse the repository at this point in the history
  4. Stubs out processing strings for URLs

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    1796df4 View commit details
    Browse the repository at this point in the history
  5. Fixes reference to block self in callback block

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    444861a View commit details
    Browse the repository at this point in the history
  6. Stubs out Channel array

    Closes #3
    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    1182bb3 View commit details
    Browse the repository at this point in the history
  7. Comments out iOS and android URLs

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    b0e4ce9 View commit details
    Browse the repository at this point in the history
  8. Fixes email subject line

    Changes email subject line in contentFromMicroblogPost from "Clipper Ships Sail On the Ocean" to "Link from %@", appName
    scotthasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    5858214 View commit details
    Browse the repository at this point in the history
  9. Adds comments for OG tags

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    eb7dc25 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'patch-1' of github.com:scotthasbrouck/overshare-kit int…

    …o Branch-Integration
    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    e93a46b View commit details
    Browse the repository at this point in the history
  11. Adds Branch tracking tags extension to OSK

    Closes #5
    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    5ab2f6b View commit details
    Browse the repository at this point in the history
  12. Adds Branch params argument to OSK

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    f5144cc View commit details
    Browse the repository at this point in the history
  13. Remove campaign argument

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    7498c6e View commit details
    Browse the repository at this point in the history
  14. Extends OSK for just deep links

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    b5ea3c0 View commit details
    Browse the repository at this point in the history
  15. Extends OSK content with Branch Stage

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    8cea158 View commit details
    Browse the repository at this point in the history
  16. Adds examples of Branch stage implementation

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    a387b16 View commit details
    Browse the repository at this point in the history
  17. Extends OSK for Branch Feature argument

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    daa6b8c View commit details
    Browse the repository at this point in the history
  18. Adds commenting and final example OSK content

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    5d2e794 View commit details
    Browse the repository at this point in the history
  19. Moves Branch methods to end

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    8862470 View commit details
    Browse the repository at this point in the history
  20. Adds OSK Content URL Methods

    Scott Hasbrouck committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    13834e6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    888ffe7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2015

  1. Configuration menu
    Copy the full SHA
    11e04aa View commit details
    Browse the repository at this point in the history
  2. Completes comments and code cleanup

    Scott Hasbrouck committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    4112970 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'demo' of https://github.com/overshare/overshare-kit int…

    …o Branch-Integration
    Scott Hasbrouck committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    75d9fb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a3ba31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2592c7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20b8107 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    694fd2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3c5347 View commit details
    Browse the repository at this point in the history
  9. Implements userCompletedAction

    Scott Hasbrouck committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    e357857 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'Branch-Integration' of https://github.com/BranchMetrics…

    …/overshare-deeplinking-kit into Branch-Integration
    Scott Hasbrouck committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    956ad5a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0d6baa View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Updates all submodules

    Scott Hasbrouck committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    c0e041f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. Updating Podspec for fork

    Graham Mueller committed May 8, 2015
    Configuration menu
    Copy the full SHA
    f2eaee7 View commit details
    Browse the repository at this point in the history