Skip to content

Releases: hexley21/ArithMathics

v1.1.2

18 Sep 18:13
03502cb
Compare
Choose a tag to compare

Change Logs

Additions

  • Keyboard

Updates

  • Difficulty calculation system
  • Floating point message
  • Dependencies
  • Increased Performance / Optimisation

Fix

  • RxJava link in credits

v1.1.1

04 Sep 01:11
5f1441e
Compare
Choose a tag to compare

Change Logs

Additions

  • Add informational fragment with useful links and notices
  • Add credit fragment with open source notices
  • Add testing environment for domain module

Updates

  • Update difficulty evaluation system
  • Update Privacy Policy
  • Refactor Decimal formatting

Removes

  • Remove google play services
  • Remove google open source notices library

v1.1.0

08 Aug 02:12
Compare
Choose a tag to compare

Change Logs:

Bug Fixes:

  • Fixed icons for old devices
  • Fixed playstore icon
  • Fixed typo

Performance:

  • Removed unused dependencies

Versioning:

  • From now, app will follow semantic versioning standards

v1.0.1

02 Aug 20:37
c2ff6a9
Compare
Choose a tag to compare

Change Logs:

New Features

  • Added occurance chance on each operator
  • Ability to set occurance chance on each operator for custom game
  • Ability to choose to solve questions with a positive answers only
  • Page with every used open source projects and licenses
  • Icons for old devices

Bug Fixes

  • On game page, on swiping, input field cursor is placed at the end
  • On custom page, values are shown correctly

Application Changes

  • Transfered to Room database
  • Added asynchronous approach with RxJava
  • Added comments
  • Icons for old devices

Overall Result

  • Better performance
  • Better code read-ability
  • Easier new feature Implementation