Commit Graph

148 Commits

Author SHA1 Message Date
John Andrew Camu
89b11ab8e7 Nightly release 15-dev (#5033) 2024-12-04 04:32:58 +08:00
Yasan
307e9dde99 Update FUNDING.yml 2024-10-02 10:19:32 +02:00
Yasan
4c9b8b0312 Replace market flavor with play (#4720) 2024-08-26 07:02:16 +02:00
SuperDragonXD
6f4a81266c Release apk workflow: Upload apk bundle 2024-08-21 20:57:06 +08:00
SuperDragonXD
7131be330b Generate .aab for play store release 2024-08-21 20:45:38 +08:00
SuperDragonXD
0e4fdd69d2 Re-implement built_release.apk.yml
For testing purposes
2024-08-21 10:45:57 +08:00
Pun Butrach
4bed2cc086 Introduce Release Template (#4468)
* Cleanup release template

* Apply suggestions from code review

---------

Co-authored-by: Zongle Wang <wangzongler@gmail.com>
2024-08-12 07:27:01 +00:00
Pun Butrach
e0fe215941 Correct typo on GitHub Actions input event for release update (#4643) 2024-08-10 17:50:18 +08:00
Pun Butrach
51982173b1 Increase Lawnchair's visibility on funding (#4623)
* Introduce Lawnchair OC funding

* Add Lawnchair OC page to About page

* Fix format violation

* Update lawnchair/src/app/lawnchair/ui/preferences/about/About.kt

* Update lawnchair/src/app/lawnchair/ui/preferences/about/About.kt

---------

Signed-off-by: validcube <pun.butrach@gmail.com>
2024-08-08 10:20:24 +08:00
renovate[bot]
0723d42169 Update gradle/actions action to v4 (#4620)
* Update gradle/actions action to v4

* Apply suggestions from code review

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zongle Wang <wangzongler@gmail.com>
2024-08-04 01:20:02 +00:00
Zongle Wang
a7c57dfe50 Update and rename renovate.json to renovate.json5 2024-06-11 11:41:22 +08:00
renovate[bot]
333ba17cd9 Update crowdin/github-action action to v2 (#4428)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-30 09:25:36 +08:00
renovate[bot]
856356a745 Kotlin 2.0.0 (#4408)
* Update Kotlin, KSP and Compose Compiler to v2.0.0

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zongle Wang <wangzongler@gmail.com>
2024-05-22 02:25:23 +00:00
Chris Renshaw
2da2c8e066 Name Nightly with CI number before commit hash (#4366) 2024-05-07 03:38:18 +08:00
Chris Renshaw
46661004fc Use short sha in nightly filename, remove disallowed parentheses (#4272) 2024-04-12 07:57:11 +08:00
SuperDragonXD
e74bb25322 ci.yml: Remove "#* in apk name
See the following docs link for more information.

https://cli.github.com/manual/gh_release_create#:~:text=To%20define%20a%20display%20label%20for%20an%20asset%2C%20append%20text%20starting%20with%20%23%20after%20the%20file%20name.
2024-04-11 14:28:19 +08:00
Chris Renshaw
879809f613 Give nightly release and apk pretty names (#4264)
* Give nightly release and apk pretty names

* Dashes to split up commit hash and CI # are slightly more legible
2024-04-11 14:03:02 +08:00
SuperDragonXD
3ded10f6ed Disable stale bot for now 2024-04-04 21:59:31 +08:00
SuperDragonXD
35f3a95b7a release_update.yml: Use app.lawnchair package name 2024-04-03 19:48:41 +08:00
SuperDragonXD
da047031a3 Final test fix to workflow
last fix before i give up
2024-04-03 18:15:24 +08:00
SuperDragonXD
138a37a733 Actually fix workflow 2024-04-03 17:04:41 +08:00
SuperDragonXD
7de7055442 Fix build issue 2024-04-03 16:43:53 +08:00
Viktor Antonov
1000b0c216 Provide nightly releases in release section (#4145)
Co-authored-by: Zongle Wang <wangzongler@gmail.com>
2024-04-01 03:42:02 +00:00
renovate[bot]
d65e91a423 Update softprops/action-gh-release action to v2 (#4117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-09 16:31:00 +08:00
Zongle Wang
24f4703c97 Save CC data on CI
https://github.com/gradle/actions/blob/main/setup-gradle/README.md#saving-configuration-cache-data
2024-02-03 12:26:54 +08:00
Goooler
7b3bb5bf3b Use gradle/actions/setup-gradle v3
https://github.com/gradle/gradle-build-action/releases/tag/v3.0.0-rc.1
2024-01-27 12:26:54 +08:00
renovate[bot]
19256d020d Update gradle/gradle-build-action action to v3 (#4019)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-27 04:54:13 +08:00
Zongle Wang
d28f1811fc Use Java 21 on CI (#3979) 2024-01-18 11:43:18 +00:00
mr-wewlad
382a8103b5 Merge pull request from GHSA-32gr-rm34-5j4v
Fixes GHSA-32gr-rm34-5j4v

Thanks for reporting this vulnerability gaussandhisgun!

Co-authored-by: mr-wewlad <mr-wewlad>
2023-12-20 15:17:21 +01:00
Goooler
c2d59a6623 Add channel flavor for publishing variant for Google Play (#3861)
* Add channel flavor for publishing variant for Google Play

* Remove unused variants

* Build both on CI

* Tweak

* Fix conflicts

* Copy json into variant folder

* Rename foss to github

* Rename apk

* `ci.py` - Allow multiple files to be sent

* Fix `ci.py`

---------

Co-authored-by: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com>
2023-12-18 11:33:58 +08:00
SuperDragonXD
c77b58776b Replace all mentions of Lawnchair 13/12.1 to use Lawnchair 14 2023-12-17 18:53:48 +08:00
renovate[bot]
5d7330ba00 Update actions/download-artifact action to v4 (#3858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-17 18:48:58 +08:00
renovate[bot]
95d83d8d06 Update actions/upload-artifact action to v4 (#3859)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-17 18:48:50 +08:00
renovate[bot]
bd461eb474 Update actions/stale action to v9 (#3832)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-07 23:43:12 +08:00
renovate[bot]
63c03d2ef9 Update actions/setup-python action to v5 (#3828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-06 21:15:32 +08:00
Goooler
cea154eb7d Tweak CI configs (#3773)
* Tweak CI config

- Verify release build for every commit or PR, so that we can found potential obfuscation issues.
- Merge build_debug_apk.yml with build_release_apk.yml.
- Rename build_debug_apk.yml to ci.yml

* Cleanup

* Update ci.yml

* Fix release_update.yml

* Revert
2023-12-03 14:11:37 +08:00
renovate[bot]
dabeb5c7c8 Update actions/setup-java action to v4 (#3794)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-30 00:34:41 +08:00
Goooler
7aa0b7172c Add Spotless to check style (#3723) 2023-11-18 10:10:55 +08:00
Goooler
59bd472487 Group Dagger updates 2023-11-14 10:38:09 +08:00
Yasan Glass
8468c0834a Merge remote-tracking branch 'twelve/12.1-dev' into 13-dev 2023-11-13 00:29:00 +01:00
Pun Butrach
78873fa3a8 Write to GitHub Output environment (#3689)
* Migrate to enviroments

* >> $GITHUB_OUTPUT
2023-11-10 16:27:40 +08:00
Suphon T
d74d74f8e9 Sign and send apk if repo owner is LawnchairLauncher 2023-11-06 23:38:05 +07:00
MrSluffy
3ae2dd41a6 Revert "Update build_debug_apk.yml"
This reverts commit e530b91a5a.
2023-11-02 08:15:06 +08:00
MrSluffy
e530b91a5a Update build_debug_apk.yml 2023-11-01 21:00:27 +08:00
renovate[bot]
0d77322703 Refine plugin 4.4.0 (#3690)
* Update dev.rikka.tools.refine to v4.4.0

* dev.rikka.tools.refine 4.4.0

* matchPackagePrefixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
2023-10-27 07:33:48 +00:00
renovate[bot]
6225a8eed3 Update actions/checkout action to v4 (#3610)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-05 08:01:38 +08:00
renovate[bot]
761371844f Kotlin 1.9.10 (#3599)
* Update Kotlin

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
2023-08-30 00:10:38 +00:00
Goooler
f836e809c9 Remove groupSlug 2023-08-29 19:48:03 +08:00
renovate[bot]
713487237d Update actions/stale action to v8 (#3392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-23 18:34:11 +08:00
renovate[bot]
e87b13b6bf Update dependency androidx.lifecycle to v2.6.0 (#3361)
* Update dependency androidx.lifecycle:lifecycle-common to v2.6.0

* Update dependency androidx.lifecycle:lifecycle-viewmodel-compose to v2.6.0

* Group lifecycle

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <wangzongler@gmail.com>
2023-03-09 01:38:13 +00:00