status-react/ci
Mohamed Javid ff7ec97de4
feat(wallet)_: Add PDF viewer screen to view ParaSwap TnC (#21437)
This commit:

- Adds a PDF viewer screen to view PDFs within the app instead of opening them on the system browser
- Updates the swap provider (ParaSwap) terms and conditions to be displayed within the app
- Increases APK size limit to 80 MB

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
Co-authored-by: Siddarth Kumar <siddarthkay@gmail.com>
2024-10-18 16:50:21 +05:30
..
tests feat(wallet)_: Add PDF viewer screen to view ParaSwap TnC (#21437) 2024-10-18 16:50:21 +05:30
tools feat(wallet)_: Add PDF viewer screen to view ParaSwap TnC (#21437) 2024-10-18 16:50:21 +05:30
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android feat(wallet)_: Add PDF viewer screen to view ParaSwap TnC (#21437) 2024-10-18 16:50:21 +05:30
Jenkinsfile.combined feat(wallet)_: Add PDF viewer screen to view ParaSwap TnC (#21437) 2024-10-18 16:50:21 +05:30
Jenkinsfile.e2e-nightly feat(wallet)_: Add PDF viewer screen to view ParaSwap TnC (#21437) 2024-10-18 16:50:21 +05:30
Jenkinsfile.ios feat(wallet)_: Add PDF viewer screen to view ParaSwap TnC (#21437) 2024-10-18 16:50:21 +05:30
Jenkinsfile.tests feat(wallet)_: Add PDF viewer screen to view ParaSwap TnC (#21437) 2024-10-18 16:50:21 +05:30
README.md ci: upgrade jenkins lib to 1.2.12 to generalize GH release 2021-04-19 11:47:34 +02:00

README.md

Description

This folder contains files defininf Jenkins pipelines that run on https://ci.status.im/.

Libraries

All Jenkinsfiles contain the following line:

library 'status-jenkins-lib@master'

Which loads the used methods - like nix.shell() - from a separate private repo:

https://github.com/status-im/status-jenkins-lib

This is done to improve security of our CI setup.