Skip to content

usyboi/mobile

 
 

Repository files navigation

Standard Notes

iOS & Android App

Standard Notes is a safe place for your notes, thoughts, and life's work. It focuses on being simple, so you don't have to fight with endless features that slow you down. It encrypts your notes to protect your privacy. And, it's extensible, so you can backup your notes to Dropbox, Google Drive, and other services, as well as install themes, editors (desktop only), and more.

Download Options:

The Code

This is a React Native implementation of Standard Notes. React Native allows us to build native mobile applications using JavaScript. This allows us to develop faster, as well as have a more reliable and consistent cross-platform experience.

Building the Project

Clone the project, then:

  1. git submodule update --init
  2. npm install
  3. react-native run-ios or react-native run-android

Running on Device

  • For iOS: Open the project in Xcode, then simply build and run with your device selected.
  • For Android: connect your device, then simply run react-native run-android

Generating an APK

cd android && ./gradlew assembleRelease

You'll then find the APK in this directory:

android/app/build/outputs/apk/release

Contributing

We love community contributions! Before contributing, please read our Longevity Statement to better understand how we approach adding new features. Unlike other projects, adding new features is something we prefer not to do, so if you have a feature which you think is absolutely essential, please create a discussion issue first before coding.

Classic Codebase (Deprecated)

You can find the "classic" versions of our applications, which are built in Swift and Java/Kotlin, respectively, via these links:

  1. Swift-based iOS app (deprecated)
  2. Java/Kotlin based Android app (deprecated)

About

Standard Notes for iOS and Android - https://standardnotes.org

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.0%
  • Objective-C 4.3%
  • Java 1.9%
  • Python 0.8%