Commit Graph

173 Commits

Author SHA1 Message Date
DIYgod d74cea5b1f
fix: lint 2025-06-23 18:05:24 +08:00
Stephen Zhou 65ebf9ef93
fix: sqlite wasm in electron production (#3920) 2025-06-13 22:12:07 +08:00
dependabot[bot] 24cf4cee9a
chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 (#3901)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: '6'
  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>
2025-06-12 21:24:43 +08:00
Whitewater 336021a94e
chore: add Android build trigger and release draft creation (#3843)
* chore: add release draft creation and version setup for Android builds

* chore: add Android build trigger

* fix: update comments for clarity
2025-05-29 17:31:53 +08:00
Whitewater b8ff9e802b
fix: escape quotes in build script (#3741)
* fix: escape quotes in build:packages script

* fix: update Windows prebuild command to use pnpm
2025-05-16 16:05:04 +08:00
Innei 8cbec1db7d
fix(build): update Windows prebuild command to use npx
- Modified the Windows prebuild command in build-desktop.yml to use 'npx turbo run build' for improved execution.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-16 15:26:20 +08:00
Innei 9177e9dfc3
chore(build): update Windows prebuild command and include workflow file in path triggers
- Changed the prebuild command for Windows to use 'turbo run build' for better performance.
- Added the build-desktop.yml file to the list of paths that trigger the workflow.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-16 13:55:14 +08:00
Innei 7d2ba96886
feat(build): add prebuild step for Windows in desktop workflow
- Introduced a new step to prebuild packages specifically for Windows environments in the build-desktop.yml workflow.
- This enhancement ensures that Windows users have the necessary packages built before proceeding with the main build process.

Signed-off-by: Innei <tukon479@gmail.com>
2025-05-16 12:16:26 +08:00
Stephen Zhou f0f49bea8b
ci: macos-15 and xcode 16.3 (#3680) 2025-05-08 09:16:20 +08:00
dependabot[bot] 59ec2443e9
chore(deps): bump signpath/github-action-submit-signing-request (#3626)
Bumps [signpath/github-action-submit-signing-request](https://github.com/signpath/github-action-submit-signing-request) from 1.1 to 1.2.
- [Commits](https://github.com/signpath/github-action-submit-signing-request/compare/v1.1...v1.2)

---
updated-dependencies:
- dependency-name: signpath/github-action-submit-signing-request
  dependency-version: '1.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 23:53:22 +08:00
Stephen Zhou 07b1dac2eb
ci: update name 2025-04-23 10:44:10 +08:00
Stephen Zhou f8c6cb7ae7
ci: separate self-hosted runner job as pass array as input not work 2025-04-23 10:29:23 +08:00
DIYgod e847740205
chore: add macos check for ios self hosted runner check 2025-04-22 18:57:29 +08:00
dependabot[bot] 167c5ac944
build(deps): bump actions/checkout from 3 to 4 (#3532)
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-version: '4'
  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>
2025-04-20 13:09:01 +08:00
Innei dee44e5411
chore(ci): add automatic branch sync workflow
Signed-off-by: Innei <tukon479@gmail.com>
2025-04-18 18:55:13 +08:00
DIYgod 223f26ece5
chore: fix android submit path 2025-04-13 14:28:21 +08:00
DIYgod 0ccc57eee0
chore: fix android submit path 2025-04-13 13:52:43 +08:00
DIYgod 2411733438
chore: safer actions trigger conditions 2025-04-13 13:30:45 +08:00
DIYgod 533a1ce593
chore: add input param to concurrency group id 2025-04-13 13:15:27 +08:00
DIYgod c3bccbe6d8
chore: production build submit to Google Play 2025-04-13 12:59:18 +08:00
DIYgod 8a985edf47
chore: use working-directory 2025-04-13 12:58:52 +08:00
DIYgod 53e492ab67
chore: fix workflow name 2025-04-12 17:48:08 +08:00
DIYgod 29555ef021
chore: rename workflows 2025-04-07 23:37:07 +08:00
DIYgod 653179485f
chore(mobile): upload android aab 2025-04-07 22:22:04 +08:00
DIYgod 4c19dc6c0b
chore: sign exe only for release 2025-04-05 10:13:30 +08:00
DIYgod bdd4e07a41
chore: setup store build 2025-04-05 10:11:15 +08:00
DIYgod c85e8ecd95
chore: prod build for mas 2025-04-05 10:07:52 +08:00
DIYgod 97c2b1a8df
chore: no staging build for mas 2025-04-05 10:01:17 +08:00
Whitewater 25d253ff33
feat: android prototype (#3376)
* fix(mobile): mock webview module for Android

* fix(mobile): disable new architecture for track player workaround

* chore(mobile): add @react-native-menu/menu dependency

* fix(mobile): handle undefined index in PagerList onIndexChange

* fix(mobile): add error handling for stream fetch response

* fix(mobile): update aspect ratio handling for video components

* fix(mobile): mock Galeria component

* fixup! fix(mobile): update aspect ratio handling for video components

* chore(ci): add GitHub Actions workflow for building Android app

* fix(mobile): improve CocoaPods pre-install script to handle missing CocoaPods

* fix(mobile): move splash screen image configuration to Android-specific settings

* fix(mobile): image in android

* fix: patch react-native-track-player patch

* fix: build profile
2025-04-02 19:24:06 +08:00
Stephen Zhou 1594079c37
ci: include app config in path condition 2025-04-01 14:44:39 +08:00
Stephen Zhou 987d2611ce
ci: clear cache after build 2025-03-31 11:00:13 +08:00
Stephen Zhou cb73dfd7e1
ci: clear xcode cache for self-hosted runner 2025-03-31 10:56:13 +08:00
DIYgod 2881d655ee
feat: staging build (#3365)
* feat: move constants isElectronBuild

* feat: move constants isWebBuild

* feat: unified isDev

* feat: unified isProd

* chore: staging build

* update

* fix

* fix

* feat: staging icons

* fix
2025-03-30 22:13:11 +08:00
DIYgod 77d48b9f99
chore: fix appx name 2025-03-28 20:05:43 +08:00
DIYgod fa3f3d9b95
chore: set continue-on-error for signpath 2025-03-28 18:50:53 +08:00
Stephen Zhou 5a45700204
ci: fix skip condition 2025-03-28 11:10:52 +08:00
DIYgod 252bc0e347
chore: disable windows sign for dev 2025-03-27 12:16:17 +08:00
DIYgod 23df2bfeb0
chore: use signpath test signing for non production 2025-03-26 18:38:04 +08:00
DIYgod cf6b609490
chore: update signpath signing-policy-slug 2025-03-26 18:13:13 +08:00
DIYgod 9eb044e91a
chore: relax concurrency limits for non iOS builds 2025-03-26 12:19:49 +08:00
DIYgod 12e4a2c25a
chore: build file names 2025-03-26 12:04:56 +08:00
DIYgod 0e4a810493
chore: signpath (#3286)
* chore: separate artifacts

* chore: use signpath

* update

* update

* update

* update

* update
2025-03-26 00:03:49 +08:00
Stephen Zhou a1fed5c62a
ci: pass for external contributor 2025-03-24 11:32:01 +08:00
Stephen Zhou 89e8cdfa29
ci: fix empty state fro external contributor 2025-03-24 11:23:09 +08:00
Stephen Zhou 4bdd6bac4e
ci: restrict build workflow to dev branch only (#3255) 2025-03-23 17:31:30 +08:00
Stephen Zhou 2f8f13738c
ci: introduce self host runner (#3237)
* ci: test self host runner

* update

* update

* push

* prefer self then github

* update

* log

* update

* update

* update

* update

* update

* try label

* Revert "try label"

This reverts commit 05d19cf24f760df39cb1c739e2b0ee073368137b.

* include build mac

* try hyoban to build mac

* update

* update

* update

* update

* push

* push

* push

* push

* push

* push

* try

* try

* Revert "try"

This reverts commit c1be653a93a87bfa14c6cfc7fb2e8ba20ae39bf4.

* fix build

* add runner

* Revert "add runner"

This reverts commit 70e0c357467d118bf2b28c1d979f5fc43cf2793a.

* clean

* avoid setup on self host

* update
2025-03-23 17:21:59 +08:00
DIYgod 427045d2b4
feat: appx (#3219)
* feat: add appx maker

* update

* update

* fix

* update

* update

* update

* update

* Revert "update"

This reverts commit 798e6124dcd0fa2080f03fc1f952076bf5a11fd4.
2025-03-21 17:28:12 +08:00
dependabot[bot] 9d3713d5d4
build(deps): bump redhat-plumbers-in-action/advanced-issue-labeler (#3176)
Bumps [redhat-plumbers-in-action/advanced-issue-labeler](https://github.com/redhat-plumbers-in-action/advanced-issue-labeler) from 2 to 3.
- [Release notes](https://github.com/redhat-plumbers-in-action/advanced-issue-labeler/releases)
- [Commits](https://github.com/redhat-plumbers-in-action/advanced-issue-labeler/compare/v2...v3)

---
updated-dependencies:
- dependency-name: redhat-plumbers-in-action/advanced-issue-labeler
  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>
2025-03-20 14:23:21 +08:00
dependabot[bot] f83e47271e
build(deps): bump actions/checkout from 3 to 4 (#3177)
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>
2025-03-20 14:23:09 +08:00
DIYgod f2e29252f2
feat: rename (#3181)
* feat: rename

* fix

* fix

* fix
2025-03-19 21:43:55 +08:00