Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
2ab6074
Basic Android Application has been established
TonyW-44 Aug 29, 2023
7b1836a
8/29/2023 End of Day Progress
TonyW-44 Aug 29, 2023
804255c
I lied, New end of day 8/29/2023
TonyW-44 Aug 29, 2023
88087b7
Create 3-BUGS.yml
TonyW-44 Aug 31, 2023
61b0bb9
Update 3-BUGS.yml
TonyW-44 Aug 31, 2023
ccc76cc
Update 1-USER_STORY.yml
TonyW-44 Aug 31, 2023
b80b9fe
Update 2-TASK.yml
TonyW-44 Aug 31, 2023
5130f90
Update 3-BUGS.yml
TonyW-44 Aug 31, 2023
6fc661d
Update 2-TASK.yml
TonyW-44 Aug 31, 2023
fb550bc
Update 1-USER_STORY.yml
TonyW-44 Aug 31, 2023
38d627a
Update 1-USER_STORY.yml
TonyW-44 Sep 1, 2023
92e5a05
Update 2-TASK.yml
TonyW-44 Sep 1, 2023
24e4541
Update 3-BUGS.yml
TonyW-44 Sep 1, 2023
9a23b2a
COMPLETE RESET!!!
TonyW-44 Sep 7, 2023
14fcce8
Overwrote empty project file with UI driven sequence selector "core c…
ChildOfTheWildes Sep 7, 2023
b491814
Fix of conflicts
TonyW-44 Sep 7, 2023
a2f9eac
Merge pull request #18 from ChildOfTheWildes/BasicLightSequenceSelector
TonyW-44 Sep 7, 2023
ac05ddc
Potential color change code using raspberry pi
LiviMcK Sep 11, 2023
13cca9b
Potential color change code using raspberry pi
LiviMcK Sep 11, 2023
686b7f8
Potential color change code using raspberry pi
LiviMcK Sep 11, 2023
c1e341c
Potential color change code using raspberry pi
LiviMcK Sep 11, 2023
6af19c0
Merge remote-tracking branch 'origin/main'
LiviMcK Sep 11, 2023
b5b88ca
Potential color change code using raspberry pi
LiviMcK Sep 18, 2023
d96d79a
Potential color change code using raspberry pi and diozero
LiviMcK Oct 3, 2023
bd17b1d
Potential color change code using raspberry pi and diozero
LiviMcK Oct 10, 2023
107c169
Potential color change code using raspberry pi and diozero
LiviMcK Oct 10, 2023
07cc946
Potential color change code using raspberry pi and diozero
LiviMcK Oct 10, 2023
0ca27fb
Potential color change code using raspberry pi and diozero
LiviMcK Oct 16, 2023
a780d85
Fresh Reset
TonyW-44 Oct 21, 2023
ca4452a
Create README.md
TonyW-44 Oct 21, 2023
0d15bb5
Update misc.xml
TonyW-44 Oct 21, 2023
c78f09b
Jay's Changes - Forced Merge
TonyW-44 Oct 22, 2023
e9bfedf
Potential color change code using raspberry pi and diozero
LiviMcK Oct 27, 2023
e3a87c2
Merge remote-tracking branch 'origin/main'
LiviMcK Oct 27, 2023
6d332a3
This code creates an exit button which terminates the LEDTreeApplication
LiviMcK Nov 14, 2023
bb82468
I created an interface for LEDColorController it is telling me there …
LiviMcK Dec 5, 2023
d3fcfe1
pom xml fixes to allow the program to actually start on my systems
TonyW-44 Dec 7, 2023
07511d6
Weird amount of duplicated code apperared after last push
TonyW-44 Dec 7, 2023
d580fa6
Update README.md
TonyW-44 Dec 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/1-USER_STORY.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: User Story
description: Independent, negotiable, Valuable, Estimable, Small and Testable description of work that needs to be done from the perspective of the user.
title: "[User Story] <title>"
labels: ["user-story"]
labels: ["User Stories"]
projects: ["TonyW-44/2"]
body:
- type: input
id: persona
Expand Down Expand Up @@ -58,4 +59,4 @@ body:
* List of criteria for ALL User Stories
* Sprint work only complete once all criteria are met
validations:
required: false
required: false
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/2-TASK.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Task
description: A part of work that needs to be done to fulfill a User-Story.
title: "[Task] <title>"
labels: ["task"]
labels: ["Tasks"]
projects: ["TonyW-44/2"]
body:
- type: textarea
id: work-to-be-done
Expand All @@ -24,4 +25,4 @@ body:
* Must be specific to the task
* Must be met to ensure task is complete.
validations:
required: false
required: false
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/3-BUGS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Bug Report
description: File a bug report here
title: "[BUG]: "
labels: ["Bug"]
projects: ["TonyW-44/2"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!!!
- type: checkboxes
id: new-bug
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
id: bug-description
attributes:
label: Description of the bug
description: Tell us what bug you encountered and what should have happened
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: Please write the steps in a list form
validations:
required: true
- type: dropdown
id: versions
attributes:
label: Which version of the app are you using?
description: If this issue is occurring on more than 1 version of the app, select the appropriate versions.
multiple: true
options:
- 1.0.0
validations:
required: true
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/
Binary file added .gradle/8.0/checksums/md5-checksums.bin
Binary file not shown.
Binary file added .gradle/8.0/checksums/sha1-checksums.bin
Binary file not shown.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/TheLEDTree.iml

This file was deleted.

11 changes: 11 additions & 0 deletions .idea/libraries/openjfx_javafx_base.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/libraries/openjfx_javafx_controls.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/libraries/openjfx_javafx_fxml.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/openjfx_javafx_graphics.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Binary file added .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
This is a filler file, nothing else...
This is a filler file, nothing else...

THIS CODE IS DISCONTINUED DUE TO IT BEING NON FUNCTIONAL ON PI
NEW REPO WILL BE MADE IN PYTHON ONCE IM NOT LAZY
Binary file added lib/apiguardian-api-1.1.2.jar
Binary file not shown.
Binary file added lib/commons-logging-1.2.jar
Binary file not shown.
Binary file added lib/commons-math3-3.6.1.jar
Binary file not shown.
Binary file added lib/diozero-core-1.0.0.jar
Binary file not shown.
Binary file added lib/diozero-core-1.0.1.jar
Binary file not shown.
Binary file added lib/diozero-core-1.3.5.jar
Binary file not shown.
Binary file added lib/diozero-provider-pigpio-1.0.1.jar
Binary file not shown.
Binary file added lib/diozero-ws281x-java-1.0.0.jar
Binary file not shown.
Binary file added lib/javafx-base-19-ea+8-win.jar
Binary file not shown.
Binary file added lib/javafx-base-19-ea+8.jar
Binary file not shown.
Binary file added lib/javafx-controls-19-ea+8-win.jar
Binary file not shown.
Binary file added lib/javafx-controls-19-ea+8.jar
Binary file not shown.
Binary file added lib/javafx-fxml-19-ea+8-win.jar
Binary file not shown.
Binary file added lib/javafx-fxml-19-ea+8.jar
Binary file not shown.
Binary file added lib/javafx-graphics-19-ea+8-win.jar
Binary file not shown.
Binary file added lib/javafx-graphics-19-ea+8.jar
Binary file not shown.
Binary file added lib/junit-jupiter-api-5.8.2.jar
Binary file not shown.
Binary file added lib/junit-platform-commons-1.8.2.jar
Binary file not shown.
Binary file added lib/netty-all-4.1.54.Final.jar
Binary file not shown.
Binary file added lib/opentest4j-1.2.0.jar
Binary file not shown.
Binary file added lib/pi4j-core-1.3.jar
Binary file not shown.
Binary file added lib/pi4j-core-2.3.0.jar
Binary file not shown.
Binary file added lib/pi4j-gpio-extension-1.3.jar
Binary file not shown.
Binary file added lib/pigpioj-java-2.5.4.jar
Binary file not shown.
Binary file added lib/slf4j-api-1.7.32.jar
Binary file not shown.
Binary file added lib/spring-aop-4.3.18.RELEASE.jar
Binary file not shown.
Binary file added lib/spring-aop-5.3.19.jar
Binary file not shown.
Binary file added lib/spring-beans-4.3.18.RELEASE.jar
Binary file not shown.
Binary file added lib/spring-beans-5.3.19.jar
Binary file not shown.
Binary file added lib/spring-boot-1.5.15.RELEASE.jar
Binary file not shown.
Binary file added lib/spring-boot-2.6.7.jar
Binary file not shown.
Binary file added lib/spring-boot-test-1.5.15.RELEASE.jar
Binary file not shown.
Binary file added lib/spring-boot-test-2.6.7.jar
Binary file not shown.
Binary file added lib/spring-context-4.3.18.RELEASE.jar
Binary file not shown.
Binary file added lib/spring-context-5.3.19.jar
Binary file not shown.
Binary file added lib/spring-core-4.3.18.RELEASE.jar
Binary file not shown.
Binary file added lib/spring-core-5.3.19.jar
Binary file not shown.
Binary file added lib/spring-expression-4.3.18.RELEASE.jar
Binary file not shown.
Binary file added lib/spring-expression-5.3.19.jar
Binary file not shown.
Binary file added lib/spring-jcl-5.3.19.jar
Binary file not shown.
Binary file added lib/tinylog-api-2.2.1.jar
Binary file not shown.
Binary file added lib/tinylog-api-2.5.0.jar
Binary file not shown.
Binary file added lib/tinylog-impl-2.2.1.jar
Binary file not shown.
Binary file added lib/tinylog-impl-2.5.0.jar
Binary file not shown.
Loading