Сentralize logging#2906
Open
dordzhiev wants to merge 2782 commits into
Open
Conversation
Refined translation terms
- Add 'sky22333/hubproxy' support for GitHub (ImranR98#2513) - Fix error in Vivo Store search when no result found (ImranR98#2494) - Correct a log string (ImranR98#2519) - Loose auto-filtering for farsroid.com (ImranR98#2441) - Re-enable auto-filtering for farsroid.com w/ toggle to disable it (ImranR98#2441) - Enable long-press and double-tap gestures on app icon in apps list (ImranR98#2444, ImranR98#2448)
Try to handle response body as a JSON first before handling it as a p…
Fix translation
Update hu.json
Stop sending GitHub token if a "hubproxy" instance is in use
This commit updates the Portuguese translation (`pt.json`) to improve consistency and correctness. The primary change involves replacing most instances of "aplicativo" with "aplicação" to better align with European Portuguese terminology. Other minor grammatical and wording adjustments have also been made throughout the file.
- Add support for zipped APKs - GitHub/HTML only for now (ImranR98#983) - Fix bug: Release asset download box crashing for track-only apps (ImranR98#2567) - Fix text alignment in app selection menu (ImranR98#2577)
Refine Portuguese Translation
Fix autotranslated strings
Few fixes. Corregidos varios errores.
Update es.json
Translation: Update hu.json
i18n: update `pl.json`
added basic android tv support / remote focus handling
Fix typos in French translations
…-auto-disable Fix combinedAppSpecificSettingFormItems mutating shared form item state
…-detection feat: Detect GitHub repo renames
Update Flutter + packages
Fix GitHub repo rename checking, allow disable to save API calls
- New strings Updated and translated in french
Translate new strings
…e check by default
Update ru.json
Translation: Update hu.json
Update fr.json
Enable asynchronous memory tagging for releases
Fix type error when adding via search (ImranR98#2878) + disable rename check by default
Increment version
35294ac to
b66d4cf
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Eliminate avoid_print analyzer findings and standardize logging behavior.
Preserve actionable failure context in production and background scenarios where errors were previously swallowed or only shown in UI.
Improve maintainability by routing all operational logs through a single abstraction.