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

Fixed the Bottom Nav Sliding Direction Issue #2924

Closed
wants to merge 5 commits into from
Closed

Fixed the Bottom Nav Sliding Direction Issue #2924

wants to merge 5 commits into from

Commits on Nov 17, 2019

  1. Fixed Image Delete Issue , TrashBin Issue and More

    Clicking on Delete Icon on the Toolbar now deletes all the images.
    Fixed issue when images of same name are added by changing the PrimaryKey from binPath to an auto_increment id.
    Fixed an issue in which files are not deleted from ".nomedia" directory.
    Also Updated some external library versions.
    satyajiit committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    73b6212 View commit details
    Browse the repository at this point in the history
  2. Fixed Image Delete Issue , TrashBin Issue and More

    Clicking on Delete Icon on the Toolbar now deletes all the images.
    Fixed issue when images of same name are added by changing the PrimaryKey from binPath to an auto_increment id.
    Fixed an issue in which files are not deleted from ".nomedia" directory.
    Also Updated some external library versions.
    satyajiit committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    85c9373 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Fixed the Sliding Directions

    Added a global variable to MyApplication Class.
    And applied tranisition based on logic/condtions to each of the three activity.
    NavItem starts from zero to two.
    Since we have three NavItems.
    satyajiit committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    03a8b0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faead4f View commit details
    Browse the repository at this point in the history
  3. Update build.gradle

    satyajiit authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    047a050 View commit details
    Browse the repository at this point in the history