This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
136 changed files
with
1,792 additions
and
2,461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"cSpell.words": [ | ||
"Getx", | ||
"qlevar" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# CHANGELOG | ||
|
||
[1.1.0] | ||
## [1.2.0] 26.01.2022 | ||
|
||
- Add Drag and drop functionality | ||
- Adjust to work on web | ||
- UI Fixes | ||
|
||
## [1.1.0] | ||
|
||
- UI Fixes | ||
- Add AutoSave | ||
- Add FileTree | ||
|
||
[1.0.0] | ||
## [1.0.0] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
android/app/src/main/kotlin/com/example/qlevar_local_manager/MainActivity.kt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
android/app/src/main/res/drawable-v21/launch_background.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"hello": "Bonjour", | ||
"ok": "d'accord", | ||
"bye": "au revoir", | ||
"yes": "Oui", | ||
"long": "c'est un texte long pour tester la taille du texte dans le widget qui l'affiche", | ||
"make": { | ||
"something": "faire quelque chose", | ||
"tea": "faire du thé", | ||
"coffee": "faire du café" | ||
}, | ||
"office": { | ||
"work": "travail", | ||
"meeting": "Rencontre", | ||
"stuff": { | ||
"disk": "office disk", | ||
"paper": "papier de bureau", | ||
"pen": "stylo de bureau" | ||
}, | ||
"test": { | ||
"hi": "", | ||
"ho": { | ||
"hi": "salut" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.