Commit Graph

547 Commits

Author SHA1 Message Date
Kirill Nayduik 4732a67738 Add MviKeyboardResizableFragment 2021-07-02 11:31:08 +03:00
Kirill Nayduik b15356f672
Merge pull request #203 from TouchInstinct/findSuitableParentView
Add method findSuitableParent
2021-06-29 19:17:34 +03:00
Kirill Nayduik 1ee8f1b5a5 Add method findSuitableParent to get suitable parent view for custom snackbar 2021-06-29 18:30:19 +03:00
Kirill Nayduik b9d464605b
Merge pull request #202 from TouchInstinct/startactivity_linter_fix
Fix linter for Context.kt and SpanUtils.kt
2021-06-28 12:29:51 +03:00
Kirill Nayduik fe767a5df0 Fix linter for Context.kt and SpanUtils.kt 2021-06-28 12:23:11 +03:00
Kirill Nayduik 61d87c1f4d
Merge pull request #201 from TouchInstinct/update_fonts
Add roboto bold and roboto regular fonts
2021-06-28 10:56:49 +03:00
Kirill Nayduik 359ac8aa03 Add roboto bold and roboto regular fonts 2021-06-28 00:48:26 +03:00
rybakovi 96d761a04d
Merge pull request #200 from TouchInstinct/fix/opening-browser
fix open browser
2021-06-25 13:02:24 +03:00
rybakovi 293c28579b fix open browser 2021-06-25 12:41:04 +03:00
Kirill Nayduik 9100a23cb6
Merge pull request #199 from TouchInstinct/action_text_view
Add TextView with ClickableSpan substring
2021-06-25 09:56:35 +03:00
Kirill Nayduik a39ec54e52 Add isUnderlineText attribute 2021-06-25 09:53:01 +03:00
Kirill Nayduik 1a8b57de88 Fix PR comments 2021-06-25 09:50:20 +03:00
Kirill Nayduik 120dc10f6a Add TextView with ClickableSpan substring 2021-06-25 09:04:03 +03:00
Kirill Nayduik ffa0a57567
Merge pull request #198 from TouchInstinct/linter_fix
Fix CPD and Detekt lint issues
2021-06-24 00:57:38 +03:00
Kirill Nayduik ef8144b41c Fix CPD and Detekt lint issues 2021-06-23 23:47:58 +03:00
Kirill Nayduik 0f1a51a7aa
Merge pull request #197 from TouchInstinct/update_sdk
Update targetSdk and compileSdk up to 30
2021-06-22 23:23:44 +03:00
Kirill Nayduik b07bf33126 Resolve legacy code issue 2021-06-22 23:22:09 +03:00
Kirill Nayduik ead0336cbd Update targetSdk and compileSdk up to 30 2021-06-22 23:18:22 +03:00
sousnein 484f87c132
Merge pull request #196 from TouchInstinct/add/header-for-web_view
add loadUrl with headers
2021-06-16 19:30:06 +03:00
Vladimir Golyshev 8fdd83d8c8 clean code 2021-06-16 19:26:46 +03:00
Vladimir Golyshev af3fe7aac5 delete useless fun 2021-06-16 19:20:03 +03:00
Vladimir Golyshev fa0427238e add loadUrl with headers 2021-06-16 18:56:59 +03:00
sousnein 48c5b5909a
Merge pull request #195 from TouchInstinct/rename/base_web_view-action_callback
rename webView callback
2021-06-11 12:05:54 +03:00
Vladimir Golyshev fe664ab84c rename callback 2021-06-11 11:59:49 +03:00
sousnein 4df67ae21c
Merge pull request #194 from TouchInstinct/add/web_view_callback
Add/web view callback
2021-06-11 10:25:51 +03:00
sousnein c218eaf43c delete return type 2021-06-10 16:24:58 +03:00
sousnein 3d52013995 improve clarity of logic 2021-06-10 16:02:13 +03:00
sousnein d2ed615be1 codestyle 2021-06-10 01:24:31 +03:00
sousnein b86611d33c add callback action on url click inside webView 2021-06-10 01:08:03 +03:00
sousnein 81d9bf1b73 redirect on click url in WebView 2021-06-09 20:12:05 +03:00
sousnein 9af88e8700 codeExpire 2021-06-09 14:10:46 +03:00
sousnein 69c27c3b90 codeExpire 2021-06-09 14:03:58 +03:00
Дэнис Марквальд 70de19523d
Merge pull request #192 from TouchInstinct/ban-105-106-107-webview-invalid-url-crashes
fix webview crashes
2021-05-27 13:21:49 +02:00
Denis Markwald 88c7eb35d8 fix imports 2021-05-26 14:59:39 +02:00
Denis Markwald b28840df87 fix comment and onReceivedError useless check error code 2021-05-26 14:58:17 +02:00
Denis Markwald 430a4e4ae8 fix comment and check url 2021-05-26 11:52:14 +02:00
Denis Markwald 9894630cc5 change new string to empty string 2021-05-26 10:54:28 +02:00
Denis Markwald 0923e6110e add no_internet error code check 2021-05-26 01:43:43 +02:00
Denis Markwald f5712a3de0 fix loadUrl method when url is null
Когда ссылка null, она становится пустой строкой, тогда в onPageFinished опрелеляется как "about:blank" и отобразится errorLayout, иначе попадает в бесконечную загрузку
2021-05-25 20:44:26 +02:00
Denis Markwald 18bdc27d59 fix commen, add description 2021-05-25 18:22:44 +02:00
Denis Markwald dc0e6d63cf fix webview
- фикс пропадающей ошибки об отстутствии интернета (вместо неё появлялся пустой error_layout)
- фикс скролла + увеличение производительности
2021-05-24 21:21:11 +02:00
Denis Markwald df8088879a fix webview crashes
fix crash webview when url is empty or invalid
2021-05-24 17:05:31 +02:00
RationalEgoism 338e68d2fb
Merge pull request #181 from TouchInstinct/bugfix/pp-crash
removed PrettyPrint logging
2020-11-05 15:20:54 +03:00
stanislav 7c4e0d7587 reformat 2020-11-05 15:19:25 +03:00
Stanisalv 39fee79d2d removed PrettyPrint logging
removed PrettyPrint logging
2020-11-05 14:25:41 +03:00
SergeyChernonog 42e3212f2c
Merge pull request #105 from TouchInstinct/feature/skeleton_view
Add SkeletonView
2020-10-21 16:41:03 +03:00
Aksenov Vladimir 887683f270
Merge pull request #178 from TouchInstinct/feature/base-web-view
Feature/base web view
2020-10-19 13:05:09 +03:00
Aksenov Vladimir 8414e23934
Merge pull request #177 from TouchInstinct/web-view
Added ssl processing, redirect, cookies processing
2020-10-19 13:03:24 +03:00
SergeyChernonog dedc82db07 line and space formatting 2020-10-19 12:45:54 +03:00
SergeyChernonog c41fc44a89 Fix description of angle 2020-10-19 11:19:36 +03:00