Commit Graph

88 Commits

Author SHA1 Message Date
James Rich
02bb3f02e4 feat: network module (#1905) 2025-05-22 08:30:08 -05:00
James Rich
520d058546 Update release.yml 2025-05-21 15:00:40 -05:00
James Rich
5f0b366726 Update release.yml 2025-05-21 14:57:25 -05:00
James Rich
f07b84a1cd Delete .github/workflows/parallel-release.yml 2025-05-21 13:37:35 -05:00
James Rich
688c9af1ce Rename parallel-release to parallel-release.yml 2025-05-21 13:16:53 -05:00
James Rich
db8ceaefe1 Update parallel-release 2025-05-21 13:13:01 -05:00
James Rich
b1ae4dc569 chore(repo): Create parallel-release action (#1901) 2025-05-21 13:10:26 -05:00
James Rich
15ab9e918d chore(repo): let stale-bot have more operations (#1851) 2025-05-15 14:47:37 +00:00
renovate[bot]
d0eb8ae717 chore(deps): update actions/stale action to v9.1.0 (#1850)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-15 09:07:25 -05:00
James Rich
01d0743995 chore(repo): stale.yml (#1849) 2025-05-15 13:58:38 +00:00
James Rich
8677420462 chore(i18n): Upload translations workflow (#1845) 2025-05-14 12:14:25 -05:00
James Rich
0bb584445b Refactor: Split Crowdin Action into Upload and Download Workflows (#1815) 2025-05-03 13:35:28 -05:00
James Rich
105f2ac723 Update crowdin.yml
labels and commit message
2025-04-30 18:19:09 -05:00
renovate[bot]
f8e573d3d7 chore(deps): update peter-evans/create-pull-request action to v7 (#1805)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-30 17:03:36 -05:00
renovate[bot]
09c04763c4 chore(deps): update node to v22 (#1804)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-30 17:02:54 -05:00
James Rich
abe49ff12c Update update-hardware-list.yml
correct the base branch for PR
2025-04-30 16:52:45 -05:00
James Rich
8b4be69163 Update update-hardware-list.yml
fix path
2025-04-30 16:49:27 -05:00
James Rich
551f7cb1c4 feat: Add GitHub workflow to update hardware list (#1802) 2025-04-30 16:47:55 -05:00
James Rich
0e0721c65c Update crowdin.yml
fix github token var
2025-04-29 13:00:34 -05:00
James Rich
17cd4cdc19 chore(l10n): Add Crowdin localization workflow and configuration (#1798) 2025-04-29 12:35:02 -05:00
James Rich
3d86dc349e fix #1645: Ensure test run completion on Android by killing crashpad_handler (#1646) 2025-03-05 20:35:26 -06:00
Andre K
b3ae36a91a ci: add Gradle configuration-cache encryption key 2024-12-28 09:07:12 -03:00
Andre K
2050cd0b4b chore: simplify mock google-services.json workflow (#1313) 2024-10-14 08:13:35 -03:00
James Rich
858544b0f4 feat: adds UI for unknown node details (#1219) 2024-09-16 20:20:20 -03:00
renovate[bot]
6433644638 chore(deps): update gradle/actions action to v4 2024-08-04 07:54:42 -03:00
andrekir
e31b7d4911 chore: update targetSdk to API 34 2024-07-21 10:43:01 -03:00
James Rich
3dd0f8ceed feat: add detekt Android CI workflow, migrate to ktlint plugin (#1122) 2024-07-02 23:01:51 -03:00
andrekir
f84a75569d ci: add workflow for Android tests 2024-06-02 08:46:22 -03:00
andrekir
f1d8b0846c ci: replace gradle/wrapper-validation-action with gradle/actions/wrapper-validation
As of `v3` this action has been superceded by `gradle/actions/wrapper-validation`. Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`.

Users are encouraged to update their workflows, replacing:
```
uses: gradle/wrapper-validation-action@v3
```

with
```
uses: gradle/actions/wrapper-validation@v3
```

See the [wrapper-validation documentation](https://github.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`.
2024-04-15 18:18:32 -03:00
andrekir
664a4d2d51 ci: replace gradle/gradle-build-action with gradle/actions/setup-gradle
As of `v3` this action has been superceded by `gradle/actions/setup-gradle`. Any workflow that uses `gradle/gradle-build-action@v3` will transparently delegate to `gradle/actions/setup-gradle@v3`.

Users are encouraged to update their workflows, replacing:

```
uses: gradle/gradle-build-action@v3
```

with

```
uses: gradle/actions/setup-gradle@v3
```

See the [setup-gradle documentation](https://github.com/gradle/actions/tree/main/setup-gradle) for up-to-date documentation for `gradle/actions/setup-gradle`.
2024-04-15 18:17:41 -03:00
andrekir
7386dd23eb ci: add version_info.txt to release assets 2024-04-06 07:53:50 -03:00
renovate[bot]
abb1eff426 chore(deps): update gradle/wrapper-validation-action action to v2 2024-02-01 07:03:59 -03:00
renovate[bot]
f333527bd8 chore(deps): update gradle/gradle-build-action action to v3 2024-02-01 07:03:44 -03:00
renovate[bot]
e24842db88 chore(deps): update actions/upload-artifact action to v4 2023-12-27 19:34:43 -03:00
renovate[bot]
c9ecb2fe90 chore(deps): update actions/setup-java action to v4 2023-12-04 21:07:11 -03:00
andrekir
c4db056b1f refactor: remove firmware assets from release 2023-11-29 05:49:07 -03:00
renovate[bot]
aae3fe91f3 chore(deps): update actions/checkout action to v4 2023-09-05 05:56:53 -03:00
andrekir
e15cdc42f1 ci: update workflows to JDK 17 2023-06-21 23:12:48 -03:00
andrekir
f17f9e1ec5 ci: get versionName from app/build.gradle for release action 2023-03-02 21:30:53 -03:00
andrekir
dc8c4a6c57 ci: split gradle tasks and save reports 2023-02-21 08:57:47 -03:00
Andre K
c4b20912bd ci: ignore .md files 2023-02-03 22:47:30 -03:00
andrekir
45d223a9a6 ci: run gradle build tests 2023-01-26 23:23:50 -03:00
Andre K
7f1e9113db ci: upload single debug apk artifact 2023-01-22 22:03:14 -03:00
andrekir
6e96a6b7c2 feat: add fdroid and google flavors 2023-01-20 12:27:27 -03:00
andrekir
740e86d664 update actions to use Node.js 16 2022-10-26 16:50:46 -03:00
andrekir
ce8e67eb5d update workflow JDK 2022-10-03 23:57:28 -03:00
andrekir
8f0c5937fb test publish via github actions 2022-09-05 18:39:49 -03:00
andrekir
b445faf574 remove mapbox reference 2022-08-29 11:06:47 -03:00
PWRxPSYCHO
684bd82772 Merge branch 'meshtastic:master' into feature/osmand-migration 2022-08-25 20:16:31 +00:00
PWRxPSYCHO
b8ef088d8e Remove all references to MapBox, MapBox tokens, and credentials 2022-08-23 22:49:46 -04:00