Skip to content

Commit a1493f1

Browse files
authored
Merge pull request #1 from mathnotes-app/chore/rename-opennotes
chore: rename app to OpenNotes
2 parents d304c12 + d8345a8 commit a1493f1

37 files changed

Lines changed: 186 additions & 134 deletions

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thanks for helping improve simplenotes. The goal of this project is a simple, local-first, open-source notes app with a strong mobile ink foundation.
3+
Thanks for helping improve OpenNotes. The goal of this project is a simple, local-first, open-source notes app with a strong mobile ink foundation.
44

55
Small, focused contributions are welcome: bug reports, reproducible crashes, device-specific PDF import/export issues, documentation fixes, UI polish, and careful fixes to local storage or native integration all help.
66

@@ -30,7 +30,7 @@ Expo Go is not supported because the app depends on native code from `@mathnotes
3030

3131
## App And Engine Boundaries
3232

33-
Use this repo for the simplenotes app: library UX, note storage, PDF import/export behavior, app chrome, and platform submission work.
33+
Use this repo for the OpenNotes app: library UX, note storage, PDF import/export behavior, app chrome, and platform submission work.
3434

3535
Use [`mathnotes-app/mobile-ink`](https://github.com/mathnotes-app/mobile-ink) for reusable ink-engine bugs, canvas primitives, native rendering, selection behavior, stroke serialization, and engine-level PDF/page handling.
3636

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
simplenotes
1+
OpenNotes
22
Copyright 2026 BuilderPro LLC
33

44
This product includes software developed by BuilderPro LLC.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# simplenotes
1+
# OpenNotes
22

33
A no-bloat, local-first, open-source notes app.
44

55
<p>
6-
<a href="https://github.com/mathnotes-app/simplenotes/actions/workflows/ci.yml"><img src="https://github.com/mathnotes-app/simplenotes/actions/workflows/ci.yml/badge.svg" alt="CI status" /></a>
7-
<a href="https://github.com/mathnotes-app/simplenotes/blob/main/LICENSE"><img src="https://img.shields.io/github/license/mathnotes-app/simplenotes" alt="license" /></a>
6+
<a href="https://github.com/mathnotes-app/OpenNotes/actions/workflows/ci.yml"><img src="https://github.com/mathnotes-app/OpenNotes/actions/workflows/ci.yml/badge.svg" alt="CI status" /></a>
7+
<a href="https://github.com/mathnotes-app/OpenNotes/blob/main/LICENSE"><img src="https://img.shields.io/github/license/mathnotes-app/OpenNotes" alt="license" /></a>
88
<a href="https://github.com/mathnotes-app/mobile-ink"><img src="https://img.shields.io/badge/powered%20by-Mobile%20Ink-0a7cff" alt="Powered by Mobile Ink" /></a>
99
</p>
1010

11-
simplenotes is an iOS and Android notes app for people who want fast handwriting, PDFs, folders, and simple organization without the usual bloat. It is free, open source, and privacy focused: notes are stored on-device, the app does not collect analytics, and your notebooks never leave your device unless you choose to export or share them.
11+
OpenNotes is an iOS and Android notes app for people who want fast handwriting, PDFs, folders, and simple organization without the usual bloat. It is free, open source, and privacy focused: notes are stored on-device, the app does not collect analytics, and your notebooks never leave your device unless you choose to export or share them.
1212

1313
The app is built on [`@mathnotes/mobile-ink`](https://github.com/mathnotes-app/mobile-ink), the open-source React Native ink engine extracted from MathNotes.
1414

1515
## Status
1616

17-
simplenotes is early and moving quickly. The repo is public now so the app, the ink engine, and the issue tracker can be maintained in the open. App Store and Play Store submissions are planned after the first public assets and submission metadata are ready.
17+
OpenNotes is early and moving quickly. The repo is public now so the app, the ink engine, and the issue tracker can be maintained in the open. App Store and Play Store submissions are planned after the first public assets and submission metadata are ready.
1818

1919
Screenshots and product images are coming soon.
2020

@@ -59,9 +59,9 @@ npx expo run:ios --device
5959

6060
## Privacy
6161

62-
simplenotes is designed to be local and private. The app does not include analytics SDKs, tracking, cloud sync, accounts, or server storage. Notes, imported PDFs, images, and thumbnails are stored on your device.
62+
OpenNotes is designed to be local and private. The app does not include analytics SDKs, tracking, cloud sync, accounts, or server storage. Notes, imported PDFs, images, and thumbnails are stored on your device.
6363

64-
If you export, share, back up, or import files through another app or operating-system service, that service's behavior is outside simplenotes.
64+
If you export, share, back up, or import files through another app or operating-system service, that service's behavior is outside OpenNotes.
6565

6666
## Contributing
6767

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Useful reports include:
1111
- Native bridge issues in PDF import/export, image handling, or Mobile Ink integration.
1212
- Dependency or build configuration issues that could compromise users or downstream contributors.
1313

14-
simplenotes is local-first and does not run a hosted notes service. The most important security and privacy surfaces are local file storage, import/export flows, native parsing/rendering, and accidental inclusion of private data in issues or pull requests.
14+
OpenNotes is local-first and does not run a hosted notes service. The most important security and privacy surfaces are local file storage, import/export flows, native parsing/rendering, and accidental inclusion of private data in issues or pull requests.

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ android {
8787
buildToolsVersion rootProject.ext.buildToolsVersion
8888
compileSdk rootProject.ext.compileSdkVersion
8989

90-
namespace 'com.simplenotes.app'
90+
namespace 'com.opennotes.app'
9191
defaultConfig {
92-
applicationId 'com.simplenotes.app'
92+
applicationId 'com.opennotes.app'
9393
minSdkVersion rootProject.ext.minSdkVersion
9494
targetSdkVersion rootProject.ext.targetSdkVersion
9595
versionCode 1

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<action android:name="android.intent.action.VIEW"/>
2525
<category android:name="android.intent.category.DEFAULT"/>
2626
<category android:name="android.intent.category.BROWSABLE"/>
27-
<data android:scheme="simplenotes"/>
28-
<data android:scheme="exp+simplenotes"/>
27+
<data android:scheme="opennotes"/>
28+
<data android:scheme="exp+opennotes"/>
2929
</intent-filter>
3030
<intent-filter>
3131
<action android:name="android.intent.action.VIEW"/>

android/app/src/main/java/com/simplenotes/app/MainActivity.kt renamed to android/app/src/main/java/com/opennotes/app/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.simplenotes.app
1+
package com.opennotes.app
22

33
import android.os.Build
44
import android.os.Bundle

android/app/src/main/java/com/simplenotes/app/MainApplication.kt renamed to android/app/src/main/java/com/opennotes/app/MainApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.simplenotes.app
1+
package com.opennotes.app
22

33
import android.app.Application
44
import android.content.res.Configuration

android/app/src/main/java/com/simplenotes/app/PDFUtilsModule.kt renamed to android/app/src/main/java/com/opennotes/app/PDFUtilsModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.simplenotes.app
1+
package com.opennotes.app
22

33
import android.graphics.pdf.PdfRenderer
44
import android.net.Uri

android/app/src/main/java/com/simplenotes/app/PDFUtilsPackage.kt renamed to android/app/src/main/java/com/opennotes/app/PDFUtilsPackage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.simplenotes.app
1+
package com.opennotes.app
22

33
import com.facebook.react.TurboReactPackage
44
import com.facebook.react.bridge.NativeModule

0 commit comments

Comments
 (0)