Nextcloud notes client for SailfishOS
Find a file
2018-11-18 13:11:22 +01:00
icons API Implemented in javascript. Currently just readonly functionality. No possibility to set user credentials 2018-10-16 23:52:28 +02:00
qml Ability to add and delete notes. 2018-11-18 13:11:22 +01:00
rpm API Implemented in javascript. Currently just readonly functionality. No possibility to set user credentials 2018-10-16 23:52:28 +02:00
src Still working on multi-accounts. Made some progress 2018-11-17 22:28:25 +01:00
translations Edited name of the german icon text 2018-11-18 11:34:08 +01:00
.gitignore Initial commit 2018-10-16 17:48:46 +02:00
harbour-nextcloudnotes.desktop Edited name of the german icon text 2018-11-18 11:34:08 +01:00
harbour-nextcloudnotes.pro Worked on multi account settings. The app is still not usable! 2018-11-14 22:13:47 +01:00
LICENSE Initial commit 2018-10-16 17:48:46 +02:00
README.md Ability to add and delete notes. 2018-11-18 13:11:22 +01:00

Nextcloud notes client for SailfishOS

A mobile App providing access to Nextcloud Notes on Sailfish OS.
Communication with the nextcloud server happens over the Notes API 0.2.
The Sailfish OS SDK is used to write and build this project.
You can preview some screenshots here.

Current features

  • Multiple Nextcloud accounts
  • List all notes of an account
  • Show the content of the notes
  • Basic Markdown rendering
  • Edit the notes content
  • Create new notes
  • Delete notes
  • Edit favorite property
  • Edit category property

Planned features

(The ordering represents the priority for the implementation)

  • Login screen for the nextcloud account (using the Login Flow if possible)
  • Automatically push changes to the server while editing a note
  • Better Markdown rendering
  • Search in notes
  • Checklist support
  • Offline support
  • Overview of the supported markdown elements
  • Usage of Sailfish OS Secrets to store the user credentials

Features to be considered

  • All features of the Android App
  • Use user metadata and theming (via OCS API)
  • Share notes
  • Import notes from textfiles
  • Sync with the Sailfish OS build in notes app
  • Versioning / trashbin
  • Use ETags to synchronize notes more efficient