-
Notifications
You must be signed in to change notification settings - Fork 15
Feature/add new square challenge type #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/add new square challenge type #71
Conversation
Referencing gif in drawable folder.
# Conflicts: # README.md
…b.com/Zephyr-Pixilated/PlugBrain into Feature/ADD_New_Square_Challenge_type
|
I've learned alot- working with Compose and making unit tests in Android Studio. I appear to have a Lint fail from syntax error- in the SquareChallengeView.kt I messed with tabs and spaces. In the build fail, I'm getting an error on APK. I was getting the same error in that same file, I used a function to work around it to see Compose Preview that I ended up commenting out. I am looking forward to your PR Review. |
msbelaid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is your first Android contribution, that’s awesome!
I’ve left a few comments, great work again!
app/src/main/java/app/plugbrain/android/challenges/square/SquareChallengeEasyTwoThroughFive.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/app/plugbrain/android/challenges/square/SquareChallengeEasyTwoThroughFive.kt
Outdated
Show resolved
Hide resolved
.../main/java/app/plugbrain/android/challenges/square/SquareChallengeHardElevenThroughTwenty.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/app/plugbrain/android/ui/challenges/compose/SquareChallengeView.kt
Outdated
Show resolved
Hide resolved
app/src/test/java/app/plugbrain/android/challenges/SquareChallengeTest.kt
Outdated
Show resolved
Hide resolved
app/src/test/java/app/plugbrain/android/challenges/SquareChallengeTest.kt
Outdated
Show resolved
Hide resolved
app/src/test/java/app/plugbrain/android/challenges/SquareChallengeTest.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/app/plugbrain/android/ui/challenges/compose/SquareChallengeView.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/app/plugbrain/android/ui/challenges/compose/SquareChallengeView.kt
Outdated
Show resolved
Hide resolved
app/src/test/java/app/plugbrain/android/challenges/SquareChallengeTest.kt
Show resolved
Hide resolved
app/src/test/java/app/plugbrain/android/challenges/SquareChallengeTest.kt
Outdated
Show resolved
Hide resolved
|
Okay, I believe that I fixed the issues you mentioned. Sorry, for all the commits. I've heard many commits seem to show progress. |
|
Awesome! |
This is the first attempt at a PR for adding a Square Challenge. This is an answer to issue# #63