Comparing alamkanak:master...NGWeb:master · alamkanak/Android-Week-View · GitHub
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: alamkanak/Android-Week-View
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: NGWeb/Android-Week-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.
  • 20 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 25, 2014

  1. Configuration menu
    Copy the full SHA
    3e80b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f2beed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5a0566 View commit details
    Browse the repository at this point in the history
  4. Support for optional min and max dates (so you can disable the infini…

    …te horizontal scrolling in one or both directions).
    
    Centralize the logic for calculating scroll limits.
    glennschmidt committed Oct 25, 2014
    Configuration menu
    Copy the full SHA
    83c46e3 View commit details
    Browse the repository at this point in the history
  5. Adjust 'snap to page' logic so that you can fling all the way to the …

    …min or max date (previously it would always stop one day away from the limit)
    glennschmidt committed Oct 25, 2014
    Configuration menu
    Copy the full SHA
    6b0ba41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52c6d99 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2014

  1. TimeBlockClickListener for creating new events by detecting where the…

    … click selection was made on the screen.
    SteveHanna committed Oct 26, 2014
    Configuration menu
    Copy the full SHA
    f798143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e74755 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0d5e97 View commit details
    Browse the repository at this point in the history
  4. Added method goToDayOffset() which is similar to goToDate() but lets …

    …you select a day by its offset from the home day.
    
    Enforce scroll limits when programatically changing days.
    You can now programmatically change days even before the calendar is first drawn.
    Add public methods for getting/setting the vertical scroll offset.
    Add public methods for finding the first visible day.
    glennschmidt committed Oct 26, 2014
    Configuration menu
    Copy the full SHA
    4eba51b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2014

  1. Configuration menu
    Copy the full SHA
    8c3c252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b30e81 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2014

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

Commits on Oct 31, 2014

  1. Add ability to get the scroll offset for a given time.

    Relax setVerticalScrollOffset() so that it will trim the values if they exceed the limits, rather than not scrolling at all.
    glennschmidt committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    cc1f643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bb253e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/alamkanak/Android-Week-View

    Conflicts:
    	library/src/main/java/com/alamkanak/weekview/WeekView.java
    SteveHanna committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    f945901 View commit details
    Browse the repository at this point in the history
  4. refactored some code

    SteveHanna committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    fd6d831 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2014

  1. Configuration menu
    Copy the full SHA
    3afcc5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbc4682 View commit details
    Browse the repository at this point in the history
  3. Day naming fix.

    Breate committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    514fe41 View commit details
    Browse the repository at this point in the history
Loading