Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LuiMoiPer/JavaImageGeneration
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: LuiMoiPer/JavaImageGeneration
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Refactor
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    12498ce View commit details
    Browse the repository at this point in the history
  2. Made a more formal abstract class for color provider so that it can b…

    …e more than just a PriorityQueue
    LuiMoiPer committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    69bfac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc61792 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9162bf View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    8e37e51 View commit details
    Browse the repository at this point in the history
  2. Reordered Imports

    LuiMoiPer committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    2b136db View commit details
    Browse the repository at this point in the history
  3. Made ColorProvider package.

    Added the following color providers:
    * FixedColor: Always outputs a single color and it never empty.
    * IncreasingRgb: Increases the rgb color till it hits the max.
    LuiMoiPer committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8750200 View commit details
    Browse the repository at this point in the history
  4. Made constructors public

    LuiMoiPer committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    375877a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33100e1 View commit details
    Browse the repository at this point in the history
Loading