Nextcloud notes client for SailfishOS
Find a file
Scharel 1555ca3e19
Removed password
Removed App-Password.
The accounts I use for testing are dedicated test-accounts.
The passwords are revocable and made invalid before committing any changes.
There's no way to attack the server with these credentials.
2018-10-17 14:14:16 +02: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 Removed password 2018-10-17 14:14:16 +02: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 API Implemented in javascript. Currently just readonly functionality. No possibility to set user credentials 2018-10-16 23:52:28 +02:00
translations Small UI improvements during lunch time. 2018-10-17 12:58:55 +02:00
.gitignore Initial commit 2018-10-16 17:48:46 +02:00
harbour-nextcloudnotes.desktop API Implemented in javascript. Currently just readonly functionality. No possibility to set user credentials 2018-10-16 23:52:28 +02:00
harbour-nextcloudnotes.pro API Implemented in javascript. Currently just readonly functionality. No possibility to set user credentials 2018-10-16 23:52:28 +02:00
LICENSE Initial commit 2018-10-16 17:48:46 +02:00
README.md Upadte README 2018-10-17 10:23:13 +02: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.

Current features

  • List all notes on the server
  • Show the content of the notes
  • Toggle favorite property
  • Group notes by category

Planned features

(The ordering represents the priority for the implementation)

  • Login screen for the nextcloud account
  • Create new notes
  • Delete notes
  • Edit notes
  • Automatically push changes to the server while editing a note
  • 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
  • Multiple nextcloud accounts
  • Share notes
  • Import notes from textfiles
  • Sync with the Sailfish OS build in notes app
  • Versioning / trashbin
  • Use ETags to synchronize notes more efficient