Commit graph

60 commits

Author SHA1 Message Date
dependabot[bot]
cf8ca95055
Bump lodash.template from 4.4.0 to 4.5.0 in /qml/js/showdown-1.9.0
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-31 07:48:27 +00:00
dependabot[bot]
e1cf850e66
Bump handlebars from 4.0.6 to 4.5.1 in /qml/js/showdown-1.9.0
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.6 to 4.5.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.5.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.6...v4.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-29 21:35:23 +00:00
Scharel Clemens
9b800e5591 Added syntac page. 2018-12-12 23:10:45 +01:00
Scharel Clemens
038c9a8391 Disabled Syntax page until it is usable 2018-12-11 23:44:34 +01:00
Scharel
1971a93da9 Worked on Syntax Page 2018-12-11 17:44:00 +01:00
Scharel
a01fe96830 Changed #34: Do not underline lines with tick boxes. Began implementing #18: Page with Markdown syntax 2018-12-11 13:34:17 +01:00
Scharel
1bcf86b698 Fixed an issue that prevented to edit accounts 2018-12-11 09:28:33 +01:00
Scharel Clemens
2a020c9d47 Easter Egg 2018-12-11 00:10:51 +01:00
Scharel Clemens
4ec38cc345 Allow IP addresses. Added setting to allow unencrypted connections. Added translations for German and Swedish. 2018-12-10 23:14:15 +01:00
Scharel Clemens
23cc868e93 Fixed an issue where accounts get deleted when the dialog is aborted 2018-12-07 01:13:22 +01:00
Scharel Clemens
f9ee0021ef Improved account handling. 2018-12-07 00:30:18 +01:00
Scharel Clemens
32f3fe3479 Added fade animation for category tags 2018-12-06 16:01:43 +01:00
Scharel Clemens
585ba1855a Fixed cover logo for non high-res devices 2018-12-06 14:14:54 +01:00
Scharel Clemens
2230fefbea Adopt hightlighted colors for the category tags. 2018-12-06 14:07:48 +01:00
Scharel Clemens
829c265234 Implemented #20 List of existing categories. 2018-12-06 13:37:29 +01:00
Scharel Clemens
19da7035a9 Fixed #19 Strikethrough is not shown 2018-12-06 12:34:10 +01:00
Scharel Clemens
28b27e8916 Removed unnessessary console output 2018-12-05 17:09:02 +01:00
Scharel Clemens
ffc2c51458 New build v0.1-7. Readded BusiIndicator on the first page. 2018-12-05 17:06:06 +01:00
Scharel Clemens
fe9192ccaf Auto-indent for new lines. 2018-12-05 16:55:42 +01:00
Scharel Clemens
cda3c4059a First fix for #17 even if it generates some ugly html. But the QML element seems to handle it fine. 2018-12-05 16:38:07 +01:00
Scharel Clemens
120464f954 Fixed #14 Search results opening the wrong note 2018-12-05 15:52:35 +01:00
Scharel Clemens
b3d302acf4 Allow landscape orientation 2018-12-04 17:24:45 +01:00
Scharel Clemens
b29e3867e8 Allow to delete accounts that are not last in the list 2018-12-04 16:31:28 +01:00
Scharel Clemens
bdc75e1cea Added auto prepend for ordered lists 2018-12-04 15:49:29 +01:00
Scharel Clemens
9b9b75cff8 mproved markdown rendering 2018-12-04 15:22:57 +01:00
Scharel Clemens
30947fb251 Added options for monospaced font and capital X in checkboxes 2018-12-04 11:44:06 +01:00
Scharel Clemens
1396633e34 Bugfix: Adding notes is possible again 2018-12-04 11:24:07 +01:00
Scharel Clemens
d2449f7591 Implemented auto prepend for list elements. 2018-12-04 00:46:04 +01:00
Scharel Clemens
a8d1b64251 Reload content when opening EditPage. 2018-12-03 23:08:41 +01:00
Scharel Clemens
ad71500c20 Implemented searching, larger checkboxes, better asynchronious behaviour, small bugfixes 2018-12-03 20:33:37 +01:00
Scharel Clemens
3c1223f9a9 Tried to handle notes over id, not index in the subpages. Not that successfully until now. 2018-11-30 18:40:03 +01:00
Scharel Clemens
b782150923 Worked on NotesApi 2018-11-30 15:12:16 +01:00
Scharel Clemens
717d0855e1 Added case-insensitivity for tasklists. 2018-11-30 01:06:35 +01:00
Scharel Clemens
af18cc77d2 Implemented checkboxes 2018-11-28 14:05:36 +01:00
Scharel Clemens
21aa7211ca Improved about page and added FOSS licenses 2018-11-27 12:08:44 +01:00
Scharel Clemens
203fd4b1a0 Moved showdown to qml/; Begin versioning. 2018-11-27 10:21:50 +01:00
Scharel Clemens
2f6117114e Use ShowdownJS https://github.com/showdownjs/showdown to parse Markdown 2018-11-27 09:58:21 +01:00
Scharel Clemens
ff1e3715b4 Added details to the view. 2018-11-26 17:21:33 +01:00
Scharel Clemens
29335f9c51 Improved API handling and sorting. 2018-11-26 17:21:02 +01:00
Scharel Clemens
6275eaa869 Worked on sorting. For some reason it works, but I don't know why. 2018-11-25 20:39:03 +01:00
Scharel Clemens
e600a72036 Small UI improvements 2018-11-25 14:08:00 +01:00
Scharel Clemens
7f27a87aa3 Small improbvements to the API 2018-11-25 14:07:37 +01:00
Scharel Clemens
958c7704a7 Added some customisation settings. Added autosync. Better error outputs. 2018-11-24 19:34:01 +01:00
Scharel Clemens
8295729611 Reload Note view after editing 2018-11-18 15:01:32 +01:00
Scharel Clemens
5d4d6b2036 Fixed cover action 2018-11-18 14:03:08 +01:00
Scharel Clemens
1035055e29 Bugfix: toggle favorite on the first page 2018-11-18 13:20:17 +01:00
Scharel Clemens
b2284de2e1 Ability to add and delete notes. 2018-11-18 13:11:22 +01:00
Scharel Clemens
344f78b70f First version that is somehow usable. 2018-11-18 11:25:28 +01:00
Scharel Clemens
d2601ba749 Still working on multi-accounts. Made some progress 2018-11-17 22:28:25 +01:00
Scharel Clemens
3f95d6ed1b Worked on multi account settings. The app is still not usable! 2018-11-14 22:13:47 +01:00