Commit Graph

5 Commits

Author SHA1 Message Date
Isabel Martin
e16f538b86 NT-1768: PerimeterX-Headers (#1101)
- PerimeterX dependency integrated
- All interceptors have now the PerimeterX header added
2021-02-12 15:58:22 -08:00
Izzy Oji
25eb429fa8 [🆕] Webview error state (#575)
* investment day wip for retrying webview errors.

* KSWebView is now a FrameLayout that contains a Webview, ProgressBar and retry layout. The KSWebViewClient's Delegate is now this parent view. KSWebView also has its own Delegate if any screen is so inclined.
2019-08-02 17:00:50 -04:00
Izzy Oji
e73c558594 Target API 28 2️⃣ 7️⃣ ➡️ 2️⃣ 8️⃣ (#427)
* Targeting API 28
* updated heap
* Updated Kotlin version, google services, and RxAndroid libraries
`isConnectedOrConnecting` is deprecated
2019-01-07 14:41:47 -05:00
lisa luo
9675a71a0c Improve webviews for updates (#61)
* initial external url tracking; add test

* refactor to add external link delegate method to client

* add external link logic to update activity

* fix up back nav on webviews

* Add context to external link event

* Add back logic to WebViewActivity

The base for a few of our activities

* Add request handler for another update requests

Pings the VM on another index requests to properly display sequence title and share data

* Add tests for new request logic

Also includes a new default intent because hey sometimes we just need a default intent

* Handle additional update url requests

* Make shareIntent output a PublishSubject to stay hidden on rotation

* Add additional index url logic to ProjectUpdates

* Rename initialProject -> Project since the project will never change

* Add new delegate method to config

* Remove unused uri helpers, add unit test for KSUri

* remove redundant null filters
2017-02-22 18:05:30 -05:00
Brandon Williams
dcd682844c Two more secrets (#239)
* Remove annotation.

* Started to extract web client.

* Update web client

* minimal client

* make fix

* revert gradle

* Fix compilation error in internal mode

* Fix lint errors

* Updated secrets
2016-12-12 10:45:07 -05:00