提交历史

作者 SHA1 备注 提交日期
  Aidan Follestad 92c4862cfd Added inputMaxLength(int) that uses default error color. 10 年之前
  plusCubed d8a94769b6 Match max length indicator to guidelines, use the red color specified in guidelines if user passes in 0 10 年之前
  Aidan Follestad 1b7235cd9a Fixed input dialog with max length not taking prefill into initial length. Fixes #487 again. 10 年之前
  Aidan Follestad 66bf6645cf 0.7.3.0 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 年之前
  Aidan Follestad c319098bf6 Added checks so that users know customView() can't be used in combination with other dialog types. 10 年之前
  Aidan Follestad 1795e45998 Switched when selection is set to input dialog 10 年之前
  Aidan Follestad 2aecf21f97 Fixed https://github.com/afollestad/material-dialogs/issues/482 10 年之前
  Aidan Follestad 06f1af8c0f Release 0.7.2.4 10 年之前
  Aidan Follestad fcecb2ca37 Resolved #458, getText() is used instead of getString() 10 年之前
  Aidan Follestad 192ad6a6ad 0.7.2.2 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 3903c897e3 Added MaterialSimpleListAdapter and MaterialSimpleListItem which can be passed as a custom adapter. Changed around some spacing for design guidelines. There will probably be a few more changes here. 10 年之前
  Aidan Follestad 7e06ff42c1 Input callback only invoked if input isn't empty 10 年之前
  Aidan Follestad 195e3f9d38 Added alwaysCallInputCallback() to receive the input callback everytime the input field text changes. getDialog() in the preference classes will no longer return null. Fixes #427, resolves #426. 10 年之前
  plusCubed e694d4096f Fix input dialog tinting and text handler color 10 年之前
  plusCubed a9ba7525cd Material background on all Android versions, MD widgets deleted and methods moved into MDTintHelper; 10 年之前
  Aidan Follestad 4e64d810ec Removed unused variable, fixed light theme on Gingerbread for #410 10 年之前
  Aidan Follestad 99571a5f74 Internal cancel and dismiss listeners no longer needed for input dialog. Avoids crashes in support DialogFragments too. 10 年之前
  Aidan Follestad 048308fced More internal dialog theming fixes, removed unused method. 10 年之前
  Aidan Follestad 758648472c Input dialogs no longer override onShow, onCancel, and onDismiss listeners. Also made the internal setter methods in DialogBase protected, and moved DialogBase to a private base package class. 10 年之前
  Aidan Follestad f2bb36d5b7 Fixed custom view inflate context 10 年之前
  Aidan Follestad 0f6dbba34a Switched uses of getContext() to custom getThemedContext() which returns themed wrapper 10 年之前
  Aidan Follestad c58b6a59e7 customView(View) will use themed context for inflation too 10 年之前
  Aidan Follestad e109a67d0a More theming fixes (hopefully) 10 年之前
  Aidan Follestad 33a4006041 Dialog custom view theme issues should be fixed? 10 年之前