Comparing pranavskurup:master...zigkasg:master · pranavskurup/MaterialWidget · 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: pranavskurup/MaterialWidget
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zigkasg/MaterialWidget
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.
  • 16 commits
  • 56 files changed
  • 4 contributors

Commits on Oct 30, 2014

  1. Add RadioButton animation.

    Keith Ellis committed Oct 30, 2014
    Configuration menu
    Copy the full SHA
    825b1bf View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2014

  1. Add auto-resize TabBar on OrientationChange

    When adding ```android:configChanges="keyboardHidden|orientation|screenSize"``` on Activity declaration, the TabBar got too big or to small when changing orientation, small fix in code by adding the OnOrientationChange method (delay is required, but dirty solution - works for now)
    MDXDave committed Nov 1, 2014
    Configuration menu
    Copy the full SHA
    58cd2ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8cb451 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2014

  1. Support for ActionMode

    Finish ActionMode when sliding to another Page, simply call ```tabIndicator.setActionMode(mActionMode);``` in ```onCreateActionMode```
    MDXDave committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    265b54b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. Update PaperButton.java

    setText now supported
    MDXDave committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    02a626f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. Merge pull request #1 from MDXDave/master

    Add auto-resize TabBar on OrientationChange
    StrayCat committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    df5d619 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. Fix TabIndicator animation.

    Keith Ellis committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    aad375d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:keithellis/MaterialWidget

    # By Dave
    # Via Dave (1) and StrayCat (1)
    * 'master' of github.com:keithellis/MaterialWidget:
      Update PaperButton.java
      Support for ActionMode
      Bugfix: check if pager is not null
      Add auto-resize TabBar on OrientationChange
    Keith Ellis committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    60b7652 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. Implement CircularProgress.

    Keith Ellis committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    40a187d View commit details
    Browse the repository at this point in the history
  2. Implement FloatingEditText.

    Keith Ellis committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    5672456 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Fix FloatingEditText border line position.

    Keith Ellis committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    2160117 View commit details
    Browse the repository at this point in the history
  2. Test Travis CI.

    Keith Ellis committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    79c794a View commit details
    Browse the repository at this point in the history
  3. Test Travis CI.

    Keith Ellis committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    83670a4 View commit details
    Browse the repository at this point in the history
  4. Test Travis CI.

    Keith Ellis committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    cca2b0c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2014

  1. Update README.md

    Keith Ellis committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    bb733c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

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