Skip to content

OSCEdays/MyOwnNotes

 
 

Repository files navigation

MyOwnNotes-android

Android App for the ownCloud Notes Application. Uses the (RESTful) API of ownCloud notes extension/app found here: https://github.com/owncloud/notes/wiki/API-0.2

The right README

Make sure you read the README of the appropriate branch. The one you are seeing right now might not be the one you are looking for.

Contribute

Use the development branch and please take a look at CONTRIBUTING.rst for information regarding extending this application.

The information there applies to translations and issue submissions as well.

Install

to use this app you will need:

  • ownCloud server Version >= 6.0.3 see ownCloud Docs
  • ownCloud Notes App Version >= 0.9 installed and activated on your server
  • Mobile device using Android Version >= 4.0
  • SSL certificate for your server. For more information please read the FAQ below.
  • The My Own Notes App

FAQ

What's it with "Installing ownCloud Notes app: No app name specified"?

the app name as specified in info.xml of the notes app was not exactly the same as the directory name I was using for the app. This happens a lot when unzipping the file downloaded from github. Just rename notes-x.x to notes.

How do I get ownCloud?

There are many resources on the internet, showing you how to run your own copy of ownCloud. The following article provides a quick roundup: https://blog.entwicklerbier.org/2014/06/setting-up-owncloud-on-speed/

I get a JSON error - what do I do?

In ownCloud 7.0.2 the Notes App is not installed by default. You have to install and activate it. Try this and if you still get the error please submit a ticket.

I can't connect. Do I really have to use SSL/TLS?

Short answer: yes. Please read our comment on Entwicklerbier.org for more information.

I can't connect via SSL. How do I add (self-signed) certificates?

Use the android Security Settings to add self-signed certificates. Open your Settings, browse to Security and add them there. You can find more information on our My Own Notes Website and at google dev.

If you still need help, feel free to contact us. Please be aware that this mailadress changes as we want to keep spam to a minimum and that it may take a while for us to help out.

I heard you don't support ownCloud's encryption app. Is this true?

Since ownCloud 7.0.4, MyOwnNotes is working with the encryption plugin enabled. However, please look at our blog entry about ownCloud's encryption app and at our comment in issue #9392

Do you know any cheap SSL certificates?

If you don't want to use self-signed certificates you can get one for free (for non-profit purposes only) at StartSSL. If you can spend money, we suggest you to take a look at CheapSSLsecurity. Please note that we are not affiliated with those companies in any way. We just want to help you finding cheap certificates.

I have my own certificate. However, it is not working.

One of the most common errors is a wrong certificate chain. Please use SSL Labs to check if your certificate chain is in order. If it isn't look up the manual of your webserver. We also wrote an article for Setting up owncloud on Speed.

I want to move my certificate to a custom folder

Moving certificates can be tedious and insecure, depending on your selinux settings. We do not recommend you to move your certificates. If you really must, github user eephyne documented a way to achieve this: Moving Certificates Oh, and by the way: in contrary to others, we think it's really stupid to disable selinux. Only disable for testing purposes.

Building the application

Download the official android sdk here: http://developer.android.com/sdk/index.html

  • Import "Android/Existing Android Code" into Workspace
  • Run "Android Application"

Contributors

Here is a list of all contributers, including ourselves. A big thank you to all the people who help developing this application. Please be aware that all contributions are GPL3 licensed.

Maintainer

  • aykit : Non-profit organisation supporting art, culture and science

Developers

Translators

3rd Party Code

Testers

Unfortunately, we are not able to greet everyone in person. Without your feedback, we wouldn't be able to improve My Own Notes. Please keep up testing and providing valuable information regarding your issues. We promise we will keep up fixing and improving as best as we can.

License

My Own Notes and all contributions are licensed as GPL3

About

Notes for ownCloud App - Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%