Release/v0.350 beta (#59)

* WIP: News version of the database. Error with incorrect schema

* Fix typos, add git version number, fix deprecated html

* New version of the database with new medicines.

* Change versionCode and versionName

* Remove not used file witch make the compilation failed.

---------

Co-authored-by: jacques <jacques+commit@foucry.net>
This commit is contained in:
Jacques Foucry 2024-07-30 10:18:03 +00:00 committed by GitHub
parent 7ec4e0e041
commit a4d9ab8275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 17 deletions

View file

@ -34,10 +34,13 @@ android {
defaultConfig { defaultConfig {
applicationId "net.foucry.pilldroid" applicationId "net.foucry.pilldroid"
minSdk defaultMinSdkVersion
targetSdk defaultTargetSdkVersion minSdkVersion defaultMinSdkVersion
versionCode 302 targetSdkVersion defaultTargetSdkVersion
versionName "v0.302-beta" versionCode 350
versionName "v0.350-beta"
multiDexEnabled true
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {
arguments += ["room.schemaLocation": "$projectDir/schemas".toString()] arguments += ["room.schemaLocation": "$projectDir/schemas".toString()]

View file

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-feature <manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:name="android.hardware.camera" xmlns:tools="http://schemas.android.com/tools"
android:required="true" />
<uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
@ -23,7 +22,8 @@
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/AppTheme" android:theme="@style/AppTheme"
android:allowBackup="true"> android:allowBackup="true"
tools:ignore="DiscouragedApi">
<activity <activity
android:name=".DrugListActivity" android:name=".DrugListActivity"
android:theme="@style/AppTheme.NoActionBar" android:theme="@style/AppTheme.NoActionBar"

View file

@ -1,4 +1,4 @@
<html> <html lang="fr">
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style> <style>
@ -11,22 +11,26 @@
} }
p.red { p.red {
color: #ff2600; color: #ff2600;
}</style> }
<title>About</title> hr {
width: 45%
}</style>
<title>Pilldroid</title>
</head> </head>
<body> <body>
<div style="text-align: center;"><img src="file:///android_asset/icon_pilldroid.png" width="64"/></div> <div style="text-align: center;"><img src="file:///android_asset/icon_pilldroid.png" width="64" alt="Icône de l'application Pilldroid"/></div>
<!--<div class="build">[[[about_string]]]</div>--> <div class="build"><p>[feb95329be7d05c6fd17d4ba4b72ca48c7bb294e]</p></div>
<h5>Pilldroid &copy;&nbsp;2024 Jacques Foucry </h5> <h5>Pilldroid &copy;&nbsp;2024 Jacques Foucry </h5>
<p>Pilldroid est une gestion théorique de votre stock de médicaments.</p> <p>Pilldroid est une gestion théorique de votre stock de médicaments.</p>
<p>Pilldroid n'a aucune connaissance des interactions des médicaments entre eux.</p> <p>Pilldroid n'a aucune connaissance des interactions des médicaments entre eux.</p>
<p class="red">EN CAS DE DOUTE, CONSULTEZ VOTRE MÉDECIN OU VOTRE PHARMACIEN.</p> <p class="red">EN CAS DE DOUTE, CONSULTEZ VOTRE MÉDECIN OU VOTRE PHARMACIEN.</p>
<p>PillDroid ne vous rappelle pas de prendre vos médicaments.</p> <p>PillDroid ne vous rappelle pas de prendre vos médicaments.</p>
<p class="red">LA RESPONSABILITÉ DE L'AUTEUR NE SAURAIT ÊTRE ENGAGÉE EN CAS DE SURDOSAGE OU D'OUBLI DE PRISE.</p> <p class="red">LA RESPONSABILITÉ DE L'AUTEUR NE SAURAIT ÊTRE ENGAGÉE EN CAS DE SURDOSAGE OU D'OUBLI DE PRISE.</p>
<hr width=45%/> <hr/>
<p>PillDroid n'aurait pas pu voir le jour sans les conseils avisés de Frank, Benoit, Dominique &amp; Aurélien.</p> <p>PillDroid n'aurait pas pu voir le jour sans les conseils avisés de Frank, Benoit, Dominique &amp; Aurélien.</p>
<p>Stéphane en grand chamboulateur d'interface en fait quelque chose d'utilisable</p> <p>Stéphane en grand « chambouleur » d'interface en fait quelque chose d'utilisable</p>
<hr width=45%/> <hr/>
<p>Les conseils et aides de <a href="https://mob-dev.fr">mob-dev.fr</a>.</p> <p>Les conseils et aides de <a href="https://mob-dev.fr">mob-dev.fr</a>.</p>
<p>Le soutien actif et les conseils du Dr Kauffmann me permettent de faire <p>Le soutien actif et les conseils du Dr Kauffmann me permettent de faire
évoluer Pilldroid.</p> évoluer Pilldroid.</p>

Binary file not shown.