Commit Graph

682 Commits

Author SHA1 Message Date
tonlirise e14273642d Added ability to save and view logs 2022-08-04 12:10:02 +07:00
Grigorii b2b9caa4d3
Merge pull request #257 from TouchInstinct/fix/PET-3233
PET-3233: fix KeyboardBehaviorDetector when bottomInset == 0
2022-07-15 12:36:51 +03:00
Grigorii 8765710228 PET-3233: fix KeyboardBehaviorDetector when bottomInset == 0 2022-07-14 19:28:41 +03:00
Grigorii 19e5a361a5
Merge pull request #256 from TouchInstinct/fix/keybord_detector
Fix KeyboardBehaviorDetector
2022-06-03 15:23:19 +03:00
Grigorii 550cdd34b6 Fix startNavigationBarHeight initialization in KeyboardBehaviorDetector after DNKA 2022-06-03 12:27:38 +03:00
Kirill Nayduik 353b7ca6e5
Merge pull request #255 from TouchInstinct/migrate_from_bintray
Migrate from bintray to maven.dev
2022-05-11 13:59:44 +03:00
Kirill Nayduik 6aa11eb5e2 Migrate from bintray to maven.dev 2022-05-11 13:42:16 +03:00
Kirill Nayduik b556995867
Merge pull request #253 from TouchInstinct/date_time_test_fix
Date time test fix
2022-04-18 13:26:50 +03:00
Kirill Nayduik 7a37fb20b7 Add implementation of 'joda-time' for tests to avoid issue https://github.com/dlew/joda-time-android/issues/148 2022-04-18 13:13:35 +03:00
Kirill Nayduik bf68537809
Merge pull request #252 from TouchInstinct/date_time_utils
Date time utils
2022-04-18 12:23:44 +03:00
Grigorii f1189303b0
Merge pull request #251 from TouchInstinct/remove_pretty_printer
Remove pretty-print dependency from mvi module
2022-04-18 12:14:10 +03:00
Kirill Nayduik a3241002c5 Create DateFormatUtilsTest for testing DateFormatUtils 2022-04-18 11:59:21 +03:00
Kirill Nayduik 202e4f8ad1 Create DateFormatUtils class for handling cases with DateTime format 2022-04-18 11:59:08 +03:00
Grigorii 82e1cff525 Remove pretty-print dependency from mvi module 2022-04-18 11:51:21 +03:00
rinstance b7c6d88b0f
Merge pull request #248 from TouchInstinct/add_captcha_module
create captcha module with checking
2022-03-17 16:29:59 +03:00
Rinat Nurmukhametov 05f2adb849 fix for comments 2022-03-17 12:14:23 +03:00
Rinat Nurmukhametov 3681f5c92d change documentation + gradle deps 2022-03-17 12:02:27 +03:00
Rinat Nurmukhametov ccb3f1c4e1 create services module 2022-03-16 18:31:01 +03:00
Rinat Nurmukhametov d201cfb36f change README 2022-03-16 17:01:32 +03:00
Rinat Nurmukhametov d1706bb7c5 Merge branch 'add_captcha_module' of github.com:TouchInstinct/RoboSwag into add_captcha_module 2022-03-16 16:57:13 +03:00
Rinat Nurmukhametov 8d70d2dad1 refactor manager + utils 2022-03-16 16:56:04 +03:00
rinstance d9e891c838
change README 2022-03-15 11:48:11 +03:00
Rinat Nurmukhametov 9a728a9e57 create captcha module with checking 2022-03-15 11:46:24 +03:00
Aleksei Murnikov 1a2ecc7024
Merge pull request #247 from TouchInstinct/add_testing_utils
Add testing utils
2022-03-02 18:02:32 +03:00
Alemoore 7ed7a25bfe add TestableLiveDataDispatcher without android classes 2022-03-02 16:23:24 +03:00
Alemoore 24b380fff0 use interface in RxViewModel 2022-03-02 16:22:56 +03:00
Kirill Nayduik e0b83d80b8
Merge pull request #246 from TouchInstinct/submittable_paging_adapter
SubmittablePagingAdapter
2022-02-28 20:22:46 +03:00
Kirill Nayduik d907193e41 Add subclass of PagingDataAdapter with implementation of updating inner list 2022-02-28 13:22:39 +03:00
Kirill Nayduik 0a20682a87
Merge pull request #245 from TouchInstinct/coroutine_scope_view
Coroutine scope view
2022-02-14 11:03:17 +03:00
Kirill Nayduik f13984d727 Fix code style 2022-02-14 04:18:47 +03:00
Kirill Nayduik cab47a058c Add ViewCoroutineScope to handle scope inside view 2022-02-13 22:58:57 +03:00
Kirill Nayduik 1b994bab0e Change deprecated kotlin-android-extensions to kotlin-parcelize 2022-02-13 21:06:09 +03:00
Kirill Nayduik 902c029a29 Set dagger version up to 2.34 to make it compilable with kotlin 1.5+ 2022-02-13 21:05:39 +03:00
Kirill Nayduik 226f7d164f
Merge pull request #244 from TouchInstinct/fix/stylable_text_view
Make StyleableSubTextView open class
2022-02-02 20:04:31 +03:00
Kirill Nayduik 72d2f3007d Make StyleableSubTextView open class 2022-02-02 19:48:59 +03:00
Kirill Nayduik 248d55aa85
Merge pull request #243 from TouchInstinct/view/dynamic_text
Add ability to change text and subtext dynamically
2022-01-26 20:04:35 +03:00
Kirill Nayduik c844375fc1 Fix codeStyle and optimize text setting 2022-01-26 18:50:12 +03:00
Kirill Nayduik b8f6557195 Add ability to change text and subtext dynamically 2022-01-26 18:20:08 +03:00
Kirill Nayduik cbd94750bf
Merge pull request #242 from TouchInstinct/view/styleable_text
View/styleable text
2022-01-26 17:10:56 +03:00
Kirill Nayduik 3d01b780be Action TextViews bugfix 2022-01-26 16:58:24 +03:00
Kirill Nayduik da50319159
Merge pull request #241 from TouchInstinct/views/text_views
Add EllipsizeSpannableTextView and MultipleActionTextView from Petshop
2022-01-26 14:48:38 +03:00
Kirill Nayduik ee4c4aaa5a Add StyleableSubTextView to support styling substrings of text 2022-01-25 18:38:05 +03:00
Kirill Nayduik dde53450a8 Fix attrs for ActionTextViews 2022-01-25 18:28:02 +03:00
Kirill Nayduik e9249e88a9 Add ability to set style instead of color in ActionTextViews 2022-01-25 18:27:19 +03:00
Kirill Nayduik 3d6d2aa233 Comment typo fix 2022-01-25 15:32:18 +03:00
Kirill Nayduik 66e6d9e563 Add comments for new text view classes 2022-01-25 15:22:12 +03:00
Kirill Nayduik 4eb3683e41 Enable MultipleActionTextView to ellipsize 2022-01-25 15:10:57 +03:00
Kirill Nayduik afca6eab5f Remove redundant variable 2022-01-25 14:41:56 +03:00
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