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

3.1.0 #187

Merged
merged 17 commits into from
Dec 26, 2018
Merged

3.1.0 #187

merged 17 commits into from
Dec 26, 2018

Commits on Nov 2, 2018

  1. cleared tab stack from different tab

    Nitin Dasari committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    e682efb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Fixed popping animations

    When implementing 3.0 I've made the mistake of using the built in pop
    animation support for fragment transactions but our pops are not really
    pops as fragment manager usually interpret it. Hence I've reverted the
    change.
    
    * Introduced androidX and fixed issues
    * Updated library dependencies
    * Fixed failing test case
    * Migrated to Spek 2
    * Fixed popping animations
    * Fixed Animation weirdness with eager initialization
    
    [176]
    mateherber committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    20561b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5cc72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8743b28 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Merge pull request #178 from mateherber/feature/fix_animation

    Fixed popping animations
    ncapdevi authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    9f20837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    315e27d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    954dfad View commit details
    Browse the repository at this point in the history
  4. Delete misc.xml

    No longer tracking .idea folder
    ncapdevi authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    76fef85 View commit details
    Browse the repository at this point in the history
  5. Delete modules.xml

    No longer tracking .idea folder
    ncapdevi authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    c02ba8e View commit details
    Browse the repository at this point in the history
  6. Delete vcs.xml

    No longer tracking .idea folder
    ncapdevi authored Dec 21, 2018
    Configuration menu
    Copy the full SHA
    be3861c View commit details
    Browse the repository at this point in the history
  7. Merge branch '3.1.0' into pr/173

    # Conflicts:
    #	build.gradle
    #	frag-nav/build.gradle
    #	frag-nav/src/main/java/com/ncapdevi/fragnav/FragNavController.kt
    ncapdevi committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    61bdacd View commit details
    Browse the repository at this point in the history
  8. - add missing new params

    ncapdevi committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    d3913d6 View commit details
    Browse the repository at this point in the history
  9. - add missing libraries

    ncapdevi committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    0b4ab8e View commit details
    Browse the repository at this point in the history
  10. - Keep the code D.R.Y and use ClearStack as an overload method instea…

    …d of a different name
    ncapdevi committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    03e3068 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. Merge pull request #173 from shreknitin89/tab_stack_clear

    cleared tab stack from different tab
    ncapdevi authored Dec 26, 2018
    Configuration menu
    Copy the full SHA
    efc5369 View commit details
    Browse the repository at this point in the history
  2. - version 3.1.0

    ncapdevi committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    1728648 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7d2bd1 View commit details
    Browse the repository at this point in the history