mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Merge branch 'add_simple_text_editor' into 'master'
Add Simple Text Editor See merge request fdroid/fdroiddata!6635
This commit is contained in:
commit
a61e52dea1
1 changed files with 29 additions and 0 deletions
29
metadata/com.maxistar.textpad.yml
Normal file
29
metadata/com.maxistar.textpad.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Development
|
||||
- Writing
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/maxistar/TextPad
|
||||
IssueTracker: https://github.com/maxistar/TextPad/issues
|
||||
|
||||
Name: SimpleTextEditor
|
||||
AutoName: Simple Text Editor
|
||||
Summary: Simple Text Editor
|
||||
Description: |-
|
||||
The simple text editor that can be used to edit text files.
|
||||
This editor can be used for small text notes, write down ideas and many other.
|
||||
Supports only plain text files.
|
||||
Works offline, no Ads, fully open source.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/maxistar/TextPad.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.9.4
|
||||
versionCode: 17
|
||||
commit: v1.9.4
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
Loading…
Reference in a new issue