release: 0.1905.29-beta
This commit is contained in:
@@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## v0.1905.29-beta
|
||||||
|
|
||||||
|
- Auto save functionality for all symptoms
|
||||||
|
- Add donation section to about
|
||||||
|
- Styling fixes
|
||||||
|
- Clearer labels on cycle day overview
|
||||||
|
- Rename mucus to cervical mucus
|
||||||
|
- Set show more on homescreen to default and get rid of more/less switch
|
||||||
|
- Add loading screen to data import
|
||||||
|
- Fix line width in chart
|
||||||
|
- Removes logo and adds header on the main login screen
|
||||||
|
- Nicer formatting for past bleeding prediction
|
||||||
|
- Fixes prediction range in drop on homescreen
|
||||||
|
- Removes permissions not required for debug or production
|
||||||
|
- Temperature screen styling update
|
||||||
|
|
||||||
## v0.0.3 - 2019-04-17
|
## v0.0.3 - 2019-04-17
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@@ -102,8 +102,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 2
|
versionCode 3
|
||||||
versionName "0.1905.28-beta"
|
versionName "0.1905.29-beta"
|
||||||
ndk {
|
ndk {
|
||||||
abiFilters "armeabi-v7a"
|
abiFilters "armeabi-v7a"
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "drip",
|
"name": "drip",
|
||||||
"version": "0.1905.28-beta",
|
"version": "0.1905.29-beta",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "drip",
|
"name": "drip",
|
||||||
"version": "0.1905.28-beta",
|
"version": "0.1905.29-beta",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Julia Friesel <julia.friesel@gmail.com>",
|
"Julia Friesel <julia.friesel@gmail.com>",
|
||||||
"Marie Kochsiek",
|
"Marie Kochsiek",
|
||||||
|
|||||||
Reference in New Issue
Block a user