Skip to content
This repository was archived by the owner on Sep 3, 2023. 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: afollestad/material-dialogs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: AndroidThirdProject/material-dialogs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 14 files changed
  • 7 contributors

Commits on Feb 18, 2020

  1. Update DATETIME.md (#1950)

    Updating documentation to show that you can also set the maxDate parameter.
    Mauker1 authored 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 authored 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 authored 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 authored 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 authored 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 authored 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 authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    66582d9 View commit details
    Browse the repository at this point in the history
Loading