Skip to content

Cell#2765

Open
yechielw wants to merge 2 commits into
AvengeMedia:masterfrom
yechielw:cell
Open

Cell#2765
yechielw wants to merge 2 commits into
AvengeMedia:masterfrom
yechielw:cell

Conversation

@yechielw

@yechielw yechielw commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Description

This PR was writin completly by codex
I have bean using it for a couple of weeks and it works perfect
it includs celluler options in quick settings, celluler indicator in the widget and celluler tab in the settings app
image
image
image

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that changes existing behavior)
  • Refactor / internal cleanup
  • Documentation
  • Other

Related issues

Screenshots / video

Checklist

  • My code follows the conventions in CONTRIBUTING.md
  • I have tested my changes locally
  • New user-facing strings are wrapped in I18n.tr() with translator context, reusing existing terms where possible
  • Go changes: ran make fmt, added/updated tests, make test passes, and go mod tidy is clean
  • QML changes: ran make lint-qml with no new warnings
  • I have opened a corresponding pull request in dlx-docs to document any new behaviors: https://github.com/AvengeMedia/DankLinux-Docs

@Purian23
Purian23 requested a review from bbedward July 13, 2026 02:36
"%1 issue found",
"%1 issues found",
"%1 min left",
"%1 modem, none connected",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file existed as a means to dis-allow new translations during a temporary freeze period, should not be edited in PRs. Its deleted on master now though so its a moot point, should rebase the PR

@@ -7,6 +7,9 @@ type Backend interface {
GetWiFiEnabled() (bool, error)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would like to see server.go APIVersion incremented, trivial though

"icon": "dashboard"
},
{
"section": "_tab_44",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is generated with script extract_settings_index.py , that should be ran to re-generate it

connectionError = response.error;
lastConnectionError = response.error;
connectionStatus = "failed";
ToastService.showError(I18n.tr("Failed to activate cellular connection"), response.error);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thtink theres in general too many new translation terms here, I'd re-use whatever you can where its applicable.

@kmf kmf mentioned this pull request Jul 18, 2026
@kmf

kmf commented Jul 18, 2026

Copy link
Copy Markdown

@yechielw Linked related issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants