Skip to content

Commit a5ad946

Browse files
committed
Rename Computer build to Android Studio build
Also add new entry to DocumentationUpdate.md
1 parent 73d8e10 commit a5ad946

6 files changed

Lines changed: 22 additions & 10 deletions

File tree

docs/EN/Maintenance/DocumentationUpdate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Docs updates & changes
22

3+
## March 2026
4+
5+
- [Add CLI Build option](../SettingUpAaps/CLIBuild.md) @je-l
6+
- Rename *Computer Build* to *Android Studio Build*. Preserve file names for URLs.
7+
38
## January 2025
49

510
- [3.4](#version3400) release and documentation update roll-up (Wizard, Computer build versions, Config Builder)

docs/EN/Maintenance/UpdateComputerBuild.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Update with a computer
1+
# Update with Android Studio
22

33
## Build yourself instead of download
44

@@ -8,7 +8,7 @@
88
In case you want to build **AAPS** on a new computer : copy your back-up keystore file to the new computer. Then follow the [Initial build **AAPS** procedure](../SettingUpAaps/BuildingAaps.md) instead of this guide. With the only difference that instead of creating a new keystore, you can select the one you have copied on the new computer.
99
```
1010

11-
## Overview for updating to a new version of AAPS with a computer
11+
## Overview for updating to a new version of AAPS with Android Studio
1212

1313
```{contents} Steps for updating to a new version of AAPS
1414
:depth: 1

docs/EN/Maintenance/UpdateToNewVersion.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515

1616
If you already built your AAPS app with the Browser Build method, follow [these instructions](./UpdateBrowserBuild.md).
1717

18-
## Update AAPS with a computer
18+
## Update AAPS with Android Studio
1919

2020
Follow [these instructions.](./UpdateComputerBuild.md).
2121

22+
## Update AAPS with the command-line
23+
24+
Use the [same instructions](../SettingUpAaps/CLIBuild.md) as when building AAPS previously, but pull new changes with git.
25+
2226
(Update-to-new-version-check-aaps-version-on-phone)=
2327
### Check AAPS version on phone
2428

docs/EN/SettingUpAaps/BuildingAaps.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@ See [FAQ page](../UsefulLinks/FAQ.md) for details.
88

99
---
1010

11-
Two methods are available to build the AAPS app:
11+
Three methods are available to build the AAPS app:
1212

13-
### Build with a browser
13+
### Build with a browser (recommended)
1414

1515
You can build the app with your smartphone using GitHub actions, and save it in your Google Drive.
1616

1717
**[Follow these instructions.](./BrowserBuild.md)**
1818

1919
----
2020

21-
### Build with a computer
21+
### Build with Android Studio
2222

23-
You can build the app with your computer using Android Studio.
23+
You can build the app with your computer using Android Studio. This used to be the only build option,
24+
nowadays Android Studio is mostly used by developers who consider making code changes.
2425

2526
**[Follow these instructions.](./ComputerBuild.md)**
2627

docs/EN/SettingUpAaps/ComputerBuild.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Computer Build
1+
<!-- Android Studio Build, FKA Computer Build. Preserve filenames to avoid breaking URLs. -->
2+
3+
# Android Studio Build
24

35
This is the traditional method to build your AAPS app.
46

docs/EN/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Setting up the reporting server <./SettingUpAaps/SettingUpTheReportingServer.md>
9393
- Tidepool <./SettingUpAaps/Tidepool.md>
9494
Building AAPS <./SettingUpAaps/BuildingAaps.md>
9595
- Browser Build <./SettingUpAaps/BrowserBuild.md>
96-
- Computer Build <./SettingUpAaps/ComputerBuild.md>
96+
- Android Studio Build <./SettingUpAaps/ComputerBuild.md>
9797
- CLI Build <./SettingUpAaps/CLIBuild.md>
9898
Transferring and Installing AAPS <./SettingUpAaps/TransferringAndInstallingAaps.md>
9999
Setup Wizard <./SettingUpAaps/SetupWizard.md>
@@ -152,7 +152,7 @@ AAPS Release Notes <./Maintenance/ReleaseNotes.md>
152152
Documentation updates <./Maintenance/DocumentationUpdate.md>
153153
Updating to a new version of AAPS <./Maintenance/UpdateToNewVersion.md>
154154
- Browser Update <./Maintenance/UpdateBrowserBuild.md>
155-
- Computer Update <./Maintenance/UpdateComputerBuild.md>
155+
- Android Studio Update <./Maintenance/UpdateComputerBuild.md>
156156
157157
```
158158

0 commit comments

Comments
 (0)