GithubHelp home page GithubHelp logo

bijoysingh / scarlet-notes Goto Github PK

View Code? Open in Web Editor NEW
356.0 18.0 93.0 27.07 MB

[Discontinued and Unsupported Project] Simple yet powerful rich note taking android application, with a lot of flexibilty of usage

Home Page: https://play.google.com/store/apps/details?id=com.bijoysingh.quicknote

License: GNU General Public License v3.0

Java 2.98% Kotlin 97.02%
android app

scarlet-notes's Introduction

Material Notes / Scarlet / Scarlet Pro on Android

This is the code which powers the Material Notes / Scarlet Notes app on Android by Maubis Apps.

Material Notes is the fully offline FDroid version of the applications Scarlet / Scarlet Notes is the note apps available on the Play Store

This app is meant for a simple yet powerful rich text experience. It's still being built and improved.

Get it on F-Droid Get it on Google Play Get it on Google Play Try it on Scarlet Web

Highlights of the application features

  • Fully Offline: The application doesnot store anything online, no logs, etc.
  • Choice of Grid / List layouts
  • Rich Note Input: Add rich notes - lists, headings, quotes and more.
  • Markdown Support: The text elements have markdown support
  • Simple UX: Simplistic and straight forward UI.
  • Archived, Favourites, and more
  • Set color to your notes
  • Night Mode: view notes in night mode, for your eyes and screens
  • Lock Notes: lock the notes with a pincode
  • Ad Free: Now and always ad-free.
  • Note-ifications: Notes can be kept in the notifications list of your phone.
  • Floating Heads: Quickly take notes while doing other stuff.

Google Play Store Beta Program

The app is improving fast. As we grow, a lot of new features will not be realeased publically till it's tested on alpha/beta channels. If you would like to get the new features faster, join the beta program here: https://play.google.com/apps/testing/com.bijoysingh.quicknote

Survey Link

If you have used the app, here is a survey which helps me understand how to make the app better. https://goo.gl/forms/UbE2lARpp89CNIbl2

scarlet-notes's People

Contributors

bijoysingh avatar egstrk avatar ezelty avatar ferhadnecef avatar fs00 avatar jiack214 avatar meskobalazs avatar pillisan42 avatar poussinou avatar therhokar avatar y0umu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

scarlet-notes's Issues

[Request] Folders

Hi ! Thank you for developing that good app :)
I would be very happy if we have the functionality of sorting notes in different folders :) So that I can have a folder where all my "To Do notes" are, and an other where all my "thoughts notes" are for example ^^

Thank you and have a good day :)

enable possibility to sync for more/all users

according to #2 i would suggest to rather support a more generic sync-method like WebDAV, so a variety of services and servers is supported at one swoop (and not just one closed service with proprietary software and protocol)!

BUT maybe the easiest would be to just provide a function to choose a folder where the notes will be saved, so the app itself stays truly offline and if desired everybody can sync his notes with whatever software and service he wants to.

Yellow color

I would like to have the possibility to create yellow notes.
Currently a proper yellow is missing in colors choice.
material_yellow_900 is "too orange" and it's very similiar to material_orange_700.

The same activity for view and edit a note

Now you use one activity for previewing a note and another activity for editing a note. It's not so cool as to use one activity for that purpose. Also an "edit" button is useless. If users taps on a note's view edit action should be called automatically.

Nubmers are cut off in ordered lists

Create a note and write down the list

1. Number one
2. Number two
3. No.

screenshot_20171218-225550__01

Save the note and open it again. The numbers are half cut off, like:
screenshot_20171218-225600__01

Swiftkey Keyboard not giving all functionalities with app

When using Swiftkey keyboard app (that comes by default in many mobiles) while adding notes, the keyboard is not working fine.
The suggestions are not available for words and even the words cannot be typed from swiping letter to letter.
These features of keyboard works well with all other apps.

File attachment

Can you add the abilty to attach files (images, documents, etc), it's the the only feature i'm missing and very useful, thanks for the great app.

Show/Hide format bar button

I think that including a show/hide bar in the upper bar (where the X, colour selection and check symbol are) would be a very comfortable way to include it into other notes (like quick notes)

Change of Icon Title

First of all thanks for a very nice little app! A minor request though, I like the name Material Notes but would it be possible to shorten the name under the icon to just Notes or Motes (from Material Notes). The title is too long too be fully shown under the nice material icon ;) thanks

Search field

What do you think about a search field in the tags, and is it even possible? After tapping on "Choose a tag...", for example.

Make URLs in notes clickable

URLs in notes are just plain text and not recognized as clickable links, which makes it hard to open them in e.g. a browser, which usually is the expected behaviour.

Update the version on F-Droid

I like to install apps over F-Droid where possible. But there is a newer version released in the Play Store that isn't available on F-Droid (yet). Why is that?

Black Theme

Thanks for the dark theme but a pure black theme would be awesome!

Version 3.5.0. F-Droid

[feature-request] Nextcloud Addon / more sync options

I want sync between a website and my smartphone, but don't want to store anything on google. Is it possible to store notes on nextcloud (with an Addon) or add a possibility to add another data source on the website and sync destination for the app.

Delete Images if not being used

There are some edge cases which can cause an image to be left untouched, causing a leak. Remove such redundant images.
Call the existing deleteAllRedundantImageFiles function appropriately and also improve upon it to scan notes too.

F-Droid

I've the feeling your app would be a perfect candidate for the official F-Droid repository: it looks very privacy friendly and seems to have no proprietary dependencies, while offering a good value to users. Hence I've submitted a request for packaging and hope you'll support that (they will build your app from your sources then, but might need a little help setting things up; if they really need the help they will say so in the linked issue).

Until it becomes available there, it already is available via my F-Droid compatible repo, automatically picking updates as soon as you update the APK.

Thinks for you to consider (most of those you're probably already aware of):

  • make sure new APKs always have their versionCode increased and the versionName updated appropriately, so they are accepted as updates
  • to make updates easier (especially for the official repo), consider tagging releases (using the versionName, prepended with a v, as tag – so e.g. version 1.2.3 should be tagged v1.2.3)

Thanks for making your great app available open-source!

Absent Options

The options for adding a Heading, sub heading, check box, etc. do not appear on the bottom of a new note while creating. Only after saving that note and then opening it again do those options appear at the bottom.

Version 3.5.0. F-Droid

Added zh (Chinese) translation

I have translated your application into zh (Chinese). Here is the xml:

<resources>
  <string name="title">標題</string>
  <string name="description">內容</string>
  <string name="save">保存</string>
  <string name="import_to_app">導入</string>
  <string name="search_notes">搜索備忘錄…</string>
  <string name="share_using">共享使用…</string>

  <string name="main_no_notes">無備忘錄</string>
  <string name="main_no_notes_hint">看來您還沒有添加任何備忘錄,點按添加</string>

  <string name="main_add_a_note">添加備忘錄…</string>
  <string name="main_add_a_quick_note">快速添加備忘錄…</string>

  <string name="open_note_night_mode">夜間模式</string>
  <string name="open_note_day_mode">日間模式</string>
  <string name="edit_note">編輯備忘錄</string>
  <string name="open_in_notification">創建通知</string>
  <string name="open_in_popup">在彈出窗口中打開</string>
  <string name="delete_note">刪除備忘錄</string>
  <string name="delete_note_permanently">永久刪除</string>
  <string name="copy_note">複製備忘錄</string>
  <string name="send_note">發送備忘錄</string>
  <string name="unarchive_note">未歸檔備忘錄</string>
  <string name="archive_note">存檔備忘錄</string>
  <string name="not_favourite_note">標記為不喜歡</string>
  <string name="favourite_note">標記為最愛</string>
  <string name="restore_note">還原備忘錄</string>
  <string name="trash_note">移到回收站</string>
  <string name="choose_note_color">更改顏色</string>
  <string name="lock_note">鎖定備忘錄</string>
  <string name="change_tags">更改標籤</string>
  <string name="unlock_note">解鎖備忘錄</string>
  <string name="reminder">提醒</string>
  <string name="pin_note">加密備忘錄</string>
  <string name="unpin_note">解鎖備忘錄</string>
  <string name="choose_action">選擇動作…</string>

  <string name="tap_for_action_open_note_night_mode">點按在夜間模式下查看備忘錄</string>
  <string name="tap_for_action_open_note_day_mode">點按在日間模式下查看備忘錄</string>
  <string name="tap_for_action_edit">點按打開備忘錄進行編輯</string>
  <string name="tap_for_action_copy">點按將備忘錄內容複製到剪貼板</string>
  <string name="tap_for_action_share">點按將備忘錄內容共享到其他應用程序</string>
  <string name="tap_for_action_popup">點按打開浮動彈出窗口中的備忘錄</string>
  <string name="tap_for_action_delete">點按刪除此備忘錄</string>
  <string name="tap_for_action_trash">點按將備忘錄移到回收站</string>
  <string name="tap_for_action_not_trash">點按將備忘錄移出回收站</string>
  <string name="tap_for_action_favourite">點按將備忘錄標記為最愛</string>
  <string name="tap_for_action_not_favourite">點按標記備忘錄不是為最愛</string>
  <string name="tap_for_action_archive">點按存檔備忘錄</string>
  <string name="tap_for_action_color">點按更改備忘錄的背景色</string>
  <string name="tap_for_action_not_archive">點按取消存檔備忘錄</string>

  <string name="nav_sheet_title">您的備忘錄及其他…</string>
  <string name="nav_home">主目錄</string>
  <string name="nav_home_details">所有普通和最愛的備忘錄</string>
  <string name="nav_favourites">最愛</string>
  <string name="nav_favourites_details">所有已珍藏的備忘錄</string>
  <string name="nav_archived">存檔</string>
  <string name="nav_archived_details">所有已存檔的備忘錄</string>
  <string name="nav_locked">鎖定</string>
  <string name="nav_locked_details">所有已鎖定的備忘錄</string>
  <string name="nav_tags">標籤</string>
  <string name="nav_tags_details">所有備忘錄標籤</string>
  <string name="nav_trash">回收站</string>
  <string name="nav_trash_details">所有已刪除的備忘錄</string>

  <string name="format_hint_text">添加內容…</string>
  <string name="format_hint_heading">添加標題…</string>
  <string name="format_hint_sub_heading">添加子標題…</string>
  <string name="format_hint_quote">添加已引用文本…</string>
  <string name="format_hint_list">添加項目…</string>
  <string name="format_hint_code">添加密碼…</string>

  <string name="home_option_sheet_title">選項和設置</string>
  <string name="home_option_ui_experience">界面和體驗</string>
  <string name="home_option_ui_experience_subtitle">設定應用程序的樣式和觀感</string>
  <string name="home_option_note_settings">備忘錄首選項</string>
  <string name="home_option_note_settings_subtitle">設定備忘錄和其他設置</string>
  <string name="home_option_about">關於</string>
  <string name="home_option_about_subtitle">深入瞭解我們和應用程序</string>
  <string name="home_option_security">安全</string>
  <string name="home_option_security_subtitle">鎖定備忘錄和安全選項</string>
  <string name="home_option_enable_night_mode">啟用夜間模式</string>
  <string name="home_option_enable_night_mode_subtitle">默認啟用深色主題</string>
  <string name="home_option_enable_day_mode">啟用日間模式</string>
  <string name="home_option_enable_day_mode_subtitle">默認啟用淺色主題</string>
  <string name="home_option_markdown_settings">標記設置</string>
  <string name="home_option_markdown_settings_subtitle">查看如何在備忘錄中使用標記</string>
  <string name="home_option_enable_list_view">啟用列表佈局</string>
  <string name="home_option_enable_list_view_subtitle">在單個欄目中顯示備忘錄</string>
  <string name="home_option_enable_grid_view">啟用網格佈局</string>
  <string name="home_option_enable_grid_view_subtitle">以交錯網格顯示備忘錄</string>
  <string name="home_option_order_notes">整理備忘錄</string>
  <string name="home_option_backup_options">備份和導入</string>
  <string name="home_option_backup_options_subtitle">備份、導入和導出備忘錄選項</string>
  <string name="home_option_export">導出備忘錄</string>
  <string name="home_option_export_subtitle">導出備忘錄到設備存儲器以便共享</string>
  <string name="home_option_import">導入備忘錄</string>
  <string name="home_option_import_subtitle">從設備存儲器導入備忘錄</string>
  <string name="home_option_about_page">關於我們</string>
  <string name="home_option_about_page_subtitle">深入瞭解應用程序和開發人員</string>
  <string name="home_option_open_source_page">開源項目</string>
  <string name="home_option_open_source_page_subtitle">深入瞭解開源項目的相關信息</string>
  <string name="home_option_rate_and_review">打分和評論</string>
  <string name="home_option_rate_and_review_subtitle">告訴我們您對此應用程序的喜愛程度</string>
  <string name="home_option_fill_survey">填寫調查</string>
  <string name="home_option_fill_survey_subtitle">告訴我們您的喜好以便於改進應用程序</string>

  <string name="security_option_title">安全選項</string>
  <string name="security_option_set_pin_code">密碼</string>
  <string name="security_option_set_pin_code_subtitle">設置一個4位數字的密碼鎖定備忘錄</string>
  <string name="security_option_fingerprint_enabled">用指紋解鎖</string>
  <string name="security_option_fingerprint_enabled_subtitle">將用指紋解鎖備忘錄</string>
  <string name="security_option_fingerprint_disabled">指紋已被禁用</string>
  <string name="security_option_fingerprint_disabled_subtitle">備忘錄不會使用指紋</string>

  <string name="security_sheet_enter_new_pin_title">輸入新密碼</string>
  <string name="security_sheet_enter_pin_to_unlock_title">輸入密碼解鎖</string>
  <string name="security_sheet_enter_current_pin_title">輸入當前密碼</string>
  <string name="security_sheet_enter_pin_hint">輸入密碼</string>
  <string name="security_sheet_button_verify">校驗</string>
  <string name="security_sheet_button_unlock">解鎖</string>
  <string name="security_sheet_button_set">設置</string>
  <string name="security_sheet_button_remove">移除</string>

  <string name="note_option_default_color">默認備忘錄顏色</string>
  <string name="note_option_default_color_subtitle">設定備忘錄的默認顏色</string>
  <string name="note_option_number_lines">備忘錄行數限制</string>

  <string name="markdown_sheet_markdown_support">標記支持</string>
  <string name="markdown_sheet_markdown_support_subtitle">允許標記支持格式</string>
  <string name="markdown_sheet_home_markdown_support">備忘錄列表中的標記</string>
  <string name="markdown_sheet_home_markdown_support_subtitle">在備忘錄列表中啟用標記格式</string>
  <string name="markdown_sheet_examples">例子</string>

  <string name="permission_layout_give_permission">授予權限</string>
  <string name="permission_layout_give_permission_details">導入和導出需要存儲權限,要求時請給予許可</string>
  <string name="permission_layout_give_permission_ok">允許</string>

  <string name="import_export_import_file_title">從文件導入備份</string>
  <string name="import_export_import_file">導入文件</string>
  <string name="import_export_layout_exported">導出到文件</string>
  <string name="import_export_layout_export_failed">導出失敗</string>
  <string name="import_export_layout_exporting">正在導出到文件…</string>
  <string name="import_export_layout_exporting_done">完成</string>
  <string name="import_export_layout_exporting_share">共享</string>


  <string name="about_page_title">我們及更多信息</string>
  <string name="about_page_rate">應用倉庫上的評分</string>
  <string name="about_page_contribute">做貢獻</string>
  <string name="about_page_app_version">應用程序版本</string>
  <string name="about_page_about_app">應用程序信息</string>

  <string name="osp_page_libraries">庫文件</string>
  <string name="osp_page_about_osp">開源項目</string>
  <string name="osp_page_title">關於開源項目</string>

  <string name="reminder_sheet_title">備忘錄提醒</string>
  <string name="reminder_sheet_reminder_date">提醒日期</string>
  <string name="reminder_sheet_reminder_time">提醒時間</string>
  <string name="reminder_sheet_repeat">重複頻率</string>

  <string name="notification_channel_label">備忘錄通知</string>


  <string name="tag_sheet_create_title">添加新標籤…</string>
  <string name="tag_sheet_edit_title">編輯標籤…</string>
  <string name="tag_sheet_enter_tag_hint">輸入標籤</string>

  <string name="tag_sheet_new_tag_button">創建新標籤</string>
  <string name="tag_sheet_choose_tag">選擇標籤…</string>

  <string name="sort_sheet_title">備忘錄排序按</string>
  <string name="sort_sheet_newest_first">最近的在前</string>
  <string name="sort_sheet_oldest_first">最早的在前</string>
  <string name="sort_sheet_last_modified">最近修改</string>

</resources>

Translation made with Stringlate.

Notes disappear instead of being restored

Hello

Thanks for this nice application. Well made as well. It seems to have at least one bug though (or maybe I just do not understand that feature). If you delete a note and go to trash and then choose to restore it, the note is gone.

Btw: Would it be possible to make the note fields smaller in height? It seems really big to me.

Anyways, thats just cosmetics. But thanks for looking into the bug.

About Checked Items

Please automatically move checked items to the bottom of the list. Ditto when you see the list on the main page of the app.

Version 3.5.0. F-Droid

[Feature request] Sort notes

I think it could be a interesting feature the capability of sort notes not only by create date, but by other parameters: midifing date, alphabetically or freelly.

Thank you very much for your work: very nice app.

Show/Hide keyboard issues

  • keyboard should be hidden after the note it's closed.
  • keyboard should be shown clicking on "Add a note" buttons.

That's not happening on Android 7 with AOSP keyboard.

Added zh-rCN (Chinese (China)) translation

I have translated your application into zh-rCN (Chinese (China)). Here is the xml:

<resources>
  <string name="title">标题</string>
  <string name="description">内容</string>
  <string name="save">保存</string>
  <string name="import_to_app">导入</string>
  <string name="search_notes">搜索备忘录…</string>
  <string name="share_using">共享使用…</string>

  <string name="main_no_notes">无备忘录</string>
  <string name="main_no_notes_hint">看来您还没有任何备忘录,点按添加。</string>

  <string name="main_add_a_note">添加备忘录…</string>
  <string name="main_add_a_quick_note">快速添加备忘录…</string>

  <string name="open_note_night_mode">夜间模式</string>
  <string name="open_note_day_mode">日间模式</string>
  <string name="edit_note">编辑备忘录</string>
  <string name="open_in_notification">创建通知</string>
  <string name="open_in_popup">在弹出窗口中打开</string>
  <string name="delete_note">删除备忘录</string>
  <string name="delete_note_permanently">永久删除</string>
  <string name="copy_note">复制备忘录</string>
  <string name="send_note">发送备忘录</string>
  <string name="unarchive_note">取消存档备忘录</string>
  <string name="archive_note">存档备忘录</string>
  <string name="not_favourite_note">标记为不收藏</string>
  <string name="favourite_note">标记为收藏</string>
  <string name="restore_note">恢复备忘录</string>
  <string name="trash_note">移到回收站</string>
  <string name="choose_note_color">更改颜色</string>
  <string name="lock_note">锁定备忘录</string>
  <string name="change_tags">更改标签</string>
  <string name="unlock_note">解锁备忘录</string>
  <string name="reminder">提醒</string>
  <string name="select">选择</string>
  <string name="duplicate">重复</string>
  <string name="pin_note">加密备忘录</string>
  <string name="unpin_note">解密备忘录</string>
  <string name="choose_action">选择动作…</string>

  <string name="tap_for_action_open_note_night_mode">点按在夜间模式下查看备忘录</string>
  <string name="tap_for_action_open_note_day_mode">点按在日间模式下查看备忘录</string>
  <string name="tap_for_action_edit">点按打开备忘录进行编辑</string>
  <string name="tap_for_action_copy">点按将备忘录内容复制到剪贴板</string>
  <string name="tap_for_action_share">点按共享备忘录内容到其他程序</string>
  <string name="tap_for_action_popup">点按在弹出窗口中打开备忘录</string>
  <string name="tap_for_action_delete">点按删除此备忘录</string>
  <string name="tap_for_action_trash">点按将备忘录移到回收站</string>
  <string name="tap_for_action_not_trash">点按将备忘录移出回收站</string>
  <string name="tap_for_action_favourite">点按标记备忘录为收藏</string>
  <string name="tap_for_action_not_favourite">点按取消标记备忘录为收藏</string>
  <string name="tap_for_action_archive">点按存档备忘录</string>
  <string name="tap_for_action_color">点按更改备忘录的背景色</string>
  <string name="tap_for_action_not_archive">点按取消存档备忘录</string>

  <string name="nav_sheet_title">您的备忘录等…</string>
  <string name="nav_home">主目录</string>
  <string name="nav_home_details">所有普通和已收藏的备忘录</string>
  <string name="nav_favourites">收藏</string>
  <string name="nav_favourites_details">所有已收藏的备忘录</string>
  <string name="nav_archived">存档</string>
  <string name="nav_archived_details">所有已存档的备忘录</string>
  <string name="nav_locked">锁定</string>
  <string name="nav_locked_details">所有已锁定的备忘录</string>
  <string name="nav_tags">标签</string>
  <string name="nav_tags_details">所有备忘录标签</string>
  <string name="nav_trash">回收站</string>
  <string name="nav_trash_details">回收站中的所有备忘录</string>

  <string name="format_hint_text">添加内容…</string>
  <string name="format_hint_heading">添加标题…</string>
  <string name="format_hint_sub_heading">添加副标题…</string>
  <string name="format_hint_quote">添加引文…</string>
  <string name="format_hint_list">添加项目…</string>
  <string name="format_hint_code">添加代码…</string>

  <string name="home_option_sheet_title">选项和设置</string>
  <string name="home_option_ui_experience">界面和体验</string>
  <string name="home_option_ui_experience_subtitle">设置程序的样式和观感</string>
  <string name="home_option_note_settings">备忘录首选项</string>
  <string name="home_option_note_settings_subtitle">备忘录等的设置</string>
  <string name="home_option_about">简介</string>
  <string name="home_option_about_subtitle">深入了解我们及此程序</string>
  <string name="home_option_security">安全</string>
  <string name="home_option_security_subtitle">锁定备忘录和安全选项</string>
  <string name="home_option_enable_night_mode">启用夜间模式</string>
  <string name="home_option_enable_night_mode_subtitle">默认启用深色主题</string>
  <string name="home_option_enable_day_mode">启用日间模式</string>
  <string name="home_option_enable_day_mode_subtitle">默认启用浅色主题</string>
  <string name="home_option_markdown_settings">标记设置</string>
  <string name="home_option_markdown_settings_subtitle">看看如何在备忘录中使用标记</string>
  <string name="home_option_enable_list_view">启用列表布局</string>
  <string name="home_option_enable_list_view_subtitle">以列表形式显示备忘录</string>
  <string name="home_option_enable_grid_view">启用网格布局</string>
  <string name="home_option_enable_grid_view_subtitle">以网格形式显示备忘录</string>
  <string name="home_option_order_notes">排列备忘录</string>
  <string name="home_option_backup_options">备份和导入</string>
  <string name="home_option_backup_options_subtitle">备份、导入和导出备忘录选项</string>
  <string name="home_option_export">导出备忘录</string>
  <string name="home_option_export_subtitle">导出备忘录到设备存储器以便共享</string>
  <string name="home_option_import">导入备忘录</string>
  <string name="home_option_import_subtitle">从设备存储器导入备忘录</string>
  <string name="home_option_about_page">我们的简介</string>
  <string name="home_option_about_page_subtitle">深入了解此程序及其开发者</string>
  <string name="home_option_open_source_page">开源项目</string>
  <string name="home_option_open_source_page_subtitle">深入了解开源项目</string>
  <string name="home_option_rate_and_review">打分和评论</string>
  <string name="home_option_rate_and_review_subtitle">告诉我们您喜爱此程序的程度</string>
  <string name="home_option_fill_survey">填写调查</string>
  <string name="home_option_fill_survey_subtitle">告诉我们您的喜好以助于我们改进此程序</string>

  <string name="security_option_title">安全选项</string>
  <string name="security_option_set_pin_code">密码</string>
  <string name="security_option_set_pin_code_subtitle">设置一个 4 位数字的密码锁定备忘录</string>
  <string name="security_option_fingerprint_enabled">用指纹解锁</string>
  <string name="security_option_fingerprint_enabled_subtitle">用指纹解锁备忘录</string>
  <string name="security_option_fingerprint_disabled">指纹已禁用</string>
  <string name="security_option_fingerprint_disabled_subtitle">备忘录不使用指纹</string>

  <string name="security_sheet_enter_new_pin_title">输入新密码</string>
  <string name="security_sheet_enter_pin_to_unlock_title">输入密码解锁</string>
  <string name="security_sheet_enter_current_pin_title">输入当前密码</string>
  <string name="security_sheet_enter_pin_hint">输入密码</string>
  <string name="security_sheet_button_verify">验证</string>
  <string name="security_sheet_button_unlock">解锁</string>
  <string name="security_sheet_button_set">设置</string>
  <string name="security_sheet_button_remove">移除</string>

  <string name="note_option_default_color">默认的备忘录颜色</string>
  <string name="note_option_default_color_subtitle">选择备忘录的默认颜色</string>
  <string name="note_option_number_lines">备忘录行数限制</string>

  <string name="markdown_sheet_markdown_support">标记支持</string>
  <string name="markdown_sheet_markdown_support_subtitle">允许标记支持格式</string>
  <string name="markdown_sheet_home_markdown_support">备忘录列表中的标记</string>
  <string name="markdown_sheet_home_markdown_support_subtitle">在备忘录列表中启用标记格式</string>
  <string name="markdown_sheet_examples">例子</string>

  <string name="permission_layout_give_permission">授予权限</string>
  <string name="permission_layout_give_permission_details">导入和导出需要存储权限,请在要求时准许。</string>
  <string name="permission_layout_give_permission_ok">允许</string>

  <string name="import_export_import_file_title">从文件导入备份</string>
  <string name="import_export_import_file">导入文件</string>
  <string name="import_export_layout_exported">导出到文件</string>
  <string name="import_export_layout_export_failed">导出失败</string>
  <string name="import_export_layout_exporting">正在导出到文件…</string>
  <string name="import_export_layout_exporting_done">完成</string>
  <string name="import_export_layout_exporting_share">共享</string>


  <string name="about_page_title">我们的简介及更多信息</string>
  <string name="about_page_rate">应用商店上的评分</string>
  <string name="about_page_contribute">做贡献</string>
  <string name="about_page_app_version">程序版本</string>
  <string name="about_page_about_app">程序简介</string>

  <string name="osp_page_libraries">库文件</string>
  <string name="osp_page_about_osp">开源项目</string>
  <string name="osp_page_title">开源项目简介</string>

  <string name="reminder_sheet_title">备忘录提醒</string>
  <string name="reminder_sheet_reminder_date">提醒日期</string>
  <string name="reminder_sheet_reminder_time">提醒时间</string>
  <string name="reminder_sheet_repeat">重复频率</string>

  <string name="notification_channel_label">备忘录通知</string>


  <string name="tag_sheet_create_title">添加新标签…</string>
  <string name="tag_sheet_edit_title">编辑标签…</string>
  <string name="tag_sheet_enter_tag_hint">输入标签</string>

  <string name="tag_sheet_new_tag_button">创建新标签</string>
  <string name="tag_sheet_choose_tag">选择标签…</string>

  <string name="sort_sheet_title">备忘录排序按</string>
  <string name="sort_sheet_newest_first">最近的在前</string>
  <string name="sort_sheet_oldest_first">最早的在前</string>
  <string name="sort_sheet_last_modified">最近修改</string>

  <!-- Start Select Notes -->
  <!-- End Select Notes -->

  <!-- Start Cloud Backup Hint -->
  <string name="home_option_install_from_store">从应用商店安装</string>
  <string name="home_option_install_from_store_subtitle">从谷歌云同步安装程序</string>
  <!-- End -->

  <!-- Start No Pincode -->
  <string name="no_pincode_sheet_title">未设置密码</string>
  <string name="no_pincode_sheet_details">您尚未设置密码,现在设置吗?</string>
  <string name="no_pincode_sheet_not_now">以后</string>
  <string name="no_pincode_sheet_dont_ask">不再询问</string>
  <string name="no_pincode_sheet_set_up">设置</string>
  <!-- End No Pincode -->

  <!-- Start Delete Notes -->
  <string name="delete_sheet_are_you_sure">您确定?</string>
  <string name="delete_sheet_delete_trash">您要永久删除回收站中的备忘录吗?</string>
  <string name="delete_sheet_delete_note_permanently">您要永久删除此备忘录吗?</string>
  <string name="delete_sheet_delete_trash_yes">删除</string>
  <string name="delete_sheet_delete_trash_no">取消</string>
  <string name="trash_will_delete_automatically">备忘录在 7 天后会永久删除</string>
  <!-- End Delete Notes -->

</resources>

Translation made with Stringlate.

Status bar

The status bar icons are invisible on Android 5.1.1. It would be good to make it slightly grey like this:
img_20180116_185241

Issue with Markdown

Markdown used in notes don't show up properly in the cards on main page. For e.g, if I bold github in a note, then it shows up ** github ** on the main page. It should ideally show up that way only when the note has been opened for editing.

Tried to upload a screenshot but it wouldn't attach for some reason. Sorry.

Font

What font did u use in the app? It's loking good

Export/Import function bugs

When exporting/importing a backup of our notes, even the deleted ones (!) get backuped and restored.

Steps to reproduce:

  • Add several notes
  • Delete some of them
  • Export BACKUP.txt
  • Uninstall App or delete App's data
  • Install App (or just fire it up in case you only deleted the app data)
  • Grant permissions and import BACKUP.txt

Result: All our notes are back, the formerly deleted ones as well.

Dark theme for note creation

First of all, thank you for this great app! Looks awesome! But I'm a dark theme user and I find kind of annoying the creation of the new notes always in white, without the dark theme applied. Would be possible to fix that?

Steps to reproduce:

  • Enable the dark mode
  • Open the "No notes" message

three-dots-menu bugs

When you click on a note's three-dots-menu in portrait mode, an additional menu appears at the bottom of the screen, but the menu is not adapting to the screen width, making the items of the last collumn unusable. When you try to rotate the device to landscape mode to see all the menu entries, the app crashes. Same for opening the app in landscape mode and then rotating to portrait mode.

Ways to access the app very quickly from anywhere

Sometimes when you have an idea, you'll want to write it down really fast. Or you suddenly need to take notes on something, but still have to search for and open the notes app. For situations like this, ways to quickly take notes from anywhere would be cool. Possible ways to do that:

  • The classic, a widget on the home screen
  • A custom quick settings tile (for example NetGuard has this)
  • Something on the lock screen? I'm not really sure about this since I don't know how much Android allows apps to meddle with the lockscreen. But it would be great, if possible.

Thank you for creating such an awesome app ^^

Problem accessing Settings in landscape mode

I just installed Material Notes on a 10" Android tablet, running 6.01 Marshmallow. The use case is replacing a laptop when traveling, and with an external keyboard, it can. It will normally be used in landscape orientation.

Attempting to access Settings in landscape orientation fails. The Settings dialogs don't appear. The only appear in portrait mode, where they expand down the screen below the app.

This is a minor quirk, but it would be nice if the app worked in both orientations.

[Feature Request] when import look forma *.md filed

When importing a file, if the app would search also for *.md extension (markdown) instead of only *.txt, will be possible to open and update .md files that the users are writing with a text editor or with other platforms. Especially useful for WebDav file sync or cloud's files sync.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.