MyGit
🚩收到GitHub仓库的更新通知

FFDA/SourCherry

Fork: 1 Star: 46 (更新于 2024-04-29 14:32:41)

license: GPL-3.0

Language: Java .

Android app to open CherryTree databases

最后发布版本: v1.5.0 ( 2023-10-05 02:47:56)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

SourCherry

SourCherry is an Android app to open CherryTree’s (note taking program 1,2) databases. Right now app can read databases and do basic editing tasks.

gif with SourCherry UI

App is targeted for sdk 33 (Android 13) with min version of 24 (Android 7).

This project is for Android/Java/Git learning purposes and is not official CherryTree android app or are associated with CherryTree project or it's creator.

Installation / Download

Get it on IzzyOnDroid

Google introduced new requirements for publishing applications on the Play Store. New requirements include displaying name, address and phone number on the store. I do not plan to provide these, so most likley at some point in the future SourCherry will be removed from the Play store by Google.

Anyone can compile this app by cloning this repository or download an apk compiled by me from releases.

Limitations

  • Use of SQL type database is strongly recommended. Users using large XML type database might experience OOM crashes that can't be mitigated.
  • Right now it can read databases and do basic editing of it. At this point it is possible to open for editing and save “Rich text” nodes without losing any formatting with one exception (needs more testing) there aren’t any UI elements to add any type of formatting to it. Moreover, to not lose any formatting when saving Rich-Text nodes two codeboxes should have at least a space between them, otherwise they will be saved, and display onwards, as one codebox.
  • There is a possibility that not all text will be displayed (Make a bog report)
  • Some text most definitely will be missing some formatting and it will look differently compared to how it looks in CherryTree. Notably the is no way of to display “Fill” text paragraph formatting in SourCherry.
  • Not all latex boxes might be displayed. From example latex code in CherryTree only code between \begin{align*} and \end{align*} tags is used (and only it should be modified). Rest of the code should not be edited in any way.
  • In some instances image will not be displayed and opening/saving attached might cause a crash. It depends on Android version and phone. Default size for Android SQL window size is 2mb. For Android9+ (>=API 28) I increased it to 15mb and it can be adjusted in the settings up to 500mb. XML databases do not have any way to adjust files that can be opened/saved, but it has bigger limit. In my experience it is 11mb.
  • Unsaved data in Node Editor will be lost during configuration changes (screen orientation change, theme change, etc).

Password protected databases

It is also possible to open password protected databases, however there will be one time performance hit, because of following reasons:

  • Android / Java do not have good support for password protected 7-zip file extraction. There are few options, but they are created by third parties for Java and not specifically for Android and are lacking some features, namely to open InputStream.
  • Starting Android 10 Google implemented stricter file access system (SAF), that made impossible to read/open files as objects and not InputStreams that are not in app-specific storage.

So to open password protected database app needs to copy file to app-specific storage, extract it, and only then open it. After extraction database will be kept inside app-specific storage and won’t be reachable by other apps. From that point forward that database will be opened without a password.

SQL databases

For the same reason (SAF) that prevents file extraction without saving files inside app-specific storage SQL based databases have to be copied to it before opening. There will be a performance hit. Should be noticeable when opening a SQL database for the first time.

Software used

Fonts used

  • Caladea (Apache 2.0)
  • Comfortaa (OFL)
  • Merriweather (OFL)

Privacy policy

Generated privacy policy using https://privacypolicytemplate.net, because it is required for apps published on Google Play Store.

Personal note: I DO NOT collect any data from the users of this app (even crash reports). It comes free of charge and as is.

You can read full privacy policy here.

最近版本更新:(数据更新于 2024-05-13 03:46:16)

2023-10-05 02:47:56 v1.5.0

2023-08-06 15:25:58 v1.4.0

2023-07-19 21:51:23 v1.4.0-beta

2023-05-10 17:38:55 v1.3.0

2023-04-24 15:34:57 v1.3.0-beta

2023-01-05 01:00:37 v1.2.0

2022-09-01 17:21:54 v1.1.0

2022-08-14 18:46:23 v1.0.0

2022-08-01 00:15:51 beta-3

2022-07-17 14:09:35 beta-2

主题(topics):

android-app, cherrytree, notes

FFDA/SourCherry同语言 Java最近更新仓库

2024-05-14 17:46:49 elastic/elasticsearch

2024-05-13 10:00:26 TongchengOpenSource/smart-doc-gradle-plugin

2024-05-13 09:57:13 TongchengOpenSource/smart-doc

2024-05-12 16:05:29 dromara/Sa-Token

2024-05-11 22:41:27 dromara/dante-cloud

2024-05-10 09:31:57 mybatis-flex/mybatis-flex