Skip to content

Commit

Permalink
🔖 1.1.0
Browse files Browse the repository at this point in the history
- Update store assets
- Update README.md
  • Loading branch information
loicngr committed Feb 10, 2024
1 parent ee07b0b commit 4fda8d8
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
- The application connects to your [Infomaniak kDrive](https://kdrive.infomaniak.com) via webDAV.
- If you want a more sophisticated solution, take a look at [Joplin](https://github.com/laurent22/joplin). A guide is available [here](https://www.infomaniak.com/fr/support/faq/1800/synchroniser-les-notes-joplin-par-webdav-avec-kdrive)

## Preview
<img src="src/assets/tablet-home.jpg" alt="image" width="300" height="auto">

## How to
- [How to install PWA (PC and Phone)](doc/PWA.md)
## Android version [here (alpha)](https://play.google.com/store/apps/details?id=fr.zkf.kdrive_notes)
Expand Down
Binary file added googlePlayStore-assets-phone.psd
Binary file not shown.
Binary file added googlePlayStore-assets-tablet.psd
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kdrive-notes",
"version": "1.0.0",
"version": "1.1.0",
"description": "A kDrive notes app",
"productName": "kDrive notes",
"author": "loicngr <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions src-capacitor/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "fr.zkf.kdrive_notes"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10000
versionName "1.0.0"
versionCode 11000
versionName "1.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
Binary file added src/assets/phone-home-settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/phone-home-text.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/phone-home-todo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/phone-home.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/phone-home.png
Binary file not shown.
Binary file removed src/assets/phone-note.png
Binary file not shown.
Binary file removed src/assets/phone-settings.png
Binary file not shown.
Binary file added src/assets/tablet-home.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/tablet-home.png
Binary file not shown.
Binary file removed src/assets/tablet-note.png
Binary file not shown.
Binary file added src/assets/tablet-settings.jpg
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 4fda8d8

Please sign in to comment.