mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
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:
parent
7ec4e0e041
commit
a4d9ab8275
4 changed files with 24 additions and 17 deletions
|
@ -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()]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
hr {
|
||||
width: 45%
|
||||
}</style>
|
||||
<title>About</title>
|
||||
<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 © 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 & 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.
Loading…
Reference in a new issue