mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #327] [MERGED] Android app #726
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#726
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/327
Author: @Rokt33r
Created: 2/4/2020
Status: ✅ Merged
Merged: 2/4/2020
Merged by: @Rokt33r
Base:
master← Head:mobile2📝 Commits (10+)
561d808Setup mobile8be9082Add viewport for mobile app282876bImplement generalStatus store for mobile524040cAdd TopBarLayout057ca26Implement basic features7382c31Show nav item control button alwaysd30fbd2Improve empty placeholder for note listf1e9d76Prepend icon to note list title15e8c16Move TagList in NoteDetail2c391b3Implement swipe menu📊 Changes
82 files changed (+6123 additions, -1349 deletions)
View changed files
📝
.gitignore(+1 -0)➕
android/.gitignore(+14 -0)➕
android/app/.gitignore(+1 -0)➕
android/app/build.gradle(+36 -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(+26 -0)➕
android/app/src/main/assets/.gitignore(+1 -0)➕
android/app/src/main/java/com/boostio/boostnote/MainActivity.kt(+53 -0)➕
android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml(+34 -0)➕
android/app/src/main/res/drawable/ic_launcher_background.xml(+170 -0)➕
android/app/src/main/res/layout/activity_main.xml(+15 -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)...and 62 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.