2015-04-09 21:43:51 +00:00
|
|
|
Categories:Office
|
|
|
|
License:MIT
|
|
|
|
Web Site:http://writeily.me/
|
|
|
|
Source Code:https://github.com/jffrymrtn/writeily-pro
|
|
|
|
Issue Tracker:https://github.com/jffrymrtn/writeily-pro/issues
|
|
|
|
|
|
|
|
Auto Name: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.
|
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/jffrymrtn/writeily-pro
|
|
|
|
|
|
|
|
Build:1.1.1,4
|
|
|
|
commit=v1.1.1
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
rm=app/libs/*.jar,app/libs/anddown/libs,app/libs/anddown/obj
|
2015-04-09 22:59:47 +00:00
|
|
|
prebuild=sed -i -e '/compile files/d' -e '/appcompat-v7/acompile "com.android.support:recyclerview-v7:21.0.3"' build.gradle
|
2015-04-21 03:35:11 +00:00
|
|
|
scanignore=app/libs/anddown/libs
|
|
|
|
scandelete=app/libs/anddown/obj
|
|
|
|
build=pushd libs/anddown/ && \
|
2015-04-09 21:43:51 +00:00
|
|
|
ndk-build && \
|
|
|
|
gradle packageNativeLibs && \
|
|
|
|
popd
|
|
|
|
|
2015-04-21 17:05:46 +00:00
|
|
|
Build:1.2.0,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
|
|
|
|
|
2015-04-09 21:43:51 +00:00
|
|
|
Maintainer Notes:
|
|
|
|
Builds locally, but might break on BS. We need to integrate ndkbuild and gradle
|
2015-04-09 22:59:47 +00:00
|
|
|
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.
|
2015-04-09 21:43:51 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Auto Update Mode:None
|
|
|
|
Update Check Mode:Tags
|
2015-04-21 03:35:11 +00:00
|
|
|
Current Version:1.2.0
|
|
|
|
Current Version Code:5
|
2015-04-09 21:43:51 +00:00
|
|
|
|