Standard Notes
-
The app complies with the inclusion criteria -
The app is not already listed in the repo or issue tracker. -
The original app author has been notified (and supports the inclusion).
I'm having difficulty trying to build this app. Here's my metadata file:
Categories:Writing,Security
License:GPL-3.0
Web Site:https://standardnotes.org
Source Code:https://github.com/standardnotes/mobile
Issue Tracker:https://github.com/standardnotes/mobile/issues
Auto Name:Standard Notes
Summary:A simple and private notes app
Description:
Standard Notes is a private place for your notes, thoughts, and life's work.
— It's simple. Standard Notes is the easiest notes app you'll ever use. That
means a more reliable, long-term experience.
— Encrypted writing is your best writing. You never really know the power of
your words until you experience total-privacy for the first time.
Standard Notes uses end-to-end encryption so that: • We can't read your notes •
Your ISP can't read your notes • Your government can't read your notes
We like to say, "Write like no one's watching."
— Extended writing is even better. Standard Notes is free to use on all your
devices, and comes with encryption and sync out of the box.
If you’d like to support our development, we offer an extensions package, with
themes, editors, and 3rd-party syncing options, like Dropbox, Google Drive, and
daily email backups.
— And so you know, you and us are in this for the long run. You want your notes
to last as long as you do, and we want our app to serve you for decades to come.
Standard Notes is architected on deeply-rooted principles of software longevity
and business sustainability.
• We say no to feature requests. Simplicity is the only way forward. • A
sustainable revenue model creates a healthy, long-term environment. • A non-IPO
mindset. We choose longevity over growth.
We're proud to be an open-source notes app. Learn more at standardnotes.org.
.
Repo Type:git
Repo:https://github.com/standardnotes/mobile
Build:2.0.0,20000
commit=2.0.0
target=android-21
subdir=android
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.0.0
Current Version Code:20000
I'm getting the error:
DEBUG: Directory: build/com.standardnotes/android
DEBUG: > gradle clean
ERROR: Could not build app com.standardnotes: OSError while trying to execute gradle clean: [Errno 2] No such file or directory: 'gradle': 'gradle'
If I change subdir
to android/app
, I get the same issue. There is definitely a gradle directory in the android
repo.
For the record, I use this command for release builds: cd android && ./gradlew assembleRelease
.