Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

BottomSheet callbacks warning in logcat #2034 #2035

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

BottomSheet callbacks warning in logcat #2034 #2035

wants to merge 24 commits into from

Commits on Feb 18, 2020

  1. Update DATETIME.md (#1950)

    Updating documentation to show that you can also set the maxDate parameter.
    Mauker1 committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    181ab1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5d64f View commit details
    Browse the repository at this point in the history
  3. Release 3.3.0

    afollestad committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    02529dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c10f3e2 View commit details
    Browse the repository at this point in the history
  5. Expose maxDateTime for DateTimePicker (#1952)

    Resolves #1922 and #1841
    utkukutlu committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    11e4dfc View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Delete .travis.yml

    afollestad committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    9c20855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6058f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Update android.yml

    afollestad committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    fe84774 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Set hint on TextInputLayout (#1962)

    Set hint on TextInputLayout instead of EditText so that it animates properly when you start typing.
    
    From documentation:
    * The hint should be set on the TextInputLayout, rather than the EditText. If a hint is specified
     * on the child EditText in XML, the TextInputLayout might still work correctly; TextInputLayout
     * will use the EditText's hint as its floating label. However, future calls to modify the hint will
     * not update TextInputLayout's hint.
    mwajeeh committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    be74a35 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Resolves #1961, allow choice list control color to be changed program…

    …atically (#1972)
    
    * Change RadioButton's colors programmatically
    
    * Update sample to demonstrate changing RadioButton's colors programmatically
    shynline committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    73e8474 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Update INPUT.md (#1982)

    Updated version
    Mauker1 committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    66582d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Resolve #2011 (#2015)

    anggrayudi committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    c66e58e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Update Feature_request.md

    afollestad committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    818f209 View commit details
    Browse the repository at this point in the history
  2. Update Bug_report.md

    afollestad committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    399c293 View commit details
    Browse the repository at this point in the history
  3. Delete FUNDING.yml

    afollestad committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    633d835 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    afollestad committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    82298ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cc7db0 View commit details
    Browse the repository at this point in the history
  6. Update BOTTOMSHEETS.md

    afollestad committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    79b2ee4 View commit details
    Browse the repository at this point in the history
  7. Update COLOR.md

    afollestad committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    72c1845 View commit details
    Browse the repository at this point in the history
  8. Update CORE.md

    afollestad committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    eeea783 View commit details
    Browse the repository at this point in the history
  9. Update DATETIME.md

    afollestad committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    2ab205f View commit details
    Browse the repository at this point in the history
  10. Update FILES.md

    afollestad committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    e396bdc View commit details
    Browse the repository at this point in the history
  11. Update INPUT.md

    afollestad committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    165eb41 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Attempt to fix issue #2034

    W/BottomSheetBehavior: BottomSheetBehavior now supports multiple callbacks. `setBottomSheetCallback()` removes all existing callbacks, including ones set internally by library authors, which may result in unintended behavior. This may change in the future. Please use `addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your own callbacks.
    cappee committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    0a2e060 View commit details
    Browse the repository at this point in the history