Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added LeafValueEditor interface to MaterialTimePicker #234

Open
wants to merge 270 commits into
base: release_2.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
270 commits
Select commit Hold shift + click to select a range
56e05fb
Added MaterialComboBox#getIndexByString
BenDol Aug 2, 2018
ed252b7
ComboBox support for getIndexByString
kevzlou7979 Aug 7, 2018
204932b
Merge branch 'release_2.1.1' of https://github.com/GwtMaterialDesign/…
kevzlou7979 Aug 7, 2018
845d0ea
Maintaining the Element position when scrolling using Stub Logic.
kevzlou7979 Aug 8, 2018
bcceeed
Fixed MaterialEmptyState iconSize #362
kevzlou7979 Aug 16, 2018
b60a6f3
Style fixes and copyright headers.
kevzlou7979 Aug 30, 2018
33ae8c3
Fixed MaterialAutoComplete: 2 chips removed on backspace #356
kevzlou7979 Aug 30, 2018
c9a0e44
Preparation for 2.1.1 release
kevzlou7979 Aug 30, 2018
efedc01
Fixed typo
kevzlou7979 Aug 30, 2018
7b2676d
Merge pull request #364 from GwtMaterialDesign/release_2.1.1
kevzlou7979 Aug 30, 2018
9363432
Iteration to 2.2-SNAPSHOT
kevzlou7979 Sep 8, 2018
79994f3
POC on transition on Stepper
kevzlou7979 Sep 12, 2018
3ca28ca
Stepper - support for insertion of step
kevzlou7979 Sep 14, 2018
4c4839a
Enhancements on MaterialStepper
kevzlou7979 Sep 14, 2018
5265aa8
Fixed MaterialWindow has bug in setPaddingLeft() method. #366
kevzlou7979 Sep 17, 2018
78dfdfb
New Incubator widget : Content_Placeholder
kevzlou7979 Sep 18, 2018
df3cdcb
Recent updates on status display type.
kevzlou7979 Sep 18, 2018
0d810df
Vehicle Selection finalization
kevzlou7979 Sep 23, 2018
8805724
Bug changing divider color on MaterialSplitPanel #365
kevzlou7979 Sep 27, 2018
371eff0
Standardization - Field Display Type and Focus state
kevzlou7979 Sep 27, 2018
612fdc9
Recaptcha provided getResponse() method
kevzlou7979 Sep 28, 2018
f1ae25c
ComboBox support for required field
kevzlou7979 Sep 28, 2018
cb4b55e
ReCaptcha updates - added getResponse(), expiredCallback errorCallbac…
kevzlou7979 Sep 28, 2018
778a239
Wrap recaptcha reset function.
kevzlou7979 Sep 28, 2018
e7d9b5a
Additional style fixes on Status Display for MaterialComboBox.
kevzlou7979 Sep 30, 2018
6a3a5b2
Recent style updates
kevzlou7979 Oct 1, 2018
2f83abf
Fixed Travis Build
kevzlou7979 Oct 3, 2018
1d5fb25
MaterialStepper - equalStepWidth property
kevzlou7979 Oct 3, 2018
1b1343a
Follow up fixes for combobox#getIndexByString
kevzlou7979 Oct 3, 2018
a0d436f
Standardization for MaterialStepper - Transition support
kevzlou7979 Oct 3, 2018
c12390c
Stepper - cleanups
kevzlou7979 Oct 3, 2018
82b9e13
Fixed stepper width + support for truncation
kevzlou7979 Oct 3, 2018
103a172
Revert "Fixed stepper width + support for truncation"
kevzlou7979 Oct 3, 2018
40c98ce
Minify css
kevzlou7979 Oct 3, 2018
5f8c3b9
Add unselect to MaterialComboBox and reset when setValue processes a …
BenDol Oct 4, 2018
3c1f898
Missing copyright headers
kevzlou7979 Oct 6, 2018
dc1721d
Merge branch 'release_2.2' of https://github.com/GwtMaterialDesign/gw…
kevzlou7979 Oct 6, 2018
39ea6aa
Standardized Stepper.
kevzlou7979 Oct 10, 2018
c450ed8
Test Updates for Stepper component.
kevzlou7979 Oct 10, 2018
3bf162d
Added FontAwesome resources for custom icon support.
kevzlou7979 Oct 20, 2018
6d66a99
Separate FontAwesomeDebugResources.gwt and FontAwesomeResources.gwt
kevzlou7979 Oct 20, 2018
d95896f
Merge pull request #370 from GwtMaterialDesign/feature/incubator_font…
kevzlou7979 Oct 20, 2018
5e6afc8
Remove unselect for now
kevzlou7979 Oct 21, 2018
8460cc6
WIP - Async widgets
kevzlou7979 Nov 6, 2018
b724e21
Introduction to Async Widgets (WIP)
kevzlou7979 Nov 16, 2018
635eaf5
Recent updates on Image ALT Accessibility
kevzlou7979 Nov 18, 2018
39623cc
Merge pull request #377 from GwtMaterialDesign/feature/async_widgets_…
kevzlou7979 Nov 18, 2018
9810baa
Added setSingleValue(T value, boolean fireevents) on GroupToggleButto…
kevzlou7979 Nov 19, 2018
47a977b
Initial working POC for DateRange widget
kevzlou7979 Nov 29, 2018
bbcd84f
Initial working POC for DateRange Widget
kevzlou7979 Dec 3, 2018
3c394ea
More updates on Materialize theme + Mobile Support Date Range Widget
kevzlou7979 Dec 3, 2018
369b73e
DateRange - Fixed JSOverlay update for LocaleString
kevzlou7979 Dec 3, 2018
1a6d00b
Initial Event handling on DateRange Picker
kevzlou7979 Dec 10, 2018
9f32ab6
Supported Moment Js
kevzlou7979 Dec 11, 2018
d30f396
DateRangePicker - Standardization of Events
kevzlou7979 Dec 11, 2018
568ae34
Style updates + Standardiation on API.
kevzlou7979 Dec 14, 2018
8dc58bd
Mobile and Tablet support
kevzlou7979 Dec 18, 2018
b8c7cbf
Standardization for DateRangePicker
kevzlou7979 Dec 29, 2018
bd58b8d
Tablet Support
kevzlou7979 Jan 1, 2019
1086357
Smart Positioning on daterangepicker.
kevzlou7979 Jan 6, 2019
8c0da04
Rating added selectedRatingColor & unselectedRatingColor feature.
kevzlou7979 Jan 14, 2019
11aec9d
Update README.md
kevzlou7979 Jan 14, 2019
2e5a265
Fixed Input Masks number components
kevzlou7979 Jan 18, 2019
89158b0
Recaptcha Version 3 JSInteroped
kevzlou7979 Feb 1, 2019
d5f6efe
Check Mark initial poc
kevzlou7979 Feb 19, 2019
df4746f
Added setSingleValue on Date Range Picker.
kevzlou7979 Mar 6, 2019
985b49e
Stability fixes for Inputmasks
kevzlou7979 Mar 14, 2019
4bf4874
Update on DateOfBirthPicker
kevzlou7979 Mar 15, 2019
77114cd
Layout fixes
kevzlou7979 Mar 22, 2019
9bafc29
Support MonthLocaleProvider for DateOfBirthPicker
kevzlou7979 Mar 26, 2019
7b27f74
Localization support for DateOfBirthPicker
kevzlou7979 Mar 26, 2019
9d1c93c
Fixed minor typo
kevzlou7979 Mar 26, 2019
4b1be09
Fixed Typo
kevzlou7979 Mar 26, 2019
f6c7f99
Added a predefined formatter.
kevzlou7979 Mar 31, 2019
e64b0b8
Introduction to TagLabel component.
kevzlou7979 Apr 2, 2019
34d8a0d
Fixed Chrome version 73 regression on TimePicker
kevzlou7979 Apr 4, 2019
5d22c77
Tag Label updates
kevzlou7979 Apr 7, 2019
d905526
Revisit and standardized input mask events.
kevzlou7979 Apr 9, 2019
85d86d3
Merge branch 'master' of https://github.com/GwtMaterialDesign/gwt-mat…
Apr 11, 2019
c1c350f
Fixed DateOfBirthPicker layout
kevzlou7979 Apr 22, 2019
c78d65e
CoboBox Updates
kevzlou7979 Apr 26, 2019
0331567
Added leap year validation.
kevzlou7979 Apr 26, 2019
21f1d19
Added more complex validation on date of birth picker.
kevzlou7979 Apr 26, 2019
2aa149d
Fixed Small IconMorphs in NavBar get clipped
kevzlou7979 May 6, 2019
0f25335
Fixed carousel cheking logic. Carousel could be set up even its not a…
kevzlou7979 May 7, 2019
ee55831
Fixed MaterialStepper Vertical no longer works
kevzlou7979 May 8, 2019
6f585ff
Fixed MaterialTree: NullPointerException when deselectSelectedItem ex…
kevzlou7979 May 8, 2019
7663cec
Iteration for 2.2-rc1 release
kevzlou7979 May 8, 2019
ee7c77a
Fixed license headers
kevzlou7979 May 8, 2019
b521fea
Fixed deprecated URL.createObjectURL(mediaStream) for MaterialCameraC…
kevzlou7979 May 9, 2019
bc0f287
Preparation for 2.2-rc1 release
kevzlou7979 May 9, 2019
fc2f6ad
Merge pull request #376 from GwtMaterialDesign/release_2.2
kevzlou7979 May 9, 2019
1be09cc
Iteration for next snapshot
kevzlou7979 May 9, 2019
7a76338
Fixed combobox Opening Multiple type.
kevzlou7979 May 12, 2019
9661556
Standard fixed for TimePicker disappears on Chrome version 73
kevzlou7979 May 13, 2019
fb37e51
Fixed DateOfBirthPicker
kevzlou7979 May 22, 2019
90495ba
HeroVideo and Keyboard requirements POC
kevzlou7979 May 26, 2019
c5f3ab7
Added missing license headers
kevzlou7979 May 29, 2019
fdca58e
Removal of ChartJs
kevzlou7979 Jun 10, 2019
a36f1fe
Merge branch 'release_2.2'
kevzlou7979 Jun 11, 2019
f517b58
Iteration for 2.3-SNAPSHOT
kevzlou7979 Jul 5, 2019
ad68225
Dnd Cleanup
kevzlou7979 Jul 8, 2019
50448f1
Enhancements on OnScreenKeyboard
kevzlou7979 Jul 9, 2019
f6ceee7
More enhancements on Dnd.
kevzlou7979 Jul 23, 2019
4e907dc
Enable 2.3-SNAPSHOT auto deploy to maven.
kevzlou7979 Jul 24, 2019
7343425
Date Of Birth ability to hide field labels
kevzlou7979 Jul 24, 2019
9291451
Fixed DateOfBirthPicker
kevzlou7979 Aug 1, 2019
fe37a16
Fixed Travis Build
kevzlou7979 Aug 7, 2019
e0e3380
Initial working prototype for Kanban Widget.
kevzlou7979 Sep 10, 2019
a2831e2
Standardized Kanban Widget
kevzlou7979 Sep 10, 2019
a5fa6d9
StepHighlighter feature request for MaterialStepper
kevzlou7979 Sep 25, 2019
778f189
Step Highlighter - Minor updates to separate the stylesheets.
kevzlou7979 Sep 25, 2019
945306e
Added missing animation styles.
kevzlou7979 Sep 25, 2019
21b4b63
StepHighlighter - multiple registration of objects.
kevzlou7979 Sep 27, 2019
c2a2adb
Removed unused css files
kevzlou7979 Sep 29, 2019
ebdc726
Added PasswordStrengthTextBox poc.
kevzlou7979 Nov 7, 2019
a583376
PWDStrengthMeter - added destroy and reset
kevzlou7979 Nov 29, 2019
86a8c96
Upgrade jdenticon to 2.2.0 #395
kevzlou7979 Dec 1, 2019
2dde93b
WIP : Dark Theme support for ComboBox
kevzlou7979 Dec 4, 2019
01f26f2
More updates
kevzlou7979 Dec 7, 2019
f9030db
GroupToggleButton add convenience method addItem(String text, T value…
kevzlou7979 Dec 8, 2019
d7d15e0
ComboBox async loader enhancements
kevzlou7979 Dec 9, 2019
ddbc527
ComboBox allowBlank Support
kevzlou7979 Dec 18, 2019
40f2b83
Minor removal
kevzlou7979 Dec 18, 2019
21bcb2d
InputMask add InitializeHandler
kevzlou7979 Dec 19, 2019
a9ee0e4
TimePicker, Rating and RichEditor dark theme support.
kevzlou7979 Dec 21, 2019
bcfe962
RichEditor - standardized PasteEvent
kevzlou7979 Dec 21, 2019
6ac3a2b
Fixed Travis Build
kevzlou7979 Dec 21, 2019
8480aba
ComboBox - added focus
kevzlou7979 Dec 22, 2019
b17dcaf
Minor update on combobox padding on search input.
kevzlou7979 Dec 28, 2019
710c1e5
Carousel Dark Theme implementation
kevzlou7979 Dec 29, 2019
62566e7
File Uploader dark theme implementation.
kevzlou7979 Jan 3, 2020
abb3d5b
Touch Splitter dark theme support.
kevzlou7979 Jan 4, 2020
09d4ab7
Window Dialog - dark theme support.
kevzlou7979 Jan 4, 2020
ac55e79
Image Cropper slider - applied recent changes.
kevzlou7979 Jan 4, 2020
f572285
Subheader Dark Theme support
kevzlou7979 Jan 5, 2020
e3c90b3
Fixed Camera Overlay Panel
kevzlou7979 Jan 5, 2020
f6f9f14
Tree Item dark theme support.
kevzlou7979 Jan 5, 2020
c4dc65a
Autocomplete support for dark theme
kevzlou7979 Jan 6, 2020
2a6195d
Autocomplete - fixed box-shadow on darkmode
kevzlou7979 Jan 6, 2020
cb5cbb9
Standardize autocomplete dark theme same with combo / list box
kevzlou7979 Jan 6, 2020
5dbf7c8
Overlay dark theme support
kevzlou7979 Jan 6, 2020
80cb532
Fixed timepicker css with recent dark theme changes
kevzlou7979 Jan 7, 2020
6b1fc26
Circular progress and dropzone dark theme fixes.
kevzlou7979 Jan 8, 2020
226053f
menu bar fixes
kevzlou7979 Jan 9, 2020
af42867
Stepper replaced feedback text with loading message.
kevzlou7979 Jan 9, 2020
03ba815
Incubator Dark Theme - Progress Line Bar
kevzlou7979 Jan 9, 2020
a6946a8
Group toggle button dark theme support.
kevzlou7979 Jan 9, 2020
3e0c695
Content Placeholder dark theme
kevzlou7979 Jan 9, 2020
acec96b
TagLabel support dark mode.
kevzlou7979 Jan 9, 2020
ee72d99
Address Lookup dark theme support
kevzlou7979 Jan 9, 2020
9907fd7
Date Range picker dark mode support
kevzlou7979 Jan 9, 2020
cf49c55
CheckMark dark mode support.
kevzlou7979 Jan 9, 2020
e4d4321
Inline Search dark mode
kevzlou7979 Jan 9, 2020
43e87ab
Timer Progress dark mode
kevzlou7979 Jan 9, 2020
6b41b26
Added license headers.
kevzlou7979 Jan 9, 2020
cffce45
Preparation for 2.3 release
kevzlou7979 Jan 9, 2020
8bb1d6b
Updated version 2.3.0
kevzlou7979 Jan 10, 2020
845be77
Merge pull request #397 from GwtMaterialDesign/release_2.3
kevzlou7979 Jan 10, 2020
518e069
Update README.md
kevzlou7979 Jan 12, 2020
829eae8
Update README.md
kevzlou7979 Jan 13, 2020
97cfd5b
Iteration for 2.3.1 snapshot
kevzlou7979 Jan 13, 2020
317dbc9
Travis update
kevzlou7979 Jan 13, 2020
e4f22a9
Merge branch 'master' into release_2.3.1
kevzlou7979 Jan 13, 2020
a021e50
DateRangePicker - bug fixes
kevzlou7979 Jan 16, 2020
b45d44f
Merge branch 'release_2.3.1' of https://github.com/GwtMaterialDesign/…
kevzlou7979 Jan 16, 2020
05c8a3e
Select2Js upgrade from 4.0.3 to 4.0.13
kevzlou7979 Mar 3, 2020
7c38aff
CountUpJs upgraded from 1.9.0 to 2.0.4
kevzlou7979 Mar 3, 2020
17565a5
Input Mask upgraded version from 1.14.15 to 1.14.16
kevzlou7979 Mar 3, 2020
149f51b
Migrated MaterialCombobox (SlickJs) version from 1.6.0 to 1.8.0
kevzlou7979 Mar 11, 2020
24479b9
MaterialCombobox (CroppieJs) version from 2.5.0 to 2.6.4
kevzlou7979 Mar 11, 2020
ec6189a
Signature Pad from 2.3.0 to 3.0.0 Beta 3
kevzlou7979 Mar 13, 2020
614f602
MaterialDnd (InteractJs) upgrade version from 1.2.6 to 1.9.4 with new…
kevzlou7979 Mar 18, 2020
6c0dcdd
Major work on MaterialFileUploader upgrade from 4.3.0 to 5.7.0
kevzlou7979 Mar 18, 2020
7e3f30e
Follow up updates on ImageCropper upgrade
kevzlou7979 Mar 18, 2020
0d37035
Followup test updates on ImageCropper upgrades
kevzlou7979 Mar 18, 2020
11f6e0e
MaterialMasonry (MasonryJs) upgraded version from 4.0.0 to 4.2.2
kevzlou7979 Mar 19, 2020
02bd757
SimpleKeyboard
kevzlou7979 Mar 19, 2020
65ffe0a
Fixed https://github.com/GwtMaterialDesign/gwt-material-addins/issues…
kevzlou7979 Mar 28, 2020
167fae0
Simplify and Fixed null source on DragEventDispatcher and DropEventDi…
kevzlou7979 Mar 28, 2020
bcb83fd
MaterialAvatar - Convert ReplaceMode to enum instead of string (Type …
kevzlou7979 Apr 3, 2020
c4e16de
MaterialCarousel - Added new methods, events and properties.
kevzlou7979 Apr 3, 2020
b641cdd
Revert back Count Up version to 1.9.0
kevzlou7979 Apr 4, 2020
77a9c78
MaterialComboBox - Added New Features from upgrades.
kevzlou7979 Apr 4, 2020
8a87f29
Added DefaultResultTemplate and DefaultSelectionTemplate for combobox…
kevzlou7979 Apr 4, 2020
f86d014
DateRatePicker: Changed setFirstDay from String to int
vokke Apr 5, 2020
bb1a8e9
Merge pull request #404 from vokke/DateRangePicker_FirstDayOfWeek
kevzlou7979 Apr 6, 2020
65853d8
Revert "DateRatePicker: Changed setFirstDay from String to int"
kevzlou7979 Apr 6, 2020
ac9836d
Merge pull request #405 from GwtMaterialDesign/revert-404-DateRangePi…
kevzlou7979 Apr 6, 2020
adb39f9
Add AnimationGlobalConfig.ENABLE_ANIMATION to turn on / off animation.
kevzlou7979 Apr 11, 2020
15b86fb
MaterialComboBox enhancements.
kevzlou7979 Apr 15, 2020
41f7a05
MaterialSideProfile - Updated legacy javadoc
kevzlou7979 Apr 24, 2020
118229d
Fixed https://github.com/GwtMaterialDesign/gwt-material-addins/issues…
kevzlou7979 Apr 24, 2020
f828da4
MaterialComboBox - Support for AllowBlank
kevzlou7979 Apr 27, 2020
5c0da66
DateRangePicker - added setDateInputValue() to manually update the in…
kevzlou7979 Apr 30, 2020
57328e9
Incubator NEW Widget - LoadingDots.
kevzlou7979 May 6, 2020
74d9bf6
MaterialComboBoxTest - updated test cases to the new version.
kevzlou7979 May 7, 2020
86e7f6e
Migrated FontAwesome version from 5.4.1 -> 5.13.0
kevzlou7979 May 17, 2020
2adb228
Starting GMD 2.3.1 we standardized the labelling system of all value …
kevzlou7979 Jun 23, 2020
e09028c
Added getLabel() on HasLabel and also refactor the returned widget to…
kevzlou7979 Jun 23, 2020
d35f7a9
ComboBox added constructor for building the items.
kevzlou7979 Jun 24, 2020
d92b07e
Fixed splitterLineColor overriding the parent's style.
kevzlou7979 Jun 25, 2020
9ee7819
Removed unused imports.
kevzlou7979 Jun 25, 2020
0b34eb2
Standardized InfiniteScroll to follow the data configs just like the …
kevzlou7979 Jun 29, 2020
e142e83
Layout Updates for InfiniteScroll - WIP
kevzlou7979 Jun 29, 2020
d82245f
Standardized the loader to make use of the recent GMD Loader structure
kevzlou7979 Jun 30, 2020
f5df330
WIP - Carousel JQuery 3.x Support
kevzlou7979 Jul 4, 2020
5899301
Kanban added clearAllBoards.
kevzlou7979 Jul 6, 2020
44ae628
Follow up changes on Promise API.
kevzlou7979 Jul 7, 2020
6001260
Dark Theme Support for OnScreenKeyboard.
kevzlou7979 Jul 7, 2020
7230ce4
Fixed MaterialCameraCapture issue with GWT 2.9 JSInterop.
kevzlou7979 Jul 7, 2020
96de8ca
Change branches to upgrade/jquery dependencies.
kevzlou7979 Jul 7, 2020
787e0fd
Fixed carousel issue on Hash selector (JQuery 3.x).
kevzlou7979 Jul 9, 2020
1399050
Fixed Carousel next & previous arrows not hiding.
kevzlou7979 Jul 10, 2020
c7b5992
Fixed CircularProgress Reloading & Redrawing issue.
kevzlou7979 Jul 12, 2020
7191e48
Fixed DateRangePicker High Serverity Issue.
kevzlou7979 Jul 13, 2020
6492c4c
Updated InputMask to support the latest GWT 2.9 JSinterop - Provide p…
kevzlou7979 Jul 13, 2020
bd00b5e
ScreenKeyboard - Fixed JSinterop issue with CCE (Convert String -> Ke…
kevzlou7979 Jul 13, 2020
2287c7a
Removed Module Exports on Signrature Page
kevzlou7979 Jul 13, 2020
2b222b4
LocalForage - fixed JSinterop issue with restrictions.
kevzlou7979 Jul 13, 2020
0f6fc15
JsAvatar - removed JSNI code.
kevzlou7979 Jul 13, 2020
caa0e67
Minor code cleanup
kevzlou7979 Jul 13, 2020
7d9603c
Standardized Inputmask callbacks.
kevzlou7979 Jul 13, 2020
ef176e8
JsLiveStamp & Menubar code cleanups.
kevzlou7979 Jul 13, 2020
e865db4
Added todos for JSNI -> JsInterop conversions. (Backlog)
kevzlou7979 Jul 13, 2020
937e958
Removed debug code on DateRangePicker
kevzlou7979 Jul 13, 2020
1745701
Fixed Kanban Board Drop Element Callback.
kevzlou7979 Jul 13, 2020
0094e55
Dropzone / FileUploader - fixed issue with CCE due to wrong param sou…
kevzlou7979 Jul 13, 2020
09497f8
Major work on migration of GMD addins / incubator to GWT 2.9
kevzlou7979 Jul 18, 2020
36c169c
Bump version to 2.4.0-SNAPSHOT
kevzlou7979 Jul 20, 2020
d7bc6ac
Trigger Travis Build
kevzlou7979 Jul 20, 2020
3f47797
Added dependency to gwt-material-table (Needed by Infinite Scroll)
kevzlou7979 Jul 20, 2020
6ca6d76
Add AddinsTestSuite for better performance on Travis Building Process…
kevzlou7979 Jul 22, 2020
2e0149c
Fixing ComboBox failing tests. Need to properly fire open() only if t…
kevzlou7979 Jul 23, 2020
9dbcfa3
MaterialWindow - Fixing dnd issue. We must need to attach the widget …
kevzlou7979 Jul 23, 2020
58d9e59
Minor config changes skip tests.
kevzlou7979 Jul 23, 2020
abd6b63
Release 2.4.0-rc1
kevzlou7979 Jul 24, 2020
6aa4444
Merge pull request #414 from GwtMaterialDesign/release_2.4.0
kevzlou7979 Jul 24, 2020
b1e5184
Revert back to 2.4.0-SNAPSHOT
kevzlou7979 Jul 26, 2020
b2de14a
Updated Select2 js to have the full version to be injected.
kevzlou7979 Aug 5, 2020
7338d21
Autocomplete - Use valuebox.setAutocomplete(ON | OFF | NEW_PASSWORD) …
kevzlou7979 Aug 8, 2020
f6e66e5
Preparation for 2.4.0-rc2 release.
kevzlou7979 Aug 10, 2020
ac9bcf0
Merge pull request #415 from GwtMaterialDesign/release_2.4.0
kevzlou7979 Aug 10, 2020
191a68d
Revert back to GMD 2.4.0-SNAPSHOT
kevzlou7979 Aug 10, 2020
1ecf7df
Update README.md
kevzlou7979 Aug 13, 2020
5db02ae
Standardized HasOpenClose for all addins widgets.
kevzlou7979 Aug 14, 2020
80fc9c0
Preparation for 2.4.0 official release.
kevzlou7979 Aug 17, 2020
cf689b7
Merge pull request #416 from GwtMaterialDesign/release_2.4.0
kevzlou7979 Aug 17, 2020
0eed8fc
Merge branch 'master' of https://github.com/GwtMaterialDesign/gwt-mat…
Sep 5, 2020
1993266
2.4.0
Sep 5, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gw
</dependency>
```

## Snapshot Version 2.2-SNAPSHOT
## Snapshot Version 2.1.1-SNAPSHOT
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-addins</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
</dependency>
```

Expand Down Expand Up @@ -111,5 +111,5 @@ We created [Java Docs](http://gwtmaterialdesign.github.io/gwt-material-demo/apid
- Timer (Infinite)
- Toggle

##Follow Us
## Follow Us
<a href="https://plus.google.com/u/0/communities/108005250093449814286"> Google Plus</a>
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
package gwt.material.design.addins.client.timepicker;

import com.google.gwt.core.client.Scheduler;
import com.google.gwt.core.shared.GWT;
import com.google.gwt.dom.client.Document;
import com.google.gwt.dom.client.Style;
import com.google.gwt.editor.client.LeafValueEditor;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there, is this incomplete?

import com.google.gwt.event.dom.client.BlurEvent;
import com.google.gwt.event.dom.client.FocusEvent;
import com.google.gwt.event.logical.shared.*;
Expand Down