Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@agcom agcom released this 19 Sep 18:26

This is the first release which is equal to my assessment's submission, plus minor changes to comply with open sourcing.

This application was made for an assessment during a data structures and algorithms college course.

The mentioned assessment's submission was on 2 February 2020, which is the actual release date.

Compliance changes

The following notes describe the minor changes to comply with open sourcing.

Compared to the initial project.

New features

  • Added README - #2
  • Added LICENSE

Bug fixes

  • Changed application's stage title to QuadTree (was QuadTree & RTree)
  • Added Gradle scripts - #3

Improvements

  • Polished the build files.
  • Upgraded Gradle to the latest version, 6.6.1 - #5, #15
  • Upgraded JFoenix to the latest version, 9.0.10 - #5, #15
  • Changed the project name to quadtree, (was DS) - #10
  • Changed the default draw delay to 0 ms - #12
  • Added group packages, com.github.agcom.quadtree - #9