Commit graph

358 commits

Author SHA1 Message Date
renovate[bot]
29d26ff315
chore(deps): update actions/download-artifact action to v4.3.0 (#869)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-28 02:50:06 +07:00
Cuong-Tran
d2960d3d25
chore(workflows): remove issue-moderator 2025-04-26 10:39:13 +07:00
renovate[bot]
f3e1141f06
Update GitHub Actions (#843)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-20 01:38:45 +07:00
AntsyLich
0b62594c00
Fix labels not applying on issues and rearrange them [skip ci]
(cherry picked from commit f6617a7a2203e255520d13194ab533d8ddbd1986)
2025-04-20 01:38:45 +07:00
Cuong-Tran
04d90493d9
Fix (workflows): parsing version tag from refs 2025-04-17 10:02:50 +07:00
Cuong-Tran
2e5c00c5a0
Fix workflows conditions 2025-04-15 00:51:43 +07:00
Cuong-Tran
70ca305e16
Fix workflows permission & website deploy trigger 2025-04-14 17:22:56 +07:00
renovate[bot]
fbf32b3e7c
Update actions/setup-java action to v4.7.1 (#830)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-09 19:02:35 +07:00
renovate[bot]
a659bf9dae
Update GitHub Actions (#811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-02 02:27:24 +07:00
Cuong-Tran
7b635662d1
Update workflow build & fix benchmark build 2025-03-29 16:40:36 +07:00
Cuong-Tran
f22670034b
Merge branch 'release' 2025-03-29 00:57:57 +07:00
Cuong-Tran
9b8298bf38
Support GH download badge in releases note 2025-03-28 19:42:42 +07:00
Cuong-Tran
75bd45bc4c
Update changelog & fix build_preview 2025-03-28 03:04:04 +07:00
Weblate (bot)
603844321c
Translations update from Hosted Weblate (#779)
* remove 'Dependency Review' from non-PR workflows

* Translated using Weblate (Filipino)

Currently translated at 84.0% (105 of 125 strings)

Translation: Komikku-App/Komikku
Translate-URL: https://hosted.weblate.org/projects/komikku-app/komikku/fil/

---------

Co-authored-by: Cuong-Tran <cuongtran.tm@gmail.com>
Co-authored-by: Infy's Tagalog Translations <ced.paltep10@gmail.com>
2025-03-28 02:16:38 +07:00
renovate[bot]
8353f48e63
Update GitHub Actions (#770)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-28 00:47:53 +07:00
Cuong-Tran
0828057650
Support GH download badge in releases note 2025-03-25 03:17:42 +07:00
Cuong-Tran
06170a9d13
Fix build with telemetry 2025-03-24 01:49:50 +07:00
Cuong-Tran
d8132eba1a
remove 'Dependency Review' from non-PR workflows 2025-03-24 00:23:49 +07:00
AntsyLich
0df53a5125
Change 'include-analytics' to 'include-telemetry' (mihonapp/mihon#1874)
(cherry picked from commit 093e8e5c5afe970d5aa2f1c237d43ac7936256b2)
2025-03-23 23:47:21 +07:00
scb261
b5a3c718b4
Rework website update workflow (mihonapp/mihon#1851)
(cherry picked from commit 0d19308054d86db6bcdad17157bc17f4d0453b3d)
2025-03-23 23:43:06 +07:00
Cuong-Tran
1ae2c0572c
Fix PR workflow for fork 2025-03-23 23:43:06 +07:00
Cuong-Tran
60cf45662b
Add back Dependency Review to workflow 2025-03-23 23:43:06 +07:00
Cuong-Tran
341cb1e408
Add back BUILD_TOOLS to sign-android-release workflow 2025-03-23 23:43:06 +07:00
AntsyLich
3623b4efb6
Change foss variant application id suffix to '.foss' and more (mihonapp/mihon#1831)
- Remove `BuildConfig.PREVIEW`
- Rename `BuildConfig.INCLUDE_ANALYTICS` -> `BuildConfig.ANALYTICS_INCLUDED`
- Rename `BuildConfig.INCLUDE_UPDATER` -> `BuildConfig.UPDATER_ENABLED`
- Rename build property `with-analytics` -> `include-analytics`
- Rename build property `with-updater` -> `enable-updater`
- Add build property to disable code shrink
- Add build property to include dependency info in apk/app bundle

(cherry picked from commit 0893609ad2c4791dc404d72a5e69a2e0373517ae)
2025-03-23 23:43:06 +07:00
rhjdvsgsgks
686a80555f
Add build tool version to android config (mihonapp/mihon#1803)
(cherry picked from commit 7566918ee749e76c701aeda7e99d81003676a51c)
2025-03-23 23:43:06 +07:00
AntsyLich
b976778c08
Set explicit runner version and specify build tools version for signing (mihonapp/mihon#1787)
(cherry picked from commit 7b70b40d300f3412b6dae8970817c01887050a24)
2025-03-23 23:43:06 +07:00
AntsyLich
fb959a33e3
Remove closed issue/pr auto lock workflow [skip ci]
(cherry picked from commit f33aa1ac9223393d0921df2902e4b59589ab7d2d)
2025-03-23 23:43:05 +07:00
AntsyLich
73719f2f1b
Rework build variants and add FOSS variant (mihonapp/mihon#1775)
(cherry picked from commit fe22f5aa37d3613d4464e18153f183994fa45b7a)
2025-03-23 23:43:05 +07:00
Cuong-Tran
62b19ffd07
Build PR with devRelease 2025-03-08 03:16:52 +07:00
Smol Ame
f1d4e030f9
Tweak and adjust issue template (mihonapp/mihon#1817)
Co-authored-by: BrutuZ <brutuz@users.noreply.github.com>
(cherry picked from commit 4f7122d6f09f87930ccd7dae7c557f4b236bbc4b)
2025-03-05 18:52:24 +07:00
scb261
f0fcdbe816
Update website when a new version is released (mihonapp/mihon#1818)
(cherry picked from commit 1313ff7a16c46ed1e340918c1cff03a9d3e5edff)
2025-03-03 23:09:58 +07:00
Smol Ame
2167ceba04
Update Issue Request Template (mihonapp/mihon#1808)
(cherry picked from commit d7a1ae27346a983f658fb88cb525cf8b785b3bb3)
2025-03-03 10:48:06 +07:00
Cuong-Tran
bfbc4d44d9
remove build_pull_request_forked 2025-02-27 14:54:50 +07:00
renovate[bot]
5afc845f11
Update GitHub Actions (#713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-27 14:54:50 +07:00
Jobobby04
f95d19782b
Test to auto-add translations label
(cherry picked from commit b0aa2ffc425371e33b1ec460c1a873befabdfc86)
2025-02-18 13:51:36 +07:00
renovate[bot]
8f7bbadb52
Update GitHub Actions (#670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 19:40:53 +07:00
Cuong-Tran
967bbe6c04
Merge branch 'release' 2025-02-01 13:36:27 +07:00
Cuong-Tran
9d2a030bf5
Remove extensions repo 2025-02-01 03:35:58 +07:00
Cuong-Tran
0d493a3eb9
release v1.13.0 2025-01-28 18:30:29 +07:00
renovate[bot]
e4facbc260
Update GitHub Actions (#629)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-13 10:31:46 +07:00
Cuong-Tran
9352563d53
Tweak build workflows 2025-01-08 14:40:19 +07:00
Cuong-Tran
5f1493edff
fix CI build 2024-12-25 16:08:31 +07:00
Cuong-Tran
1c53d308a8
Revert "Update softprops/action-gh-release action to v2.2.0 (#575)"
This reverts commit 0a0d7c7d5a.
2024-12-20 01:42:59 +07:00
Linguiniotta
904b357f40
Fix broken URI scheme (jobobby04/TachiyomiSY#1342)
(cherry picked from commit a25aff7fb016e1fff2c7311ae526315412285181)
2024-12-18 12:12:17 +07:00
renovate[bot]
046b36167a
Update GitHub Actions (#586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 11:33:14 +07:00
renovate[bot]
0a0d7c7d5a
Update softprops/action-gh-release action to v2.2.0 (#575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 20:19:24 +07:00
renovate[bot]
ca1330dc4e
Update actions/dependency-review-action action to v4.5.0 (#548)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-21 09:40:32 +07:00
renovate[bot]
d3a2236010
Update gradle/actions digest to cc4fc85 (#543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-21 02:10:28 +07:00
renovate[bot]
7a0d064065
Update GitHub Actions (#522)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 02:14:04 +07:00
Cuong-Tran
c84fb61084
Update README & screenshots 2024-11-07 13:01:43 +07:00