Nextcloud notes client for SailfishOS
Find a file
2020-05-07 21:18:40 +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 Improved offline mode 2020-05-05 19:44:31 +02:00
rpm Improved offline mode 2020-05-05 19:44:31 +02:00
src Remove unneeded interface class 2020-05-07 21:18:40 +02:00
translations Improved offline mode 2020-05-05 19:44:31 +02:00
.gitignore Initial commit 2018-10-16 17:48:46 +02:00
.gitmodules Integrated Showdown as a git submodule 2019-03-11 21:53:04 +01:00
harbour-nextcloudnotes.desktop Allow IP addresses. Added setting to allow unencrypted connections. Added translations for German and Swedish. 2018-12-10 23:14:15 +01:00
harbour-nextcloudnotes.pro Remove unneeded interface class 2020-05-07 21:18:40 +02:00
LICENSE Initial commit 2018-10-16 17:48:46 +02:00
README.md Mention eson57 2018-12-11 11:41:23 +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. Mardown conversion is done by Showdown. The Sailfish OS SDK is used to write and build this project.

Currently the app can be downloaded from OpenRepos or directly as RPM-Package from here. It is planned to publish the app in Jolla Harbour once it reaches a certain level of maturity.

You can preview some screenshots here.

Features

Implemented

  • Multiple Nextcloud accounts
  • List all notes of an account
  • Show the content of the notes
  • Search for note titles or content
  • Markdown rendering powered by ShowdownJS
  • Edit the notes content
  • Create new notes
  • Delete notes
  • Edit favorite property
  • Edit category property
  • Checklists
  • Link to external website with Markdown syntax

Planned

(The ordering represents the priority for the implementation)

  • Uusing the Login Flow if possible
  • Automatically push changes to the server while editing a note
  • Offline support
  • Usage of Sailfish OS Secrets to store the user credentials

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

Translations

  • English
  • German
  • Swedish (by @eson57)

Contributions to the translations are welcome.