Skip to content

nhoefer2/Omni-Notes

 
 

Repository files navigation

Note taking open-source application aimed to have both a simple interface but keeping smart behavior.

The project was created by the absence of such applications compatible with old phones and old versions of Android that would propose, however, an attractive look and aligned with the most recent design of the Google operating system

Follow the developments and post your comments and advice on Google+ Beta Comunity at http://goo.gl/eF6qqF

Help to keep translations updated is always welcome, if you want give an hand checkout the translation project at Crowdin

##Features

Actually the following functions are implemented:

  • Android KitKat-ready appearance
  • Manage active, archived, trashed notes and filter the ones with reminder
  • Add, modify, share notes
  • Use categories to organize notes and add them some color
  • Mask notes to avoid others to look at that without having the password
  • Note searching by text or tags and optimized search-as-you-type mode
  • Batch operations choosing multiple notes: merge, archive, trash, delete
  • Export/import notes and settings to safe backup folder
  • Multimedia attachments: all file types are supported!
  • Sketch mode to add hand made drawings or notes
  • To-do list with customizable behavior
  • Gesture actions to delete and create notes in a faster way

Further developments will include:

  • Notes sychronization
  • Web interface to manage notes

You can find a complete changelog inside the application settings menu!

If you need some help on how to use the application you'll find everything you need into the Help Online

##Build the app

Due to the fact that I'm using gitflow as code versioning methodology (even before it was formalized) you, as developer should always start working on develop branch that contains the most recent changes.

To simplify the approach with the app code I switched to the new Android Studio IDE (BETAs are ready to be daily used) and I created a personal Maven repository to avoid you to download all the libraries and sub-projects Omni Notes depends on.

Short story long: you have to clone from Omni Notes' develop branch on GitHub the code into Android Studio, wait for all dependencies have been downloaded and start coding!

Don't forget to contribute to original code! Don't be selfish or lazy!

####Dependences

They're all listed into the build.gradle file but due to the fact that many of the dependences have been customized by me I'd like to say thanks here to the original developers of these great libraries:

##Developed with love and passion by

##License

Copyright 2014 Federico Iosue

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Open source note-taking application for Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%