X Tutup
Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.
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: Clans/FloatingActionButton
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: NetAllyCode/FloatingActionMenu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: andromeda-0.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 14 files changed
  • 2 contributors

Commits on Jul 5, 2017

  1. Changes to support FAM-with-overflow for Andromeda: add setMenuButton…

    …Id() method, listeners for open/close animations, make default animation duration public, and split menuToggleListener into 2 listeners, for both starting & stopping toggle animation. Also made animation delay per item automatically be a division of total animation time by number of menu items.
    narcher-ns committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    735656e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef5987d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

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

Commits on Jul 14, 2017

  1. Add a separate close button to FAM, initialized to alpha=0, i.e. full…

    …y transparent. As the menu opens, animate the transparency of the open button from opaque to transparent, and the transparency of the close button the other way. Keep the rotation animation for both open & close buttons.
    narcher-ns committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    8199252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2289a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Add test FAM to emulate appearance & settings of Andromeda FAM. This …

    …made it possible to reproduce a button spacing problem. That problem was fixed by correcting the mButtonsCount variable, offset by 1 to account for the new close button. Also updated targetSdkVersion to 23 to better match Andromeda project where we're using this.
    narcher-ns committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    3b3e4b2 View commit details
    Browse the repository at this point in the history
  2. Add getter for open button ImageView, so we can close it when transit…

    …ioning between primary & overflow FAMs
    narcher-ns committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    e714544 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Configuration menu
    Copy the full SHA
    649c574 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from NetscoutEnterprise/label_click_bug

    Call Fab click listener from label up-action.
    narcher-ns authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    94234c7 View commit details
    Browse the repository at this point in the history
  3. Call FAB's onClick() method rather than calling click listener direct…

    …ly- causes the View argument to be the FAB, which maintains the right ID for the FAM to handle it correctly.
    narcher-ns committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    a54658f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from NetscoutEnterprise/label_click_bug

    Call FAB's onClick() method rather than calling click listener direct…
    narcher-ns authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    0ea00a7 View commit details
    Browse the repository at this point in the history
  5. Reverted previous changes to Label click/touch event handling. Instea…

    …d, just set the label's ID to that of the associated button.
    narcher-ns committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    daf1af4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from NetscoutEnterprise/label_click_bug

    Reverted previous changes to Label click/touch event handling.  Inste…
    narcher-ns authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    b246ec8 View commit details
    Browse the repository at this point in the history
Loading
X Tutup