From abcb9aef4f3d8ef24431aba917b5a7884ba1985f Mon Sep 17 00:00:00 2001 From: KermitLG <160879871+KermitLG@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:29:09 +0100 Subject: [PATCH 1/6] Update list_controller.cpp --- list_controller.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/list_controller.cpp b/list_controller.cpp index 2f60573..97c785c 100644 --- a/list_controller.cpp +++ b/list_controller.cpp @@ -321,12 +321,14 @@ const ListController::Electronical::exceptionStruct ListController::Electronical { 42, true, 1, false, -1, true, 5, false, -1}, { 44, true, 1, false, -1, true, 7, false, -1}, { 45, true, 1, false, -1, true, 8, false, -1}, - { 46, false, -1, false, -1, false, -1, false, -1}, + { 46, false, -1, false, -1, true, 10, false, -1}, { 47, true, 1, false, -1, true, 10, false, -1}, { 57, true, 2, false, -1, true, 1, false, -1}, { 58, true, 2, true, 1, true, 1, false, -1}, - { 78, true, 1, true, 14, true, 19, false, -1}, + { 64, true, 2, true, 7, true, 1, false, -1}, + { 78, true, 1, true, 14, true, 9, false, -1}, + { 79, true, 1, true, 14, true, 10, false, -1}, { 89, true, 2, false, -1, true, 1, false, -1}, { 90, true, 2, false, -1, true, 2, false, -1}, From 6517e059a69d88143d3f7f19acfeed5fbb8afec7 Mon Sep 17 00:00:00 2001 From: KermitLG <160879871+KermitLG@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:28:58 +0100 Subject: [PATCH 2/6] Update list_controller.cpp --- list_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list_controller.cpp b/list_controller.cpp index 97c785c..b7dd7d6 100644 --- a/list_controller.cpp +++ b/list_controller.cpp @@ -313,7 +313,7 @@ const ListController::Electronical::rowsSubLayers ListController::Electronical:: { true, 7, true, 5, true, 6, true, 7 }, // 6s² 4f¹⁴ 5d¹⁰ 6p⁶ }; -const ListController::Electronical::exceptionStruct ListController::Electronical::exceptions[18] = { +const ListController::Electronical::exceptionStruct ListController::Electronical::exceptions[20] = { { 24, true, 1, false, -1, true, 5, false, -1}, { 29, true, 1, false, -1, true, 10, false, -1}, From 73d644d21411871a41b0666d49c3cf0bd8b2cf9c Mon Sep 17 00:00:00 2001 From: KermitLG <160879871+KermitLG@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:30:32 +0100 Subject: [PATCH 3/6] Update list_controller.h --- list_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list_controller.h b/list_controller.h index 352d5fc..8aa295c 100644 --- a/list_controller.h +++ b/list_controller.h @@ -67,7 +67,7 @@ class ListController : public StackViewController, public ListViewDataSource, pu int pContent; }; const static rowsSubLayers rows[]; - const static exceptionStruct exceptions[18]; + const static exceptionStruct exceptions[20]; }; From c287e478f415d6938bdf4769c1d845a6b9eef994 Mon Sep 17 00:00:00 2001 From: KermitLG <160879871+KermitLG@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:18:27 +0100 Subject: [PATCH 4/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90a3505..d919ddf 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ An improved version of [nw-atom](https://github.com/M4xi1m3/nw-atom), but escher compliant. This is a Mendeleiev table for Epsilon ([numworks'](https://numworks.com) firmware). This is a WIP, and not official :p + +Corrections of typos within original atomic apps and exceptions in the d-block and f-block have been added. From 1d736353a1736cfcfeced2f714cd54240e08ab9d Mon Sep 17 00:00:00 2001 From: KermitLG <160879871+KermitLG@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:20:18 +0100 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d919ddf..cccca17 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ An improved version of [nw-atom](https://github.com/M4xi1m3/nw-atom), but escher This is a Mendeleiev table for Epsilon ([numworks'](https://numworks.com) firmware). This is a WIP, and not official :p -Corrections of typos within original atomic apps and exceptions in the d-block and f-block have been added. +Corrections of typos within original atomic apps. Exceptions in the d-block and f-block have been added. From a8a08751f65de284702f8d6ae666d96058fe1132 Mon Sep 17 00:00:00 2001 From: KermitLG <160879871+KermitLG@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:35:05 +0100 Subject: [PATCH 6/6] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cccca17..873f9fe 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ An improved version of [nw-atom](https://github.com/M4xi1m3/nw-atom), but escher This is a Mendeleiev table for Epsilon ([numworks'](https://numworks.com) firmware). This is a WIP, and not official :p -Corrections of typos within original atomic apps. Exceptions in the d-block and f-block have been added. +Corrections of typos within original atomic app (https://github.com/M4xi1m3/nw-atom). +Exceptions in the d-block and f-block have been added.