Commit Graph

687 Commits

Author SHA1 Message Date
Kirill Nayduik 166735454c Fix PR issue 2022-05-11 19:35:59 +03:00
Kirill Nayduik 6b33f1c819 Fix PR comment: handle multiple blocking requests 2022-04-26 18:02:38 +03:00
Kirill Nayduik 7fb6f16601 Fix Assert imports for DateFormatUtilsTest 2022-04-19 17:42:52 +03:00
Kirill Nayduik 341cd11a3d Add comments for Blocking Call classes 2022-04-19 17:20:50 +03:00
Kirill Nayduik f1111a3faf Add implementation of parameter cancelRequestsOnFail 2022-04-19 15:53:35 +03:00
Kirill Nayduik c5ff5f3479 Fix BlockingCallManager style 2022-04-19 13:52:12 +03:00
Kirill Nayduik 8b0c8e7b7b Add unit tests for testing concurrent safety of PendingRequestsManager 2022-04-18 19:08:28 +03:00
Kirill Nayduik 331a8cc01b Make PendingRequestManager concurrent safety 2022-04-18 19:07:18 +03:00
Kirill Nayduik 13e00bd52a Fix styling of BlockingCall and Request 2022-04-18 19:01:44 +03:00
Kirill Nayduik 39c5ac1ff6 Merge branch 'master' of github.com:TouchInstinct/RoboSwag into token_manager 2022-04-18 13:27:04 +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
Kirill Nayduik 5ff0c5889f Add implementation of blocking requests 2022-04-12 15:56:24 +03:00
Kirill Nayduik 3d68ef1c51 Create new network module 2022-04-12 15:55:50 +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