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: java02014/ShowcaseView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: amlcurran/ShowcaseView
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.
  • 15 commits
  • 6 files changed
  • 4 contributors

Commits on Nov 12, 2015

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

Commits on Mar 4, 2016

  1. Fix incorrect start position of showcase animation

    ShowcaseView#setShowcasePosition adjusts the given coordinates
    for the location of the ShowcaseView inside the window.
    When ObjectAnimator calls getShowcaseY to get the starting value
    for the animation, the already adjusted value was returned,
    thus basically incorrectly applying the adjustment twice when
    the ObjectAnimator sets that value at the start of the animation.
    
    As a fix, hide the fact that the fields showcaseX and showcaseY
    are adjusted by returning the un-adjusted values from their getters.
    robhor committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    be479c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Merge pull request amlcurran#377 from robhor/fix-showcase-animation

    Fix incorrect start position of showcase animation
    amlcurran committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    efc52cd View commit details
    Browse the repository at this point in the history
  2. Update to version

    amlcurran committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    cacb6d5 View commit details
    Browse the repository at this point in the history
  3. Update version number

    amlcurran committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    3b3013b View commit details
    Browse the repository at this point in the history
  4. Update to version 5.4.2

    amlcurran committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    5564ba6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Configuration menu
    Copy the full SHA
    3a9c664 View commit details
    Browse the repository at this point in the history
  2. Adds some API doc

    amlcurran committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    770f779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e262db2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request amlcurran#387 from amlcurran/fix-377

    Fix amlcurran#377, where changing the text wouldn't update the ShowcaseView
    amlcurran committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    f711b5d View commit details
    Browse the repository at this point in the history
  5. Update to version 5.4.3

    amlcurran committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    00192b1 View commit details
    Browse the repository at this point in the history
  6. Increments version code

    amlcurran committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    27759be View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. Merge pull request amlcurran#321 from bryant1410/patch-1

    Turn setFadeDurations public
    amlcurran committed May 30, 2016
    Configuration menu
    Copy the full SHA
    87cfcb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

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

Commits on Feb 16, 2017

  1. Merge pull request amlcurran#427 from BasThomas/patch-1

    Add syntax highlighting to readme
    amlcurran authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    c8db06f View commit details
    Browse the repository at this point in the history
Loading