Metadata YAMLification

This commit is contained in:
Izzy 2019-09-29 20:15:29 +00:00
parent 132bc1bbaa
commit bf5cbb5a26
24 changed files with 3745 additions and 2528 deletions

View file

@ -1,597 +0,0 @@
Categories:Writing
License:LGPL-3.0-only
Web Site:
Source Code:https://github.com/konradrenner/kolabnotes-android
Issue Tracker:https://github.com/konradrenner/kolabnotes-android/issues
Changelog:https://github.com/konradrenner/kolabnotes-android/blob/HEAD/CHANGELOG.md#change-log
Auto Name:Kolab Notes
Summary:Write notes and sync them with Kolab
Description:
Take notes locally and optionally sync them with Kolab and IMAP servers in the
Kolab v3 storage format.
The goal of the app is, to support the full stack of Kolab Notes functionality:
notebooks and tags for organising notes is already possible. Also it is possible
to edit the classification and color of a note. Formating the text and inserting
inline images works, too. The app is also able to display and edit the color of
tags. Since 1.0.0 shared notebooks are supported (which can be toggled in the
extended options from the account creation wizard).
There are already 2 types of widgets included in the app. One widget is a kind
of a "sticky note" widget, it displays the summary and description of a single
note. The other widget is a configureable list widget.
.
Repo Type:git
Repo:https://github.com/konradrenner/kolabnotes-android
Build:0.1.0-alpha4,4
commit=0.1.0-alpha4
subdir=app
gradle=yes
srclibs=KolabNotesLib@0.6.3
prebuild=sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' build.gradle
Build:0.1.0-beta1,7
commit=0.1.0-beta1
subdir=app
gradle=yes
srclibs=KolabNotesLib@0.6.3,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.0-beta2,8
commit=0.1.0-beta2
subdir=app
gradle=yes
srclibs=KolabNotesLib@0.6.3,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.0-beta4,10
commit=0.1.0-beta4
subdir=app
gradle=yes
srclibs=KolabNotesLib@0.6.3,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.0-beta5,11
commit=0.1.0-beta5
subdir=app
gradle=yes
srclibs=KolabNotesLib@0.6.4,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.0-beta6,12
commit=0.1.0-beta6
subdir=app
gradle=yes
srclibs=KolabNotesLib@0.6.4,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.0-beta8,14
commit=0.1.0-beta8
subdir=app
gradle=yes
srclibs=KolabNotesLib@0.6.4,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.0-beta9,15
commit=0.1.0-beta9
subdir=app
gradle=yes
srclibs=KolabNotesLib@0.6.4,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.0-beta10,16
commit=0.1.0-beta10
subdir=app
gradle=yes
srclibs=KolabNotesLib@0.6.5,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.0,17
commit=0.1.0
subdir=app
gradle=yes
srclibs=KolabNotesLib@1.0.0,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.2,19
commit=0.1.2
subdir=app
gradle=yes
srclibs=KolabNotesLib@1.0.1,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.3,20
commit=0.1.3
subdir=app
gradle=yes
srclibs=KolabNotesLib@1.0.1,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.4,21
disable=fails on BS
commit=0.1.4
subdir=app
gradle=yes
srclibs=KolabNotesLib@1.0.2,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.1.5,22
disable=fails on BS
commit=0.1.5
subdir=app
gradle=yes
srclibs=KolabNotesLib@1.0.2,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.2.2,24
commit=0.2.2
subdir=app
gradle=yes
srclibs=KolabNotesLib@1.0.2,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/"22.0.1"/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/16/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.3.0,25
commit=0.3.0
subdir=app
gradle=yes
srclibs=KolabNotesLib@1.0.2,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/"22.0.1"/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/16/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.4.2,28
commit=0.4.2
subdir=app
gradle=yes
srclibs=KolabNotesLib@1.2.0,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/"22.0.1"/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/16/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.4.3,29
commit=0.4.3.1
subdir=app
gradle=yes
srclibs=KolabNotesLib@1.2.0,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/"22.0.1"/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/16/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.5.0,30
commit=0.5.0.1
subdir=app
gradle=yes
srclibs=KolabNotesLib@1.2.0,ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild=mkdir -p ../libs/ && \
sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d' -e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle && \
cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker && \
echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle && \
sed -i -e 's/propBuildToolsVersion/"22.0.1"/g' -e 's/propCompileSdkVersion/22/g' -e 's/propMinSdkVersion/16/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g' -e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
Build:0.6.0,31
commit=0.6.0
subdir=app
gradle=yes
srclibs=KolabNotesLib@1.2.0
prebuild=sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' build.gradle && \
pushd $$KolabNotesLib$$ && \
$$MVN3$$ install && \
popd
Build:0.9.2,34
commit=0.9.2
subdir=app
init=sed -i '18imaven { url "https://jitpack.io" }' ../build.gradle
gradle=yes
Build:1.0.0,36
commit=1.0.0
subdir=app
gradle=yes
Build:1.0.2,38
commit=1.0.2
subdir=app
gradle=yes
Build:1.0.3,39
commit=1.0.3
subdir=app
gradle=yes
Build:1.0.4,40
commit=1.0.4
subdir=app
gradle=yes
Build:1.1.0,41
commit=1.1.0
subdir=app
gradle=yes
Build:1.2.0,42
disable=resource issue
commit=1.2.0
subdir=app
gradle=yes
Build:1.3.0,43
commit=1.3.0
subdir=app
gradle=yes
Build:1.3.1,44
commit=1.3.1
subdir=app
gradle=yes
Build:1.3.3,46
commit=1.3.3
subdir=app
gradle=yes
Build:1.4.0,47
commit=1.4.0
subdir=app
gradle=yes
Build:1.4.1,48
commit=1.4.1
subdir=app
gradle=yes
Build:1.5.0,49
commit=1.5.0
subdir=app
gradle=yes
Build:1.5.2,51
commit=1.5.2
subdir=app
gradle=yes
Build:1.5.3,52
commit=1.5.3
subdir=app
gradle=yes
Build:1.6.0,53
commit=1.6.0
subdir=app
gradle=yes
Build:1.6.1,54
commit=1.6.1
subdir=app
gradle=yes
Build:1.7.0,55
commit=1.7.0
subdir=app
gradle=yes
Build:1.7.1,56
commit=1.7.1
subdir=app
gradle=yes
Build:1.7.2,57
commit=1.7.2
subdir=app
gradle=yes
Build:1.8.0,58
commit=1.8.0
subdir=app
gradle=yes
Build:1.8.1,59
commit=1.8.1
subdir=app
gradle=yes
Build:1.8.2,60
commit=1.8.2
subdir=app
gradle=yes
Build:1.10.0,62
commit=1.10.0
subdir=app
gradle=yes
Build:1.10.1,63
commit=1.10.1
subdir=app
gradle=yes
Build:1.10.2,64
commit=1.10.2
subdir=app
gradle=yes
Build:1.11.0,65
commit=1.11.0
subdir=app
gradle=yes
Build:2.0.1,67
commit=2.0.1
subdir=app
gradle=yes
Build:2.0.7,72
commit=2.0.7
subdir=app
gradle=yes
Build:2.0.8,73
commit=2.0.8
subdir=app
gradle=yes
Build:2.1.0,74
commit=2.1.0
subdir=app
gradle=yes
Build:2.1.1,75
commit=2.1.1
subdir=app
gradle=yes
Build:2.1.2,76
commit=2.1.2
subdir=app
gradle=yes
Build:2.2.2,78
commit=2.2.2
subdir=app
gradle=yes
Build:2.2.3,79
commit=2.2.3
subdir=app
gradle=yes
Build:2.2.4,80
commit=2.2.4
subdir=app
gradle=yes
Build:2.3.1,82
commit=2.3.1
subdir=app
gradle=yes
Build:2.3.2,83
commit=2.3.2
subdir=app
gradle=yes
Build:2.3.3,84
commit=2.3.3
subdir=app
gradle=yes
Build:2.3.4,85
commit=2.3.4
subdir=app
gradle=yes
Build:2.3.5,86
commit=2.3.5
subdir=app
gradle=yes
Build:2.4.0,87
commit=2.4.0
subdir=app
gradle=yes
Build:2.5.0,88
commit=2.5.0
subdir=app
gradle=yes
Build:2.6.0,89
commit=2.6.0
subdir=app
gradle=yes
Build:2.7.0,90
commit=2.7.0
subdir=app
gradle=yes
Build:2.7.1,91
commit=2.7.1
subdir=app
gradle=yes
Build:2.7.2,92
commit=2.7.2
subdir=app
gradle=yes
Build:3.0.0,93
disable=Could not find com.android.tools.build:gradle:3.0.1
commit=3.0.0
subdir=app
gradle=yes
Build:3.1.1,96
disable=Could not find com.android.tools.build:gradle:3.0.1
commit=3.1.1
subdir=app
gradle=yes
Build:3.1.2,97
disable=Could not find com.android.tools.build:gradle:3.0.1
commit=3.1.2
subdir=app
gradle=yes
Build:3.1.3,98
commit=3.1.3
subdir=app
gradle=yes
Build:3.2.0,99
commit=3.2.0
subdir=app
gradle=yes
prebuild=sed -i -e '/jcenter()/i google()' ../build.gradle
Build:3.2.1,100
commit=3.2.1
subdir=app
gradle=yes
prebuild=sed -i -e '/jcenter()/i google()' ../build.gradle
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:3.2.1
Current Version Code:100

View file

@ -0,0 +1,855 @@
Categories:
- Writing
License: LGPL-3.0-only
SourceCode: https://github.com/konradrenner/kolabnotes-android
IssueTracker: https://github.com/konradrenner/kolabnotes-android/issues
Changelog: https://github.com/konradrenner/kolabnotes-android/blob/HEAD/CHANGELOG.md#change-log
AutoName: Kolab Notes
Summary: Write notes and sync them with Kolab
Description: |-
Take notes locally and optionally sync them with Kolab and IMAP servers in the
Kolab v3 storage format.
The goal of the app is, to support the full stack of Kolab Notes functionality:
notebooks and tags for organising notes is already possible. Also it is possible
to edit the classification and color of a note. Formating the text and inserting
inline images works, too. The app is also able to display and edit the color of
tags. Since 1.0.0 shared notebooks are supported (which can be toggled in the
extended options from the account creation wizard).
There are already 2 types of widgets included in the app. One widget is a kind
of a "sticky note" widget, it displays the summary and description of a single
note. The other widget is a configureable list widget.
RepoType: git
Repo: https://github.com/konradrenner/kolabnotes-android
Builds:
- versionName: 0.1.0-alpha4
versionCode: 4
commit: 0.1.0-alpha4
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@0.6.3
prebuild:
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' build.gradle
- versionName: 0.1.0-beta1
versionCode: 7
commit: 0.1.0-beta1
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@0.6.3
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.0-beta2
versionCode: 8
commit: 0.1.0-beta2
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@0.6.3
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.0-beta4
versionCode: 10
commit: 0.1.0-beta4
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@0.6.3
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.0-beta5
versionCode: 11
commit: 0.1.0-beta5
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@0.6.4
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.0-beta6
versionCode: 12
commit: 0.1.0-beta6
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@0.6.4
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.0-beta8
versionCode: 14
commit: 0.1.0-beta8
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@0.6.4
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.0-beta9
versionCode: 15
commit: 0.1.0-beta9
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@0.6.4
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.0-beta10
versionCode: 16
commit: 0.1.0-beta10
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@0.6.5
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.0
versionCode: 17
commit: 0.1.0
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@1.0.0
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.2
versionCode: 19
commit: 0.1.2
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@1.0.1
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.3
versionCode: 20
commit: 0.1.3
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@1.0.1
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.4
versionCode: 21
disable: fails on BS
commit: 0.1.4
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@1.0.2
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.1.5
versionCode: 22
disable: fails on BS
commit: 0.1.5
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@1.0.2
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/22.0.1/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/7/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.2.2
versionCode: 24
commit: 0.2.2
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@1.0.2
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/"22.0.1"/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/16/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.3.0
versionCode: 25
commit: 0.3.0
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@1.0.2
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/"22.0.1"/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/16/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.4.2
versionCode: 28
commit: 0.4.2
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@1.2.0
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/"22.0.1"/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/16/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.4.3
versionCode: 29
commit: 0.4.3.1
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@1.2.0
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/"22.0.1"/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/16/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.5.0
versionCode: 30
commit: 0.5.0.1
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@1.2.0
- ColorPicker-ambilwarna@a8d92e310f7b7419852b5367c1560f5db2b4fb98
prebuild:
- mkdir -p ../libs/
- sed -i -e '/jitpack/,+1d' -e '/maven {/d' -e '//amavenLocal()' ../build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' -e '/ambilwarna/d'
-e '/support-v4/acompile project(":libs:colorpicker:library")\n' build.gradle
- cp -fR $$ColorPicker-ambilwarna$$ ../libs/colorpicker
- echo -e "\ninclude ':libs:colorpicker:library'" >> ../settings.gradle
- sed -i -e 's/propBuildToolsVersion/"22.0.1"/g' -e 's/propCompileSdkVersion/22/g'
-e 's/propMinSdkVersion/16/g' -e 's/propTargetSdkVersion/22/g' -e 's/propVersionCode/2/g'
-e 's/propVersionName/"2.0"/g' ../libs/colorpicker/library/build.gradle
- versionName: 0.6.0
versionCode: 31
commit: 0.6.0
subdir: app
gradle:
- yes
srclibs:
- KolabNotesLib@1.2.0
prebuild:
- sed -i -e 's/com.github.konradrenner/org.kore.kolab.notes/g' build.gradle
- pushd $$KolabNotesLib$$
- $$MVN3$$ install
- popd
- versionName: 0.9.2
versionCode: 34
commit: 0.9.2
subdir: app
init: sed -i '18imaven { url "https://jitpack.io" }' ../build.gradle
gradle:
- yes
- versionName: 1.0.0
versionCode: 36
commit: 1.0.0
subdir: app
gradle:
- yes
- versionName: 1.0.2
versionCode: 38
commit: 1.0.2
subdir: app
gradle:
- yes
- versionName: 1.0.3
versionCode: 39
commit: 1.0.3
subdir: app
gradle:
- yes
- versionName: 1.0.4
versionCode: 40
commit: 1.0.4
subdir: app
gradle:
- yes
- versionName: 1.1.0
versionCode: 41
commit: 1.1.0
subdir: app
gradle:
- yes
- versionName: 1.2.0
versionCode: 42
disable: resource issue
commit: 1.2.0
subdir: app
gradle:
- yes
- versionName: 1.3.0
versionCode: 43
commit: 1.3.0
subdir: app
gradle:
- yes
- versionName: 1.3.1
versionCode: 44
commit: 1.3.1
subdir: app
gradle:
- yes
- versionName: 1.3.3
versionCode: 46
commit: 1.3.3
subdir: app
gradle:
- yes
- versionName: 1.4.0
versionCode: 47
commit: 1.4.0
subdir: app
gradle:
- yes
- versionName: 1.4.1
versionCode: 48
commit: 1.4.1
subdir: app
gradle:
- yes
- versionName: 1.5.0
versionCode: 49
commit: 1.5.0
subdir: app
gradle:
- yes
- versionName: 1.5.2
versionCode: 51
commit: 1.5.2
subdir: app
gradle:
- yes
- versionName: 1.5.3
versionCode: 52
commit: 1.5.3
subdir: app
gradle:
- yes
- versionName: 1.6.0
versionCode: 53
commit: 1.6.0
subdir: app
gradle:
- yes
- versionName: 1.6.1
versionCode: 54
commit: 1.6.1
subdir: app
gradle:
- yes
- versionName: 1.7.0
versionCode: 55
commit: 1.7.0
subdir: app
gradle:
- yes
- versionName: 1.7.1
versionCode: 56
commit: 1.7.1
subdir: app
gradle:
- yes
- versionName: 1.7.2
versionCode: 57
commit: 1.7.2
subdir: app
gradle:
- yes
- versionName: 1.8.0
versionCode: 58
commit: 1.8.0
subdir: app
gradle:
- yes
- versionName: 1.8.1
versionCode: 59
commit: 1.8.1
subdir: app
gradle:
- yes
- versionName: 1.8.2
versionCode: 60
commit: 1.8.2
subdir: app
gradle:
- yes
- versionName: 1.10.0
versionCode: 62
commit: 1.10.0
subdir: app
gradle:
- yes
- versionName: 1.10.1
versionCode: 63
commit: 1.10.1
subdir: app
gradle:
- yes
- versionName: 1.10.2
versionCode: 64
commit: 1.10.2
subdir: app
gradle:
- yes
- versionName: 1.11.0
versionCode: 65
commit: 1.11.0
subdir: app
gradle:
- yes
- versionName: 2.0.1
versionCode: 67
commit: 2.0.1
subdir: app
gradle:
- yes
- versionName: 2.0.7
versionCode: 72
commit: 2.0.7
subdir: app
gradle:
- yes
- versionName: 2.0.8
versionCode: 73
commit: 2.0.8
subdir: app
gradle:
- yes
- versionName: 2.1.0
versionCode: 74
commit: 2.1.0
subdir: app
gradle:
- yes
- versionName: 2.1.1
versionCode: 75
commit: 2.1.1
subdir: app
gradle:
- yes
- versionName: 2.1.2
versionCode: 76
commit: 2.1.2
subdir: app
gradle:
- yes
- versionName: 2.2.2
versionCode: 78
commit: 2.2.2
subdir: app
gradle:
- yes
- versionName: 2.2.3
versionCode: 79
commit: 2.2.3
subdir: app
gradle:
- yes
- versionName: 2.2.4
versionCode: 80
commit: 2.2.4
subdir: app
gradle:
- yes
- versionName: 2.3.1
versionCode: 82
commit: 2.3.1
subdir: app
gradle:
- yes
- versionName: 2.3.2
versionCode: 83
commit: 2.3.2
subdir: app
gradle:
- yes
- versionName: 2.3.3
versionCode: 84
commit: 2.3.3
subdir: app
gradle:
- yes
- versionName: 2.3.4
versionCode: 85
commit: 2.3.4
subdir: app
gradle:
- yes
- versionName: 2.3.5
versionCode: 86
commit: 2.3.5
subdir: app
gradle:
- yes
- versionName: 2.4.0
versionCode: 87
commit: 2.4.0
subdir: app
gradle:
- yes
- versionName: 2.5.0
versionCode: 88
commit: 2.5.0
subdir: app
gradle:
- yes
- versionName: 2.6.0
versionCode: 89
commit: 2.6.0
subdir: app
gradle:
- yes
- versionName: 2.7.0
versionCode: 90
commit: 2.7.0
subdir: app
gradle:
- yes
- versionName: 2.7.1
versionCode: 91
commit: 2.7.1
subdir: app
gradle:
- yes
- versionName: 2.7.2
versionCode: 92
commit: 2.7.2
subdir: app
gradle:
- yes
- versionName: 3.0.0
versionCode: 93
disable: Could not find com.android.tools.build:gradle:3.0.1
commit: 3.0.0
subdir: app
gradle:
- yes
- versionName: 3.1.1
versionCode: 96
disable: Could not find com.android.tools.build:gradle:3.0.1
commit: 3.1.1
subdir: app
gradle:
- yes
- versionName: 3.1.2
versionCode: 97
disable: Could not find com.android.tools.build:gradle:3.0.1
commit: 3.1.2
subdir: app
gradle:
- yes
- versionName: 3.1.3
versionCode: 98
commit: 3.1.3
subdir: app
gradle:
- yes
- versionName: 3.2.0
versionCode: 99
commit: 3.2.0
subdir: app
gradle:
- yes
prebuild: sed -i -e '/jcenter()/i google()' ../build.gradle
- versionName: 3.2.1
versionCode: 100
commit: 3.2.1
subdir: app
gradle:
- yes
prebuild: sed -i -e '/jcenter()/i google()' ../build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 3.2.1
CurrentVersionCode: 100

View file

@ -1,77 +0,0 @@
Categories:Internet
License:GPL-3.0-only
Web Site:
Source Code:https://gitorious.org/puma-droid/puma
Issue Tracker:
Auto Name:Puma
Summary:Client for the Pump.io network
Description:
A simple client for Pump.io, a stream server for distributed social networking
and microblogging. Register a [http://pump.io/tryit.html free account] at a
participating website and follow some [https://static.jpope.org/users.html
people], before using the app.
Status: Alpha. Not all the functions of the web UI are available, such as
following people or viewing profiles.
.
Repo Type:git
Repo:https://gitorious.org/puma-droid/puma.git
Build:0.6,6
commit=0.6
Build:0.7,7
commit=0.7
Build:0.8,8
commit=0.8
Build:0.9,9
commit=0.9
Build:0.10,10
commit=0.10
Build:0.11,11
commit=0.11
Build:0.12,12
commit=0.12
Build:0.13,13
commit=0.13
Build:0.14,14
commit=0.14
Build:0.15,15
commit=0.15
Build:0.16,16
commit=0.16
Build:0.17,17
commit=0.17
Build:0.18,18
commit=ab1fe68b3c6f939a3f53ab424399bbd3066e70c5
Maintainer Notes:
0.18 has not been tagged. Reset UCM to RepoManifest. Disable AUM due to missing
tags and included jar files! Replace them before re-enabling:
- android-support-v4.jar
- httpclient-4.2.1.jar
- httpcore-4.2.1.jar
- httpmime-4.2.1.jar
- markdown4j-2.2.jar
- signpost-commonshttp4-1.2.1.2.jar
- signpost-core-1.2.1.2.jar
.
Auto Update Mode:None
Update Check Mode:None
Current Version:0.18
Current Version Code:18

View file

@ -0,0 +1,87 @@
Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://gitorious.org/puma-droid/puma
AutoName: Puma
Summary: Client for the Pump.io network
Description: |-
A simple client for Pump.io, a stream server for distributed social networking
and microblogging. Register a [http://pump.io/tryit.html free account] at a
participating website and follow some [https://static.jpope.org/users.html
people], before using the app.
Status: Alpha. Not all the functions of the web UI are available, such as
following people or viewing profiles.
Builds:
- versionName: '0.6'
versionCode: 6
commit: '0.6'
- versionName: '0.7'
versionCode: 7
commit: '0.7'
- versionName: '0.8'
versionCode: 8
commit: '0.8'
- versionName: '0.9'
versionCode: 9
commit: '0.9'
- versionName: '0.10'
versionCode: 10
commit: '0.10'
- versionName: '0.11'
versionCode: 11
commit: '0.11'
- versionName: '0.12'
versionCode: 12
commit: '0.12'
- versionName: '0.13'
versionCode: 13
commit: '0.13'
- versionName: '0.14'
versionCode: 14
commit: '0.14'
- versionName: '0.15'
versionCode: 15
commit: '0.15'
- versionName: '0.16'
versionCode: 16
commit: '0.16'
- versionName: '0.17'
versionCode: 17
commit: '0.17'
- versionName: '0.18'
versionCode: 18
commit: ab1fe68b3c6f939a3f53ab424399bbd3066e70c5
MaintainerNotes: |-
0.18 has not been tagged. Reset UCM to RepoManifest. Disable AUM due to missing
tags and included jar files! Replace them before re-enabling:
- android-support-v4.jar
- httpclient-4.2.1.jar
- httpcore-4.2.1.jar
- httpmime-4.2.1.jar
- markdown4j-2.2.jar
- signpost-commonshttp4-1.2.1.2.jar
- signpost-core-1.2.1.2.jar
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '0.18'
CurrentVersionCode: 18
NoSourceSince: '0.18'

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,87 +0,0 @@
Categories:Internet
License:GPL-3.0-only
Web Site:https://mbach.github.io/LeMondeRssReader/
Source Code:https://github.com/MBach/LeMondeRssReader
Issue Tracker:https://github.com/MBach/LeMondeRssReader/issues
Changelog:https://github.com/MBach/LeMondeRssReader/releases
Bitcoin:39RBokXr4V9FPpuF7v1bM6PYcbgRRApp9W
Auto Name:LeMonde
Summary:Reads RSS feed from the website LeMonde.fr and fetch articles inside the App
Description:
This App for Android 4.0.3 Ice Cream Sandwich and later (Android P) features how
to read RSS stream from one website, and does some complex Web scraping. It
renders the items in the feed directly in native Android components, such as
TextView, ImageView.
This App was also built to be as fastest and simple as possible. Material design
guidelines were applied so you'll find:
* A navigation drawer with a header
* A SwipeRefresh layout to simply refresh the RSS feed
* A collapsing toolbar layout when you're consulting an article from the feed: expanded toolbar with header image is fading to simple toolbar
* Settings lets you customize the article you're currently reading, by excluding unnecessary content (like tweets), to leverage written content instead
* For Android 7.1 (API 25): dynamic App Shortcuts to quickly open the category that you're reading the most!
.
Repo Type:git
Repo:https://github.com/MBach/LeMondeRssReader.git
Build:1.8,8
commit=v1.8
subdir=app
gradle=yes
prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
Build:1.9,9
commit=v1.9
subdir=app
gradle=yes
prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
Build:1.10,10
commit=v1.10
subdir=app
gradle=yes
prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
Build:1.11,11
commit=v1.11
subdir=app
gradle=yes
prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
Build:1.12,12
commit=v1.12
subdir=app
gradle=yes
prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
Build:1.13,13
commit=v1.13
subdir=app
gradle=yes
prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
Build:1.14,14
commit=v1.14
subdir=app
gradle=yes
prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
Build:1.15,15
commit=v1.15
subdir=app
gradle=yes
prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
Build:1.16,16
commit=v1.16
subdir=app
gradle=yes
prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.16
Current Version Code:16

View file

@ -0,0 +1,116 @@
Categories:
- Internet
License: GPL-3.0-only
WebSite: https://mbach.github.io/LeMondeRssReader/
SourceCode: https://github.com/MBach/LeMondeRssReader
IssueTracker: https://github.com/MBach/LeMondeRssReader/issues
Changelog: https://github.com/MBach/LeMondeRssReader/releases
Bitcoin: 39RBokXr4V9FPpuF7v1bM6PYcbgRRApp9W
AutoName: LeMonde
Summary: Reads RSS feed from the website LeMonde.fr and fetch articles inside the
App
Description: |-
This App for Android 4.0.3 Ice Cream Sandwich and later (Android P) features how
to read RSS stream from one website, and does some complex Web scraping. It
renders the items in the feed directly in native Android components, such as
TextView, ImageView.
This App was also built to be as fastest and simple as possible. Material design
guidelines were applied so you'll find:
* A navigation drawer with a header
* A SwipeRefresh layout to simply refresh the RSS feed
* A collapsing toolbar layout when you're consulting an article from the feed: expanded toolbar with header image is fading to simple toolbar
* Settings lets you customize the article you're currently reading, by excluding unnecessary content (like tweets), to leverage written content instead
* For Android 7.1 (API 25): dynamic App Shortcuts to quickly open the category that you're reading the most!
RepoType: git
Repo: https://github.com/MBach/LeMondeRssReader.git
Builds:
- versionName: '1.8'
versionCode: 8
commit: v1.8
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
../build.gradle
- versionName: '1.9'
versionCode: 9
commit: v1.9
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
../build.gradle
- versionName: '1.10'
versionCode: 10
commit: v1.10
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
../build.gradle
- versionName: '1.11'
versionCode: 11
commit: v1.11
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
../build.gradle
- versionName: '1.12'
versionCode: 12
commit: v1.12
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
../build.gradle
- versionName: '1.13'
versionCode: 13
commit: v1.13
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
../build.gradle
- versionName: '1.14'
versionCode: 14
commit: v1.14
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
../build.gradle
- versionName: '1.15'
versionCode: 15
commit: v1.15
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
../build.gradle
- versionName: '1.16'
versionCode: 16
commit: v1.16
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
../build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.16'
CurrentVersionCode: 16

View file

@ -1,37 +0,0 @@
Categories:Reading
License:Apache-2.0
Web Site:
Source Code:https://github.com/ianmcxa/vortaro
Issue Tracker:https://github.com/ianmcxa/vortaro/issues
Auto Name:Senreta Vortaro
Summary:Simple, offline English-Esperanto dictionary
Description:
Senreta Vortaro (Offline Dictionary) is an English-Esperanto dictionary app
inspired by the web page [http://www.tujavortaro.net/ Tuja Vortaro]. It is
designed to be easy to use for beginners.
.
Repo Type:git
Repo:https://github.com/ianmcxa/vortaro
Build:0.1,1
commit=0.1
subdir=app
gradle=yes
Build:0.2,2
commit=0.2
subdir=app
gradle=yes
Build:0.3,3
disable=Could not find com.android.tools.build:gradle:3.0.1
commit=0.3
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.3
Current Version Code:3

View file

@ -0,0 +1,44 @@
Categories:
- Reading
License: Apache-2.0
SourceCode: https://github.com/ianmcxa/vortaro
IssueTracker: https://github.com/ianmcxa/vortaro/issues
Changelog: https://github.com/zoenb/vortaro/releases
AutoName: Senreta Vortaro
Summary: Simple, offline English-Esperanto dictionary
Description: |-
Senreta Vortaro (Offline Dictionary) is an English-Esperanto dictionary app
inspired by the web page [http://www.tujavortaro.net/ Tuja Vortaro]. It is
designed to be easy to use for beginners.
RepoType: git
Repo: https://github.com/ianmcxa/vortaro
Builds:
- versionName: '0.1'
versionCode: 1
commit: '0.1'
subdir: app
gradle:
- yes
- versionName: '0.2'
versionCode: 2
commit: '0.2'
subdir: app
gradle:
- yes
- versionName: '0.3'
versionCode: 3
disable: Could not find com.android.tools.build:gradle:3.0.1
commit: '0.3'
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '0.3'
CurrentVersionCode: 3

View file

@ -1,29 +0,0 @@
Categories:Time,System,Connectivity
License:GPL-3.0-only
Web Site:https://mbach.github.io/AutoAirplaneMode/
Source Code:https://github.com/MBach/AutoAirplaneMode
Issue Tracker:https://github.com/MBach/AutoAirplaneMode/issues
Changelog:https://github.com/MBach/AutoAirplaneMode/releases
Bitcoin:39RBokXr4V9FPpuF7v1bM6PYcbgRRApp9W
Auto Name:Auto Airplane Mode
Summary:Schedule airplane mode based on your settings
Description:
Schedule airplane mode based on your settings, e.g. by date/time. Root access is
required to write secure system settings!
.
Requires Root:yes
Repo Type:git
Repo:https://github.com/MBach/AutoAirplaneMode
Build:1.0,1
commit=v1.0
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.0
Current Version Code:1

View file

@ -0,0 +1,34 @@
Categories:
- Time
- System
- Connectivity
License: GPL-3.0-only
WebSite: https://mbach.github.io/AutoAirplaneMode/
SourceCode: https://github.com/MBach/AutoAirplaneMode
IssueTracker: https://github.com/MBach/AutoAirplaneMode/issues
Changelog: https://github.com/MBach/AutoAirplaneMode/releases
Bitcoin: 39RBokXr4V9FPpuF7v1bM6PYcbgRRApp9W
AutoName: Auto Airplane Mode
Summary: Schedule airplane mode based on your settings
Description: |-
Schedule airplane mode based on your settings, e.g. by date/time. Root access is
required to write secure system settings!
RequiresRoot: 'yes'
RepoType: git
Repo: https://github.com/MBach/AutoAirplaneMode
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.0'
CurrentVersionCode: 1

View file

@ -1,74 +0,0 @@
AntiFeatures:Tracking,NonFreeNet
Categories:Navigation
License:Apache-2.0
Web Site:
Source Code:https://github.com/microg/AppleWifiNlpBackend
Issue Tracker:https://github.com/microg/AppleWifiNlpBackend/issues
Changelog:https://github.com/microg/AppleWifiNlpBackend/releases
Auto Name:Apple UnifiedNlp Backend
Summary:UnifiedNlp location provider (Apple WiFi)
Description:
[[com.google.android.gms]] backend that uses Apple's service to resolve WiFi
locations.
Location calculation is done onboard and wifi locations are cached to minimize
data usage.
.
Repo Type:git
Repo:https://github.com/microg/AppleWifiNlpBackend.git
Build:1.0.0,1000
commit=v1.0.0
srclibs=1:UnifiedNlpApi@v1.0.0,wire-runtime@wire-1.2.0,MapsAPI@v0.5
prebuild=cp -a $$wire-runtime$$/src/main/java/* $$MapsAPI$$/src/* src/
target=android-19
Build:1.0.1,1010
commit=v1.0.1
srclibs=1:UnifiedNlpApi@v1.0.0,wire-runtime@wire-1.2.0,MapsAPI@v0.5
prebuild=cp -a $$wire-runtime$$/src/main/java/* $$MapsAPI$$/src/* src/
target=android-19
Build:1.0.3,1030
commit=v1.0.3
submodules=yes
gradle=NoMaps
prebuild=sed -e '/Google API/ d;/sourceSets.*exclude/ s/src\///' -i build.gradle
Build:1.1.0,1100
commit=v1.1.0
submodules=yes
gradle=yes
Build:1.1.1,10101
commit=v1.1.1
submodules=yes
gradle=yes
Build:1.2.0,10200
commit=v1.2.0
submodules=yes
gradle=yes
Build:1.2.1,20037
disable=weird version output
commit=v1.2.1
submodules=yes
gradle=yes
Build:1.2.2,20038
commit=v1.2.2
submodules=yes
gradle=yes
Build:1.2.3,20043
commit=v1.2.3
submodules=yes
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.2.3
Current Version Code:20043

View file

@ -0,0 +1,98 @@
AntiFeatures:
- Tracking
- NonFreeNet
Categories:
- Navigation
License: Apache-2.0
SourceCode: https://github.com/microg/AppleWifiNlpBackend
IssueTracker: https://github.com/microg/AppleWifiNlpBackend/issues
Changelog: https://github.com/microg/AppleWifiNlpBackend/releases
AutoName: Apple UnifiedNlp Backend
Summary: UnifiedNlp location provider (Apple WiFi)
Description: |-
[[com.google.android.gms]] backend that uses Apple's service to resolve WiFi
locations.
Location calculation is done onboard and wifi locations are cached to minimize
data usage.
RepoType: git
Repo: https://github.com/microg/AppleWifiNlpBackend.git
Builds:
- versionName: 1.0.0
versionCode: 1000
commit: v1.0.0
srclibs:
- 1:UnifiedNlpApi@v1.0.0
- wire-runtime@wire-1.2.0
- MapsAPI@v0.5
prebuild: cp -a $$wire-runtime$$/src/main/java/* $$MapsAPI$$/src/* src/
target: android-19
- versionName: 1.0.1
versionCode: 1010
commit: v1.0.1
srclibs:
- 1:UnifiedNlpApi@v1.0.0
- wire-runtime@wire-1.2.0
- MapsAPI@v0.5
prebuild: cp -a $$wire-runtime$$/src/main/java/* $$MapsAPI$$/src/* src/
target: android-19
- versionName: 1.0.3
versionCode: 1030
commit: v1.0.3
submodules: true
gradle:
- NoMaps
prebuild: sed -e '/Google API/ d;/sourceSets.*exclude/ s/src\///' -i build.gradle
- versionName: 1.1.0
versionCode: 1100
commit: v1.1.0
submodules: true
gradle:
- yes
- versionName: 1.1.1
versionCode: 10101
commit: v1.1.1
submodules: true
gradle:
- yes
- versionName: 1.2.0
versionCode: 10200
commit: v1.2.0
submodules: true
gradle:
- yes
- versionName: 1.2.1
versionCode: 20037
disable: weird version output
commit: v1.2.1
submodules: true
gradle:
- yes
- versionName: 1.2.2
versionCode: 20038
commit: v1.2.2
submodules: true
gradle:
- yes
- versionName: 1.2.3
versionCode: 20043
commit: v1.2.3
submodules: true
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.2.3
CurrentVersionCode: 20043

View file

@ -1,68 +0,0 @@
Categories:Navigation
License:Apache-2.0
Web Site:
Source Code:https://github.com/microg/IchnaeaNlpBackend
Issue Tracker:https://github.com/microg/IchnaeaNlpBackend/issues
Changelog:https://github.com/microg/IchnaeaNlpBackend/releases
Name:MozillaNlpBackend
Auto Name:Mozilla UnifiedNlp Backend
Summary:UnifiedNlp location provider (Mozilla)
Description:
[[com.google.android.gms]] backend that uses
[https://location.services.mozilla.com/ Mozilla Location Services].
Location calculation is done online and therefor requires internet connection.
.
Repo Type:git
Repo:https://github.com/microg/IchnaeaNlpBackend
Build:0.9.0,900
commit=v0.9.0
submodules=yes
gradle=yes
Build:0.10.0,1000
commit=v0.10.0
submodules=yes
gradle=yes
Build:0.10.1,1001
commit=v0.10.1
submodules=yes
gradle=yes
Build:1.0.0,10000
commit=v1.0.0
gradle=yes
Build:1.1.0,10100
commit=v1.1.0
gradle=yes
Build:1.2.0,10200
commit=v1.2.0
gradle=yes
Build:v1.3.1,20017
disable=bad release?
commit=v1.3.1
gradle=yes
Build:1.3.2,20018
commit=v1.3.2
gradle=yes
Build:1.3.3,20026
commit=v1.3.3
gradle=yes
Build:1.4.0,20033
commit=v1.4.0
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.4.0
Current Version Code:20033

View file

@ -0,0 +1,88 @@
Categories:
- Navigation
License: Apache-2.0
SourceCode: https://github.com/microg/IchnaeaNlpBackend
IssueTracker: https://github.com/microg/IchnaeaNlpBackend/issues
Changelog: https://github.com/microg/IchnaeaNlpBackend/releases
Name: MozillaNlpBackend
AutoName: Mozilla UnifiedNlp Backend
Summary: UnifiedNlp location provider (Mozilla)
Description: |-
[[com.google.android.gms]] backend that uses
[https://location.services.mozilla.com/ Mozilla Location Services].
Location calculation is done online and therefor requires internet connection.
RepoType: git
Repo: https://github.com/microg/IchnaeaNlpBackend
Builds:
- versionName: 0.9.0
versionCode: 900
commit: v0.9.0
submodules: true
gradle:
- yes
- versionName: 0.10.0
versionCode: 1000
commit: v0.10.0
submodules: true
gradle:
- yes
- versionName: 0.10.1
versionCode: 1001
commit: v0.10.1
submodules: true
gradle:
- yes
- versionName: 1.0.0
versionCode: 10000
commit: v1.0.0
gradle:
- yes
- versionName: 1.1.0
versionCode: 10100
commit: v1.1.0
gradle:
- yes
- versionName: 1.2.0
versionCode: 10200
commit: v1.2.0
gradle:
- yes
- versionName: v1.3.1
versionCode: 20017
disable: bad release?
commit: v1.3.1
gradle:
- yes
- versionName: 1.3.2
versionCode: 20018
commit: v1.3.2
gradle:
- yes
- versionName: 1.3.3
versionCode: 20026
commit: v1.3.3
gradle:
- yes
- versionName: 1.4.0
versionCode: 20033
commit: v1.4.0
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.4.0
CurrentVersionCode: 20033

View file

@ -1,52 +0,0 @@
Categories:Navigation
License:Apache-2.0
Web Site:https://github.com/microg/android_packages_apps_UnifiedNlp
Source Code:https://github.com/microg/NominatimGeocoderBackend
Issue Tracker:https://github.com/microg/NominatimGeocoderBackend/issues
Changelog:https://github.com/microg/NominatimGeocoderBackend/releases
Name:NominatimNlpBackend
Auto Name:Nominatim Geocoder Backend
Summary:UnifiedNlp geocoding provider (MapQuest Nominatim)
Description:
[[com.google.android.gms]] backend that uses MapQuest's Nominatim service (based
on OpenStreetMap) for geocoding.
.
Repo Type:git
Repo:https://github.com/microg/NominatimGeocoderBackend
Build:1.0.0,1000
commit=v1.0
srclibs=1:UnifiedNlpApi@v1.1.2
target=android-21
Build:1.1.0,1100
commit=v1.1.0
submodules=yes
gradle=yes
Build:1.1.1,10101
commit=v1.1.1
submodules=yes
gradle=yes
Build:1.2.0,20038
commit=v1.2.0
submodules=yes
gradle=yes
Build:1.2.1,20039
commit=v1.2.1
submodules=yes
gradle=yes
Build:1.2.2,20042
commit=v1.2.2
submodules=yes
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.2.2
Current Version Code:20042

View file

@ -0,0 +1,65 @@
Categories:
- Navigation
License: Apache-2.0
WebSite: https://github.com/microg/android_packages_apps_UnifiedNlp
SourceCode: https://github.com/microg/NominatimGeocoderBackend
IssueTracker: https://github.com/microg/NominatimGeocoderBackend/issues
Changelog: https://github.com/microg/NominatimGeocoderBackend/releases
Name: NominatimNlpBackend
AutoName: Nominatim Geocoder Backend
Summary: UnifiedNlp geocoding provider (MapQuest Nominatim)
Description: |-
[[com.google.android.gms]] backend that uses MapQuest's Nominatim service (based
on OpenStreetMap) for geocoding.
RepoType: git
Repo: https://github.com/microg/NominatimGeocoderBackend
Builds:
- versionName: 1.0.0
versionCode: 1000
commit: v1.0
srclibs:
- 1:UnifiedNlpApi@v1.1.2
target: android-21
- versionName: 1.1.0
versionCode: 1100
commit: v1.1.0
submodules: true
gradle:
- yes
- versionName: 1.1.1
versionCode: 10101
commit: v1.1.1
submodules: true
gradle:
- yes
- versionName: 1.2.0
versionCode: 20038
commit: v1.2.0
submodules: true
gradle:
- yes
- versionName: 1.2.1
versionCode: 20039
commit: v1.2.1
submodules: true
gradle:
- yes
- versionName: 1.2.2
versionCode: 20042
commit: v1.2.2
submodules: true
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.2.2
CurrentVersionCode: 20042

View file

@ -1,108 +0,0 @@
Categories:Navigation
License:Apache-2.0
Web Site:https://github.com/microg
Source Code:https://github.com/microg/android_packages_apps_UnifiedNlp
Issue Tracker:https://github.com/microg/android_packages_apps_UnifiedNlp/issues
Changelog:https://github.com/microg/android_packages_apps_UnifiedNlp/releases
Name:UnifiedNlp (GAPPS)
Auto Name:microG UnifiedNlp
Summary:Location provider middleware (UnifiedNlp)
Description:
Most modern ROMs come with support for non-Google geolocation providers. On
these systems UnifiedNlp can be installed as a user app to replace the network
location provider. It acts as a middleware for various plugins aka backends, it
does not provide any location lookup itself. For further information please
refer to the [[com.google.android.gms]] package and the
[https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md
README].
To be able to use this package, you will either need the
[https://repo.xposed.info/module/de.r3w6.xposedunifiednlp XposedUnifiedNlp
module], or your custom ROM must have org.microg.nlp added to the list of
network location services, otherwise [[com.google.android.gms]] would be more
suitable for you (provided that you do not have GAPPS installed on your system).
After installing you have to reboot your device, install a backend service and
activate/configure it in the app settings. After this you can use UnifiedNlp by
activating network-based geolocation from Settings -> Location: You need to
select any mode but "device only".
.
Repo Type:git
Repo:https://github.com/microg/android_packages_apps_UnifiedNlp/
Build:1.2.2,1202
commit=v1.2.2
submodules=yes
gradle=UnifiedNlp
Build:1.3.0,1300
commit=v1.3.0
submodules=yes
gradle=UnifiedNlp
Build:1.3.1,10301
commit=4ee1acc7385bc592506ac632d7a87c08372e345e
submodules=yes
gradle=UnifiedNlp
Build:1.4.0,10400
commit=v1.4.0
subdir=unifiednlp-app
submodules=yes
gradle=UnifiedNlp
prebuild=pushd .. && \
find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \
popd
Build:v1.6.2-dirty,20142
commit=v1.6.2
subdir=unifiednlp-app
submodules=yes
gradle=UnifiedNlp
prebuild=pushd .. && \
find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \
popd
Build:1.6.5,20160
commit=v1.6.5
subdir=unifiednlp-app
submodules=yes
gradle=UnifiedNlp
prebuild=pushd .. && \
find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \
popd
Build:1.6.6,20161
commit=v1.6.6
subdir=unifiednlp-app
submodules=yes
gradle=UnifiedNlp
prebuild=pushd .. && \
find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \
popd
Build:1.6.7,20170
commit=v1.6.7
subdir=unifiednlp-app
submodules=yes
gradle=UnifiedNlp
prebuild=pushd .. && \
find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \
popd
Build:1.6.8,20187
commit=v1.6.8
subdir=unifiednlp-app
submodules=yes
gradle=UnifiedNlp
prebuild=pushd .. && \
find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \
popd
Auto Update Mode:Version v%v
Update Check Mode:Tags
Update Check Name:org.microg.nlp.app
Current Version:1.6.8
Current Version Code:20187

133
metadata/org.microg.nlp.yml Normal file
View file

@ -0,0 +1,133 @@
Categories:
- Navigation
License: Apache-2.0
WebSite: https://github.com/microg
SourceCode: https://github.com/microg/android_packages_apps_UnifiedNlp
IssueTracker: https://github.com/microg/android_packages_apps_UnifiedNlp/issues
Changelog: https://github.com/microg/android_packages_apps_UnifiedNlp/releases
Name: UnifiedNlp (GAPPS)
AutoName: microG UnifiedNlp
Summary: Location provider middleware (UnifiedNlp)
Description: |-
Most modern ROMs come with support for non-Google geolocation providers. On
these systems UnifiedNlp can be installed as a user app to replace the network
location provider. It acts as a middleware for various plugins aka backends, it
does not provide any location lookup itself. For further information please
refer to the [[com.google.android.gms]] package and the
[https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md
README].
To be able to use this package, you will either need the
[https://repo.xposed.info/module/de.r3w6.xposedunifiednlp XposedUnifiedNlp
module], or your custom ROM must have org.microg.nlp added to the list of
network location services, otherwise [[com.google.android.gms]] would be more
suitable for you (provided that you do not have GAPPS installed on your system).
After installing you have to reboot your device, install a backend service and
activate/configure it in the app settings. After this you can use UnifiedNlp by
activating network-based geolocation from Settings -> Location: You need to
select any mode but "device only".
RepoType: git
Repo: https://github.com/microg/android_packages_apps_UnifiedNlp/
Builds:
- versionName: 1.2.2
versionCode: 1202
commit: v1.2.2
submodules: true
gradle:
- UnifiedNlp
- versionName: 1.3.0
versionCode: 1300
commit: v1.3.0
submodules: true
gradle:
- UnifiedNlp
- versionName: 1.3.1
versionCode: 10301
commit: 4ee1acc7385bc592506ac632d7a87c08372e345e
submodules: true
gradle:
- UnifiedNlp
- versionName: 1.4.0
versionCode: 10400
commit: v1.4.0
subdir: unifiednlp-app
submodules: true
gradle:
- UnifiedNlp
prebuild:
- pushd ..
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
- popd
- versionName: v1.6.2-dirty
versionCode: 20142
commit: v1.6.2
subdir: unifiednlp-app
submodules: true
gradle:
- UnifiedNlp
prebuild:
- pushd ..
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
- popd
- versionName: 1.6.5
versionCode: 20160
commit: v1.6.5
subdir: unifiednlp-app
submodules: true
gradle:
- UnifiedNlp
prebuild:
- pushd ..
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
- popd
- versionName: 1.6.6
versionCode: 20161
commit: v1.6.6
subdir: unifiednlp-app
submodules: true
gradle:
- UnifiedNlp
prebuild:
- pushd ..
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
- popd
- versionName: 1.6.7
versionCode: 20170
commit: v1.6.7
subdir: unifiednlp-app
submodules: true
gradle:
- UnifiedNlp
prebuild:
- pushd ..
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
- popd
- versionName: 1.6.8
versionCode: 20187
commit: v1.6.8
subdir: unifiednlp-app
submodules: true
gradle:
- UnifiedNlp
prebuild:
- pushd ..
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
- popd
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
UpdateCheckName: org.microg.nlp.app
CurrentVersion: 1.6.8
CurrentVersionCode: 20187

View file

@ -1,33 +0,0 @@
Categories:Games
License:GPL-3.0-or-later
Web Site:http://opensudoku.moire.org/
Source Code:https://github.com/ogarcia/opensudoku
Issue Tracker:https://github.com/ogarcia/opensudoku/issues
Auto Name:Open Sudoku
Summary:Sudoku game
Description:
Open Sudoku is a simple open source sudoku game. It's designed to be controlled
both by finger and keyboard. It's preloaded with 90 puzzles in 3 difficulty
levels, more puzzles can be downloaded from the web and it also allows you to
enter your own puzzles.
Additional puzzles are available on the following websites:
* [https://opensudoku.moire.org/ Project homepage]
* [https://code.google.com/archive/p/opensudoku-android/wikis/Puzzles.wiki Original project]
* [https://opensudoku.p43.eu/ Other collection of puzzles]
.
Repo Type:git
Repo:https://github.com/ogarcia/opensudoku.git
Build:2.5.2,20180507
commit=2.5.2
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:2.5.2
Current Version Code:20180507

View file

@ -0,0 +1,36 @@
Categories:
- Games
License: GPL-3.0-or-later
WebSite: http://opensudoku.moire.org/
SourceCode: https://github.com/ogarcia/opensudoku
IssueTracker: https://github.com/ogarcia/opensudoku/issues
AutoName: Open Sudoku
Summary: Sudoku game
Description: |-
Open Sudoku is a simple open source sudoku game. It's designed to be controlled
both by finger and keyboard. It's preloaded with 90 puzzles in 3 difficulty
levels, more puzzles can be downloaded from the web and it also allows you to
enter your own puzzles.
Additional puzzles are available on the following websites:
* [https://opensudoku.moire.org/ Project homepage]
* [https://code.google.com/archive/p/opensudoku-android/wikis/Puzzles.wiki Original project]
* [https://opensudoku.p43.eu/ Other collection of puzzles]
RepoType: git
Repo: https://github.com/ogarcia/opensudoku.git
Builds:
- versionName: 2.5.2
versionCode: 20180507
commit: 2.5.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.5.2
CurrentVersionCode: 20180507

View file

@ -1,82 +0,0 @@
Categories:Multimedia,Internet
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ultrasonic/ultrasonic
Issue Tracker:https://github.com/ultrasonic/ultrasonic/issues
Changelog:https://github.com/ultrasonic/ultrasonic/releases
Auto Name:UltraSonic
Summary:A music streaming client for Subsonic servers
Description:
Ultrasonic is a Subsonic client for Android. You can use Ultrasonic to connect
to a Subsonic (or Subsonic-compatible) server and listen to music.
Main features:
* Thin
* Fast
* Dark and light theme
* Multiple server support
* Offline mode
* Bookmarks
* Playlists on server
* Random play
* Jukebox mode
* Server chat
* And much more!!!
.
Repo Type:git
Repo:https://github.com/ultrasonic/ultrasonic.git
Build:1.8,58
commit=1.8
subdir=ultrasonic
gradle=yes
Build:2.0.0,59
commit=2.0.0
subdir=ultrasonic
gradle=yes
Build:2.1.0,60
commit=2.1.0
subdir=ultrasonic
gradle=yes
Build:2.2.0,61
disable=Offline mode does not work
commit=2.2.0
subdir=ultrasonic
gradle=yes
Build:2.2.1,62
disable=Offline mode does not work
commit=2.2.1
subdir=ultrasonic
gradle=yes
Build:2.2.2,63
commit=2.2.2
subdir=ultrasonic
gradle=yes
Build:2.5.0,68
commit=2.5.0
subdir=ultrasonic
gradle=yes
Build:2.6.0,69
commit=2.6.0
subdir=ultrasonic
gradle=yes
Build:2.6.1,70
commit=2.6.1
subdir=ultrasonic
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:2.6.1
Current Version Code:70

View file

@ -0,0 +1,102 @@
Categories:
- Multimedia
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/ultrasonic/ultrasonic
IssueTracker: https://github.com/ultrasonic/ultrasonic/issues
Translation: https://www.transifex.com/ultrasonic/ultrasonic/
Changelog: https://github.com/ultrasonic/ultrasonic/releases
AutoName: UltraSonic
Summary: A music streaming client for Subsonic servers
Description: |-
Ultrasonic is a Subsonic client for Android. You can use Ultrasonic to connect
to a Subsonic (or Subsonic-compatible) server and listen to music.
Main features:
* Thin
* Fast
* Dark and light theme
* Multiple server support
* Offline mode
* Bookmarks
* Playlists on server
* Random play
* Jukebox mode
* Server chat
* And much more!!!
RepoType: git
Repo: https://github.com/ultrasonic/ultrasonic.git
Builds:
- versionName: '1.8'
versionCode: 58
commit: '1.8'
subdir: ultrasonic
gradle:
- yes
- versionName: 2.0.0
versionCode: 59
commit: 2.0.0
subdir: ultrasonic
gradle:
- yes
- versionName: 2.1.0
versionCode: 60
commit: 2.1.0
subdir: ultrasonic
gradle:
- yes
- versionName: 2.2.0
versionCode: 61
disable: Offline mode does not work
commit: 2.2.0
subdir: ultrasonic
gradle:
- yes
- versionName: 2.2.1
versionCode: 62
disable: Offline mode does not work
commit: 2.2.1
subdir: ultrasonic
gradle:
- yes
- versionName: 2.2.2
versionCode: 63
commit: 2.2.2
subdir: ultrasonic
gradle:
- yes
- versionName: 2.5.0
versionCode: 68
commit: 2.5.0
subdir: ultrasonic
gradle:
- yes
- versionName: 2.6.0
versionCode: 69
commit: 2.6.0
subdir: ultrasonic
gradle:
- yes
- versionName: 2.6.1
versionCode: 70
commit: 2.6.1
subdir: ultrasonic
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.6.1
CurrentVersionCode: 70