Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AndroidCollection/tooltip-view
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: venmo/tooltip-view
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 9 files changed
  • 6 contributors

Commits on Sep 9, 2015

  1. Edit readme

    Eileen Yau
    Eileen Yau committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    8534bfe View commit details
    Browse the repository at this point in the history
  2. Add new tooltip feature, offset and arrow alignment.

    Eileen Yau
    Eileen Yau committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    d078480 View commit details
    Browse the repository at this point in the history
  3. Renamed offset to alignmentOffset.

    Add method to use res to set alignmentOffset and arrowAlignment.
    Eileen Yau
    Eileen Yau committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    9ed95ea View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2015

  1. Configuration menu
    Copy the full SHA
    bf8a6a3 View commit details
    Browse the repository at this point in the history
  2. Add value to ArrowAlignment.

    Remove adding offset when ArrowAlignment=CENTER.
    Rename attr/enum left->start & right-> end.
    EllySmore committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    d6f4be3 View commit details
    Browse the repository at this point in the history
  3. Renamed CUSTOM to ANCHORED_VIEW

    DRY - Create helper class to calculate arrow midpoint.
    Throw exception if ArrowAlignment is Center and if offset is given.
    EllySmore committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    7aa20ad View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. Declare ArrowAlignmentHelper class final.

    Eileen Yau
    Eileen Yau committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    9137911 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2015

  1. Merge pull request venmo#9 from EllySmore/ey/add_offset_to_arrow

    Add optional features: AlignmentOffset and ArrowAlignment
    EllySmore committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    2f192ef View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.1.2

    Eileen Yau
    Eileen Yau committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    c2ed01a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a99d496 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Update README.md

    "arrowLocation" attribute is missing, for me it was useful, I guess it will be for others as well, cheers.
    itaispector authored and ronshapiro committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    92386cd View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Configuration menu
    Copy the full SHA
    46922a9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Merge pull request venmo#12 from jimgswang/master

    update README for arrowAlignmentOffset and arrowAlignment properties
    lernerb authored May 18, 2018
    Configuration menu
    Copy the full SHA
    160beab View commit details
    Browse the repository at this point in the history
Loading