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

Version 2, alpha 1 #1572

Merged
merged 1 commit into from Aug 15, 2018
Merged

Version 2, alpha 1 #1572

merged 1 commit into from Aug 15, 2018

Conversation

afollestad
Copy link
Owner

  1. This library will be more opinionated. Not every feature request will be implemented.
  2. Completely rebuilt everything. There is no longer any Java code in the project, just Kotlin.
  3. There is no longer a separate Builder class, it's all-in-one.
  4. All main classes exist in the core module, the extension modules take advantage of Kotlin
    extensions to append functionality to it (such as input dialogs, color dialogs, etc.). This way,
    you can include only what your app needs.
  5. The use of the neutral button is deprecated to discourage use, see the
    newer Material guidelines.
  6. There is no longer a progress dialog included in library, since they are discouraged by Google,
    and discouraged by me. You should prefer a non-blocking inline progress indicator.
  7. No dynamic color support, your dialogs will match your app theme. I will be making sure
    Aesthetic works correctly with this library if you really
    need dynamic theming.
  8. Probably other things.

@afollestad afollestad merged commit b01216c into master Aug 15, 2018
@afollestad afollestad deleted the af/2.0 branch August 15, 2018 23:11
afollestad added a commit that referenced this pull request Aug 16, 2018
afollestad added a commit that referenced this pull request Aug 16, 2018
afollestad added a commit that referenced this pull request Aug 16, 2018
afollestad added a commit that referenced this pull request Aug 16, 2018
afollestad added a commit that referenced this pull request Aug 16, 2018
bqv added a commit to bqv/slide that referenced this pull request Jul 7, 2023
moved to latest versions of some libs to drop jetifier
meant migrating a lot of stuff to kotlin
and dropping progress bars in materialdialogs afollestad/material-dialogs#1572
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant