Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,13 @@ export default function LibraryScreen() {
() => setAction({ kind: 'community' }),
[],
);
const { backupSupported, backupEnabled, backupSubtitle, toggleBackup } =
useBackup(refresh);
const {
backupSupported,
backupEnabled,
backupSubtitle,
toggleBackup,
setBackupPreference,
} = useBackup(refresh, onboarding.ready && !onboarding.visible);
const { dismissCommunity, joinCommunity, rateOpenNotes } = useLibrarySupport({
canShowAutomaticPrompt:
onboarding.ready && !onboarding.visible && action === null,
Expand Down Expand Up @@ -330,6 +335,8 @@ export default function LibraryScreen() {
<OnboardingExperience
visible={onboarding.ready && onboarding.visible}
onComplete={onboarding.finish}
showBackupSlide={backupSupported}
onChooseBackup={setBackupPreference}
/>

<ItemActionsMenu
Expand Down
18 changes: 18 additions & 0 deletions fastlane/Deliverfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Uploads App Store metadata (all locales under fastlane/metadata/).
# Usage: fastlane deliver
# First run will ask you to sign in to App Store Connect (2FA). To run
# non-interactively later, create an App Store Connect API key and set
# api_key_path here (https://docs.fastlane.tools/app-store-connect-api/).

app_identifier "com.builderpro.opennotes"
team_id "U2CPXQV7AJ"

# Metadata only: never touch the binary or screenshots from this config.
skip_binary_upload true
skip_screenshots true
skip_app_version_update true

# Metadata is reviewed locally in git; precheck mostly duplicates that.
precheck_include_in_app_purchases false

force true
3 changes: 3 additions & 0 deletions fastlane/metadata/de-DE/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OpenNotes ist eine einfache, kostenlose Open-Source-Notizen-App für Handschrift, PDFs und klare Organisation. Erstelle Notizbücher, importiere PDFs, schreibe mit dem Apple Pencil, füge Bilder oder Text hinzu, ordne Notizen in Ordnern und exportiere deine Arbeit, wann immer du sie brauchst.

OpenNotes ist local-first und auf Privatsphäre ausgelegt. Keine Konten, keine Analyse, kein Tracking. Deine Notizen bleiben auf deinem Gerät — mit optionalem Backup in deine eigene iCloud, damit sie ein verlorenes iPad oder eine gelöschte App überstehen. Nichts wird an uns gesendet: Deine Notizen bleiben in deinem Apple-Account und sind für niemanden sonst lesbar.
1 change: 1 addition & 0 deletions fastlane/metadata/de-DE/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
notizen,handschrift,pdf,markieren,apple pencil,notizbuch,studium,zeichnen,privatsphäre
1 change: 1 addition & 0 deletions fastlane/metadata/de-DE/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mathnotes-app/OpenNotes
1 change: 1 addition & 0 deletions fastlane/metadata/de-DE/name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenNotes: Notizen & PDF
1 change: 1 addition & 0 deletions fastlane/metadata/de-DE/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/privacy/
1 change: 1 addition & 0 deletions fastlane/metadata/de-DE/promotional_text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Kostenlose Open-Source-Notizen von Hand. Neu: optionales Backup in deine eigene iCloud — deine Notizen überstehen ein verlorenes Gerät oder eine gelöschte App.
3 changes: 3 additions & 0 deletions fastlane/metadata/de-DE/release_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Optionales iCloud-Backup: Deine Notizen liegen in deiner eigenen iCloud und überstehen ein verlorenes Gerät oder eine gelöschte App
- Backup beim neuen Onboarding-Schritt oder jederzeit im Support-Menü ein- und ausschalten
- Deutlich zuverlässigeres Speichern, Wiederherstellen und Retten von Notizen
1 change: 1 addition & 0 deletions fastlane/metadata/de-DE/subtitle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Handschrift, PDFs, ohne Konto
1 change: 1 addition & 0 deletions fastlane/metadata/de-DE/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/support/
3 changes: 3 additions & 0 deletions fastlane/metadata/en-US/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OpenNotes is a simple, free, open-source notes app built for handwriting, PDFs, and focused organization. Create notebooks, import PDFs, write with Apple Pencil, add images or text, organize notes into folders, and export your work when you need it.

OpenNotes is local-first and privacy focused. There are no accounts, no analytics, and no tracking. Your notes live on your device, with optional backup to your own iCloud so they survive a lost iPad or a deleted app. Nothing is ever sent to us — your notes stay in your Apple account, readable by no one else.
1 change: 1 addition & 0 deletions fastlane/metadata/en-US/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
notes,handwriting,pdf,markup,apple pencil,notebook,study,annotate,drawing,privacy
1 change: 1 addition & 0 deletions fastlane/metadata/en-US/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mathnotes-app/OpenNotes
1 change: 1 addition & 0 deletions fastlane/metadata/en-US/name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenNotes: Notes & PDF Markup
1 change: 1 addition & 0 deletions fastlane/metadata/en-US/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/privacy/
1 change: 1 addition & 0 deletions fastlane/metadata/en-US/promotional_text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Free, open-source handwritten notes. New: optional backup to your own iCloud, so your notes survive a lost device or a deleted app.
3 changes: 3 additions & 0 deletions fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Optional iCloud backup: your notes are stored in your own iCloud and survive a lost device or a deleted app
- Choose backup on or off during the new onboarding step, or any time from the support menu
- Major reliability improvements for saving, restoring, and recovering notes
1 change: 1 addition & 0 deletions fastlane/metadata/en-US/subtitle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Handwriting, PDFs, no account
1 change: 1 addition & 0 deletions fastlane/metadata/en-US/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/support/
3 changes: 3 additions & 0 deletions fastlane/metadata/es-ES/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OpenNotes es una app de notas sencilla, gratuita y de código abierto, pensada para la escritura a mano, los PDF y una organización clara. Crea cuadernos, importa PDF, escribe con el Apple Pencil, añade imágenes o texto, organiza tus notas en carpetas y exporta tu trabajo cuando lo necesites.

OpenNotes es local-first y respeta tu privacidad. Sin cuentas, sin analíticas, sin rastreo. Tus notas viven en tu dispositivo, con copia de seguridad opcional en tu propio iCloud para sobrevivir a un iPad perdido o una app borrada. Nunca nos envían nada: tus notas permanecen en tu cuenta de Apple y nadie más puede leerlas.
1 change: 1 addition & 0 deletions fastlane/metadata/es-ES/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
notas,escritura,manuscrita,pdf,anotar,apple pencil,cuaderno,estudiar,dibujo,privacidad
1 change: 1 addition & 0 deletions fastlane/metadata/es-ES/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mathnotes-app/OpenNotes
1 change: 1 addition & 0 deletions fastlane/metadata/es-ES/name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenNotes: Notas y PDF
1 change: 1 addition & 0 deletions fastlane/metadata/es-ES/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/privacy/
1 change: 1 addition & 0 deletions fastlane/metadata/es-ES/promotional_text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Notas a mano, gratis y de código abierto. Nuevo: copia de seguridad opcional en tu propio iCloud; tus notas sobreviven a un dispositivo perdido o una app borrada.
3 changes: 3 additions & 0 deletions fastlane/metadata/es-ES/release_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Copia de seguridad opcional en iCloud: tus notas se guardan en tu propio iCloud y sobreviven a un dispositivo perdido o una app borrada
- Activa o desactiva la copia en el nuevo paso de bienvenida, o cuando quieras desde el menú de ayuda
- Grandes mejoras de fiabilidad al guardar, restaurar y recuperar notas
1 change: 1 addition & 0 deletions fastlane/metadata/es-ES/subtitle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Escritura, PDF, sin cuentas
1 change: 1 addition & 0 deletions fastlane/metadata/es-ES/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/support/
3 changes: 3 additions & 0 deletions fastlane/metadata/es-MX/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OpenNotes es una app de notas sencilla, gratuita y de código abierto, hecha para la escritura a mano, los PDF y una organización clara. Crea cuadernos, importa PDF, escribe con el Apple Pencil, agrega imágenes o texto, organiza tus notas en carpetas y exporta tu trabajo cuando lo necesites.

OpenNotes es local-first y cuida tu privacidad. Sin cuentas, sin analíticas, sin rastreo. Tus notas viven en tu dispositivo, con respaldo opcional en tu propio iCloud para sobrevivir a un iPad perdido o una app borrada. Nunca nos envían nada: tus notas permanecen en tu cuenta de Apple y nadie más puede leerlas.
1 change: 1 addition & 0 deletions fastlane/metadata/es-MX/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
notas,escritura,manuscrita,pdf,anotar,apple pencil,cuaderno,estudiar,dibujo,privacidad
1 change: 1 addition & 0 deletions fastlane/metadata/es-MX/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mathnotes-app/OpenNotes
1 change: 1 addition & 0 deletions fastlane/metadata/es-MX/name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenNotes: Notas y PDF
1 change: 1 addition & 0 deletions fastlane/metadata/es-MX/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/privacy/
1 change: 1 addition & 0 deletions fastlane/metadata/es-MX/promotional_text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Notas a mano, gratis y de código abierto. Nuevo: respaldo opcional en tu propio iCloud; tus notas sobreviven a un dispositivo perdido o una app borrada.
3 changes: 3 additions & 0 deletions fastlane/metadata/es-MX/release_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Respaldo opcional en iCloud: tus notas se guardan en tu propio iCloud y sobreviven a un dispositivo perdido o una app borrada
- Activa o desactiva el respaldo en el nuevo paso de bienvenida, o cuando quieras desde el menú de ayuda
- Grandes mejoras de confiabilidad al guardar, restaurar y recuperar notas
1 change: 1 addition & 0 deletions fastlane/metadata/es-MX/subtitle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Escritura, PDF, sin cuentas
1 change: 1 addition & 0 deletions fastlane/metadata/es-MX/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/support/
3 changes: 3 additions & 0 deletions fastlane/metadata/fr-FR/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OpenNotes est une app de notes simple, gratuite et open source, pensée pour l'écriture manuscrite, les PDF et une organisation claire. Créez des carnets, importez des PDF, écrivez avec l'Apple Pencil, ajoutez images ou texte, classez vos notes en dossiers et exportez votre travail quand vous en avez besoin.

OpenNotes est local-first et respecte votre vie privée. Pas de compte, pas d'analyse, pas de suivi. Vos notes restent sur votre appareil, avec une sauvegarde facultative dans votre propre iCloud pour survivre à un iPad perdu ou à une app supprimée. Rien ne nous est jamais envoyé : vos notes restent dans votre compte Apple, illisibles pour quiconque d'autre.
1 change: 1 addition & 0 deletions fastlane/metadata/fr-FR/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
notes,écriture,manuscrite,pdf,annotation,apple pencil,carnet,études,dessin,vie privée
1 change: 1 addition & 0 deletions fastlane/metadata/fr-FR/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mathnotes-app/OpenNotes
1 change: 1 addition & 0 deletions fastlane/metadata/fr-FR/name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenNotes : Notes et PDF
1 change: 1 addition & 0 deletions fastlane/metadata/fr-FR/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/privacy/
1 change: 1 addition & 0 deletions fastlane/metadata/fr-FR/promotional_text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Notes manuscrites gratuites et open source. Nouveau : sauvegarde facultative dans votre propre iCloud — vos notes survivent à un appareil perdu ou à une app supprimée.
3 changes: 3 additions & 0 deletions fastlane/metadata/fr-FR/release_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Sauvegarde iCloud facultative : vos notes sont stockées dans votre propre iCloud et survivent à un appareil perdu ou à une app supprimée
- Activez ou non la sauvegarde lors du nouvel écran d'accueil, ou à tout moment depuis le menu d'aide
- Fiabilité fortement améliorée pour l'enregistrement, la restauration et la récupération des notes
1 change: 1 addition & 0 deletions fastlane/metadata/fr-FR/subtitle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Écriture, PDF, sans compte
1 change: 1 addition & 0 deletions fastlane/metadata/fr-FR/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/support/
3 changes: 3 additions & 0 deletions fastlane/metadata/it/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OpenNotes è un'app per appunti semplice, gratuita e open source, pensata per la scrittura a mano, i PDF e un'organizzazione chiara. Crea quaderni, importa PDF, scrivi con Apple Pencil, aggiungi immagini o testo, organizza le note in cartelle ed esporta il tuo lavoro quando ti serve.

OpenNotes è local-first e rispetta la tua privacy. Nessun account, nessuna analisi, nessun tracciamento. Le tue note vivono sul tuo dispositivo, con backup facoltativo nel tuo iCloud personale per sopravvivere a un iPad perso o a un'app eliminata. Non ci viene mai inviato nulla: le tue note restano nel tuo account Apple, illeggibili per chiunque altro.
1 change: 1 addition & 0 deletions fastlane/metadata/it/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
note,scrittura,manuale,pdf,annotare,apple pencil,quaderno,studio,disegno,privacy
1 change: 1 addition & 0 deletions fastlane/metadata/it/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mathnotes-app/OpenNotes
1 change: 1 addition & 0 deletions fastlane/metadata/it/name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenNotes: Note e PDF
1 change: 1 addition & 0 deletions fastlane/metadata/it/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/privacy/
1 change: 1 addition & 0 deletions fastlane/metadata/it/promotional_text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Note a mano libera, gratuite e open source. Novità: backup facoltativo nel tuo iCloud personale — le tue note sopravvivono a un dispositivo perso o a un'app eliminata.
3 changes: 3 additions & 0 deletions fastlane/metadata/it/release_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Backup iCloud facoltativo: le tue note sono salvate nel tuo iCloud personale e sopravvivono a un dispositivo perso o a un'app eliminata
- Attiva o disattiva il backup nel nuovo passaggio di benvenuto, o in qualsiasi momento dal menu di supporto
- Grandi miglioramenti di affidabilità nel salvataggio, ripristino e recupero delle note
1 change: 1 addition & 0 deletions fastlane/metadata/it/subtitle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Scrittura, PDF, senza account
1 change: 1 addition & 0 deletions fastlane/metadata/it/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/support/
3 changes: 3 additions & 0 deletions fastlane/metadata/ja/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OpenNotesは、手書き・PDF・すっきりした整理のために作られた、シンプルで無料のオープンソースノートアプリです。ノートブックの作成、PDFの読み込み、Apple Pencilでの筆記、画像やテキストの追加、フォルダ整理、必要なときの書き出しができます。

OpenNotesはローカルファーストで、プライバシーを大切にします。アカウントも、解析も、トラッキングもありません。ノートは端末に保存され、任意で自分のiCloudにバックアップできるため、iPadの紛失やアプリの削除にも耐えられます。私たちに送信されるものは一切なく、ノートはあなたのAppleアカウントの中にとどまり、他の誰にも読めません。
1 change: 1 addition & 0 deletions fastlane/metadata/ja/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ノート,手書き,pdf,注釈,アップルペンシル,ノートブック,勉強,描画,プライバシー,無料
1 change: 1 addition & 0 deletions fastlane/metadata/ja/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mathnotes-app/OpenNotes
1 change: 1 addition & 0 deletions fastlane/metadata/ja/name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenNotes:手書きノートとPDF
1 change: 1 addition & 0 deletions fastlane/metadata/ja/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/privacy/
1 change: 1 addition & 0 deletions fastlane/metadata/ja/promotional_text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
無料・オープンソースの手書きノート。新機能:自分のiCloudへの任意バックアップ。端末の紛失やアプリの削除があってもノートは残ります。
3 changes: 3 additions & 0 deletions fastlane/metadata/ja/release_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- 任意のiCloudバックアップ:ノートは自分のiCloudに保存され、端末の紛失やアプリの削除後も残ります
- 新しいオンボーディングでバックアップの有効・無効を選択可能(サポートメニューからいつでも変更できます)
- ノートの保存・復元・回復の信頼性を大幅に改善
1 change: 1 addition & 0 deletions fastlane/metadata/ja/subtitle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
手書き・PDF・アカウント不要
1 change: 1 addition & 0 deletions fastlane/metadata/ja/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/support/
3 changes: 3 additions & 0 deletions fastlane/metadata/ko/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OpenNotes는 손글씨, PDF, 깔끔한 정리를 위해 만들어진 간단한 무료 오픈소스 노트 앱입니다. 노트북을 만들고, PDF를 가져오고, Apple Pencil로 쓰고, 이미지나 텍스트를 추가하고, 폴더로 정리하고, 필요할 때 내보낼 수 있습니다.

OpenNotes는 로컬 우선이며 개인정보를 중시합니다. 계정도, 분석도, 추적도 없습니다. 노트는 기기에 저장되며, 원할 경우 내 iCloud로 백업되어 iPad 분실이나 앱 삭제에도 살아남습니다. 우리에게 전송되는 것은 아무것도 없습니다. 노트는 내 Apple 계정 안에만 있고 다른 누구도 읽을 수 없습니다.
1 change: 1 addition & 0 deletions fastlane/metadata/ko/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
노트,필기,손글씨,pdf,주석,애플펜슬,노트북,공부,그리기,개인정보
1 change: 1 addition & 0 deletions fastlane/metadata/ko/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mathnotes-app/OpenNotes
1 change: 1 addition & 0 deletions fastlane/metadata/ko/name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenNotes: 필기 노트와 PDF
1 change: 1 addition & 0 deletions fastlane/metadata/ko/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/privacy/
1 change: 1 addition & 0 deletions fastlane/metadata/ko/promotional_text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
무료 오픈소스 손글씨 노트. 새 기능: 내 iCloud로 선택적 백업 — 기기를 잃어버리거나 앱을 삭제해도 노트가 남습니다.
3 changes: 3 additions & 0 deletions fastlane/metadata/ko/release_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- 선택적 iCloud 백업: 노트가 내 iCloud에 저장되어 기기 분실이나 앱 삭제 후에도 남습니다
- 새 온보딩 단계에서 백업 여부를 선택 (지원 메뉴에서 언제든 변경 가능)
- 노트 저장·복원·복구 안정성 대폭 개선
1 change: 1 addition & 0 deletions fastlane/metadata/ko/subtitle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
손글씨, PDF, 계정 불필요
1 change: 1 addition & 0 deletions fastlane/metadata/ko/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/support/
3 changes: 3 additions & 0 deletions fastlane/metadata/nl-NL/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OpenNotes is een eenvoudige, gratis, open source notitie-app gemaakt voor handschrift, PDF's en overzichtelijke organisatie. Maak notitieboeken, importeer PDF's, schrijf met de Apple Pencil, voeg afbeeldingen of tekst toe, orden notities in mappen en exporteer je werk wanneer je het nodig hebt.

OpenNotes is local-first en privacygericht. Geen accounts, geen analyse, geen tracking. Je notities staan op je apparaat, met optionele back-up naar je eigen iCloud zodat ze een verloren iPad of verwijderde app overleven. Er wordt nooit iets naar ons gestuurd: je notities blijven in je Apple-account en zijn voor niemand anders leesbaar.
1 change: 1 addition & 0 deletions fastlane/metadata/nl-NL/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
notities,handschrift,pdf,markeren,apple pencil,notitieboek,studie,tekenen,privacy
1 change: 1 addition & 0 deletions fastlane/metadata/nl-NL/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mathnotes-app/OpenNotes
1 change: 1 addition & 0 deletions fastlane/metadata/nl-NL/name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenNotes: Notities & PDF
1 change: 1 addition & 0 deletions fastlane/metadata/nl-NL/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/privacy/
1 change: 1 addition & 0 deletions fastlane/metadata/nl-NL/promotional_text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Gratis, open source handgeschreven notities. Nieuw: optionele back-up naar je eigen iCloud — je notities overleven een verloren apparaat of verwijderde app.
3 changes: 3 additions & 0 deletions fastlane/metadata/nl-NL/release_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Optionele iCloud-back-up: je notities staan in je eigen iCloud en overleven een verloren apparaat of verwijderde app
- Kies back-up aan of uit in de nieuwe introductiestap, of op elk moment via het supportmenu
- Grote betrouwbaarheidsverbeteringen bij het bewaren, terugzetten en herstellen van notities
1 change: 1 addition & 0 deletions fastlane/metadata/nl-NL/subtitle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Handschrift, PDF, geen account
1 change: 1 addition & 0 deletions fastlane/metadata/nl-NL/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/support/
3 changes: 3 additions & 0 deletions fastlane/metadata/pt-BR/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
O OpenNotes é um app de notas simples, gratuito e de código aberto, feito para escrita à mão, PDFs e organização sem distrações. Crie cadernos, importe PDFs, escreva com o Apple Pencil, adicione imagens ou texto, organize as notas em pastas e exporte seu trabalho quando precisar.

O OpenNotes é local-first e focado em privacidade. Sem contas, sem análises, sem rastreamento. Suas notas ficam no seu aparelho, com backup opcional no seu próprio iCloud para sobreviver a um iPad perdido ou a um app apagado. Nada é enviado para nós: suas notas permanecem na sua conta Apple, ilegíveis para qualquer outra pessoa.
1 change: 1 addition & 0 deletions fastlane/metadata/pt-BR/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
notas,escrita,manuscrita,pdf,anotar,apple pencil,caderno,estudos,desenho,privacidade
1 change: 1 addition & 0 deletions fastlane/metadata/pt-BR/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mathnotes-app/OpenNotes
1 change: 1 addition & 0 deletions fastlane/metadata/pt-BR/name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenNotes: Notas e PDF
1 change: 1 addition & 0 deletions fastlane/metadata/pt-BR/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/privacy/
1 change: 1 addition & 0 deletions fastlane/metadata/pt-BR/promotional_text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Notas à mão, grátis e de código aberto. Novo: backup opcional no seu próprio iCloud — suas notas sobrevivem a um aparelho perdido ou a um app apagado.
3 changes: 3 additions & 0 deletions fastlane/metadata/pt-BR/release_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Backup opcional no iCloud: suas notas ficam no seu próprio iCloud e sobrevivem a um aparelho perdido ou a um app apagado
- Ative ou desative o backup na nova etapa de boas-vindas, ou quando quiser no menu de suporte
- Grandes melhorias de confiabilidade ao salvar, restaurar e recuperar notas
1 change: 1 addition & 0 deletions fastlane/metadata/pt-BR/subtitle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Escrita à mão, PDF, sem conta
1 change: 1 addition & 0 deletions fastlane/metadata/pt-BR/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/support/
3 changes: 3 additions & 0 deletions fastlane/metadata/ru/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OpenNotes — простое, бесплатное приложение для заметок с открытым исходным кодом, созданное для рукописного ввода, PDF и удобной организации. Создавайте блокноты, импортируйте PDF, пишите Apple Pencil, добавляйте изображения и текст, раскладывайте заметки по папкам и экспортируйте работу, когда нужно.

OpenNotes работает по принципу local-first и бережёт приватность. Никаких аккаунтов, аналитики и слежки. Заметки хранятся на вашем устройстве, а по желанию — в резервной копии в вашем собственном iCloud, чтобы пережить потерю iPad или удаление приложения. Нам ничего не отправляется: заметки остаются в вашей учётной записи Apple, и никто другой не может их прочитать.
1 change: 1 addition & 0 deletions fastlane/metadata/ru/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
заметки,рукописный,pdf,разметка,apple pencil,блокнот,учёба,рисование,приватность
1 change: 1 addition & 0 deletions fastlane/metadata/ru/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mathnotes-app/OpenNotes
1 change: 1 addition & 0 deletions fastlane/metadata/ru/name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenNotes: заметки и PDF
1 change: 1 addition & 0 deletions fastlane/metadata/ru/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/privacy/
1 change: 1 addition & 0 deletions fastlane/metadata/ru/promotional_text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Бесплатные рукописные заметки с открытым кодом. Новое: необязательная резервная копия в вашем iCloud — заметки переживут потерю устройства или удаление приложения.
3 changes: 3 additions & 0 deletions fastlane/metadata/ru/release_notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Необязательная резервная копия в iCloud: заметки хранятся в вашем собственном iCloud и переживут потерю устройства или удаление приложения
- Включите или выключите копирование на новом шаге знакомства с приложением или в любой момент в меню поддержки
- Существенно повышена надёжность сохранения, восстановления и спасения заметок
1 change: 1 addition & 0 deletions fastlane/metadata/ru/subtitle.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Рукопись, PDF, без аккаунта
1 change: 1 addition & 0 deletions fastlane/metadata/ru/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://mathnotes-app.github.io/OpenNotes/support/
3 changes: 3 additions & 0 deletions fastlane/metadata/zh-Hans/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OpenNotes 是一款简洁、免费、开源的笔记应用,专为手写、PDF 和高效整理而设计。创建笔记本、导入 PDF、用 Apple Pencil 书写、添加图片或文字、用文件夹整理笔记,并在需要时导出你的作品。

OpenNotes 坚持本地优先,重视隐私。没有账户、没有分析、没有追踪。你的笔记保存在设备上,并可选择备份到你自己的 iCloud,即使 iPad 丢失或应用被删除也能留存。我们不会收到任何数据:笔记始终留在你的 Apple 账户中,其他任何人都无法读取。
Loading
Loading