Commit graph

62 commits

Author SHA1 Message Date
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
73719f2f1b
Rework build variants and add FOSS variant (mihonapp/mihon#1775)
(cherry picked from commit fe22f5aa37d3613d4464e18153f183994fa45b7a)
2025-03-23 23:43:05 +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
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
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
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
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]
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
renovate[bot]
c8dc3b4174
Update softprops/action-gh-release action to v2.0.9 (#491)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-01 10:37:34 +07:00
Cuong-Tran
291f7e78dc
update release note template 2024-10-29 17:46:18 +07:00
Cuong-Tran
fde71c0b70
Fix release update version checking & update release note template 2024-10-29 16:21:30 +07:00
Cuong-Tran
3f00487e95
bump release version
Also:
- change release note heading size
- fix release notes
- fix workflow
2024-10-29 02:17:46 +07:00
renovate[bot]
a380943452
Update actions/setup-java action to v4.5.0 (#456)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 22:11:48 +07:00
renovate[bot]
06a46e382c
Update actions/checkout action to v4.2.2 (#451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 22:11:48 +07:00
Cuong-Tran
65ecae338b
update workflow
This reverts commit e532a1736b.
2024-10-28 21:30:03 +07:00
renovate[bot]
fa32aea6d0
Update actions/upload-artifact action to v4.4.3 (#425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 13:08:41 +07:00
renovate[bot]
aa85d6e183
chore(deps): update actions/checkout action to v4.2.1 (#417)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 02:18:14 +07:00
renovate[bot]
77a01bf386
chore(deps): update actions/upload-artifact action to v4.4.2 (#414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 02:18:14 +07:00
renovate[bot]
0110059c62
chore(deps): update actions/checkout action to v4.2.0 (#390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-27 11:58:41 +07:00
renovate[bot]
8d592c2541
chore(deps): update actions/setup-java action to v4.4.0 (#387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-25 02:36:30 +07:00
Cuong-Tran
e532a1736b
update workflow 2024-09-22 15:43:52 +07:00
renovate[bot]
e9767cac78
chore(deps): update gradle/actions digest to d156388 (#352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 13:54:43 +07:00
renovate[bot]
508cc8f0b3
chore(deps): update actions/setup-java action to v4.3.0 (#346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 23:23:12 +07:00
renovate[bot]
95bbcbc00e
chore(deps): update actions/upload-artifact action to v4.4.0 (#326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-04 19:27:55 +07:00
renovate[bot]
77bc0fccbc
chore(deps): update gradle/actions digest to 16bf8bc (#301)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-27 10:21:16 +07:00
AntsyLich
62507fc3cd
Add spotless (with ktlint) (mihonapp/mihon#1136)
(cherry picked from commit 5ae8095ef1ed2ae9f98486f9148e933c77a28692)

# Conflicts:
#	.github/workflows/build_pull_request.yml
#	.github/workflows/build_push.yml
2024-08-26 00:08:37 +07:00
renovate[bot]
c67585a85f
chore(deps): update actions/upload-artifact action to v4.3.6 (#234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-06 22:52:04 +07:00
dependabot[bot]
0c7c5ac52f
chore(deps): bump gradle/actions from 3.5.0 to 4 (#228)
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.5.0 to 4.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](d9c87d481d...af1da67850)

---
updated-dependencies:
- dependency-name: gradle/actions
  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-08-06 10:39:18 +07:00
renovate[bot]
b30de2b9f6
chore(deps): update actions/setup-java action to v4.2.2 (#230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-06 03:43:27 +07:00
renovate[bot]
c9cf863d2d chore(deps): update actions/upload-artifact action to v4.3.5 2024-08-02 23:58:17 +07:00
renovate[bot]
5a6afceb98 chore(deps): update softprops/action-gh-release action to v2.0.8 2024-07-22 13:26:00 +07:00
renovate[bot]
56f556be4e chore(deps): update gradle/actions action to v3.5.0 2024-07-18 00:41:03 +07:00
Cuong-Tran
9ce9a14299
signing key for dev-preview 2024-07-09 15:02:13 +07:00
renovate[bot]
851f211096 chore(deps): update actions/download-artifact action to v4.1.8 2024-07-07 02:23:54 +07:00
renovate[bot]
5bd39d23bc chore(deps): update actions/upload-artifact action to v4.3.4 2024-07-07 02:23:42 +07:00
Cuong-Tran
87306ceef1
update build script to new release notes format 2024-07-05 10:25:20 +07:00
renovate[bot]
efa14b9487
Update softprops/action-gh-release action to v2.0.6 (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-20 21:40:09 +07:00
renovate[bot]
68278251cd
Update gradle/actions action to v3.4.2 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-20 21:36:20 +07:00
Cuong-Tran
8261473923
[skip ci] update workflow 2024-06-19 10:26:35 +07:00
Tran M. Cuong
e16d10e5cb
Update workflow 2024-06-17 21:27:13 +07:00
renovate[bot]
1f88a5ea4c
chore(deps): update actions/checkout digest to 692973e (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-14 23:16:42 +07:00
renovate[bot]
54952238fb
chore(deps): update gradle/actions digest to d9336da (#89)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-14 23:16:42 +07:00
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
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