fdroiddata/metadata/me.writeily.pro.yml
Hans-Christoph Steiner d6c5315a36
convert all [[app.id]] links to https://f-droid.org/packages/app.id/
fdroidserver#845
fdroidclient#1000
jekyll-fdroid!60

```
sed -i 's,\[\[\([^ :]*\)\]\],https://f-droid.org/packages/\1,g' metadata/*.yml metadata/*/*/description.txt
```
2020-11-17 21:30:10 +01:00

72 lines
1.9 KiB
YAML

Categories:
- Writing
License: MIT
SourceCode: https://github.com/jffrymrtn/writeily-pro
IssueTracker: https://github.com/jffrymrtn/writeily-pro/issues
AutoName: Writeily Pro
Summary: Edit markdown files
Description: |-
Simply and elegantly compose notes in markdown or plain text. Organize by
folders, save and access files from external storage, and restrict access with a
PIN lock.
This app has been deprecated in favor of https://f-droid.org/packages/me.writeily.
RepoType: git
Repo: https://github.com/jffrymrtn/writeily-pro
Builds:
- versionName: 1.1.1
versionCode: 4
commit: v1.1.1
subdir: app
gradle:
- yes
rm:
- app/libs/*.jar
- app/libs/anddown/libs
- app/libs/anddown/obj
prebuild: sed -i -e '/compile files/d' -e '/appcompat-v7/acompile "com.android.support:recyclerview-v7:21.0.3"'
build.gradle
scanignore:
- app/libs/anddown/libs
scandelete:
- app/libs/anddown/obj
build:
- pushd libs/anddown/
- ndk-build
- gradle packageNativeLibs
- popd
- versionName: 1.2.0
versionCode: 5
commit: v1.2.0
subdir: app
gradle:
- yes
rm:
- app/libs/*.jar
- app/libs/anddown/libs
- app/libs/anddown/obj
scanignore:
- app/libs/anddown/libs
scandelete:
- app/libs/anddown/obj
build:
- pushd libs/anddown/
- ndk-build
- gradle packageNativeLibs
- popd
MaintainerNotes: |-
Builds locally, but might break on BS. We need to integrate ndkbuild and gradle
task into overall build, e.g. with preassemble=libs:anddown:packageNativeLibs
instead of using `build=`. However, right now this breaks the app because the
native libs don't seem to get included.
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.2.0
CurrentVersionCode: 5