MetadataYAMLification (continued)
This commit is contained in:
parent
811fa6e3b0
commit
8d89b37f60
|
@ -1,32 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/moparisthebest/AppBak
|
|
||||||
Issue Tracker:https://github.com/moparisthebest/AppBak/issues
|
|
||||||
|
|
||||||
Auto Name:AppBak
|
|
||||||
Summary:Back up list of installed apps
|
|
||||||
Description:
|
|
||||||
Simple way to back up a list of installed applications to a file on your SD
|
|
||||||
card. The option to restore individual apps from this list is limited to other
|
|
||||||
app stores that are installed on the phone that can accept market intents. It is
|
|
||||||
not a good idea to restore apps already in the F-droid repo using this method.
|
|
||||||
In most cases F-droid apps will have a different signature requiring you to
|
|
||||||
uninstall the app when switching between sources.
|
|
||||||
|
|
||||||
There is an option in F-droid to cache downloaded apks to local storage, so if
|
|
||||||
you are looking to restore apps after a wipe try keeping that enabled. The apps
|
|
||||||
can then be restored using a file manager like [[org.openintents.filemanager]].
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/moparisthebest/AppBak.git
|
|
||||||
|
|
||||||
Build:1.0,2
|
|
||||||
commit=v1.0
|
|
||||||
target=android-7
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:2
|
|
33
metadata/org.moparisthebest.appbak.yml
Normal file
33
metadata/org.moparisthebest.appbak.yml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/moparisthebest/AppBak
|
||||||
|
IssueTracker: https://github.com/moparisthebest/AppBak/issues
|
||||||
|
|
||||||
|
AutoName: AppBak
|
||||||
|
Summary: Back up list of installed apps
|
||||||
|
Description: |-
|
||||||
|
Simple way to back up a list of installed applications to a file on your SD
|
||||||
|
card. The option to restore individual apps from this list is limited to other
|
||||||
|
app stores that are installed on the phone that can accept market intents. It is
|
||||||
|
not a good idea to restore apps already in the F-droid repo using this method.
|
||||||
|
In most cases F-droid apps will have a different signature requiring you to
|
||||||
|
uninstall the app when switching between sources.
|
||||||
|
|
||||||
|
There is an option in F-droid to cache downloaded apks to local storage, so if
|
||||||
|
you are looking to restore apps after a wipe try keeping that enabled. The apps
|
||||||
|
can then be restored using a file manager like [[org.openintents.filemanager]].
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/moparisthebest/AppBak.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 2
|
||||||
|
commit: v1.0
|
||||||
|
target: android-7
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 2
|
|
@ -1,37 +0,0 @@
|
||||||
Categories:Money
|
|
||||||
License:AGPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/moparisthebest/PagePlusBalance
|
|
||||||
Issue Tracker:https://github.com/moparisthebest/PagePlusBalance/issues
|
|
||||||
Changelog:https://github.com/moparisthebest/PagePlusBalance#changelog
|
|
||||||
|
|
||||||
Auto Name:Page Plus Balance
|
|
||||||
Summary:Retrieve your balance from PagePlusCellular
|
|
||||||
Description:
|
|
||||||
Gets your balance directly from PagePlusCellular.com, saving bandwidth by making
|
|
||||||
fewer requests than a browser could and not downloading any javascript, css, or
|
|
||||||
images that a browser would.
|
|
||||||
|
|
||||||
Optionally, over mobile data, will send your details to a service on my server
|
|
||||||
that uses the same code to grab your balance from Page Plus as the android app
|
|
||||||
and sending you back only the data you want as plain text, saving you a
|
|
||||||
substantial amount of bandwidth.
|
|
||||||
|
|
||||||
Now supports getting your balance by automatically sending a text of BAL to
|
|
||||||
7243, and parsing the response.
|
|
||||||
|
|
||||||
Stores your balance on your phone along with the last time you refreshed it.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/moparisthebest/PagePlusBalance.git
|
|
||||||
|
|
||||||
Build:0.5.2,8
|
|
||||||
commit=v0.5
|
|
||||||
subdir=android
|
|
||||||
maven=yes@..
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.5.2
|
|
||||||
Current Version Code:8
|
|
38
metadata/org.moparisthebest.pageplus.yml
Normal file
38
metadata/org.moparisthebest.pageplus.yml
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
Categories:
|
||||||
|
- Money
|
||||||
|
License: AGPL-3.0-only
|
||||||
|
SourceCode: https://github.com/moparisthebest/PagePlusBalance
|
||||||
|
IssueTracker: https://github.com/moparisthebest/PagePlusBalance/issues
|
||||||
|
Changelog: https://github.com/moparisthebest/PagePlusBalance#changelog
|
||||||
|
|
||||||
|
AutoName: Page Plus Balance
|
||||||
|
Summary: Retrieve your balance from PagePlusCellular
|
||||||
|
Description: |-
|
||||||
|
Gets your balance directly from PagePlusCellular.com, saving bandwidth by making
|
||||||
|
fewer requests than a browser could and not downloading any javascript, css, or
|
||||||
|
images that a browser would.
|
||||||
|
|
||||||
|
Optionally, over mobile data, will send your details to a service on my server
|
||||||
|
that uses the same code to grab your balance from Page Plus as the android app
|
||||||
|
and sending you back only the data you want as plain text, saving you a
|
||||||
|
substantial amount of bandwidth.
|
||||||
|
|
||||||
|
Now supports getting your balance by automatically sending a text of BAL to
|
||||||
|
7243, and parsing the response.
|
||||||
|
|
||||||
|
Stores your balance on your phone along with the last time you refreshed it.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/moparisthebest/PagePlusBalance.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.5.2
|
||||||
|
versionCode: 8
|
||||||
|
commit: v0.5
|
||||||
|
subdir: android
|
||||||
|
maven: yes@..
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 0.5.2
|
||||||
|
CurrentVersionCode: 8
|
|
@ -1,40 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:http://mustard.macno.org
|
|
||||||
Source Code:https://gitorious.org/~macno/mustard/macnos-clone
|
|
||||||
Issue Tracker:https://bugs.launchpad.net/mustardroid
|
|
||||||
Donate:http://mustard.macno.org/donate
|
|
||||||
FlattrID:7104
|
|
||||||
|
|
||||||
Auto Name:Mustard
|
|
||||||
Summary:Microblogging via StatusNet
|
|
||||||
Description:
|
|
||||||
'''The versions here don't work with Twitter or identi.ca any more'''. They only
|
|
||||||
work with GNU Social (formerly StatusNet). You may like to try
|
|
||||||
[[org.mariotaku.twidere]] or [[org.andstatus.app]], for Twitter; or
|
|
||||||
[[org.macno.puma]] for identi.ca.
|
|
||||||
|
|
||||||
Mustard is a full-featured client for [http://status.net Statusnet] / GNU
|
|
||||||
Social, a microblogging platform somewhat like Twitter, but decentralized. Note
|
|
||||||
that the hitherto largest Statusnet site, [http://identi.ca identi.ca], now uses
|
|
||||||
a different platform called [http://pump.io pump.io].
|
|
||||||
|
|
||||||
It has many features like attachments, geolocation and avatar update. It
|
|
||||||
supports tags, groups and public timelines, favor/disfavor notices,
|
|
||||||
subscribe/unsubscribe users and multiple accounts.
|
|
||||||
|
|
||||||
If the server uses OAuth the credentials will need to be put on a server as
|
|
||||||
explained on the website.
|
|
||||||
.
|
|
||||||
|
|
||||||
Build:0.4.1,150
|
|
||||||
commit=315d7ef
|
|
||||||
prebuild=sed -i '3d;6d' res/values/keys-example.xml && \
|
|
||||||
mv res/values/keys-example.xml res/values/keys.xml
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:0.4.1
|
|
||||||
Current Version Code:150
|
|
||||||
|
|
||||||
No Source Since:0.4.2
|
|
43
metadata/org.mustard.android.yml
Normal file
43
metadata/org.mustard.android.yml
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: http://mustard.macno.org
|
||||||
|
SourceCode: https://gitorious.org/~macno/mustard/macnos-clone
|
||||||
|
IssueTracker: https://bugs.launchpad.net/mustardroid
|
||||||
|
Donate: http://mustard.macno.org/donate
|
||||||
|
FlattrID: '7104'
|
||||||
|
|
||||||
|
AutoName: Mustard
|
||||||
|
Summary: Microblogging via StatusNet
|
||||||
|
Description: |-
|
||||||
|
'''The versions here don't work with Twitter or identi.ca any more'''. They only
|
||||||
|
work with GNU Social (formerly StatusNet). You may like to try
|
||||||
|
[[org.mariotaku.twidere]] or [[org.andstatus.app]], for Twitter; or
|
||||||
|
[[org.macno.puma]] for identi.ca.
|
||||||
|
|
||||||
|
Mustard is a full-featured client for [http://status.net Statusnet] / GNU
|
||||||
|
Social, a microblogging platform somewhat like Twitter, but decentralized. Note
|
||||||
|
that the hitherto largest Statusnet site, [http://identi.ca identi.ca], now uses
|
||||||
|
a different platform called [http://pump.io pump.io].
|
||||||
|
|
||||||
|
It has many features like attachments, geolocation and avatar update. It
|
||||||
|
supports tags, groups and public timelines, favor/disfavor notices,
|
||||||
|
subscribe/unsubscribe users and multiple accounts.
|
||||||
|
|
||||||
|
If the server uses OAuth the credentials will need to be put on a server as
|
||||||
|
explained on the website.
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.4.1
|
||||||
|
versionCode: 150
|
||||||
|
commit: 315d7ef
|
||||||
|
prebuild:
|
||||||
|
- sed -i '3d;6d' res/values/keys-example.xml
|
||||||
|
- mv res/values/keys-example.xml res/values/keys.xml
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: 0.4.1
|
||||||
|
CurrentVersionCode: 150
|
||||||
|
|
||||||
|
NoSourceSince: 0.4.2
|
|
@ -1,633 +0,0 @@
|
||||||
Categories:Navigation
|
|
||||||
License:GPL-2.0-only
|
|
||||||
Web Site:http://www.navit-project.org
|
|
||||||
Source Code:https://github.com/navit-gps/navit
|
|
||||||
Issue Tracker:http://trac.navit-project.org
|
|
||||||
Changelog:https://github.com/navit-gps/navit/blob/HEAD/CHANGELOG.md#changelog
|
|
||||||
|
|
||||||
Auto Name:Navit
|
|
||||||
Summary:Car navigation system
|
|
||||||
Description:
|
|
||||||
Its modular design is capable of using vector maps of various formats for
|
|
||||||
routing and rendering of the displayed map. It's even possible to use multiple
|
|
||||||
maps at a time. While Navit supports all major platforms, there is a fork
|
|
||||||
specializing on an easy-to-use, Android-only solution:
|
|
||||||
[[com.zoffcc.applications.zanavi]].
|
|
||||||
|
|
||||||
The routing engine not only calculates an optimal route to your destination, but
|
|
||||||
also generates directions and even speaks to you.
|
|
||||||
|
|
||||||
Navit currently speaks 27 languages. You can help translating via the web-based
|
|
||||||
[http://translations.launchpad.net/navit/trunk/+pots/navit translation page].
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/navit-gps/navit
|
|
||||||
|
|
||||||
Build:5650,5650
|
|
||||||
commit=5650
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
ln -s android-build/navit/android/* .
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:5720,5720
|
|
||||||
commit=5720
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
ln -s android-build/navit/android/* .
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:5827,5827
|
|
||||||
commit=5827
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
ln -s android-build/navit/android/* .
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:5830,5830
|
|
||||||
commit=5830
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
ln -s android-build/navit/android/* .
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:5889,5889
|
|
||||||
commit=5889
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
ln -s android-build/navit/android/* .
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6010,6010
|
|
||||||
commit=6010
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6012,6012
|
|
||||||
commit=6012
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6017,6017
|
|
||||||
commit=6017
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6042,6042
|
|
||||||
commit=6042
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6045,6045
|
|
||||||
commit=6045
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6056,6056
|
|
||||||
commit=6056
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6066,6066
|
|
||||||
commit=6066
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6068,6068
|
|
||||||
commit=6068
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6069,6069
|
|
||||||
commit=6069
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml && \
|
|
||||||
sed -i -e 's/viena mylia/%d mylia/g' navit/po/lt.po.in
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6077,6077
|
|
||||||
commit=6077
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6080,6080
|
|
||||||
commit=6080
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6084,6084
|
|
||||||
commit=6084
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6085,6085
|
|
||||||
commit=6085
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6087,6087
|
|
||||||
commit=6087
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6088,6088
|
|
||||||
commit=6088
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6089,6089
|
|
||||||
commit=6089
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6090,6090
|
|
||||||
commit=6090
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6093,6093
|
|
||||||
commit=6093
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6095,6095
|
|
||||||
commit=6095
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6118,6118
|
|
||||||
disable=build fail
|
|
||||||
commit=6118
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true ../navit && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6255,6255
|
|
||||||
commit=7b8158e05d05ea9cc4b03e72eee73ca5bddba763
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/android/libs/acra-4.3.0b2.jar
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain/arm-eabi.cmake -DSAMPLE_MAP=n -DDISABLE_QT=true .. -DANDROID_API_VERSION=19 && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties android-build/navit/android/CMakeLists.txt && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package -e -X && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6327,6327
|
|
||||||
commit=3ce0f5b4410d98c2f08e7288dcb1c209e3cecdf9
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/android/libs/acra-4.3.0b2.jar,navit/support/espeak/espeak-data/*
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain/arm-eabi.cmake -DSAMPLE_MAP=n -DDISABLE_QT=true .. -DANDROID_API_VERSION=19 && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties android-build/navit/android/CMakeLists.txt && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package -e -X && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:6382,6382
|
|
||||||
commit=83b07f8b4d9de9ae8bf693b6e51e5810b58098df
|
|
||||||
srclibs=ACRA@acra-4.3.1
|
|
||||||
rm=navit/android/libs/acra-4.3.0b2.jar,navit/support/espeak/espeak-data/*
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
|
||||||
update=no
|
|
||||||
build=export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin && \
|
|
||||||
rm build.xml && \
|
|
||||||
mkdir android-build && \
|
|
||||||
cd android-build/ && \
|
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain/arm-eabi.cmake -DSAMPLE_MAP=n -DDISABLE_QT=true .. -DANDROID_API_VERSION=19 && \
|
|
||||||
make && \
|
|
||||||
make android_resources && \
|
|
||||||
cd .. && \
|
|
||||||
rm android-build/navit/android/local.properties android-build/navit/android/CMakeLists.txt && \
|
|
||||||
ln -s android-build/navit/android/* . && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package -e -X && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
|
||||||
novcheck=yes
|
|
||||||
|
|
||||||
Build:v0.5.3-458-g962206c,1901260718
|
|
||||||
disable=not a release version but new build recipe for future versions
|
|
||||||
commit=962206c07db90761e34fcd72a48c525939b7e8d9
|
|
||||||
sudo=apt-get update || apt-get update && \
|
|
||||||
apt-get install -y libprotobuf-c-dev protobuf-c-compiler
|
|
||||||
gradle=yes
|
|
||||||
output=navit/android/build/outputs/apk/release/android-release-unsigned.apk
|
|
||||||
rm=navit/support/espeak/espeak-data/*
|
|
||||||
prebuild=echo '<project name="Navit"><target name="clean"/></project>' > build.xml && \
|
|
||||||
$$SDK$$/tools/bin/sdkmanager "cmake;3.6.4111459" && \
|
|
||||||
sed -i -e '/gradlew/d' scripts/build_android.sh
|
|
||||||
build=scripts/build_android.sh
|
|
||||||
ndk=r12b
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Found JAR file at navit/android/libs/TTS_library_stub.jar, removed as of v0.5.3-442-g96d9c41.
|
|
||||||
NDK r12b is the minimum required as of v0.5.3, later versions may work but are untested.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:HTTP
|
|
||||||
Update Check Data:https://download.navit-project.org/api/version.json|"version_code":.*"(.*)"|.|"version_name":.*\"(.*)\",
|
|
||||||
Current Version:v0.5.3
|
|
||||||
Current Version Code:1808310314
|
|
800
metadata/org.navitproject.navit.yml
Normal file
800
metadata/org.navitproject.navit.yml
Normal file
|
@ -0,0 +1,800 @@
|
||||||
|
Categories:
|
||||||
|
- Navigation
|
||||||
|
License: GPL-2.0-only
|
||||||
|
WebSite: https://www.navit-project.org/
|
||||||
|
SourceCode: https://github.com/navit-gps/navit
|
||||||
|
IssueTracker: http://trac.navit-project.org
|
||||||
|
Translation: https://translations.launchpad.net/navit/trunk/+pots/navit
|
||||||
|
Changelog: https://github.com/navit-gps/navit/blob/HEAD/CHANGELOG.md#changelog
|
||||||
|
|
||||||
|
AutoName: Navit
|
||||||
|
Summary: Car navigation system
|
||||||
|
Description: |-
|
||||||
|
Its modular design is capable of using vector maps of various formats for
|
||||||
|
routing and rendering of the displayed map. It’s even possible to use multiple
|
||||||
|
maps at a time. While Navit supports all major platforms, there is a fork
|
||||||
|
specializing on an easy-to-use, Android-only solution:
|
||||||
|
[[com.zoffcc.applications.zanavi]].
|
||||||
|
|
||||||
|
The routing engine not only calculates an optimal route to your destination, but
|
||||||
|
also generates directions and even speaks to you.
|
||||||
|
|
||||||
|
Navit currently speaks 27 languages. You can help translating via the web-based
|
||||||
|
[http://translations.launchpad.net/navit/trunk/+pots/navit translation page].
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/navit-gps/navit
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '5650'
|
||||||
|
versionCode: 5650
|
||||||
|
commit: '5650'
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '5720'
|
||||||
|
versionCode: 5720
|
||||||
|
commit: '5720'
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '5827'
|
||||||
|
versionCode: 5827
|
||||||
|
commit: '5827'
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '5830'
|
||||||
|
versionCode: 5830
|
||||||
|
commit: '5830'
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '5889'
|
||||||
|
versionCode: 5889
|
||||||
|
commit: '5889'
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6010'
|
||||||
|
versionCode: 6010
|
||||||
|
commit: '6010'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6012'
|
||||||
|
versionCode: 6012
|
||||||
|
commit: '6012'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6017'
|
||||||
|
versionCode: 6017
|
||||||
|
commit: '6017'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6042'
|
||||||
|
versionCode: 6042
|
||||||
|
commit: '6042'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6045'
|
||||||
|
versionCode: 6045
|
||||||
|
commit: '6045'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6056'
|
||||||
|
versionCode: 6056
|
||||||
|
commit: '6056'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6066'
|
||||||
|
versionCode: 6066
|
||||||
|
commit: '6066'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6068'
|
||||||
|
versionCode: 6068
|
||||||
|
commit: '6068'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6069'
|
||||||
|
versionCode: 6069
|
||||||
|
commit: '6069'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild:
|
||||||
|
- echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
- sed -i -e 's/viena mylia/%d mylia/g' navit/po/lt.po.in
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6077'
|
||||||
|
versionCode: 6077
|
||||||
|
commit: '6077'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6080'
|
||||||
|
versionCode: 6080
|
||||||
|
commit: '6080'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6084'
|
||||||
|
versionCode: 6084
|
||||||
|
commit: '6084'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6085'
|
||||||
|
versionCode: 6085
|
||||||
|
commit: '6085'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6087'
|
||||||
|
versionCode: 6087
|
||||||
|
commit: '6087'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6088'
|
||||||
|
versionCode: 6088
|
||||||
|
commit: '6088'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6089'
|
||||||
|
versionCode: 6089
|
||||||
|
commit: '6089'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6090'
|
||||||
|
versionCode: 6090
|
||||||
|
commit: '6090'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6093'
|
||||||
|
versionCode: 6093
|
||||||
|
commit: '6093'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6095'
|
||||||
|
versionCode: 6095
|
||||||
|
commit: '6095'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6118'
|
||||||
|
versionCode: 6118
|
||||||
|
disable: build fail
|
||||||
|
commit: '6118'
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DDISABLE_QT=true
|
||||||
|
../navit
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6255'
|
||||||
|
versionCode: 6255
|
||||||
|
commit: 7b8158e05d05ea9cc4b03e72eee73ca5bddba763
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain/arm-eabi.cmake -DSAMPLE_MAP=n -DDISABLE_QT=true
|
||||||
|
.. -DANDROID_API_VERSION=19
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties android-build/navit/android/CMakeLists.txt
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package -e -X
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6327'
|
||||||
|
versionCode: 6327
|
||||||
|
commit: 3ce0f5b4410d98c2f08e7288dcb1c209e3cecdf9
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
- navit/support/espeak/espeak-data/*
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain/arm-eabi.cmake -DSAMPLE_MAP=n -DDISABLE_QT=true
|
||||||
|
.. -DANDROID_API_VERSION=19
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties android-build/navit/android/CMakeLists.txt
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package -e -X
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: '6382'
|
||||||
|
versionCode: 6382
|
||||||
|
commit: 83b07f8b4d9de9ae8bf693b6e51e5810b58098df
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.3.1
|
||||||
|
rm:
|
||||||
|
- navit/android/libs/acra-4.3.0b2.jar
|
||||||
|
- navit/support/espeak/espeak-data/*
|
||||||
|
prebuild: echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
androidupdate:
|
||||||
|
- no
|
||||||
|
build:
|
||||||
|
- export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin
|
||||||
|
- rm build.xml
|
||||||
|
- mkdir android-build
|
||||||
|
- cd android-build/
|
||||||
|
- cmake -DCMAKE_TOOLCHAIN_FILE=../Toolchain/arm-eabi.cmake -DSAMPLE_MAP=n -DDISABLE_QT=true
|
||||||
|
.. -DANDROID_API_VERSION=19
|
||||||
|
- make
|
||||||
|
- make android_resources
|
||||||
|
- cd ..
|
||||||
|
- rm android-build/navit/android/local.properties android-build/navit/android/CMakeLists.txt
|
||||||
|
- ln -s android-build/navit/android/* .
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package -e -X
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.3.1.jar libs/
|
||||||
|
novcheck: true
|
||||||
|
|
||||||
|
- versionName: v0.5.3-458-g962206c
|
||||||
|
versionCode: 1901260718
|
||||||
|
disable: not a release version but new build recipe for future versions
|
||||||
|
commit: 962206c07db90761e34fcd72a48c525939b7e8d9
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y libprotobuf-c-dev protobuf-c-compiler
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
output: navit/android/build/outputs/apk/release/android-release-unsigned.apk
|
||||||
|
rm:
|
||||||
|
- navit/support/espeak/espeak-data/*
|
||||||
|
prebuild:
|
||||||
|
- echo '<project name="Navit"><target name="clean"/></project>' > build.xml
|
||||||
|
- $$SDK$$/tools/bin/sdkmanager "cmake;3.6.4111459"
|
||||||
|
- sed -i -e '/gradlew/d' scripts/build_android.sh
|
||||||
|
build: scripts/build_android.sh
|
||||||
|
ndk: r12b
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
Found JAR file at navit/android/libs/TTS_library_stub.jar, removed as of v0.5.3-442-g96d9c41.
|
||||||
|
NDK r12b is the minimum required as of v0.5.3, later versions may work but are untested.
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: HTTP
|
||||||
|
UpdateCheckData: https://download.navit-project.org/api/version.json|"version_code":.*"(.*)"|.|"version_name":.*\"(.*)\",
|
||||||
|
CurrentVersion: v0.5.3
|
||||||
|
CurrentVersionCode: 1808310314
|
|
@ -1,50 +0,0 @@
|
||||||
Categories:Reading,System
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/paride/CopperPDF
|
|
||||||
Issue Tracker:https://github.com/paride/CopperPDF/issues
|
|
||||||
|
|
||||||
Auto Name:CuprumPDF
|
|
||||||
Summary:View PDF files
|
|
||||||
Description:
|
|
||||||
View PDF files via [https://mozilla.github.io/pdf.js/ pdf.js] embedded into a
|
|
||||||
WebView.
|
|
||||||
|
|
||||||
Fork of CopperheadOS PdfViewer made before the license was changed from Apache
|
|
||||||
2.0 to Creative Commons Attribution-NonCommercial-ShareAlike, which is not a
|
|
||||||
Free/Libre Software license.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/paride/CopperPDF
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=v1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.1,2
|
|
||||||
commit=v1.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.2,3
|
|
||||||
commit=v1.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.2.1,4
|
|
||||||
commit=v1.2.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.0,5
|
|
||||||
disable=Could not find com.android.tools.build:gradle:3.0.1
|
|
||||||
commit=v1.3.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.3.0
|
|
||||||
Current Version Code:5
|
|
63
metadata/org.ninthfloor.copperpdf.yml
Normal file
63
metadata/org.ninthfloor.copperpdf.yml
Normal file
|
@ -0,0 +1,63 @@
|
||||||
|
Categories:
|
||||||
|
- Reading
|
||||||
|
- System
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/paride/CopperPDF
|
||||||
|
IssueTracker: https://github.com/paride/CopperPDF/issues
|
||||||
|
|
||||||
|
AutoName: CuprumPDF
|
||||||
|
Summary: View PDF files
|
||||||
|
Description: |-
|
||||||
|
'''NOTE:''' This app is no longer actively maintained.
|
||||||
|
|
||||||
|
View PDF files via [https://mozilla.github.io/pdf.js/ pdf.js] embedded into a
|
||||||
|
WebView.
|
||||||
|
|
||||||
|
Fork of CopperheadOS PdfViewer made before the license was changed from Apache
|
||||||
|
2.0 to Creative Commons Attribution-NonCommercial-ShareAlike, which is not a
|
||||||
|
Free/Libre Software license.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/paride/CopperPDF
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 2
|
||||||
|
commit: v1.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 3
|
||||||
|
commit: v1.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.2.1
|
||||||
|
versionCode: 4
|
||||||
|
commit: v1.2.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.0
|
||||||
|
versionCode: 5
|
||||||
|
disable: Could not find com.android.tools.build:gradle:3.0.1
|
||||||
|
commit: v1.3.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.3.0
|
||||||
|
CurrentVersionCode: 5
|
|
@ -1,75 +0,0 @@
|
||||||
AntiFeatures:NonFreeNet
|
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://notabug.org/nvb/MovieDB
|
|
||||||
Issue Tracker:https://notabug.org/nvb/MovieDB/issues
|
|
||||||
Changelog:https://notabug.org/nvb/MovieDB/releases
|
|
||||||
|
|
||||||
Auto Name:Movie DB
|
|
||||||
Summary:Search through movies and series and save them in a local offline database
|
|
||||||
Description:
|
|
||||||
Movie DB allows you to search through movies and series and save them in a local
|
|
||||||
database. In the local database you can keep track of the shows (= movies and
|
|
||||||
series) in multiple ways, like giving it a status (plan to watch, watched,
|
|
||||||
dropped, etc.), rating the show, keeping track of episodes and adding the dates
|
|
||||||
when you started and finished watching the show.
|
|
||||||
|
|
||||||
Furthermore, it is possible to view what shows are popular now or which ones
|
|
||||||
have the best rating. Searching and filtering (on genres or dates for example)
|
|
||||||
is also possible. Information about the shows include cast, crew and similar
|
|
||||||
shows. Last but not least, it is also possible to see what actors (or crew
|
|
||||||
members) are popular right now and searching for an actor in order to see in
|
|
||||||
what shows the actor has played or has been part of the crew.
|
|
||||||
|
|
||||||
The shows are requested from [https://themoviedb.org]. The database itself is
|
|
||||||
local, however show data is also requested from [https://themoviedb.org].
|
|
||||||
|
|
||||||
Non-free network services anti-feature is in place because the application is
|
|
||||||
more or less unusable without the tMDb API which is closed source (as stated
|
|
||||||
here: [https://www.themoviedb.org/faq]).
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://notabug.org/nvb/MovieDB.git
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=v1.0.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.1.0,110
|
|
||||||
commit=v1.1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
||||||
|
|
||||||
Build:1.2.0,120
|
|
||||||
commit=v1.2.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.9.0,190
|
|
||||||
commit=v1.9.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.0.0,200
|
|
||||||
commit=v2.0.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.1.0,210
|
|
||||||
commit=v2.1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.1.1,211
|
|
||||||
commit=v2.1.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:2.1.1
|
|
||||||
Current Version Code:211
|
|
70
metadata/org.notabug.lifeuser.moviedb.yml
Normal file
70
metadata/org.notabug.lifeuser.moviedb.yml
Normal file
|
@ -0,0 +1,70 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeNet
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://notabug.org/nvb/MovieDB
|
||||||
|
IssueTracker: https://notabug.org/nvb/MovieDB/issues
|
||||||
|
Changelog: https://notabug.org/nvb/MovieDB/releases
|
||||||
|
|
||||||
|
AutoName: Movie DB
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://notabug.org/nvb/MovieDB.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v1.0.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.1.0
|
||||||
|
versionCode: 110
|
||||||
|
commit: v1.1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
|
||||||
|
'ExtraTranslation' } }" >> build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.2.0
|
||||||
|
versionCode: 120
|
||||||
|
commit: v1.2.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.9.0
|
||||||
|
versionCode: 190
|
||||||
|
commit: v1.9.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.0.0
|
||||||
|
versionCode: 200
|
||||||
|
commit: v2.0.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.1.0
|
||||||
|
versionCode: 210
|
||||||
|
commit: v2.1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.1.1
|
||||||
|
versionCode: 211
|
||||||
|
commit: v2.1.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 2.1.1
|
||||||
|
CurrentVersionCode: 211
|
|
@ -1,84 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://www.schuermann.eu/android/
|
|
||||||
Source Code:https://github.com/free-software-for-android/NTPSync
|
|
||||||
Issue Tracker:https://github.com/free-software-for-android/NTPSync/issues
|
|
||||||
Changelog:https://github.com/Free-Software-for-Android/NTPSync/blob/HEAD/CHANGELOG
|
|
||||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=android%40schuermann.eu&lc=US&item_name=Android+Donation&no_note=0&no_shipping=1¤cy_code=EUR
|
|
||||||
Bitcoin:12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
|
|
||||||
|
|
||||||
Auto Name:NTPSync
|
|
||||||
Summary:Update the device clock
|
|
||||||
Description:
|
|
||||||
NTP (Network Time Protocol) client.
|
|
||||||
|
|
||||||
Requires root: No. To see the time you don't need root but to set the system
|
|
||||||
time root is needed.
|
|
||||||
|
|
||||||
'''NOTE:''' This app is no longer in active development.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/free-software-for-android/NTPSync.git
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=038ddd0d3e822c535339a2ef1ca513810ff15fd3
|
|
||||||
subdir=org_ntpsync
|
|
||||||
prebuild=$$SDK$$/tools/android update project -p ../org_donations
|
|
||||||
|
|
||||||
Build:1.1,2
|
|
||||||
commit=20bbfdd
|
|
||||||
subdir=org_ntpsync
|
|
||||||
prebuild=$$SDK$$/tools/android update project -p ../org_donations
|
|
||||||
|
|
||||||
Build:1.2,3
|
|
||||||
commit=831529b40c
|
|
||||||
subdir=org_ntpsync
|
|
||||||
prebuild=$$SDK$$/tools/android update project -p ../org_donations
|
|
||||||
|
|
||||||
Build:1.3,4
|
|
||||||
commit=ec05df6e39
|
|
||||||
subdir=NTPSync
|
|
||||||
init=cd android-libs && \
|
|
||||||
rm -f Donations/custom_rules.xml && \
|
|
||||||
git clone https://github.com/dschuermann/HtmlSpanner HS && \
|
|
||||||
svn co https://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_1 && \
|
|
||||||
rm -rf NET_3_1/src/test NET_3_1/src/main/java/examples && \
|
|
||||||
cd NET_3_1/src/main/java/org/apache/commons/net/ && \
|
|
||||||
rm -rf bsd chargen daytime discard echo finger ftp imap nntp pop3 smtp telnet tftp time whois
|
|
||||||
srclibs=RootCommands@349ef1335a
|
|
||||||
extlibs=htmlcleaner/htmlcleaner-2.2.jar
|
|
||||||
prebuild=rm -f libs/root-commands-1.2.jar libs/htmlspanner-0.2-fork.jar libs/commons-net-3.1-ntp-only.jar && \
|
|
||||||
cp -f libs/htmlcleaner-2.2.jar android-libs/HS/htmlspanner/libs/ && \
|
|
||||||
echo "android.library.reference.2=$$RootCommands$$" >> project.properties && \
|
|
||||||
echo "android.library.reference.3=android-libs/HS/htmlspanner" >> project.properties && \
|
|
||||||
find . -type f -print0 | xargs -0 sed -i 's/org.rootcommands/org.sufficientlysecure.rootcommands/g' && \
|
|
||||||
cp android-libs/Donations/ant-templates/other/DonationsConfig.java android-libs/Donations/src/org/donations/
|
|
||||||
update=.,android-libs/Donations,android-libs/HS/htmlspanner
|
|
||||||
build=mvn package -Dmaven.test.skip=true -f android-libs/NET_3_1/pom.xml && \
|
|
||||||
mv android-libs/NET_3_1/target/commons-net-3.1.jar libs/
|
|
||||||
|
|
||||||
Build:1.7,9
|
|
||||||
commit=v1.7
|
|
||||||
subdir=NTPSync
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.8,10
|
|
||||||
commit=v1.8
|
|
||||||
subdir=NTPSync
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.9,11
|
|
||||||
commit=v1.9
|
|
||||||
subdir=NTPSync
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.10,12
|
|
||||||
commit=v1.10
|
|
||||||
subdir=NTPSync
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.10
|
|
||||||
Current Version Code:12
|
|
106
metadata/org.ntpsync.yml
Normal file
106
metadata/org.ntpsync.yml
Normal file
|
@ -0,0 +1,106 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://www.schuermann.eu/android/
|
||||||
|
SourceCode: https://github.com/free-software-for-android/NTPSync
|
||||||
|
IssueTracker: https://github.com/free-software-for-android/NTPSync/issues
|
||||||
|
Changelog: https://github.com/Free-Software-for-Android/NTPSync/blob/HEAD/CHANGELOG
|
||||||
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=android%40schuermann.eu&lc=US&item_name=Android+Donation&no_note=0&no_shipping=1¤cy_code=EUR
|
||||||
|
Bitcoin: 12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
|
||||||
|
|
||||||
|
AutoName: NTPSync
|
||||||
|
Summary: Update the device clock
|
||||||
|
Description: |-
|
||||||
|
NTP (Network Time Protocol) client.
|
||||||
|
|
||||||
|
Requires root: No. To see the time you don't need root but to set the system
|
||||||
|
time root is needed.
|
||||||
|
|
||||||
|
'''NOTE:''' This app is no longer in active development.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/free-software-for-android/NTPSync.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: 038ddd0d3e822c535339a2ef1ca513810ff15fd3
|
||||||
|
subdir: org_ntpsync
|
||||||
|
prebuild: $$SDK$$/tools/android update project -p ../org_donations
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 2
|
||||||
|
commit: 20bbfdd
|
||||||
|
subdir: org_ntpsync
|
||||||
|
prebuild: $$SDK$$/tools/android update project -p ../org_donations
|
||||||
|
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 3
|
||||||
|
commit: 831529b40c
|
||||||
|
subdir: org_ntpsync
|
||||||
|
prebuild: $$SDK$$/tools/android update project -p ../org_donations
|
||||||
|
|
||||||
|
- versionName: '1.3'
|
||||||
|
versionCode: 4
|
||||||
|
commit: ec05df6e39
|
||||||
|
subdir: NTPSync
|
||||||
|
init:
|
||||||
|
- cd android-libs
|
||||||
|
- rm -f Donations/custom_rules.xml
|
||||||
|
- git clone https://github.com/dschuermann/HtmlSpanner HS
|
||||||
|
- svn co https://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_1
|
||||||
|
- rm -rf NET_3_1/src/test NET_3_1/src/main/java/examples
|
||||||
|
- cd NET_3_1/src/main/java/org/apache/commons/net/
|
||||||
|
- rm -rf bsd chargen daytime discard echo finger ftp imap nntp pop3 smtp telnet
|
||||||
|
tftp time whois
|
||||||
|
srclibs:
|
||||||
|
- RootCommands@349ef1335a
|
||||||
|
extlibs:
|
||||||
|
- htmlcleaner/htmlcleaner-2.2.jar
|
||||||
|
prebuild:
|
||||||
|
- rm -f libs/root-commands-1.2.jar libs/htmlspanner-0.2-fork.jar libs/commons-net-3.1-ntp-only.jar
|
||||||
|
- cp -f libs/htmlcleaner-2.2.jar android-libs/HS/htmlspanner/libs/
|
||||||
|
- echo "android.library.reference.2=$$RootCommands$$" >> project.properties
|
||||||
|
- echo "android.library.reference.3=android-libs/HS/htmlspanner" >> project.properties
|
||||||
|
- find . -type f -print0 | xargs -0 sed -i 's/org.rootcommands/org.sufficientlysecure.rootcommands/g'
|
||||||
|
- cp android-libs/Donations/ant-templates/other/DonationsConfig.java android-libs/Donations/src/org/donations/
|
||||||
|
androidupdate:
|
||||||
|
- .
|
||||||
|
- android-libs/Donations
|
||||||
|
- android-libs/HS/htmlspanner
|
||||||
|
build:
|
||||||
|
- mvn package -Dmaven.test.skip=true -f android-libs/NET_3_1/pom.xml
|
||||||
|
- mv android-libs/NET_3_1/target/commons-net-3.1.jar libs/
|
||||||
|
|
||||||
|
- versionName: '1.7'
|
||||||
|
versionCode: 9
|
||||||
|
commit: v1.7
|
||||||
|
subdir: NTPSync
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: '1.8'
|
||||||
|
versionCode: 10
|
||||||
|
commit: v1.8
|
||||||
|
subdir: NTPSync
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: '1.9'
|
||||||
|
versionCode: 11
|
||||||
|
commit: v1.9
|
||||||
|
subdir: NTPSync
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: '1.10'
|
||||||
|
versionCode: 12
|
||||||
|
commit: v1.10
|
||||||
|
subdir: NTPSync
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.10'
|
||||||
|
CurrentVersionCode: 12
|
|
@ -1,72 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://gitlab.com/nuntius35/wps
|
|
||||||
Issue Tracker:https://gitlab.com/nuntius35/wps/issues
|
|
||||||
Bitcoin:1LSs1BR4ktQcW8DrCjrSrWUvBD6h2rqNJm
|
|
||||||
|
|
||||||
Auto Name:Wrong PIN Shutdown
|
|
||||||
Summary:Shutdown device on wrong PIN
|
|
||||||
Description:
|
|
||||||
This simple app monitors the number of failed login attempts. If a certain
|
|
||||||
number of attempts is exceeded, the device is automatically shut down.
|
|
||||||
|
|
||||||
This app only works on a rooted device. You have to grant the app permanent
|
|
||||||
superuser privileges and register it as a device administrator. These steps are
|
|
||||||
automatically initiated on the first startup.
|
|
||||||
.
|
|
||||||
|
|
||||||
Requires Root:yes
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://gitlab.com/nuntius35/wps
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=v1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3,3
|
|
||||||
commit=v3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:4,4
|
|
||||||
commit=v4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:5,5
|
|
||||||
commit=v5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:6,6
|
|
||||||
commit=v6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:7,7
|
|
||||||
commit=v7
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:8,8
|
|
||||||
commit=v8
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:9,9
|
|
||||||
commit=v9
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:10,10
|
|
||||||
commit=v10
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%c
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:10
|
|
||||||
Current Version Code:10
|
|
82
metadata/org.nuntius35.wrongpinshutdown.yml
Normal file
82
metadata/org.nuntius35.wrongpinshutdown.yml
Normal file
|
@ -0,0 +1,82 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://gitlab.com/nuntius35/wps
|
||||||
|
IssueTracker: https://gitlab.com/nuntius35/wps/issues
|
||||||
|
Bitcoin: 1LSs1BR4ktQcW8DrCjrSrWUvBD6h2rqNJm
|
||||||
|
|
||||||
|
AutoName: Wrong PIN Shutdown
|
||||||
|
|
||||||
|
RequiresRoot: 'yes'
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/nuntius35/wps
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '3'
|
||||||
|
versionCode: 3
|
||||||
|
commit: v3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '4'
|
||||||
|
versionCode: 4
|
||||||
|
commit: v4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '5'
|
||||||
|
versionCode: 5
|
||||||
|
commit: v5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '6'
|
||||||
|
versionCode: 6
|
||||||
|
commit: v6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '7'
|
||||||
|
versionCode: 7
|
||||||
|
commit: v7
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '8'
|
||||||
|
versionCode: 8
|
||||||
|
commit: v8
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '9'
|
||||||
|
versionCode: 9
|
||||||
|
commit: v9
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '10'
|
||||||
|
versionCode: 10
|
||||||
|
commit: v10
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%c
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '10'
|
||||||
|
CurrentVersionCode: 10
|
|
@ -1,45 +0,0 @@
|
||||||
Categories:Sports & Health
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://nutritionfacts.org/open-source/
|
|
||||||
Source Code:https://github.com/nutritionfactsorg/daily-dozen-android
|
|
||||||
Issue Tracker:https://github.com/nutritionfactsorg/daily-dozen-android/issues
|
|
||||||
Changelog:https://github.com/nutritionfactsorg/daily-dozen-android/releases
|
|
||||||
Donate:https://nutritionfacts.org/donate/
|
|
||||||
Bitcoin:3GQUrb9sw36MoQeZNJ4g16CCNqgr3Va6bx
|
|
||||||
|
|
||||||
Auto Name:Daily Dozen
|
|
||||||
Summary:Keep track of the foods that Dr Greger recommends in his book How Not to Die
|
|
||||||
Description:
|
|
||||||
In the years of research required to create the more than a thousand
|
|
||||||
evidence-based videos on NutritionFacts.org, Michael Greger, MD, FACLM, has
|
|
||||||
arrived at a list of what he considers the most important foods to include in a
|
|
||||||
healthy daily diet.
|
|
||||||
|
|
||||||
Yes, greens are good for you, but how much should we try to eat each day? Dr.
|
|
||||||
Greger’s Daily Dozen details the healthiest foods and how many servings of each
|
|
||||||
we should try to check off every day. He explains his rationale in his book
|
|
||||||
[https://NutritionFacts.org/book How Not to Die]. All his proceeds from his
|
|
||||||
books, DVDs, and speaking engagements is all donated to charity.
|
|
||||||
|
|
||||||
NutritionFacts.org is a non-commercial, nonprofit, science-based public service
|
|
||||||
provided by Dr. Greger, providing free daily updates on the latest in nutrition
|
|
||||||
research via bite-sized videos. He has nearly a thousand videos on every aspect
|
|
||||||
of healthy eating, with new videos and articles uploaded every day. Like this
|
|
||||||
app, everything on the website is both free of ads and free of charge.
|
|
||||||
|
|
||||||
This app was developed thanks to the volunteer efforts of John Slavick.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/nutritionfactsorg/daily-dozen-android.git
|
|
||||||
|
|
||||||
Build:15.1,42
|
|
||||||
commit=v15.1
|
|
||||||
subdir=app
|
|
||||||
gradle=fdroid
|
|
||||||
prebuild=sed -i -e '/fabric/d' -e '/crashlytics/,+2d' ../build.gradle build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags ^v[0-9.]*$
|
|
||||||
Current Version:15.1
|
|
||||||
Current Version Code:42
|
|
49
metadata/org.nutritionfacts.dailydozen.yml
Normal file
49
metadata/org.nutritionfacts.dailydozen.yml
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
Categories:
|
||||||
|
- Sports & Health
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://nutritionfacts.org/open-source/
|
||||||
|
SourceCode: https://github.com/nutritionfactsorg/daily-dozen-android
|
||||||
|
IssueTracker: https://github.com/nutritionfactsorg/daily-dozen-android/issues
|
||||||
|
Changelog: https://github.com/nutritionfactsorg/daily-dozen-android/releases
|
||||||
|
Donate: https://nutritionfacts.org/donate/
|
||||||
|
Bitcoin: 3GQUrb9sw36MoQeZNJ4g16CCNqgr3Va6bx
|
||||||
|
|
||||||
|
AutoName: Daily Dozen
|
||||||
|
Summary: Keep track of the foods that Dr Greger recommends in his book How Not to
|
||||||
|
Die
|
||||||
|
Description: |-
|
||||||
|
In the years of research required to create the more than a thousand
|
||||||
|
evidence-based videos on NutritionFacts.org, Michael Greger, MD, FACLM, has
|
||||||
|
arrived at a list of what he considers the most important foods to include in a
|
||||||
|
healthy daily diet.
|
||||||
|
|
||||||
|
Yes, greens are good for you, but how much should we try to eat each day? Dr.
|
||||||
|
Greger’s Daily Dozen details the healthiest foods and how many servings of each
|
||||||
|
we should try to check off every day. He explains his rationale in his book
|
||||||
|
[https://NutritionFacts.org/book How Not to Die]. All his proceeds from his
|
||||||
|
books, DVDs, and speaking engagements is all donated to charity.
|
||||||
|
|
||||||
|
NutritionFacts.org is a non-commercial, nonprofit, science-based public service
|
||||||
|
provided by Dr. Greger, providing free daily updates on the latest in nutrition
|
||||||
|
research via bite-sized videos. He has nearly a thousand videos on every aspect
|
||||||
|
of healthy eating, with new videos and articles uploaded every day. Like this
|
||||||
|
app, everything on the website is both free of ads and free of charge.
|
||||||
|
|
||||||
|
This app was developed thanks to the volunteer efforts of John Slavick.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/nutritionfactsorg/daily-dozen-android.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '15.1'
|
||||||
|
versionCode: 42
|
||||||
|
commit: v15.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' ../build.gradle build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags ^v[0-9.]*$
|
||||||
|
CurrentVersion: '15.1'
|
||||||
|
CurrentVersionCode: 42
|
|
@ -1,73 +0,0 @@
|
||||||
Categories:Reading,Multimedia
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/nv95/OpenManga
|
|
||||||
Issue Tracker:https://github.com/nv95/OpenManga/issues
|
|
||||||
Changelog:https://github.com/nv95/OpenManga/releases
|
|
||||||
|
|
||||||
Auto Name:OpenManga
|
|
||||||
Summary:Read your favorit manga
|
|
||||||
Description:
|
|
||||||
Powerful manga reader with online catalogues.
|
|
||||||
|
|
||||||
Features:
|
|
||||||
|
|
||||||
* 13 online manga's catalogues with search
|
|
||||||
* Downloading manga to local storage
|
|
||||||
* Material design UI
|
|
||||||
* Customizable reader
|
|
||||||
* Favourites, bookmarks and history with remembering last viewed chapter and page
|
|
||||||
* Selecting sort order
|
|
||||||
* Filter by genre
|
|
||||||
* Notifications about new chapters
|
|
||||||
* Importing from CBZ files
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/nv95/OpenManga
|
|
||||||
|
|
||||||
Build:3.0,102
|
|
||||||
commit=v3.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.0.1,103
|
|
||||||
commit=v3.0.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.1 alpha,105
|
|
||||||
disable=wrong tag
|
|
||||||
commit=v3.1 alpha
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.1,108
|
|
||||||
commit=v3.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.2,1102
|
|
||||||
commit=v3.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:4.0,1111
|
|
||||||
commit=v4.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:4.2,1116
|
|
||||||
commit=v4.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:4.7.1,51331
|
|
||||||
commit=v4.7.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags ^v[0-9.]+$
|
|
||||||
Current Version:4.7.1
|
|
||||||
Current Version Code:51331
|
|
90
metadata/org.nv95.openmanga.yml
Normal file
90
metadata/org.nv95.openmanga.yml
Normal file
|
@ -0,0 +1,90 @@
|
||||||
|
Categories:
|
||||||
|
- Reading
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
SourceCode: https://github.com/nv95/OpenManga
|
||||||
|
IssueTracker: https://github.com/nv95/OpenManga/issues
|
||||||
|
Changelog: https://github.com/nv95/OpenManga/releases
|
||||||
|
|
||||||
|
AutoName: OpenManga
|
||||||
|
Summary: Read your favorit manga
|
||||||
|
Description: |-
|
||||||
|
Powerful manga reader with online catalogues.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* 13 online manga's catalogues with search
|
||||||
|
* Downloading manga to local storage
|
||||||
|
* Material design UI
|
||||||
|
* Customizable reader
|
||||||
|
* Favourites, bookmarks and history with remembering last viewed chapter and page
|
||||||
|
* Selecting sort order
|
||||||
|
* Filter by genre
|
||||||
|
* Notifications about new chapters
|
||||||
|
* Importing from CBZ files
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/nv95/OpenManga
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '3.0'
|
||||||
|
versionCode: 102
|
||||||
|
commit: v3.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.0.1
|
||||||
|
versionCode: 103
|
||||||
|
commit: v3.0.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.1 alpha
|
||||||
|
versionCode: 105
|
||||||
|
disable: wrong tag
|
||||||
|
commit: v3.1 alpha
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '3.1'
|
||||||
|
versionCode: 108
|
||||||
|
commit: v3.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '3.2'
|
||||||
|
versionCode: 1102
|
||||||
|
commit: v3.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '4.0'
|
||||||
|
versionCode: 1111
|
||||||
|
commit: v4.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '4.2'
|
||||||
|
versionCode: 1116
|
||||||
|
commit: v4.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 4.7.1
|
||||||
|
versionCode: 51331
|
||||||
|
commit: v4.7.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||||
|
CurrentVersion: 4.7.1
|
||||||
|
CurrentVersionCode: 51331
|
|
@ -1,73 +0,0 @@
|
||||||
Categories:Games
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/rnauber/pipepanic-android
|
|
||||||
Issue Tracker:https://github.com/rnauber/pipepanic-android/issues
|
|
||||||
|
|
||||||
Auto Name:PipePanic
|
|
||||||
Summary:A plumbers favorite game
|
|
||||||
Description:
|
|
||||||
PipePanic is about connecting pipes in a hurry before any water spills.
|
|
||||||
|
|
||||||
This is an android port of the
|
|
||||||
[http://www.users.waitrose.com/~thunor/jspp/index.html PipePanic] game made by
|
|
||||||
Thunor based on [https://github.com/rnauber/pipepanic-android.git 2048-android]
|
|
||||||
by Paul Sarbinowski. It gives you a launcher icon and allows offline play.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/rnauber/pipepanic-android.git
|
|
||||||
|
|
||||||
Build:0.5,5
|
|
||||||
disable=lint errors and makes build exit
|
|
||||||
commit=v0.5
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.6,6
|
|
||||||
commit=v0.6
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.7,7
|
|
||||||
commit=v0.7
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.9,9
|
|
||||||
commit=v0.9
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.10,10
|
|
||||||
commit=v0.10
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.11,11
|
|
||||||
commit=v0.11
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.12,12
|
|
||||||
commit=v0.12
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.13,13
|
|
||||||
commit=v0.13
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.14,14
|
|
||||||
commit=v0.14
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.15,15
|
|
||||||
commit=v0.15
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.17,17
|
|
||||||
commit=v0.17
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.18,18
|
|
||||||
commit=v0.18
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.18
|
|
||||||
Current Version Code:18
|
|
97
metadata/org.olgsoft.apipepanic.yml
Normal file
97
metadata/org.olgsoft.apipepanic.yml
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/rnauber/pipepanic-android
|
||||||
|
IssueTracker: https://github.com/rnauber/pipepanic-android/issues
|
||||||
|
|
||||||
|
AutoName: PipePanic
|
||||||
|
Summary: A plumbers favorite game
|
||||||
|
Description: |-
|
||||||
|
PipePanic is about connecting pipes in a hurry before any water spills.
|
||||||
|
|
||||||
|
This is an android port of the
|
||||||
|
[http://www.users.waitrose.com/~thunor/jspp/index.html PipePanic] game made by
|
||||||
|
Thunor based on [https://github.com/rnauber/pipepanic-android.git 2048-android]
|
||||||
|
by Paul Sarbinowski. It gives you a launcher icon and allows offline play.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/rnauber/pipepanic-android.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.5'
|
||||||
|
versionCode: 5
|
||||||
|
disable: lint errors and makes build exit
|
||||||
|
commit: v0.5
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.6'
|
||||||
|
versionCode: 6
|
||||||
|
commit: v0.6
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.7'
|
||||||
|
versionCode: 7
|
||||||
|
commit: v0.7
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.9'
|
||||||
|
versionCode: 9
|
||||||
|
commit: v0.9
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.10'
|
||||||
|
versionCode: 10
|
||||||
|
commit: v0.10
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.11'
|
||||||
|
versionCode: 11
|
||||||
|
commit: v0.11
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.12'
|
||||||
|
versionCode: 12
|
||||||
|
commit: v0.12
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.13'
|
||||||
|
versionCode: 13
|
||||||
|
commit: v0.13
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.14'
|
||||||
|
versionCode: 14
|
||||||
|
commit: v0.14
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.15'
|
||||||
|
versionCode: 15
|
||||||
|
commit: v0.15
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.17'
|
||||||
|
versionCode: 17
|
||||||
|
commit: v0.17
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.18'
|
||||||
|
versionCode: 18
|
||||||
|
commit: v0.18
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '0.18'
|
||||||
|
CurrentVersionCode: 18
|
|
@ -1,54 +0,0 @@
|
||||||
Categories:Science & Education
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://sugarizer.org
|
|
||||||
Source Code:https://github.com/llaske/Sugarizer
|
|
||||||
Issue Tracker:http://bugs.sugarlabs.org
|
|
||||||
Changelog:https://github.com/llaske/sugarizer/blob/HEAD/CHANGELOG.md
|
|
||||||
|
|
||||||
Auto Name:Sugarizer
|
|
||||||
Summary:Use Sugar learning platform
|
|
||||||
Description:
|
|
||||||
Developed for the "One Laptop Per Child" project, Sugar is a leading learning
|
|
||||||
platform used by nearly 3 million children around the world.
|
|
||||||
|
|
||||||
Sugarizer allow you to discover the Sugar Learning Platform from your smartphone
|
|
||||||
or tablet. It includes a bunch of educative activities coming from Sugar.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/llaske/sugarizer_android_build.git
|
|
||||||
|
|
||||||
Build:0.6.0,600
|
|
||||||
commit=v0.6
|
|
||||||
|
|
||||||
Build:0.7.0,700
|
|
||||||
commit=v0.7
|
|
||||||
|
|
||||||
Build:0.8.0,800
|
|
||||||
commit=v0.8
|
|
||||||
scandelete=cordova/node_modules/properties-parser/test/ReadProperties.class
|
|
||||||
|
|
||||||
Build:0.9.0,9000
|
|
||||||
commit=v0.9
|
|
||||||
gradle=yes
|
|
||||||
scandelete=cordova/node_modules/properties-parser/test/ReadProperties.class
|
|
||||||
|
|
||||||
Build:1.0.0,10000
|
|
||||||
commit=v1.0.0
|
|
||||||
gradle=yes
|
|
||||||
scandelete=cordova/node_modules/properties-parser/test/ReadProperties.class
|
|
||||||
|
|
||||||
Build:1.0.1,10001
|
|
||||||
commit=v1.0.1
|
|
||||||
gradle=yes
|
|
||||||
scandelete=cordova/node_modules/properties-parser/test/ReadProperties.class
|
|
||||||
|
|
||||||
Build:1.1.0,11000
|
|
||||||
commit=v1.1.0
|
|
||||||
gradle=yes
|
|
||||||
scandelete=cordova/node_modules/properties-parser/test/ReadProperties.class
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.1.0
|
|
||||||
Current Version Code:11000
|
|
72
metadata/org.olpc_france.sugarizer.yml
Normal file
72
metadata/org.olpc_france.sugarizer.yml
Normal file
|
@ -0,0 +1,72 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://sugarizer.org
|
||||||
|
SourceCode: https://github.com/llaske/Sugarizer
|
||||||
|
IssueTracker: http://bugs.sugarlabs.org
|
||||||
|
Translation: http://translate.sugarizer.org/
|
||||||
|
Changelog: https://github.com/llaske/sugarizer/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
|
AutoName: Sugarizer
|
||||||
|
Summary: Use Sugar learning platform
|
||||||
|
Description: |-
|
||||||
|
Developed for the "One Laptop Per Child" project, Sugar is a leading learning
|
||||||
|
platform used by nearly 3 million children around the world.
|
||||||
|
|
||||||
|
Sugarizer allow you to discover the Sugar Learning Platform from your smartphone
|
||||||
|
or tablet. It includes a bunch of educative activities coming from Sugar.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/llaske/sugarizer_android_build.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.6.0
|
||||||
|
versionCode: 600
|
||||||
|
commit: v0.6
|
||||||
|
|
||||||
|
- versionName: 0.7.0
|
||||||
|
versionCode: 700
|
||||||
|
commit: v0.7
|
||||||
|
|
||||||
|
- versionName: 0.8.0
|
||||||
|
versionCode: 800
|
||||||
|
commit: v0.8
|
||||||
|
scandelete:
|
||||||
|
- cordova/node_modules/properties-parser/test/ReadProperties.class
|
||||||
|
|
||||||
|
- versionName: 0.9.0
|
||||||
|
versionCode: 9000
|
||||||
|
commit: v0.9
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- cordova/node_modules/properties-parser/test/ReadProperties.class
|
||||||
|
|
||||||
|
- versionName: 1.0.0
|
||||||
|
versionCode: 10000
|
||||||
|
commit: v1.0.0
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- cordova/node_modules/properties-parser/test/ReadProperties.class
|
||||||
|
|
||||||
|
- versionName: 1.0.1
|
||||||
|
versionCode: 10001
|
||||||
|
commit: v1.0.1
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- cordova/node_modules/properties-parser/test/ReadProperties.class
|
||||||
|
|
||||||
|
- versionName: 1.1.0
|
||||||
|
versionCode: 11000
|
||||||
|
commit: v1.1.0
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- cordova/node_modules/properties-parser/test/ReadProperties.class
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.1.0
|
||||||
|
CurrentVersionCode: 11000
|
Loading…
Reference in a new issue