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 {
applicationId "net.foucry.pilldroid"
minSdk defaultMinSdkVersion
targetSdk defaultTargetSdkVersion
versionCode 302
versionName "v0.302-beta"
minSdkVersion defaultMinSdkVersion
targetSdkVersion defaultTargetSdkVersion
versionCode 350
versionName "v0.350-beta"
multiDexEnabled true
javaCompileOptions {
annotationProcessorOptions {
arguments += ["room.schemaLocation": "$projectDir/schemas".toString()]

View file

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

View file

@ -1,4 +1,4 @@
<html>
<html lang="fr">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style>
@ -11,22 +11,26 @@
}
p.red {
color: #ff2600;
}</style>
<title>About</title>
}
hr {
width: 45%
}</style>
<title>Pilldroid</title>
</head>
<body>
<div style="text-align: center;"><img src="file:///android_asset/icon_pilldroid.png" width="64"/></div>
<!--<div class="build">[[[about_string]]]</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"><p>[feb95329be7d05c6fd17d4ba4b72ca48c7bb294e]</p></div>
<h5>Pilldroid &copy;&nbsp;2024 Jacques Foucry </h5>
<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 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 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>Stéphane en grand chamboulateur d'interface en fait quelque chose d'utilisable</p>
<hr width=45%/>
<p>Stéphane en grand « chambouleur » d'interface en fait quelque chose d'utilisable</p>
<hr/>
<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
évoluer Pilldroid.</p>

Binary file not shown.