Commit graph

246 commits

Author SHA1 Message Date
renovate[bot]
4050337365
chore(deps): pin dependencies (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 16:34:24 +07:00
Cuong M. Tran
9ff5289f58
Update renovate/dependabot to rebase on develop branch by default 2024-06-04 14:39:51 +07:00
Cuong M. Tran
6393f0d3e1
Disable automatic build on push to develop 2024-06-04 14:26:04 +07:00
dependabot[bot]
914a7d2aa9
Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#9)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](9d7c94cfd0...69320dbe05)
[skip ci]
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 01:36:14 +07:00
dependabot[bot]
010fafcd75
Bump actions/upload-artifact from 3 to 4 (#8)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
[skip ci]
---
updated-dependencies:
- dependency-name: actions/upload-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>
2024-05-20 01:35:37 +07:00
dependabot[bot]
5c8520d619
Bump gradle/wrapper-validation-action from 1 to 3 (#7)
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 3.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v3)
[skip ci]
---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  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-05-20 01:35:01 +07:00
dependabot[bot]
bc88a16b6d
Bump actions/dependency-review-action from 4.2.5 to 4.3.2 (#6)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.2.5 to 4.3.2.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](5bbc3ba658...0c155c5e85)
[skip ci]
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  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>
2024-05-20 01:34:24 +07:00
renovate[bot]
0b383e5a14
Update actions/checkout action to v4.1.6 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[skip ci]
2024-05-20 01:28:20 +07:00
Cuong Tran
b3542030ff
[skip ci] Fix build_pull_request 2024-05-19 23:11:54 +07:00
Cuong M. Tran
636d54b3be
Create dependabot.yml 2024-05-19 22:50:35 +07:00
MajorTanya
0b269db17a
Add MyAnimeList issue autoclose (#703)
[skip ci] Add MyAnimeList issue autoclose

This rule is intended to automatically close issues that report
problems with linking MAL that would be solved with the standard
solution of updating & changing the default UA.

The RegEx might be too general, but there isn't any neat pattern in
the previously filed issues.

(cherry picked from commit 9a3ffe2ea6cbf7ef2c2966c304a54b715a5fa682)
(cherry picked from commit e32eb0e0093c143315893b3d14381305d044e19d)

# Conflicts:
#	.github/workflows/issue_moderator.yml
2024-05-19 02:52:51 +07:00
Cuong Tran
2e4adab773
[skip ci] Add renovate.json & fix pull_request CI 2024-05-19 02:52:21 +07:00
Cuong Tran
4c063cf1ea
[skip ci] Build devPreview on develop branch with CI on this repo instead of dispatch 2024-05-19 01:39:01 +07:00
Cuong Tran
b3dcf85dc6
[skip ci] Won't create 'r...' tag if building development version 2024-05-14 19:58:30 +07:00
Cuong M. Tran
48fb4a2e60
workflow: fix fetch-depth 2024-05-10 10:39:22 +07:00
Cuong Tran
23d862d17c
workflow: fix fetch-depth 2024-05-09 23:17:12 +07:00
Cuong M. Tran
f3d3070ea8
setup workflow to build preview repo 2024-05-09 19:33:03 +07:00
Cuong M. Tran
1eefa745ea
Updater: similar to Mihon
- Preview version now name Beta, use different package & repo
- Drop syDebugVersion, use commitCount
- Fix Firebase analytics for both Release & Preview build
- Create separate variant for Preview build instead of using syDebugVersion
- Preview version showing changelog_debug.xml
- Release version showing changelog_release.xml
2024-05-08 11:55:10 +07:00
Cuong M. Tran
efac4c12fc
workflow build_develop 2024-05-02 18:16:09 +07:00
Cuong M. Tran
255d257d0a
Update dependencies, fix issue_moderator, add build_pull_request.
Add dependabot.
2024-04-30 02:33:29 +07:00
Cuong M. Tran
a9412dd951
Won’t write commit logs to changelog_debug 2024-04-27 00:28:50 +07:00
Cuong M. Tran
b1ed993f4d
Update github's workflow script, exclude cases when only edit *.md files 2024-04-26 23:32:50 +07:00
Cuong M. Tran
cdd3a7f6f8
Update github workflow to include client_secrets.json in Preview build
- name: Write client_secrets.json
        uses: DamianReeves/write-file-action@v1.2
        with:
          path: app/src/main/assets/client_secrets.json
          contents: ${{ secrets.CLIENT_SECRETS_TEXT }}
          write-mode: overwriteclient_secrets.json
2024-03-29 13:50:09 +07:00
Jobobby04
ab4703530c
Oops 2024-03-29 12:00:26 +07:00
Jobobby04
f6c6881a15
Add preview prefix 2024-03-29 12:00:26 +07:00
Jobobby04
53a8beaa1c
Write client_secrets.json on build 2024-03-29 12:00:26 +07:00
Jobobby04
1d1761049c
Use github run_number to create tag 2024-03-29 11:56:21 +07:00
Cuong Tran
b0c872d4d8
update README image 2024-03-10 17:20:11 +07:00
Jobobby04
8ce1b895ab
1.10.5
# Conflicts:
#	.github/ISSUE_TEMPLATE/report_issue.yml
#	.github/ISSUE_TEMPLATE/request_feature.yml
2024-03-04 11:01:22 +07:00
Jobobby04
61b70cdcbb
Use new gradle workflow 2024-03-04 10:55:30 +07:00
Cuong Tran
f6c1239609
[skip ci] remove develop script 2024-02-24 01:14:19 +07:00
Cuong Tran
011ee4ebc5
update workflow script 2024-02-24 01:11:06 +07:00
Jobobby04
3c5bc801ca
1.10.4 2024-02-22 23:07:56 +07:00
Cuong M. Tran
df68221494
Fix build script 2024-02-22 23:07:46 +07:00
Cuong M. Tran
c301e4ff76
using komikku-app/extensions/repo 2024-02-22 23:06:27 +07:00
pabalaba
67dbe5b9b8
Update workflow dependencies (#310)
* feat: updated build_pull_request actions version

* feat: updated build_push actions version

* feat: updated issue_moderator action version

* feat: updated deprecated arguments in build_pull_request

* feat: updated deprecated arguments in build_push

* feat: removed explicit declaration of gradle version

(cherry picked from commit 170daf9fb2e566fea598eb5dc0cd710f979c7b7a)
2024-02-19 17:54:44 +07:00
Jobobby04
8cb76d8a62
1.10.3 2024-02-19 17:54:44 +07:00
AntsyLich
05e1d509d2
Remove old ISSUE_TEMPLATE.md
(cherry picked from commit 1581b876cfc9d98620e164a48084be88c348457e)

# Conflicts:
#	.github/ISSUE_TEMPLATE.md

# Conflicts:
#	.github/ISSUE_TEMPLATE.md
2024-02-19 17:54:44 +07:00
AntsyLich
9d007845a7
[skip ci] Increase size of the message indicating which apk to download
(cherry picked from commit ddbe8efbc5cb0665be0775b128e70ace8cee2b12)

# Conflicts:
#	.github/workflows/build_push.yml

# Conflicts:
#	.github/workflows/build_push.yml
2024-02-19 17:54:44 +07:00
Jobobby04
3455e6ee04
Swap over to Mihon.app
# Conflicts:
#	.github/ISSUE_TEMPLATE.md
#	.github/ISSUE_TEMPLATE/config.yml
#	README.md
2024-02-19 15:28:28 +07:00
Cuong M. Tran
1b54a5dd10
transfer repo to komikku-app 2024-02-19 14:52:22 +07:00
Cuong M. Tran
97efbd2efc
Update source repo URL 2024-02-05 18:32:26 +07:00
Cuong M. Tran
9783ab47de Add github script to build develop branch 2024-02-04 17:13:02 +07:00
Cuong M. Tran
a1e4aeebb7
build_preview: set version and always publish release 2024-01-30 00:28:33 +07:00
Cuong M. Tran
9c547b02bd
update README & ISSUE_TEMPLTE 2024-01-29 23:24:51 +07:00
Cuong M. Tran
da890c42d7
Remove files executable permission 2024-01-28 23:44:37 +07:00
Cuong M. Tran
b92ca6b8d7
New icon 2024-01-28 23:44:37 +07:00
Cuong M. Tran
4ec2204836
update Github workflow scripts 2024-01-28 23:44:36 +07:00
Cuong M. Tran
85354be510
Update ISSUE_TEMPLATE to new repo 2024-01-28 23:44:36 +07:00
Cuong M. Tran
78025c6783
Update README & CONTRIBUTE to new repo & remove FUNDING 2024-01-28 23:44:36 +07:00