Commit History

作者 SHA1 備註 提交日期
  Aidan Follestad b1cd79af4a Merge pull request #590 from DaGenix/color-state-lists 9 年之前
  Aidan Follestad 7953d49f64 Fixed https://github.com/afollestad/material-dialogs/issues/591 9 年之前
  Palmer Cox f65c52c5f0 Add support for using ColorStateLists to specify button colors 10 年之前
  Aidan Follestad d297287290 Added progressIndeterminateStyle(boolean) to the Builder to allow horizontal indeterminate progress dialogs. Resolves #577. 10 年之前
  Aidan Follestad 33654251ac Added progressNumberFormat() and progressPercentFormat() to the Builder, along with methods in MaterialDialog for after construction. Resolves https://github.com/afollestad/material-dialogs/issues/578 10 年之前
  Aidan Follestad 375e0dfad4 Using color settings in the Builder will override global theme attributes for just that dialog. Resolves #566. 10 年之前
  Aidan Follestad b7a2cc4d6a 0.7.5.5 10 年之前
  Aidan Follestad 51ef513e56 0.7.5.4 10 年之前
  Aidan Follestad c5e79ec6d2 Fixed coloring of check boxes and radio boxes when a dialog theme is specified that doesn't match the Activity theme (light/dark). 10 年之前
  Aidan Follestad 8191c7391b Resolved https://github.com/afollestad/material-dialogs/issues/554 10 年之前
  Aidan Follestad 405c39a4c2 A Material indeterminate progress indicator is used below API 21 (L), and above API 14 (ICS). Resolves #534. 10 年之前
  Aidan Follestad cb13f55191 dialog.findViewById() is now a proxy to dialog.getView().findViewById(). Removed extra top/bottom spacing when using a custom view dialog that has no title and/or action buttons. Resolves #543. 10 年之前
  Aidan Follestad a19663035a Undid message scrubbing as it causes too many issues. 10 年之前
  Aidan Follestad 99248e265b Fixed allowInputEmpty not disabling input dialogs when empty. Stopped working when max length feature was added. Resolves #525. 10 年之前
  Aidan Follestad 0f69dc329c Made single choice dialog more efficient, fixed last radio button not animating on Lollipop. Resolves #514. 10 年之前
  Aidan Follestad 5a30e76574 Framework leak prevention 10 年之前
  plusCubed 50196a95ed Fix rounded corners for custom background color 10 年之前
  Aidan Follestad bae5347c72 Input dialog won't trim trailing spaces when checking if max length is reached. 10 年之前
  Aidan Follestad 1b7235cd9a Fixed input dialog with max length not taking prefill into initial length. Fixes #487 again. 10 年之前
  Aidan Follestad cffd86ee07 Added global typeface theming support. TTF fonts will also no longer be enforced for typeface(String, String). Resolves https://github.com/afollestad/material-dialogs/issues/474. 10 年之前
  Aidan Follestad a0fc97834b Improvements to the input dialog, also added max length capability with an indicator and error color. Resolves https://github.com/afollestad/material-dialogs/issues/487. 10 年之前
  plusCubed 615f8be9fd Use AppCompat 22.1 elements; fix MDTintHelper EditText inactivated state 10 年之前
  Aidan Follestad 06f1af8c0f Release 0.7.2.4 10 年之前
  Aidan Follestad 95903a25c8 Using password inputType for input dialogs should now work correctly, resolves #461 10 年之前
  Aidan Follestad fcecb2ca37 Resolved #458, getText() is used instead of getString() 10 年之前
  Aidan Follestad 9fd0d665e5 All MDTintHelper methods have the same name, just different overloads. Also resolved #456, the library won't self destruct if font assets are taken out. 10 年之前
  Aidan Follestad 3023d1d0ed Input dialog places cursor at the end of prefilled text, resolves #454 10 年之前
  Aidan Follestad 4eb7beb604 Input dialog called even when input is empty, resolves #452 10 年之前
  Aidan Follestad 5a9f4fe510 Added inputType() Builder method for input dialogs, along with relevant info in the README and sample. 10 年之前
  Aidan Follestad c39b09e0ce Fixed issue with md_dark_theme not overriding the default Builder theme 10 年之前