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: tomazas/DotMatrixJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pr1metine/DotMatrixJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 77 files changed
  • 1 contributor

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    205e5f5 View commit details
    Browse the repository at this point in the history
  2. Initiate Gradle project

    pr1metine committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    8391579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d48735d View commit details
    Browse the repository at this point in the history
  4. Delete unnecessary files

    - libs, run scripts, jar
    pr1metine committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    4bc42fa View commit details
    Browse the repository at this point in the history
  5. Fix: examples dir inside jar

    - examples is now inside the archive alongside `src` and `bin`
    - misc stuff like:
      - `.idea` modified: JDK 11 is set as the default JDK
      - `ResourceBundle`: `\ ` is replaced with ` `
      - `README.md`: Updated "Using the program"
    pr1metine committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    2d7e0a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Run IntelliJ Code Inspection and Clean-Up

    - also renames entrypoint class `DotMatrixTest` and its resource bundle to `DotMatrixGUI`
    pr1metine committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    9f0e4cb View commit details
    Browse the repository at this point in the history
  2. Update localization

    - Adds German translation
    - Add missing properties to non-english ResourceBundle files
    pr1metine committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    14a4e4b View commit details
    Browse the repository at this point in the history
  3. Add Raspberry Pi support via Pi4J

    - has not been tested yet
    pr1metine committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    3764358 View commit details
    Browse the repository at this point in the history
Loading