chore(changelog): Update CHANGELOG.md
This commit is contained in:
committed by
HeCodes2Much
parent
327f1447a7
commit
32967a553f
5
.github/workflows/android-branch_ci.yml
vendored
5
.github/workflows/android-branch_ci.yml
vendored
@@ -38,8 +38,11 @@ jobs:
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Get weather.properties from secrets
|
||||
run: printf "%s" "${{ secrets.WEATHER_PROPERTIES }}" > $GITHUB_WORKSPACE/weather.properties
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternetDebug && ./gradlew assembleAppWithoutInternetDebug
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternet && ./gradlew assembleAppWithoutInternet
|
||||
|
||||
- name: Upload Artifact - WithInternet
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
5
.github/workflows/android-main_ci.yml
vendored
5
.github/workflows/android-main_ci.yml
vendored
@@ -36,8 +36,11 @@ jobs:
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Get weather.properties from secrets
|
||||
run: printf "%s" "${{ secrets.WEATHER_PROPERTIES }}" > $GITHUB_WORKSPACE/weather.properties
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternetDebug && ./gradlew assembleAppWithoutInternetDebug
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternet && ./gradlew assembleAppWithoutInternet
|
||||
|
||||
- name: Upload Artifact - WithInternet
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
5
.github/workflows/android-pr_ci.yml
vendored
5
.github/workflows/android-pr_ci.yml
vendored
@@ -36,8 +36,11 @@ jobs:
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Get weather.properties from secrets
|
||||
run: printf "%s" "${{ secrets.WEATHER_PROPERTIES }}" > $GITHUB_WORKSPACE/weather.properties
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternetDebug && ./gradlew assembleAppWithoutInternetDebug
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternet && ./gradlew assembleAppWithoutInternet
|
||||
|
||||
- name: Upload Artifact - WithInternet
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@@ -33,8 +33,11 @@ jobs:
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Get weather.properties from secrets
|
||||
run: printf "%s" "${{ secrets.WEATHER_PROPERTIES }}" > $GITHUB_WORKSPACE/weather.properties
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternetRelease && ./gradlew assembleAppWithoutInternetRelease
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternet && ./gradlew assembleAppWithoutInternet
|
||||
|
||||
- name: Sign APK - WithInternet
|
||||
uses: ilharp/sign-android-release@v1
|
||||
|
||||
5
.github/workflows/android-release_ci.yml
vendored
5
.github/workflows/android-release_ci.yml
vendored
@@ -35,8 +35,11 @@ jobs:
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Get weather.properties from secrets
|
||||
run: printf "%s" "${{ secrets.WEATHER_PROPERTIES }}" > $GITHUB_WORKSPACE/weather.properties
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternetRelease && ./gradlew assembleAppWithoutInternetRelease
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternet && ./gradlew assembleAppWithoutInternet
|
||||
|
||||
- name: Sign APK - WithInternet
|
||||
uses: ilharp/sign-android-release@v1
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
.gradle
|
||||
/local.properties
|
||||
/*.properties
|
||||
/.idea/*
|
||||
/.kotlin/*
|
||||
/.vscode/*
|
||||
|
||||
@@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file. See [conven
|
||||
- Updated the app icon. - ([1e1b81c](https://github.com/DroidWorksStudio/EasyLauncher/commit/1e1b81cf83341e28c43efb788a86e5d99d061ef4))
|
||||
- Added custom gestures. - ([924e052](https://github.com/DroidWorksStudio/EasyLauncher/commit/924e052598c9f4c8cd990a2d9e0cdb73c4e1dcfa))
|
||||
|
||||
### Bug Fixes:
|
||||
|
||||
- Fixed .gitignore - ([7c3090f](https://github.com/DroidWorksStudio/EasyLauncher/commit/7c3090fb3b2921ddb094e92d5ccf199554021b0c))
|
||||
|
||||
### Dependency Updates:
|
||||
|
||||
- Updated Dependencies - ([8e796ca](https://github.com/DroidWorksStudio/EasyLauncher/commit/8e796ca2fe95aa039873c5b47db7ed50dafdbacc))
|
||||
@@ -24,6 +28,8 @@ All notable changes to this project will be documented in this file. See [conven
|
||||
|
||||
### Refactoring:
|
||||
|
||||
- Fixing of workflows - ([204acd4](https://github.com/DroidWorksStudio/EasyLauncher/commit/204acd4b71646e72d5cb1be1350812198e9ec244))
|
||||
- More widget stuff and fixing of files. - ([327f144](https://github.com/DroidWorksStudio/EasyLauncher/commit/327f1447a77a4fe9f18aeaa6a98700e85e3d25bc))
|
||||
- Moved the getActionType function into AppHelper class. - ([48b2913](https://github.com/DroidWorksStudio/EasyLauncher/commit/48b2913797a46857df9ec89348bb1b9e01164c81))
|
||||
- Added widget page to the gestures. - ([94fe747](https://github.com/DroidWorksStudio/EasyLauncher/commit/94fe747ffdfc869237c1dd200966cda8e2b2fe23))
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
WEATHER_API_KEY=ba0442331f7232028a3efc3f90c1fa84
|
||||
Reference in New Issue
Block a user