ashilkn
|
dc0dcffbef
|
Code refactoring
|
2023-02-13 16:25:20 +05:30 |
|
ashilkn
|
508fd909f5
|
Password input can be made visible or not in the TextInputWidget
|
2023-02-13 16:09:24 +05:30 |
|
ashilkn
|
6137dafa08
|
Fixed disposing for valueNotifier
|
2023-02-12 11:19:55 +05:30 |
|
ashilkn
|
7bbb53b16e
|
Added comments + formatting
|
2023-02-09 07:19:43 +05:30 |
|
ashilkn
|
4485bcab07
|
Dispose controllers & notifiers
|
2023-02-09 07:01:27 +05:30 |
|
ashilkn
|
bcadb168cb
|
Now for dialogs using TextInputWidget, the dialog will return an exception when popped when one is thrown from TextInputWidget
|
2023-02-09 06:25:44 +05:30 |
|
ashilkn
|
9a63900f46
|
Used new TextInputDialog for naming an album on creating one
|
2023-02-08 18:41:04 +05:30 |
|
ashilkn
|
d9b28b43b2
|
Moved commonly used user defined function types to a file
|
2023-02-08 17:57:36 +05:30 |
|
ashilkn
|
de03b1dd44
|
Moved ExecutionState enum to a separate file
|
2023-02-08 17:39:57 +05:30 |
|
ashilkn
|
9691bf9b66
|
Capitalize file ext + sumbit on 'done' in keyboard
|
2023-02-08 17:22:42 +05:30 |
|
ashilkn
|
c42b9c3263
|
Added code for only showing loading state for TextInputWidget
|
2023-02-08 17:06:04 +05:30 |
|
ashilkn
|
c03a5ee194
|
Changed code for setting execution states + other minor fixes
|
2023-02-08 15:20:51 +05:30 |
|
ashilkn
|
e19076a46a
|
Minor layout and state fixes
|
2023-02-08 12:54:35 +05:30 |
|
ashilkn
|
d9333610ac
|
Show execution states of TextInputWidget on UI
|
2023-02-08 12:30:56 +05:30 |
|
ashilkn
|
1bc3bde3d1
|
Added debouncer and code for execution states in TextInputWidget
|
2023-02-08 11:26:09 +05:30 |
|
ashilkn
|
5208ff3e13
|
Moved execution of onSubmit from ButtonWidget associated with TextInputWidget to within TextInputWidget
|
2023-02-08 11:13:46 +05:30 |
|
ashilkn
|
3a218a656b
|
Set cursor position to the end of textField on initial focus
|
2023-02-07 16:20:55 +05:30 |
|
ashilkn
|
c32abe66be
|
Made auto focus and max length configurable in TextInputWidget
|
2023-02-07 14:37:19 +05:30 |
|
ashilkn
|
335c464180
|
Made alignment of message and initial value of TextInputWidget configurable
|
2023-02-07 14:01:49 +05:30 |
|
ashilkn
|
64b479dbf4
|
Created TextInputWidget and used it in TextInputDialog
|
2023-02-07 12:40:03 +05:30 |
|