Skip to content

Commit

Permalink
Updated app to V 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lubenard committed Jan 17, 2022
1 parent c6f0572 commit d73d837
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 8 deletions.
11 changes: 5 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ android {
applicationId "com.lubenard.oring_reminder"
minSdkVersion 21
targetSdkVersion 31
versionCode 11
versionName "2.0.1"

versionCode 12
versionName "2.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand All @@ -29,10 +28,10 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.navigation:navigation-fragment:2.3.5'
implementation 'androidx.navigation:navigation-ui:2.3.5'
implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<string name="license_app_title">This app uses Apache 2 Licence.</string>

<string name="license_app_source">You can see the app\'s source code for this here :\n https://github.com/lubenard/oRing_Reminder</string>
<string name="license_app_source">You can see the app\'s source code here :\n https://github.com/lubenard/oRing_Reminder</string>
<string name="about_additional_software_licenses">About and Licenses</string>
<string name="settings_other_see_licenses_title">See about and licences</string>
<string name="notif_channel_name">Send an erasable notification</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings_do_not_translate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">oRing - Reminder</string>
<string name="app_version" translatable="false">v2.0.1</string>
<string name="app_version" translatable="false">v2.0.2</string>
<string name="license_app_licence" translatable="false">
Copyright 2021 lubenard\n\n

Expand Down
24 changes: 24 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Hello everone !
It's been a long time since this app has been updated !
This is finally the release of the version 2.0 !

Here is the patchnote:
* New UI !
* Added research function
* Dates are now easier to read
* ProgressBar for current session
* New buttons on widget (start/ stop break)
* Launch break from main view
* More consistant UI
* Option to choose from calendar / time picker
* New 'History' page

Other improvements:

* Faster pdf rendering for list
* Fixed crash with widget
* Edit dates for spermograms
* App is ~ 20 % smaller
* Updated translations
* New datas in datas page
* Dropped support for android 4.4, min is now Lollipop (5.0)
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
V2.0.1 - Bugfix update

Hello !
I am releasing this update. It does not add any features or optimisation, but fix 5 bugs:

* Fix bug with 'bad format' when editing running session
* When using widget, it might not be displayed on some devices
* When stoping break from widget, it would still send 'Break too long' notif
* Progress bar was reset after ending session inside Entry details page
* Fixed crash when manually inserting new session
* Updated to latest translations ! (Thanks to @Juansero29 and PR #8 !)
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
V2.0.2 - Second bugfix update
* Added German as a language ! Thanks to the traductor !
* Fixed Android 12 crashes and widget
* Fixed broken search function
* Fixed progressBar resetting when ending session
* Fixed visual bug where 0 minutes would be displayed for manual breaks
* Improved widget
* Fixed crash when manually entering break
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d73d837

Please sign in to comment.