-
Notifications
You must be signed in to change notification settings - Fork 0
2.6.25 #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
TargetMisser
wants to merge
32
commits into
WIP
Choose a base branch
from
main
base: WIP
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
2.6.25 #146
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
a78bc53
feat: ship in-app github updater v2.6.4
2747cee
Harden backup security and release signing
1e3c6b6
release: prepare v2.6.6
8804ed2
release: prepare v2.6.7
435a710
feat: add airport profiles
9c3e707
release: prepare v2.6.8
8566c63
feat: improve settings dialogs and airline discovery
03d3df9
feat: add monthly hours calendar mode
858a531
release: prepare v2.6.9
666bea5
release: prepare v2.6.10
899e420
release: prepare v2.6.11
b84eb63
release: prepare v2.6.12
3e92181
feat: add liquid glass surfaces to app chrome
b8beaf7
release: prepare v2.6.13
7d4cc41
fix: disable native liquid glass runtime
614f64f
fix: harden native liquid glass runtime
b3dd0d4
release: prepare v2.6.15
f05965c
fix: gate liquid glass before react host init
b98e434
release: prepare v2.6.16
8132b57
release: prepare v2.6.17
7dde3dd
release: prepare v2.6.18
b082d82
release: prepare v2.6.19
570d564
release: prepare v2.6.20
ff118cc
Upgrade liquid glass to 1.0.4 on compileSdk 37
5e161eb
Add Android exit diagnostics for liquid glass crashes
6309d99
Capture native exit traces for liquid glass recovery
7668750
Parse native tombstone traces in runtime diagnostics
2b4f30f
release: prepare v2.6.25 notifications settings
517211e
release: prepare v2.6.26 local notification and monitor updates
71daf03
release: remove liquid glass and prepare v2.6.27
7c9e61b
Improve menu readability and airline picker branding; release v2.6.28
527d330
Fix flight notification settings entry, clean airline picker, and rel…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,25 @@ | ||
| # Security Policy | ||
|
|
||
| ## Supported Versions | ||
|
|
||
| | Version | Supported | | ||
| | ------- | --------- | | ||
| | 2.x | Yes | | ||
| | < 2.0 | No | | ||
|
|
||
| ## Reporting a Vulnerability | ||
|
|
||
| Please do not open public GitHub issues for suspected security vulnerabilities. | ||
|
|
||
| Preferred channel: | ||
|
|
||
| - Use GitHub Private Vulnerability Reporting for this repository when available. | ||
|
|
||
| If a private reporting channel is temporarily unavailable: | ||
|
|
||
| - Open a minimal public issue without exploit details and ask the maintainer to continue privately. | ||
| - Include the affected version, impact, reproduction steps, and any suggested mitigation. | ||
|
|
||
| ## Response Expectations | ||
|
|
||
| The project aims to acknowledge new reports within 7 days and share follow-up status until the issue is resolved or triaged. |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The workflow installs
"platforms;android-37.0", butsdkmanagerexpects SDK-style package IDs like"platforms;android-36"(Android docs show this exact format). Using the.0suffix makes the package path invalid, so CI release builds can fail before Gradle runs when this step executes.Useful? React with 👍 / 👎.