Kirill Nayduik
|
a27814fca9
|
Add EllipsizeSpannableTextView and MultipleActionTextView from Petshop
|
2022-01-25 13:47:10 +03:00 |
Kirill Nayduik
|
80412c01ed
|
Merge pull request #240 from TouchInstinct/lifecycle/detekt_fix
Fix detekt issues
|
2022-01-19 13:53:04 +03:00 |
Kirill Nayduik
|
f58bdd9289
|
Fix detekt issues
|
2022-01-19 13:14:47 +03:00 |
Kirill Nayduik
|
881c775663
|
Merge pull request #239 from TouchInstinct/lifecycle_delegates
LifecycleDelegates
|
2022-01-18 11:39:21 +03:00 |
Kirill Nayduik
|
3476324b84
|
Add delegates that allows to lazily initialize value on certain lifecycle event
|
2022-01-17 17:55:27 +03:00 |
Kirill Nayduik
|
cde08fa3f0
|
Merge pull request #238 from TouchInstinct/keyboard_detector
FragmentKeyboardListenerObserver
|
2021-12-14 19:09:40 +03:00 |
Kirill Nayduik
|
9a4068f337
|
Add FragmentKeyboardListenerObserver for detecting keyboard events from Fragment
|
2021-12-14 18:33:57 +03:00 |
Kirill Nayduik
|
8566cf0c12
|
Merge pull request #237 from TouchInstinct/fix/KeyboardBehaviorDetector
Change type of argument for KeyboardBehaviorDetector
|
2021-12-07 15:49:30 +03:00 |
Kirill Nayduik
|
e023c57afd
|
Change type of argument for KeyboardBehaviorDetector
|
2021-12-07 15:30:51 +03:00 |
Kirill Nayduik
|
262820c47b
|
Merge pull request #236 from TouchInstinct/fix/throttle_clickable_span
Fix/throttle clickable span
|
2021-11-23 11:52:31 +03:00 |
Kirill Nayduik
|
d83ab89739
|
Fix naming
|
2021-11-23 11:34:40 +03:00 |
Kirill Nayduik
|
a6107e2e7a
|
Invoke onClick action with throttle effect
|
2021-11-23 11:31:31 +03:00 |
Rinat Nurmukhametov
|
ad29d57377
|
delete staples
|
2021-11-18 03:35:33 +03:00 |
kostikum
|
c9678f8080
|
Merge pull request #235 from TouchInstinct/fix/valid_error_logging_for_null_fields
Fix/valid error logging for null fields
|
2021-11-09 19:06:54 +07:00 |
Konstantin Kuzhim
|
0f890cbd1e
|
replace multi-log stacktrace printing with one-statement logging
|
2021-11-09 18:47:32 +07:00 |
Konstantin Kuzhim
|
919445de07
|
add logging if non-null field is null
|
2021-11-09 18:46:12 +07:00 |
rinstance
|
4bb3d2f3d7
|
Merge pull request #233 from TouchInstinct/fix/crash_with_null
fix crash with null
|
2021-10-13 16:02:59 +03:00 |
Rinat Nurmukhametov
|
8f76718cc5
|
add getting args by fragment
|
2021-10-12 18:54:17 +03:00 |
Rinat Nurmukhametov
|
9e8b04e4a0
|
fix crash with null
|
2021-10-12 18:11:53 +03:00 |
rinstance
|
13440a5e33
|
Merge pull request #232 from TouchInstinct/fix/mvi_methods
move to method
|
2021-10-11 16:32:52 +03:00 |
Rinat Nurmukhametov
|
9c6979ffa2
|
move to method
|
2021-10-11 16:30:00 +03:00 |
rinstance
|
8cb33cdd08
|
Merge pull request #231 from TouchInstinct/add_mvi_bottom_sheet
add MviBottomSheet
|
2021-10-11 16:19:49 +03:00 |
Rinat Nurmukhametov
|
2890cb96ef
|
add MviBottomSheet
|
2021-10-11 15:57:38 +03:00 |
rinstance
|
b912ec0ff8
|
Merge pull request #230 from TouchInstinct/fix/imports
delete imports
|
2021-10-07 18:25:28 +03:00 |
Rinat Nurmukhametov
|
4a5e77a4ef
|
delete imports
|
2021-10-07 18:24:00 +03:00 |
rinstance
|
111bb58463
|
Merge pull request #229 from TouchInstinct/show_listener_utils
moved the method to extension
|
2021-10-07 18:12:46 +03:00 |
Rinat Nurmukhametov
|
862ab15450
|
refactor extension
|
2021-10-07 18:08:42 +03:00 |
Rinat Nurmukhametov
|
4a8eeba10a
|
moved the method to extension
|
2021-10-07 17:35:18 +03:00 |
rinstance
|
a8df8f70c4
|
Merge pull request #227 from TouchInstinct/add_top_padding
add top padding to fullscreen bottom sheet
|
2021-09-30 17:15:53 +03:00 |
Rinat Nurmukhametov
|
6e209492ae
|
change bottomSheet on var
|
2021-09-30 17:13:37 +03:00 |
Rinat Nurmukhametov
|
e920a7ce34
|
add top padding to fullsreen bottom sheet
|
2021-09-30 10:41:52 +03:00 |
Kirill Nayduik
|
170f6234a2
|
Merge pull request #226 from TouchInstinct/fix/nested_features_nav
Fix navigating back inside nested features
|
2021-09-22 15:02:35 +03:00 |
Kirill Nayduik
|
aaa65d4e6e
|
Add variables for readability
|
2021-09-22 04:00:35 +03:00 |
Kirill Nayduik
|
7c20ea2ce4
|
Fix navigating back inside nested features
|
2021-09-22 03:52:14 +03:00 |
Kirill Nayduik
|
4af62593e5
|
Merge pull request #225 from TouchInstinct/fix/nested_keyboard_detection
Keyboard detector refactor
|
2021-09-21 17:10:58 +03:00 |
Kirill Nayduik
|
89f541f8fc
|
Fix keyboard change detection: separate StatefulKeyboardResizeableFragment and KeyboardResizeableFragment, add ability to handle keyboard detection inside nested fragments
|
2021-09-21 01:06:56 +03:00 |
Grigorii
|
1964aae248
|
Merge pull request #222 from TouchInstinct/change_switcher
add hideAllChildren() in Switcher ViewGroup
|
2021-09-15 12:29:59 +03:00 |
grigorii
|
e2d744c5d3
|
add hideAllChildren() in Switcher ViewGroup
|
2021-09-15 09:24:20 +03:00 |
Kirill Nayduik
|
d9a9957cd4
|
Merge pull request #220 from TouchInstinct/simple_text_watcher
Add SimpleTextWatcher for listening text changes
|
2021-09-13 22:27:27 +03:00 |
Kirill Nayduik
|
58fdd5dd98
|
Add SimpleTextWatcher for listening text changes
|
2021-09-13 21:53:49 +03:00 |
sousnein
|
a1db8b8ac2
|
Merge pull request #219 from TouchInstinct/add/extension-browser-intent
MOBILE-1144
|
2021-09-13 17:01:07 +03:00 |
Vladimir Golyshev
|
d9234bb872
|
Merge branch 'master' into add/extension-browser-intent
# Conflicts:
# kotlin-extensions/src/main/java/ru/touchin/extensions/Context.kt
|
2021-09-13 16:30:22 +03:00 |
rinstance
|
b6da108fb3
|
Merge pull request #218 from TouchInstinct/fix/crossfade_view_attr
change name attr
|
2021-09-13 14:36:08 +03:00 |
Rinat Nurmukhametov
|
60d101e60b
|
change name attr
|
2021-09-13 14:34:28 +03:00 |
rinstance
|
3127bee630
|
Merge pull request #217 from TouchInstinct/add_crossfade_view
add crossfade view
|
2021-09-13 14:31:27 +03:00 |
Rinat Nurmukhametov
|
51814ab42a
|
rename
|
2021-09-13 14:30:34 +03:00 |
Rinat Nurmukhametov
|
5014c5aa88
|
add crossfade view
|
2021-09-13 14:25:37 +03:00 |
Vladimir Golyshev
|
d718d82e59
|
MOBILE-1144
|
2021-09-13 02:31:27 +03:00 |
Grigorii
|
c991526f35
|
Merge pull request #216 from TouchInstinct/fix/keyboard_behavior
Fix keyboard behavior detection after recreating activity with opened keyboard
|
2021-09-08 13:28:02 +03:00 |
Grigorii Leontev
|
c9b160af2f
|
fix keyboard behavior detection after recreating activity with opened keyboard
|
2021-09-02 14:04:48 +03:00 |