Wykres commitów

69 Commity (150249ab3ebee5616590ba97364a9c7f76b9f2e0)

Autor SHA1 Wiadomość Data
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
James Rich efc2a32915 chore: Add issue templates and disable blank issues
This commit adds feature request and bug report templates to the repository. It also disables the ability to create blank issues, requiring
 users to use one of the provided templates.
2024-08-18 06:54:39 -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
Andre K 13e85aef59
Create FUNDING.yml 2023-01-28 12:11:35 -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
Andre K c567df1355
mock firmware assets for release 2022-08-23 22:14:59 -03:00
andrekir cf827aefaf rip ota 2022-08-23 18:08:43 -03:00
Andre Kirchhoff bc6aae394b
include nano firmware 2022-06-07 14:49:02 -03:00
Andre Kirchhoff 47351ed1d9
revert CI to pull_request 2022-03-26 23:51:11 -03:00
andrekir d97aec7ed4 update mapbox tokens 2022-03-26 23:44:51 -03:00
Andre Kirchhoff 718e284743
replace firmware spiffs with littlefs 2022-03-08 12:36:34 -03:00
Andre Kirchhoff d429a94e93
update ci trigger 2022-02-08 23:10:53 -03:00
Andre Kirchhoff b4cc59b552
Create PULL_REQUEST_TEMPLATE.md 2022-02-04 23:44:40 -03:00
Andre Kirchhoff 956c865e18
mock google-services.json for debug 2022-02-04 23:28:15 -03:00
Andre Kirchhoff 51c8a6a315
update release naming convention 2022-02-03 14:19:33 -03:00
Andre Kirchhoff 8b2346a107
add bundle release 2022-01-18 18:56:36 -03:00
Andre Kirchhoff ca783bc301
include firmware pre-releases 2021-12-22 15:09:31 -03:00
andrekir 715fb6c108 update github actions 2021-12-11 19:38:02 -03:00
Andre Kirchhoff c7666f22f9
add release build action 2021-12-09 15:01:20 -03:00
Andre Kirchhoff 7dbc72c455
spacing 2021-12-07 17:05:45 -03:00
Andre Kirchhoff 6fff6ef6dd
add google-services.json 2021-12-07 16:04:25 -03:00
Andre Kirchhoff 4521779678
mapbox-token.xml 2021-12-01 21:45:32 -03:00
Andre Kirchhoff 7e7f238f91
CI improvements 2021-11-30 10:49:27 -03:00
Andre Kirchhoff 90c9fe7866
fix mapbox secrets 2021-11-28 16:39:10 -03:00
Sacha Weatherstone d39f8b6c41 Update CI 2021-07-09 14:19:14 +10:00