mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
Update score calculation
The value of a score is now a double. For boolean habits, this number goes from zero to one and corresponds to the percentage. For numerical habits, it now corresponds to a weighted average of the checkmark values. Also, for non-daily boolean habits, the score now increases with implicit checkmarks.
This commit is contained in:
@@ -12,7 +12,7 @@ android {
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 25
|
||||
|
||||
buildConfigField "Integer", "databaseVersion", "16"
|
||||
buildConfigField "Integer", "databaseVersion", "17"
|
||||
buildConfigField "String", "databaseFilename", "\"uhabits.db\""
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
Reference in New Issue
Block a user