Skip to content

Commit c9ba88d

Browse files
authored
Merge pull request #2413 from Angus-repo/browser-build
Update Browser build
2 parents 2410038 + a052f2a commit c9ba88d

1 file changed

Lines changed: 26 additions & 5 deletions

File tree

docs/EN/SettingUpAaps/BrowserBuild.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ See [FAQ page](../UsefulLinks/FAQ.md) for details.
1414

1515
## Device and software specifications for building AAPS
1616

17-
You need an Android device with Android version > ?
18-
19-
iOS?
17+
You need a browser that works on either Android or iOS.
2018

2119
You also need a Google account so that the app can be saved in your Google Drive.
2220

@@ -65,7 +63,13 @@ GitHub now displays your personal copy of AndroidAPS. Leave this web browser tab
6563
## 2. Preparation Steps
6664

6765
- If you are building from an Android device, install [File Manager Plus](https://play.google.com/store/apps/details?id=com.alphainventor.filemanager) from the Google Play store.
68-
- Download the preparation file from [here](https://github.com/openaps/AndroidAPSdocs/raw/refs/heads/master/docs/_static/CI/aaps-ci-preparation.html).
66+
```{eval-rst}
67+
.. raw:: html
68+
69+
<pre style="font-family: inherit; margin: 0;">
70+
• Download the preparation file from <a href="../_static/CI/aaps-ci-preparation.html" download>here</a>
71+
</pre><br />
72+
```
6973

7074
AndroidAPS build requires private keys, that are stored in a Java KeyStore (JKS):
7175

@@ -101,6 +105,23 @@ The AAPS app will be saved in your Google Cloud drive once built:
101105
</div>
102106
```
103107

108+
Compatible with iOS (using iPad as an example)
109+
```{eval-rst}
110+
.. raw:: html
111+
112+
<!--crowdin: exclude-->
113+
<div align="center" style="max-width: 360px; margin: auto; margin-bottom: 2em;">
114+
<div style="position: relative; width: 100%; aspect-ratio: 9/16;">
115+
<iframe
116+
src="https://www.youtube.com/embed/pA-z1ODrSps"
117+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
118+
frameborder="0"
119+
allowfullscreen>
120+
</iframe>
121+
</div>
122+
</div>
123+
```
124+
104125
- As described in the video, please copy it to the corresponding field.
105126

106127
![aaps_ci_pr_ci](../images/Building-the-App/CI/aaps_ci_option1.png)
@@ -115,7 +136,7 @@ The AAPS app will be saved in your Google Cloud drive once built:
115136
<div align="center" style="max-width: 360px; margin: auto; margin-bottom: 2em;">
116137
<div style="position: relative; width: 100%; aspect-ratio: 9/16;">
117138
<iframe
118-
src="https://www.youtube.com/embed/L5L3XtnszMQ?cc_load_policy=1"
139+
src="https://www.youtube.com/embed/L5L3XtnszMQ"
119140
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
120141
frameborder="0"
121142
allowfullscreen>

0 commit comments

Comments
 (0)