mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#299
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/171
Author: @devdl11
Created: 2/28/2022
Status: ❌ Closed
Base:
upsilon-dev← Head:upsilon-issue157📝 Commits (5)
2dee9d0Posting advancements84b1d73Toggle Fixf7ac99eSetup XNT environment. Bug detected in multiple apps with insertion. Fix needed2aed445Fix apps error, flash.ld useless indentation and starting to implement function switch type using xnt key93b189axnt 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.