[PR #171] [CLOSED] [ ion ] XNT global improvement #157 #299

Closed
opened 2026-05-06 13:16:41 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/171
Author: @devdl11
Created: 2/28/2022
Status: Closed

Base: upsilon-devHead: upsilon-issue157


📝 Commits (5)

  • 2dee9d0 Posting advancements
  • 84b1d73 Toggle Fix
  • f7ac99e Setup XNT environment. Bug detected in multiple apps with insertion. Fix needed
  • 2aed445 Fix apps error, flash.ld useless indentation and starting to implement function switch type using xnt key
  • 93b189a xnt improvement done, especially in the graph app.

📊 Changes

28 files changed (+342 additions, -18 deletions)

View changed files

📝 apps/apps_container.cpp (+7 -1)
📝 apps/apps_container.h (+4 -0)
📝 apps/calculation/app.cpp (+4 -0)
📝 apps/calculation/app.h (+2 -0)
📝 apps/code/app.cpp (+4 -0)
📝 apps/code/app.h (+1 -0)
📝 apps/external/app.cpp (+4 -0)
📝 apps/external/app.h (+3 -0)
📝 apps/graph/app.cpp (+4 -0)
📝 apps/graph/app.h (+3 -0)
📝 apps/graph/list/list_controller.cpp (+22 -0)
📝 apps/graph/list/list_controller.h (+2 -1)
📝 apps/hardware_test/app.cpp (+4 -0)
📝 apps/hardware_test/app.h (+2 -0)
📝 apps/sequence/app.cpp (+4 -0)
📝 apps/sequence/app.h (+3 -0)
📝 apps/shared/Makefile (+3 -1)
apps/shared/keyboard_xnt.cpp (+104 -0)
apps/shared/keyboard_xnt.h (+90 -0)
📝 apps/shared/text_field_delegate_app.cpp (+8 -11)

...and 8 more files

📄 Description

Solving issue 157.

Some apps need to be fix in order to work properly with this improvement

Apps: Probability, Statistics, Regression
Cause: Text insertion inverted


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/171 **Author:** [@devdl11](https://github.com/devdl11) **Created:** 2/28/2022 **Status:** ❌ Closed **Base:** `upsilon-dev` ← **Head:** `upsilon-issue157` --- ### 📝 Commits (5) - [`2dee9d0`](https://github.com/UpsilonNumworks/Upsilon/commit/2dee9d0f9f040ab2150e1210ffc53b5fe8b1a849) Posting advancements - [`84b1d73`](https://github.com/UpsilonNumworks/Upsilon/commit/84b1d7382f15055af1b8a9dc5025c08cfb1e0378) Toggle Fix - [`f7ac99e`](https://github.com/UpsilonNumworks/Upsilon/commit/f7ac99e9efabbc58601b9e52077c7d7980bc6c9d) Setup XNT environment. Bug detected in multiple apps with insertion. Fix needed - [`2aed445`](https://github.com/UpsilonNumworks/Upsilon/commit/2aed445a34b47fefa2b5bd69daca4e720c7f1856) Fix apps error, flash.ld useless indentation and starting to implement function switch type using xnt key - [`93b189a`](https://github.com/UpsilonNumworks/Upsilon/commit/93b189a63ee1dd4e8418311b64bd1b19513d6527) xnt improvement done, especially in the graph app. ### 📊 Changes **28 files changed** (+342 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `apps/apps_container.cpp` (+7 -1) 📝 `apps/apps_container.h` (+4 -0) 📝 `apps/calculation/app.cpp` (+4 -0) 📝 `apps/calculation/app.h` (+2 -0) 📝 `apps/code/app.cpp` (+4 -0) 📝 `apps/code/app.h` (+1 -0) 📝 `apps/external/app.cpp` (+4 -0) 📝 `apps/external/app.h` (+3 -0) 📝 `apps/graph/app.cpp` (+4 -0) 📝 `apps/graph/app.h` (+3 -0) 📝 `apps/graph/list/list_controller.cpp` (+22 -0) 📝 `apps/graph/list/list_controller.h` (+2 -1) 📝 `apps/hardware_test/app.cpp` (+4 -0) 📝 `apps/hardware_test/app.h` (+2 -0) 📝 `apps/sequence/app.cpp` (+4 -0) 📝 `apps/sequence/app.h` (+3 -0) 📝 `apps/shared/Makefile` (+3 -1) ➕ `apps/shared/keyboard_xnt.cpp` (+104 -0) ➕ `apps/shared/keyboard_xnt.h` (+90 -0) 📝 `apps/shared/text_field_delegate_app.cpp` (+8 -11) _...and 8 more files_ </details> ### 📄 Description Solving issue 157. Some apps need to be fix in order to work properly with this improvement Apps: Probability, Statistics, Regression Cause: Text insertion inverted --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:41 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#299
No description provided.