Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.13 KB

MyOwnNotes-android

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

Install

to use this app you will need:

FAQ

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

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 this feature at google dev: https://code.google.com/p/android/issues/detail?id=11231#c107

Building the application

build using official android sdk. get it here: http://developer.android.com/sdk/index.html

  • import as Android/Existing Android Code into Workspace
  • then run as "Android Application"