Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .docs/ADE_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ Exemple d’une ressource :
```

## GETEVENTS
Récupérer les évennements de la journée
Récupérer les événements de la journée

`https://adresse-ade/jsp/webapi?sessionId=xxxxxxxxxxxxx&function=getEvents&date=05/02/2023&detail=0``
`https://adresse-ade/jsp/webapi?sessionId=xxxxxxxxxxxxx&function=getEvents&date=05/02/2023&detail=0`

```
Params :
Expand Down
2 changes: 2 additions & 0 deletions .docs/DATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<p align="center">
<img src="https://docs.expo.dev/static/images/packages/expo-secure-store.png" alt="SecureStore" width="50"/>
</p>

This data is stored in the secure enclave (Keychain from Apple / Keystore from Android) of the device, which is a secure storage system that is used to store sensitive data. The data is encrypted and can only be accessed by the user with biometrical authentication or a password (phone PIN).

Expand All @@ -13,6 +14,7 @@ This data is stored in the secure enclave (Keychain from Apple / Keystore from A

<p align="center">
<img src="https://docs.expo.dev/static/images/packages/expo-file-system.png" alt="AsyncStorage" width="50"/>
</p>

This data is stored in the AsyncStorage of the device, which is a storage system that is used to store data. The data is not encrypted and can be accessed by the user.

Expand Down
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "UniceNotes",
"slug": "unicenotes",
"version": "3.1.1",
"version": "3.1.3",
"githubUrl": "https://github.com/UniceApps/UniceNotes",
"orientation": "portrait",
"icon": "./src/assets/icon.png",
Expand Down Expand Up @@ -32,14 +32,12 @@
"CADisableMinimumFrameDurationOnPhone": true
},
"bundleIdentifier": "fr.hugofnm.unicenotes",
"buildNumber": "13.1.1",
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"package": "fr.hugofnm.unicenotes",
"versionCode": 38,
"adaptiveIcon": {
"foregroundImage": "./src/assets/android/foreground.png",
"monochromeImage": "./src/assets/android/monochrome.png",
Expand All @@ -58,7 +56,9 @@
"owner": "hugofnm",
"plugins": [
"expo-router",
"@bugsnag/plugin-expo-eas-sourcemaps",
"expo-image",
"expo-sharing",
"expo-status-bar",
[
"expo-alternate-app-icons",
[
Expand Down
Loading
Loading