mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[PR #1049] [MERGED] Mobile App #1114
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#1114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/1049
Author: @Rokt33r
Created: 7/13/2021
Status: ✅ Merged
Merged: 7/26/2021
Merged by: @Rokt33r
Base:
master← Head:mobile📝 Commits (10+)
a8630d7Add mobile script01439a5Implement basic functionalityba4dc5cFix navigator1fb6eebFix style errors in MarkdownView85b2bb0Add justify-center className to ModalLinebd5aec0Clean up settings modalb336ecdJustify placeholder text of RoundedImage398a979Clean up all pages552bc90Implement SearchModal87c0f82Implement DocCreateModal📊 Changes
276 files changed (+19106 additions, -98 deletions)
View changed files
📝
.env.default(+0 -1)➕
android/.gitignore(+16 -0)➕
android/app/.gitignore(+1 -0)➕
android/app/build.gradle(+49 -0)➕
android/app/proguard-rules.pro(+21 -0)➕
android/app/src/androidTest/java/com/boostio/boostnote/ExampleInstrumentedTest.kt(+24 -0)➕
android/app/src/main/AndroidManifest.xml(+40 -0)➕
android/app/src/main/java/com/boostio/boostnote/MainActivity.kt(+163 -0)➕
android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml(+24 -0)➕
android/app/src/main/res/drawable/ic_launcher_background.xml(+23 -0)➕
android/app/src/main/res/layout/activity_main.xml(+17 -0)➕
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml(+5 -0)➕
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml(+5 -0)➕
android/app/src/main/res/mipmap-hdpi/ic_launcher.png(+0 -0)➕
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png(+0 -0)➕
android/app/src/main/res/mipmap-mdpi/ic_launcher.png(+0 -0)➕
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png(+0 -0)➕
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png(+0 -0)➕
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png(+0 -0)➕
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png(+0 -0)...and 80 more files
📄 Description
Changes
https://github.com/BoostIO/BoostNote.next/pull/1049/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/BoostIO/BoostNote.next/pull/1049/files#diff-19ec20ae74b5338e7d055bc5a3135f81ea678b11d76259e6f46193b6310833ed
https://github.com/BoostIO/BoostNote.next/pull/1049/files#diff-558ce883365900f6cf2ea564b6c6c16a28ef87a03c5e0c144ce56dba853b3715
https://github.com/BoostIO/BoostNote.next/pull/1049/files#diff-3e2d18d38c96fdff05bcbfbb2bdcab5b29e46f5b3d0564c469688d9b52ab9182
https://github.com/BoostIO/BoostNote.next/pull/1049/files#diff-95c3b380a47a919fda6b8b7eb1a375536c163fb03361e6e800816af7ba3178f5
https://github.com/BoostIO/BoostNote.next/pull/1049/files#diff-c530b667ec8bc8abedbc2980da088c77dec4c8a33bedb7c551bc4b9345384509
https://github.com/BoostIO/BoostNote.next/pull/1049/files#diff-c5d85ba90a1791dfff815ce751e96613e41c5818abe1d946b6dfa7b381f2ec6d
https://github.com/BoostIO/BoostNote.next/pull/1049/files#diff-51e2ddcf3ea5d38c64c2d518c009e8a0799404125173421403d38efdd3ead586
Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.