Commit Graph

25 Commits

Author SHA1 Message Date
Reckless_Satoshi
5188689c31
chore: fix access to android build secrets on release workflow 2024-05-12 22:08:59 +01:00
Reckless_Satoshi
07baea07c9
Fix check versions action 2024-03-17 15:02:43 +00:00
dependabot[bot]
fee6163398
Bump softprops/action-gh-release from 1 to 2 (#1177)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 11:32:30 +00:00
Reckless_Satoshi
e49c861c5e
Fix deprecated set-output usage 2024-01-22 11:21:27 +00:00
Reckless_Satoshi
a2471ee981
Fix release workflow 2024-01-22 11:05:11 +00:00
Reckless_Satoshi
e5cb8d8308
Add simple web hosted client 2024-01-11 13:35:16 +00:00
dependabot[bot]
baf318d98e
Bump actions/download-artifact from 3 to 4 (#1011)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-25 13:16:37 +00:00
Reckless_Satoshi
605a37bb87 Add CLN regtest to integration tests 2023-11-14 13:54:51 +00:00
Reckless_Satoshi
54a59872fb
Add django utils tests (#911)
* Add util tests

* Enable coordinator test workflow
2023-10-23 22:48:38 +00:00
dependabot[bot]
396b849076
Bump actions/checkout from 3 to 4 (#830)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 16:00:32 +00:00
Reckless_Satoshi
f3a7701166
Update changelog, fix release workflow, re-sync package-lock 2023-05-29 11:22:41 -07:00
Reckless_Satoshi
8acb4903cb
Bump to v0.5.1 2023-05-26 06:02:57 -07:00
Reckless_Satoshi
08b6930ca2
Modify release workflow permissions 2023-05-26 04:43:17 -07:00
Reckless_Satoshi
a5d0550100
Fix release workflow 2023-05-10 02:48:31 -07:00
Reckless_Satoshi
899062ae70
Rename repository 2023-05-09 06:07:16 -07:00
Reckless_Satoshi
25f0b0eea5
Fix token auth native (#558)
* Fix token auth on Native

* Fix pre-release action
2023-05-06 13:42:48 +00:00
dependabot[bot]
c31c5b4218
Bump actions/checkout from 2 to 3 (#514)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 23:55:36 +00:00
Reckless_Satoshi
bdd0174b92
Fix conflicting release workflow ids 2023-04-10 10:38:42 -07:00
Reckless_Satoshi
1ac6e0fa86
Add multi architecture Android builds and reduce bundle sizes (#413)
* Add multi architecture Android builds and reduce bundle sizes

* Disable Proguard

* Add universal build
2023-04-10 17:02:30 +00:00
Reckless_Satoshi
7643e524f1
Fix all files with pre-commit 2022-10-25 11:04:12 -07:00
Reckless_Satoshi
01bcb03aff
Add versioning to Android app 2022-10-06 03:53:03 -07:00
Reckless_Satoshi
a6cbff8ff6
Prepare for 0.2.1 patch release 2022-09-29 08:21:33 -07:00
Reckless_Satoshi
ab4d83bf49
Set up Android APK build workflow for releases 2022-09-28 13:29:21 -07:00
KoalaSat
ae193f19a4
Refactor avatars (#251) 2022-09-22 16:23:21 -07:00
Reckless_Satoshi
f5f707bd4e
Add version mismatch detection, refactor GH workflows, draft release.yml, increase prettier scope (#250)
* Refactor GH workflows

* Add version mismatch checker and UpdateClient Dialog

* Fix finalize release workflow

* Increase prettier scope

* Increase prettier coverage, add some static to prettierignore

* Add CodeQL on PR
2022-09-22 15:22:51 -07:00