Release: 1.2102.28
This commit is contained in:
+21
-1
@@ -2,8 +2,21 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## v1.2102.28
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- Temperature range is now between 35 - 39°C and its default values are now set to 35.5 - 37.5°C
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Blocks invalid input of temperature value
|
||||||
|
- Error message for incorrect password on login screen
|
||||||
|
- Phase text on home screen for last fertile day
|
||||||
|
- Styling improvements
|
||||||
|
|
||||||
## v1.2101.9
|
## v1.2101.9
|
||||||
|
|
||||||
### Adds
|
### Adds
|
||||||
|
|
||||||
- Introduces complete redesign of all sections of the app
|
- Introduces complete redesign of all sections of the app
|
||||||
- Adds new font
|
- Adds new font
|
||||||
- Adds Lisa as condriputor
|
- Adds Lisa as condriputor
|
||||||
@@ -13,6 +26,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Adds limit line length on text of symptom box
|
- Adds limit line length on text of symptom box
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
||||||
- Updates createVersion tag for production releases
|
- Updates createVersion tag for production releases
|
||||||
- Better wording for prediction text
|
- Better wording for prediction text
|
||||||
- Changes the icon
|
- Changes the icon
|
||||||
@@ -29,6 +43,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Updates sdk 28 -> 29 and migrate to androidx
|
- Updates sdk 28 -> 29 and migrate to androidx
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed drip typo
|
- Fixed drip typo
|
||||||
- Fixed the date label on chart from breaking
|
- Fixed the date label on chart from breaking
|
||||||
- Fixed chart dots and lines
|
- Fixed chart dots and lines
|
||||||
@@ -176,8 +191,8 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Adds release wizard
|
- Adds release wizard
|
||||||
- Updates nodejs-mobile to fix security issue
|
- Updates nodejs-mobile to fix security issue
|
||||||
|
|
||||||
|
|
||||||
## v0.1905.29-beta
|
## v0.1905.29-beta
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
||||||
- Auto save functionality for all symptoms
|
- Auto save functionality for all symptoms
|
||||||
@@ -190,6 +205,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Nicer formatting for past bleeding prediction
|
- Nicer formatting for past bleeding prediction
|
||||||
- Removes permissions not required for debug or production
|
- Removes permissions not required for debug or production
|
||||||
- Temperature screen styling update
|
- Temperature screen styling update
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Styling
|
- Styling
|
||||||
@@ -297,14 +313,17 @@ All notable changes to this project will be documented in this file.
|
|||||||
- temperature screen styling update
|
- temperature screen styling update
|
||||||
|
|
||||||
## v0.0.3 - 2019-04-17
|
## v0.0.3 - 2019-04-17
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
||||||
- Removes Google services from notification library and use fork of react-native-push-notification: <https://github.com/github:jfr3000/react-native-push-notification>
|
- Removes Google services from notification library and use fork of react-native-push-notification: <https://github.com/github:jfr3000/react-native-push-notification>
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Button functionality in settings for password
|
- Button functionality in settings for password
|
||||||
|
|
||||||
## v0.0.2 - 2019-04-09
|
## v0.0.2 - 2019-04-09
|
||||||
|
|
||||||
## Second updated beta release version
|
## Second updated beta release version
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
@@ -320,6 +339,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Dates on chart
|
- Dates on chart
|
||||||
|
|
||||||
## v0.0.1 - 2019-02-15
|
## v0.0.1 - 2019-02-15
|
||||||
|
|
||||||
## First beta release version
|
## First beta release version
|
||||||
|
|
||||||
### Added (list of core functionality)
|
### Added (list of core functionality)
|
||||||
|
|||||||
@@ -107,8 +107,8 @@ android {
|
|||||||
applicationId "com.drip"
|
applicationId "com.drip"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 7
|
versionCode 8
|
||||||
versionName "1.2101.9"
|
versionName "1.2102.28"
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "drip",
|
"name": "drip",
|
||||||
"version": "1.2101.9",
|
"version": "1.2102.28",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -13650,4 +13650,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "drip",
|
"name": "drip",
|
||||||
"version": "1.2101.9",
|
"version": "1.2102.28",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Julia Friesel <julia.friesel@gmail.com>",
|
"Julia Friesel <julia.friesel@gmail.com>",
|
||||||
"Marie Kochsiek",
|
"Marie Kochsiek",
|
||||||
@@ -120,4 +120,4 @@
|
|||||||
},
|
},
|
||||||
"test-runner": "mocha"
|
"test-runner": "mocha"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user