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

Parent activity interface added + missing functions added #195

Merged
merged 11 commits into from Mar 21, 2017
Merged

Parent activity interface added + missing functions added #195

merged 11 commits into from Mar 21, 2017

Commits on Mar 16, 2017

  1. Copy the full SHA
    976ddf0 View commit details
    Browse the repository at this point in the history
  2. * added ISlideActivity

    * added ids to SimpleSlide
    MFlisar committed Mar 16, 2017
    Copy the full SHA
    89ce827 View commit details
    Browse the repository at this point in the history
  3. added view getters to SimpleSlideFragment

    removed I prefix from interface
    MFlisar committed Mar 16, 2017
    Copy the full SHA
    d43c93d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. simple flag to disable the finish check, can be used to avoid finishi…

    …ng the activity after rotation
    MFlisar committed Mar 20, 2017
    Copy the full SHA
    d8a9587 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Merge branch 'master' of https://github.com/HeinrichReimer/material-i…

    …ntro
    
    Removed conflicting changes, not necessary anymore anyways
    MFlisar committed Mar 21, 2017
    Copy the full SHA
    3c782d1 View commit details
    Browse the repository at this point in the history
  2. clean up

    MFlisar committed Mar 21, 2017
    Copy the full SHA
    843a27f View commit details
    Browse the repository at this point in the history
  3. renamed interface method

    MFlisar committed Mar 21, 2017
    Copy the full SHA
    4b01ddb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/HeinrichReimer/material-i…

    …ntro
    
    # Conflicts:
    #	library/src/main/res/layout-land/mi_fragment_simple_slide.xml
    #	library/src/main/res/layout/mi_fragment_simple_slide.xml
    MFlisar committed Mar 21, 2017
    Copy the full SHA
    bd9a9e2 View commit details
    Browse the repository at this point in the history
  5. changes due to comments done

    MFlisar committed Mar 21, 2017
    Copy the full SHA
    d743149 View commit details
    Browse the repository at this point in the history
  6. id changed from int to long

    MFlisar committed Mar 21, 2017
    Copy the full SHA
    96f4c64 View commit details
    Browse the repository at this point in the history
  7. removed the inner linear layout id and the public getter in SimpleSli…

    …de for it
    
    fixed the accidently wrong removed getItem and removed the duplicate goToItem instead
    MFlisar committed Mar 21, 2017
    Copy the full SHA
    c1ca8f6 View commit details
    Browse the repository at this point in the history