-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android TLC: 2023 edition (with 2024 goodies) (#65)
* Target SDK 33 * Update dependency versions * First pass at M3 update * add app launch todo * Remainder of M3 upgrade * Dependency updates * Cleanup M3 upgrade todos * Use android-build-box 1.25 for Java 17 support * Update detekt config to remove deprecated rules * Update detekt plugin version * Update comment * Style fixes * Use Java 17 * Update dependencies and finish M3 upgrade * Fix ruby lock file? * In-app update cleanup, update Hilt version, move from kapt to ksp * Final fixes * Remove unnecessary themes.xml files * Remove unused dependencies * change plugin repo order to optimize builds * Add back material dependency * Add CodeQL analysis for Ruby * Move Ruby analysis to separate workflow * Rename job for clarity * Remove redundant comment from Ruby CodeQL workflow * Trim trailing whitespace in README * Remove fade transitions from app navigations * Update release instructions * Refactor repeated update state code * Fix bug where optional update bottom sheet background didn't match dark theme * Fix copy spacing * Add debug buttons in settings to test update screens * revert version code change --------- Co-authored-by: Evan Strat <[email protected]> Co-authored-by: Kristaps Berzinch <[email protected]>
- Loading branch information
1 parent
b4c6912
commit 2060ef7
Showing
50 changed files
with
1,073 additions
and
747 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: CodeQL Analysis | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
pull_request: | ||
branches: [ "main" ] | ||
|
||
jobs: | ||
ruby: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
permissions: | ||
security-events: write | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v3 | ||
with: | ||
languages: ruby | ||
build-mode: none | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v3 | ||
with: | ||
category: "/language:ruby" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.