rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
This commit is contained in:
parent
aa85dffb92
commit
6dc775b236
|
|
@ -1,71 +0,0 @@
|
||||||
Categories:Security
|
|
||||||
License:GPL-2.0-or-later
|
|
||||||
Web Site:http://forum.xda-developers.com/android/apps-games/app-easy-token-source-securid-token-t2805507
|
|
||||||
Source Code:https://github.com/cernekee/EasyToken
|
|
||||||
Issue Tracker:https://github.com/cernekee/EasyToken/issues
|
|
||||||
|
|
||||||
Auto Name:Easy Token
|
|
||||||
Summary:RSA SecurID software token with widgets
|
|
||||||
Description:
|
|
||||||
Easy Token is an RSA SecurID compatible software authenticator with advanced
|
|
||||||
usability features:
|
|
||||||
|
|
||||||
* Convenient lock screen and home screen widgets provide instant tokencodes without navigating to an app.
|
|
||||||
* Optionally save your PIN.
|
|
||||||
* Supports SDTID files, importing 127.0.0.1/... tokens from email, and QR tokens.
|
|
||||||
|
|
||||||
Requirements:
|
|
||||||
|
|
||||||
* Android 4.1 (JB) or higher
|
|
||||||
* A token seed issued by your system administrator.
|
|
||||||
|
|
||||||
Sample token seeds are posted in the XDA thread.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/cernekee/EasyToken
|
|
||||||
|
|
||||||
Build:0.81,819
|
|
||||||
commit=v0.81
|
|
||||||
submodules=yes
|
|
||||||
srclibs=ACRA@acra-4.5.0
|
|
||||||
rm=libs/acra*
|
|
||||||
prebuild=make -C external sources && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:0.90,909
|
|
||||||
commit=v0.90
|
|
||||||
submodules=yes
|
|
||||||
srclibs=ACRA@acra-4.5.0
|
|
||||||
rm=libs/acra*
|
|
||||||
prebuild=make -C external sources && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:0.91,919
|
|
||||||
commit=v0.91
|
|
||||||
submodules=yes
|
|
||||||
srclibs=ACRA@acra-4.5.0
|
|
||||||
rm=libs/acra*
|
|
||||||
prebuild=make -C external sources && \
|
|
||||||
pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Uses a fetch script to download files. Check this on each release.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.91
|
|
||||||
Current Version Code:919
|
|
||||||
82
metadata/app.easytoken.yml
Normal file
82
metadata/app.easytoken.yml
Normal file
|
|
@ -0,0 +1,82 @@
|
||||||
|
Categories:
|
||||||
|
- Security
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
WebSite: http://forum.xda-developers.com/android/apps-games/app-easy-token-source-securid-token-t2805507
|
||||||
|
SourceCode: https://github.com/cernekee/EasyToken
|
||||||
|
IssueTracker: https://github.com/cernekee/EasyToken/issues
|
||||||
|
|
||||||
|
AutoName: Easy Token
|
||||||
|
Summary: RSA SecurID software token with widgets
|
||||||
|
Description: |-
|
||||||
|
Easy Token is an RSA SecurID compatible software authenticator with advanced
|
||||||
|
usability features:
|
||||||
|
|
||||||
|
* Convenient lock screen and home screen widgets provide instant tokencodes without navigating to an app.
|
||||||
|
* Optionally save your PIN.
|
||||||
|
* Supports SDTID files, importing 127.0.0.1/... tokens from email, and QR tokens.
|
||||||
|
|
||||||
|
Requirements:
|
||||||
|
|
||||||
|
* Android 4.1 (JB) or higher
|
||||||
|
* A token seed issued by your system administrator.
|
||||||
|
|
||||||
|
Sample token seeds are posted in the XDA thread.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/cernekee/EasyToken
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.81'
|
||||||
|
versionCode: 819
|
||||||
|
commit: v0.81
|
||||||
|
submodules: true
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.5.0
|
||||||
|
rm:
|
||||||
|
- libs/acra*
|
||||||
|
prebuild:
|
||||||
|
- make -C external sources
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: '0.90'
|
||||||
|
versionCode: 909
|
||||||
|
commit: v0.90
|
||||||
|
submodules: true
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.5.0
|
||||||
|
rm:
|
||||||
|
- libs/acra*
|
||||||
|
prebuild:
|
||||||
|
- make -C external sources
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: '0.91'
|
||||||
|
versionCode: 919
|
||||||
|
commit: v0.91
|
||||||
|
submodules: true
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.5.0
|
||||||
|
rm:
|
||||||
|
- libs/acra*
|
||||||
|
prebuild:
|
||||||
|
- make -C external sources
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
MaintainerNotes: Uses a fetch script to download files. Check this on each release.
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '0.91'
|
||||||
|
CurrentVersionCode: 919
|
||||||
|
|
@ -1,137 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:GPL-2.0-or-later
|
|
||||||
Web Site:http://forum.xda-developers.com/showthread.php?t=2616121
|
|
||||||
Source Code:https://github.com/cernekee/ics-openconnect
|
|
||||||
Issue Tracker:https://github.com/cernekee/ics-openconnect/issues
|
|
||||||
|
|
||||||
Auto Name:OpenConnect
|
|
||||||
Summary:SSL VPN client for Cisco AnyConnect
|
|
||||||
Description:
|
|
||||||
OpenConnect for Android is an SSL VPN client used with Cisco AnyConnect or
|
|
||||||
ocserv based gateways.
|
|
||||||
|
|
||||||
Features:
|
|
||||||
|
|
||||||
* One-click connection (batch mode)
|
|
||||||
* Supports RSA SecurID and TOTP software tokens
|
|
||||||
* Keepalive feature to prevent unnecessary disconnections
|
|
||||||
* Compatible with ARMv7, x86, and MIPS devices
|
|
||||||
* No root required
|
|
||||||
* Based on the popular [http://www.infradead.org/openconnect/ OpenConnect Linux package]
|
|
||||||
|
|
||||||
Requirements:
|
|
||||||
|
|
||||||
* Android 4.0 (ICS) or higher
|
|
||||||
* An account on a suitable VPN server
|
|
||||||
|
|
||||||
This product includes software developed by the OpenSSL Project for use in the
|
|
||||||
OpenSSL Toolkit ([http://www.openssl.org/]).
|
|
||||||
|
|
||||||
This product includes cryptographic software written by Eric Young
|
|
||||||
(eay@cryptsoft.com).
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/cernekee/ics-openconnect
|
|
||||||
|
|
||||||
Build:0.1,1
|
|
||||||
commit=v0.1
|
|
||||||
submodules=yes
|
|
||||||
prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so && \
|
|
||||||
make -C external/openconnect/android sources
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:0.2,2
|
|
||||||
commit=v0.2
|
|
||||||
submodules=yes
|
|
||||||
prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so && \
|
|
||||||
make -C external/openconnect/android sources
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:0.5,509
|
|
||||||
commit=v0.5
|
|
||||||
submodules=yes
|
|
||||||
prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so && \
|
|
||||||
make -C external/openconnect/android sources
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:0.6,600
|
|
||||||
commit=v0.6
|
|
||||||
submodules=yes
|
|
||||||
prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so && \
|
|
||||||
make -C external/openconnect/android sources
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:0.81,819
|
|
||||||
commit=v0.81
|
|
||||||
submodules=yes
|
|
||||||
prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so && \
|
|
||||||
make -C external/openconnect/android sources
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:0.9,909
|
|
||||||
commit=v0.9
|
|
||||||
submodules=yes
|
|
||||||
prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so && \
|
|
||||||
make -C external/openconnect/android sources
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:0.95,959
|
|
||||||
commit=v0.95
|
|
||||||
submodules=yes
|
|
||||||
rm=libs
|
|
||||||
prebuild=make -C external/openconnect/android sources
|
|
||||||
scandelete=assets/raw
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:1.01,1019
|
|
||||||
commit=v1.01
|
|
||||||
submodules=yes
|
|
||||||
srclibs=ACRA@acra-4.5.0
|
|
||||||
rm=libs/*
|
|
||||||
prebuild=pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.5.0.jar libs/ && \
|
|
||||||
make -C external/openconnect/android sources
|
|
||||||
scandelete=assets/raw
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:1.02,1029
|
|
||||||
commit=v1.02
|
|
||||||
submodules=yes
|
|
||||||
srclibs=ACRA@acra-4.5.0
|
|
||||||
rm=libs/*
|
|
||||||
prebuild=pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ -Dmaven.test.skip=true package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.5.0.jar libs/ && \
|
|
||||||
make -C external/openconnect/android sources
|
|
||||||
scandelete=assets/raw
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:1.11,1119
|
|
||||||
commit=v1.11
|
|
||||||
submodules=yes
|
|
||||||
patch=stoken-java-7.diff,no-textrel-gmp.diff
|
|
||||||
srclibs=ACRA@acra-4.5.0
|
|
||||||
rm=libs/*
|
|
||||||
prebuild=pushd $$ACRA$$ && \
|
|
||||||
$$MVN3$$ -Dmaven.test.skip=true package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ACRA$$/target/acra-4.5.0.jar libs/ && \
|
|
||||||
make -C external/openconnect/android sources
|
|
||||||
scandelete=external/openconnect/android/sources/gnutls-3.2.21/doc/credentials
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
TODO: libs/openconnect-wrapper.jar
|
|
||||||
TODO: libs/stoken-wrapper.jar
|
|
||||||
TODO: lib/XposedBridgeApi-54.jar
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.11
|
|
||||||
Current Version Code:1119
|
|
||||||
169
metadata/app.openconnect.yml
Normal file
169
metadata/app.openconnect.yml
Normal file
|
|
@ -0,0 +1,169 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
WebSite: http://forum.xda-developers.com/showthread.php?t=2616121
|
||||||
|
SourceCode: https://github.com/cernekee/ics-openconnect
|
||||||
|
IssueTracker: https://github.com/cernekee/ics-openconnect/issues
|
||||||
|
|
||||||
|
AutoName: OpenConnect
|
||||||
|
Summary: SSL VPN client for Cisco AnyConnect
|
||||||
|
Description: |-
|
||||||
|
OpenConnect for Android is an SSL VPN client used with Cisco AnyConnect or
|
||||||
|
ocserv based gateways.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* One-click connection (batch mode)
|
||||||
|
* Supports RSA SecurID and TOTP software tokens
|
||||||
|
* Keepalive feature to prevent unnecessary disconnections
|
||||||
|
* Compatible with ARMv7, x86, and MIPS devices
|
||||||
|
* No root required
|
||||||
|
* Based on the popular [http://www.infradead.org/openconnect/ OpenConnect Linux package]
|
||||||
|
|
||||||
|
Requirements:
|
||||||
|
|
||||||
|
* Android 4.0 (ICS) or higher
|
||||||
|
* An account on a suitable VPN server
|
||||||
|
|
||||||
|
This product includes software developed by the OpenSSL Project for use in the
|
||||||
|
OpenSSL Toolkit ([http://www.openssl.org/]).
|
||||||
|
|
||||||
|
This product includes cryptographic software written by Eric Young
|
||||||
|
(eay@cryptsoft.com).
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/cernekee/ics-openconnect
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.1'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v0.1
|
||||||
|
submodules: true
|
||||||
|
prebuild:
|
||||||
|
- rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so
|
||||||
|
- make -C external/openconnect/android sources
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: '0.2'
|
||||||
|
versionCode: 2
|
||||||
|
commit: v0.2
|
||||||
|
submodules: true
|
||||||
|
prebuild:
|
||||||
|
- rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so
|
||||||
|
- make -C external/openconnect/android sources
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: '0.5'
|
||||||
|
versionCode: 509
|
||||||
|
commit: v0.5
|
||||||
|
submodules: true
|
||||||
|
prebuild:
|
||||||
|
- rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so
|
||||||
|
- make -C external/openconnect/android sources
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: '0.6'
|
||||||
|
versionCode: 600
|
||||||
|
commit: v0.6
|
||||||
|
submodules: true
|
||||||
|
prebuild:
|
||||||
|
- rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so
|
||||||
|
- make -C external/openconnect/android sources
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: '0.81'
|
||||||
|
versionCode: 819
|
||||||
|
commit: v0.81
|
||||||
|
submodules: true
|
||||||
|
prebuild:
|
||||||
|
- rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so
|
||||||
|
- make -C external/openconnect/android sources
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: '0.9'
|
||||||
|
versionCode: 909
|
||||||
|
commit: v0.9
|
||||||
|
submodules: true
|
||||||
|
prebuild:
|
||||||
|
- rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so
|
||||||
|
- make -C external/openconnect/android sources
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: '0.95'
|
||||||
|
versionCode: 959
|
||||||
|
commit: v0.95
|
||||||
|
submodules: true
|
||||||
|
rm:
|
||||||
|
- libs
|
||||||
|
prebuild: make -C external/openconnect/android sources
|
||||||
|
scandelete:
|
||||||
|
- assets/raw
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: '1.01'
|
||||||
|
versionCode: 1019
|
||||||
|
commit: v1.01
|
||||||
|
submodules: true
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.5.0
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
prebuild:
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
||||||
|
- make -C external/openconnect/android sources
|
||||||
|
scandelete:
|
||||||
|
- assets/raw
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: '1.02'
|
||||||
|
versionCode: 1029
|
||||||
|
commit: v1.02
|
||||||
|
submodules: true
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.5.0
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
prebuild:
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ -Dmaven.test.skip=true package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
||||||
|
- make -C external/openconnect/android sources
|
||||||
|
scandelete:
|
||||||
|
- assets/raw
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: '1.11'
|
||||||
|
versionCode: 1119
|
||||||
|
commit: v1.11
|
||||||
|
submodules: true
|
||||||
|
patch:
|
||||||
|
- stoken-java-7.diff
|
||||||
|
- no-textrel-gmp.diff
|
||||||
|
srclibs:
|
||||||
|
- ACRA@acra-4.5.0
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
prebuild:
|
||||||
|
- pushd $$ACRA$$
|
||||||
|
- $$MVN3$$ -Dmaven.test.skip=true package
|
||||||
|
- popd
|
||||||
|
- cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
||||||
|
- make -C external/openconnect/android sources
|
||||||
|
scandelete:
|
||||||
|
- external/openconnect/android/sources/gnutls-3.2.21/doc/credentials
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
TODO: libs/openconnect-wrapper.jar
|
||||||
|
TODO: libs/stoken-wrapper.jar
|
||||||
|
TODO: lib/XposedBridgeApi-54.jar
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.11'
|
||||||
|
CurrentVersionCode: 1119
|
||||||
|
|
@ -1,142 +0,0 @@
|
||||||
AntiFeatures:NonFreeAdd
|
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://archive.softwareheritage.org/browse/origin/http://droid-notify.googlecode.com/svn//directory/
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:Notify Lite
|
|
||||||
Summary:Notification management tool
|
|
||||||
Description:
|
|
||||||
This application will display a popup window for missed calls, text messages,
|
|
||||||
calendar events and emails via [[com.fsck.k9]]. It is extremely customizable
|
|
||||||
with many options to suit your needs and style. Extra themes are available as
|
|
||||||
apks from the website.
|
|
||||||
|
|
||||||
Anti-feature: Addons. The app has some limitations and the user is prompted to
|
|
||||||
install the fully-featured proprietary version.
|
|
||||||
|
|
||||||
Status: Newer versions have been published by the author but without source
|
|
||||||
code.
|
|
||||||
.
|
|
||||||
|
|
||||||
Build:2.20,27
|
|
||||||
commit=707
|
|
||||||
srclibs=FacebookSDK@c58af0b
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
mv lib/ libs/
|
|
||||||
|
|
||||||
Build:2.22,29
|
|
||||||
commit=759
|
|
||||||
srclibs=FacebookSDK@c58af0b
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
mv lib/ libs/
|
|
||||||
|
|
||||||
Build:2.23,30
|
|
||||||
commit=760
|
|
||||||
srclibs=FacebookSDK@c58af0b
|
|
||||||
encoding=utf-8
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
mv lib/ libs/
|
|
||||||
|
|
||||||
Build:2.24,31
|
|
||||||
commit=781
|
|
||||||
srclibs=FacebookSDK@c58af0b
|
|
||||||
encoding=utf-8
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
mv lib/ libs/
|
|
||||||
|
|
||||||
Build:2.25,32
|
|
||||||
commit=801
|
|
||||||
srclibs=FacebookSDK@c58af0b
|
|
||||||
encoding=utf-8
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
mv lib/ libs/
|
|
||||||
|
|
||||||
Build:3.1,34
|
|
||||||
disable=No source code
|
|
||||||
commit=unknown - see disabled
|
|
||||||
|
|
||||||
Build:3.4,37
|
|
||||||
disable=No source code - https://code.google.com/p/droid-notify/issues/detail?id=115
|
|
||||||
commit=unknown - see disabled
|
|
||||||
|
|
||||||
Build:3.7,40
|
|
||||||
disable=No source code
|
|
||||||
commit=unknown - see disabled
|
|
||||||
|
|
||||||
Build:3.12,45
|
|
||||||
disable=No source code
|
|
||||||
commit=unknown - see disabled
|
|
||||||
|
|
||||||
Build:3.17,50
|
|
||||||
disable=No source code for libraries
|
|
||||||
commit=unknown - see disabled
|
|
||||||
|
|
||||||
Build:3.19,52
|
|
||||||
commit=1028
|
|
||||||
srclibs=FacebookSDK@c58af0b,Color-Picker@5d697049fb
|
|
||||||
encoding=utf-8
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
|
||||||
|
|
||||||
Build:3.20,53
|
|
||||||
commit=1039
|
|
||||||
srclibs=FacebookSDK@c58af0b,Color-Picker@5d697049fb
|
|
||||||
encoding=utf-8
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
|
||||||
target=android-15
|
|
||||||
|
|
||||||
Build:3.21,54
|
|
||||||
commit=1042
|
|
||||||
srclibs=FacebookSDK@c58af0b,Color-Picker@5d697049fb
|
|
||||||
encoding=utf-8
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
|
||||||
target=android-15
|
|
||||||
|
|
||||||
Build:3.22,55
|
|
||||||
commit=1045
|
|
||||||
srclibs=FacebookSDK@c58af0b,Color-Picker@5d697049fb
|
|
||||||
encoding=utf-8
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
|
||||||
target=android-15
|
|
||||||
|
|
||||||
Build:3.23,56
|
|
||||||
disable=no source
|
|
||||||
commit=unknown - see disabled
|
|
||||||
|
|
||||||
Build:3.25.2,59
|
|
||||||
commit=1068
|
|
||||||
srclibs=FacebookSDK@c58af0b,Color-Picker@5d697049fb
|
|
||||||
encoding=utf-8
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
|
||||||
target=android-15
|
|
||||||
|
|
||||||
Build:3.27,64
|
|
||||||
commit=1098
|
|
||||||
srclibs=FacebookSDK@c58af0b,Color-Picker@5d697049fb
|
|
||||||
encoding=utf-8
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
|
||||||
target=android-15
|
|
||||||
|
|
||||||
Build:3.29.2,67
|
|
||||||
commit=1109
|
|
||||||
srclibs=FacebookSDK@c58af0b,Color-Picker@5d697049fb
|
|
||||||
encoding=utf-8
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
|
||||||
target=android-17
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Use Color-Picker-2 next time
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:3.29.2
|
|
||||||
Current Version Code:67
|
|
||||||
189
metadata/apps.droidnotify.yml
Normal file
189
metadata/apps.droidnotify.yml
Normal file
|
|
@ -0,0 +1,189 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeAdd
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://archive.softwareheritage.org/browse/origin/http://droid-notify.googlecode.com/svn//directory/
|
||||||
|
|
||||||
|
AutoName: Notify Lite
|
||||||
|
Summary: Notification management tool
|
||||||
|
Description: |-
|
||||||
|
This application will display a popup window for missed calls, text messages,
|
||||||
|
calendar events and emails via [[com.fsck.k9]]. It is extremely customizable
|
||||||
|
with many options to suit your needs and style. Extra themes are available as
|
||||||
|
apks from the website.
|
||||||
|
|
||||||
|
Anti-feature: Addons. The app has some limitations and the user is prompted to
|
||||||
|
install the fully-featured proprietary version.
|
||||||
|
|
||||||
|
Status: Newer versions have been published by the author but without source
|
||||||
|
code.
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '2.20'
|
||||||
|
versionCode: 27
|
||||||
|
commit: '707'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- mv lib/ libs/
|
||||||
|
|
||||||
|
- versionName: '2.22'
|
||||||
|
versionCode: 29
|
||||||
|
commit: '759'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- mv lib/ libs/
|
||||||
|
|
||||||
|
- versionName: '2.23'
|
||||||
|
versionCode: 30
|
||||||
|
commit: '760'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
encoding: utf-8
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- mv lib/ libs/
|
||||||
|
|
||||||
|
- versionName: '2.24'
|
||||||
|
versionCode: 31
|
||||||
|
commit: '781'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
encoding: utf-8
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- mv lib/ libs/
|
||||||
|
|
||||||
|
- versionName: '2.25'
|
||||||
|
versionCode: 32
|
||||||
|
commit: '801'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
encoding: utf-8
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- mv lib/ libs/
|
||||||
|
|
||||||
|
- versionName: '3.1'
|
||||||
|
versionCode: 34
|
||||||
|
disable: No source code
|
||||||
|
commit: unknown - see disabled
|
||||||
|
|
||||||
|
- versionName: '3.4'
|
||||||
|
versionCode: 37
|
||||||
|
disable: No source code - https://code.google.com/p/droid-notify/issues/detail?id=115
|
||||||
|
commit: unknown - see disabled
|
||||||
|
|
||||||
|
- versionName: '3.7'
|
||||||
|
versionCode: 40
|
||||||
|
disable: No source code
|
||||||
|
commit: unknown - see disabled
|
||||||
|
|
||||||
|
- versionName: '3.12'
|
||||||
|
versionCode: 45
|
||||||
|
disable: No source code
|
||||||
|
commit: unknown - see disabled
|
||||||
|
|
||||||
|
- versionName: '3.17'
|
||||||
|
versionCode: 50
|
||||||
|
disable: No source code for libraries
|
||||||
|
commit: unknown - see disabled
|
||||||
|
|
||||||
|
- versionName: '3.19'
|
||||||
|
versionCode: 52
|
||||||
|
commit: '1028'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
- Color-Picker@5d697049fb
|
||||||
|
encoding: utf-8
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
||||||
|
|
||||||
|
- versionName: '3.20'
|
||||||
|
versionCode: 53
|
||||||
|
commit: '1039'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
- Color-Picker@5d697049fb
|
||||||
|
encoding: utf-8
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
||||||
|
target: android-15
|
||||||
|
|
||||||
|
- versionName: '3.21'
|
||||||
|
versionCode: 54
|
||||||
|
commit: '1042'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
- Color-Picker@5d697049fb
|
||||||
|
encoding: utf-8
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
||||||
|
target: android-15
|
||||||
|
|
||||||
|
- versionName: '3.22'
|
||||||
|
versionCode: 55
|
||||||
|
commit: '1045'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
- Color-Picker@5d697049fb
|
||||||
|
encoding: utf-8
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
||||||
|
target: android-15
|
||||||
|
|
||||||
|
- versionName: '3.23'
|
||||||
|
versionCode: 56
|
||||||
|
disable: no source
|
||||||
|
commit: unknown - see disabled
|
||||||
|
|
||||||
|
- versionName: 3.25.2
|
||||||
|
versionCode: 59
|
||||||
|
commit: '1068'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
- Color-Picker@5d697049fb
|
||||||
|
encoding: utf-8
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
||||||
|
target: android-15
|
||||||
|
|
||||||
|
- versionName: '3.27'
|
||||||
|
versionCode: 64
|
||||||
|
commit: '1098'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
- Color-Picker@5d697049fb
|
||||||
|
encoding: utf-8
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
||||||
|
target: android-15
|
||||||
|
|
||||||
|
- versionName: 3.29.2
|
||||||
|
versionCode: 67
|
||||||
|
commit: '1109'
|
||||||
|
srclibs:
|
||||||
|
- FacebookSDK@c58af0b
|
||||||
|
- Color-Picker@5d697049fb
|
||||||
|
encoding: utf-8
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
|
||||||
|
target: android-17
|
||||||
|
|
||||||
|
MaintainerNotes: Use Color-Picker-2 next time
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: 3.29.2
|
||||||
|
CurrentVersionCode: 67
|
||||||
|
|
@ -1,65 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:https://bitbucket.org/FlorianSchrofner/swip
|
|
||||||
Source Code:https://bitbucket.org/FlorianSchrofner/swip/src
|
|
||||||
Issue Tracker:https://bitbucket.org/FlorianSchrofner/swip/issues
|
|
||||||
|
|
||||||
Auto Name:SwiP
|
|
||||||
Summary:Change profiles automatically
|
|
||||||
Description:
|
|
||||||
Create, manage and apply profiles which can be triggered by different events.
|
|
||||||
|
|
||||||
Options:
|
|
||||||
|
|
||||||
* Ringer Mode
|
|
||||||
* Ringtone- & Notification Volume
|
|
||||||
* Media Volume
|
|
||||||
* Alarm Volume
|
|
||||||
* GPS
|
|
||||||
* Mobile Data
|
|
||||||
* WiFi
|
|
||||||
* Bluetooth
|
|
||||||
* Automatic Brightness
|
|
||||||
* Brightness
|
|
||||||
* Display Time Out
|
|
||||||
|
|
||||||
Triggers:
|
|
||||||
|
|
||||||
* Location (Geofence)
|
|
||||||
* Time (Exact time or time range)
|
|
||||||
* Battery State
|
|
||||||
* Battery Level (Exact level or level range)
|
|
||||||
* Headphone State
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:hg
|
|
||||||
Repo:https://bitbucket.org/FlorianSchrofner/swip
|
|
||||||
|
|
||||||
Build:0.2.6,7
|
|
||||||
disable=google play services, missing resources
|
|
||||||
commit=0.2.6
|
|
||||||
subdir=src
|
|
||||||
srclibs=RootToolsSvn@2.6
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=rm -fR ../libs; rm libs/*;
|
|
||||||
target=android-19
|
|
||||||
|
|
||||||
Build:0.2.8,9
|
|
||||||
disable=play-services
|
|
||||||
commit=0.2.8
|
|
||||||
subdir=src
|
|
||||||
gradle=foss
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
rm=libs/GooglePlayServices
|
|
||||||
prebuild=sed -i -e "s@':libs:GooglePlayServices',@@g" ../settings.gradle && \
|
|
||||||
sed -i -e '/GooglePlayServices/d' build.gradle
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Tags auto-update doesn't work due to gradle settings?
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:0
|
|
||||||
Current Version Code:0
|
|
||||||
71
metadata/at.fhhgb.mc.swip.yml
Normal file
71
metadata/at.fhhgb.mc.swip.yml
Normal file
|
|
@ -0,0 +1,71 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
WebSite: https://bitbucket.org/FlorianSchrofner/swip
|
||||||
|
SourceCode: https://bitbucket.org/FlorianSchrofner/swip/src
|
||||||
|
IssueTracker: https://bitbucket.org/FlorianSchrofner/swip/issues
|
||||||
|
|
||||||
|
AutoName: SwiP
|
||||||
|
Summary: Change profiles automatically
|
||||||
|
Description: |-
|
||||||
|
Create, manage and apply profiles which can be triggered by different events.
|
||||||
|
|
||||||
|
Options:
|
||||||
|
|
||||||
|
* Ringer Mode
|
||||||
|
* Ringtone- & Notification Volume
|
||||||
|
* Media Volume
|
||||||
|
* Alarm Volume
|
||||||
|
* GPS
|
||||||
|
* Mobile Data
|
||||||
|
* WiFi
|
||||||
|
* Bluetooth
|
||||||
|
* Automatic Brightness
|
||||||
|
* Brightness
|
||||||
|
* Display Time Out
|
||||||
|
|
||||||
|
Triggers:
|
||||||
|
|
||||||
|
* Location (Geofence)
|
||||||
|
* Time (Exact time or time range)
|
||||||
|
* Battery State
|
||||||
|
* Battery Level (Exact level or level range)
|
||||||
|
* Headphone State
|
||||||
|
|
||||||
|
RepoType: hg
|
||||||
|
Repo: https://bitbucket.org/FlorianSchrofner/swip
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.2.6
|
||||||
|
versionCode: 7
|
||||||
|
disable: google play services, missing resources
|
||||||
|
commit: 0.2.6
|
||||||
|
subdir: src
|
||||||
|
srclibs:
|
||||||
|
- RootToolsSvn@2.6
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild: rm -fR ../libs; rm libs/*;
|
||||||
|
target: android-19
|
||||||
|
|
||||||
|
- versionName: 0.2.8
|
||||||
|
versionCode: 9
|
||||||
|
disable: play-services
|
||||||
|
commit: 0.2.8
|
||||||
|
subdir: src
|
||||||
|
gradle:
|
||||||
|
- foss
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
rm:
|
||||||
|
- libs/GooglePlayServices
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e "s@':libs:GooglePlayServices',@@g" ../settings.gradle
|
||||||
|
- sed -i -e '/GooglePlayServices/d' build.gradle
|
||||||
|
|
||||||
|
MaintainerNotes: Tags auto-update doesn't work due to gradle settings?
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: '0'
|
||||||
|
CurrentVersionCode: 0
|
||||||
|
|
@ -1,148 +0,0 @@
|
||||||
AntiFeatures:Tracking,UpstreamNonFree
|
|
||||||
Categories:Reading
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:http://reader.tomtasche.at
|
|
||||||
Source Code:https://github.com/TomTasche/OpenDocument.droid
|
|
||||||
Issue Tracker:https://github.com/TomTasche/OpenDocument.droid/issues
|
|
||||||
FlattrID:117140
|
|
||||||
|
|
||||||
Auto Name:OpenDocument Reader
|
|
||||||
Summary:Document reader
|
|
||||||
Description:
|
|
||||||
Read odf documents. ODF is a document format that can be read by a wide variety
|
|
||||||
of programs, including OpenOffice and LibreOffice.
|
|
||||||
|
|
||||||
Anti-feature: Tracking. A recent version had code for sending some device info
|
|
||||||
via HTTP POST to a appspot.com server.
|
|
||||||
|
|
||||||
A proprietary ad library was removed before building. More recent versions have
|
|
||||||
several more proprietary binaries.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/TomTasche/OpenDocument.droid.git
|
|
||||||
|
|
||||||
Build:1.1.9,11
|
|
||||||
commit=243eba4f441b3601de96
|
|
||||||
|
|
||||||
Build:1.2,12
|
|
||||||
commit=d174bed05a6026ddb5db
|
|
||||||
|
|
||||||
Build:1.2.3,15
|
|
||||||
commit=8fe022fd67e5bb62c6d8
|
|
||||||
|
|
||||||
Build:1.3.0,22
|
|
||||||
commit=4b8ea7438125e90d43bdadfc042723a7a485a217
|
|
||||||
srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2
|
|
||||||
prebuild=cp -r $$JOpenDocument$$/src/* src/ && \
|
|
||||||
rm -rf src/test/
|
|
||||||
|
|
||||||
Build:1.3.2,24
|
|
||||||
commit=4bcf9024ac9fb96bc5c03c3129f9d401272caaf0
|
|
||||||
srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2
|
|
||||||
prebuild=rm libs/jopendocument.jar && \
|
|
||||||
cp -r $$JOpenDocument$$/src/* src/ && \
|
|
||||||
rm -rf src/test/
|
|
||||||
|
|
||||||
Build:2.0.6,33
|
|
||||||
disable=unknown build server problems b88d8bf6d
|
|
||||||
commit=unknown - see disabled
|
|
||||||
srclibs=BillingLibrary@3ecc7cad9c,MobAdMob@2d5736,FilePicker@d12f209e8,aFileChooser@c3197bb151
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$aFileChooser$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$FilePicker$$@' project.properties && \
|
|
||||||
echo "android.library.reference.3=$$BillingLibrary$$" >> project.properties && \
|
|
||||||
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties && \
|
|
||||||
cp $$aFileChooser$$/libs/android-support-v4.jar $$FilePicker$$/libs/ && \
|
|
||||||
rm -rf libs/GoogleAdMobAdsSdk-6.1.0.jar libs/androidbillinglibrary_22092012.jar tests
|
|
||||||
|
|
||||||
Build:2.0.7,34
|
|
||||||
commit=771437a702
|
|
||||||
init=git config -f .gitmodules --remove-section submodule.test && \
|
|
||||||
git rm --cached test && \
|
|
||||||
rm -rf test && \
|
|
||||||
git submodule update --init
|
|
||||||
srclibs=MobAdMob@2d5736
|
|
||||||
prebuild=sed -i '42d' filepicker-android/src/io/filepicker/AuthActivity.java && \
|
|
||||||
echo "source.dir=src;$$MobAdMob$$/src" >> project.properties && \
|
|
||||||
rm -rf libs/GoogleAdMobAdsSdk*.jar libs/android-support-v4.jar && \
|
|
||||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/ && \
|
|
||||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/
|
|
||||||
update=.,aFileChooser/aFileChooser,ActionBarSherlock/library,AndroidBillingLibrary/AndroidBillingLibrary,Android-AppMsg/library
|
|
||||||
|
|
||||||
Build:2.0.8,35
|
|
||||||
disable=broken v2.0.8
|
|
||||||
commit=unknown - see disabled
|
|
||||||
init=rm -rf odf2html/.gitmodules odf2html/library/dep/commons && \
|
|
||||||
git submodule update --init && \
|
|
||||||
git clone https://github.com/andiwand/commons.git odf2html/library/dep/commons && \
|
|
||||||
cd odf2html/ && \
|
|
||||||
git checkout 008034b70714
|
|
||||||
srclibs=MobAdMob@2d5736
|
|
||||||
prebuild=echo "source.dir=src;$$MobAdMob$$/src" >> project.properties && \
|
|
||||||
rm -rf libs/GoogleAdMobAdsSdk*.jar libs/android-support-v4.jar odf2html/library/odf2html.jar && \
|
|
||||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/ && \
|
|
||||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/
|
|
||||||
update=.,aFileChooser/aFileChooser,ActionBarSherlock/library,AndroidBillingLibrary/AndroidBillingLibrary,Android-AppMsg/library
|
|
||||||
build=cd odf2html/library/ && \
|
|
||||||
ant -f dep/commons/library/build.xml && \
|
|
||||||
mkdir -p lib/ && \
|
|
||||||
mv dep/commons/library/commons.jar lib/ && \
|
|
||||||
cp lib/commons.jar ../../libs/ && \
|
|
||||||
ant && \
|
|
||||||
mv odf2html.jar ../../libs/
|
|
||||||
|
|
||||||
Build:2.0.8.2,37
|
|
||||||
disable=broken v2.0.8.2
|
|
||||||
commit=unknown - see disabled
|
|
||||||
init=rm -rf $(find . -name bin) && \
|
|
||||||
rm -rf $(find . -name gen) && \
|
|
||||||
rm -rf odf2html/.gitmodules odf2html/library/dep/commons && \
|
|
||||||
git submodule update --init && \
|
|
||||||
git clone https://github.com/andiwand/commons.git odf2html/library/dep/commons && \
|
|
||||||
cd odf2html/library/dep/commons && \
|
|
||||||
git checkout f9ba1a9
|
|
||||||
srclibs=MobAdMob@2d5736
|
|
||||||
prebuild=echo "source.dir=src;$$MobAdMob$$/src" >> project.properties && \
|
|
||||||
rm -rf libs/GoogleAdMobAdsSdk*.jar libs/android-support-v4.jar odf2html/library/odf2html.jar && \
|
|
||||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/ && \
|
|
||||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/
|
|
||||||
update=.,aFileChooser/aFileChooser,ActionBarSherlock/library,AndroidBillingLibrary/AndroidBillingLibrary,Android-AppMsg/library
|
|
||||||
build=cd odf2html/library/ && \
|
|
||||||
ant -f dep/commons/library/build.xml && \
|
|
||||||
mkdir -p lib/ && \
|
|
||||||
mv dep/commons/library/commons.jar lib/ && \
|
|
||||||
cp lib/commons.jar ../../libs/ && \
|
|
||||||
ant && \
|
|
||||||
mv odf2html.jar ../../libs/
|
|
||||||
|
|
||||||
Build:2.10.1,45
|
|
||||||
disable=won't build and probably crashy at v2.10.1
|
|
||||||
commit=v2.10.1
|
|
||||||
submodules=yes
|
|
||||||
init=rm -rf $(find . -name bin) && \
|
|
||||||
rm -rf $(find . -name gen) && \
|
|
||||||
cd odf2html/library/dep && \
|
|
||||||
rm -rf commons && \
|
|
||||||
git clone https://github.com/andiwand/commons.git && \
|
|
||||||
cd commons/ && \
|
|
||||||
git checkout cf34f179f
|
|
||||||
srclibs=MobAdMob@2d5736,NoAnalytics@533c6c1
|
|
||||||
prebuild=echo -e "android.library.reference.6=$$MobAdMob$$\nandroid.library.reference.7=$$NoAnalytics$$" >> project.properties && \
|
|
||||||
sed -i 's/1.6/1.7/g' odf2html/library/build.xml && \
|
|
||||||
sed -i 's/1.6/1.7/g' odf2html/library/dep/commons/library/build.xml && \
|
|
||||||
rm -rf libs/GoogleAdMobAdsSdk*.jar libs/libGoogleAnalytics*.jar libs/android-support-v4.jar
|
|
||||||
update=.,aFileChooser/aFileChooser,ActionBarSherlock/actionbarsherlock,Android-RateThisApp/library,Android-AppMsg/library,pay-me/library
|
|
||||||
build=cd odf2html/library/dep/commons/library && \
|
|
||||||
ant && \
|
|
||||||
cd ../../../ && \
|
|
||||||
ant && \
|
|
||||||
mv dep/commons/library/commons.jar ../../libs/ && \
|
|
||||||
mv odf2html.jar ../../libs/
|
|
||||||
|
|
||||||
Build:2.12.6,59
|
|
||||||
disable=mutiple proprietary libraries (at least 3)
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:2.12.6
|
|
||||||
Current Version Code:59
|
|
||||||
210
metadata/at.tomtasche.reader.yml
Normal file
210
metadata/at.tomtasche.reader.yml
Normal file
|
|
@ -0,0 +1,210 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- Tracking
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- Reading
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
WebSite: http://reader.tomtasche.at
|
||||||
|
SourceCode: https://github.com/TomTasche/OpenDocument.droid
|
||||||
|
IssueTracker: https://github.com/TomTasche/OpenDocument.droid/issues
|
||||||
|
FlattrID: '117140'
|
||||||
|
|
||||||
|
AutoName: OpenDocument Reader
|
||||||
|
Summary: Document reader
|
||||||
|
Description: |-
|
||||||
|
Read odf documents. ODF is a document format that can be read by a wide variety
|
||||||
|
of programs, including OpenOffice and LibreOffice.
|
||||||
|
|
||||||
|
Anti-feature: Tracking. A recent version had code for sending some device info
|
||||||
|
via HTTP POST to a appspot.com server.
|
||||||
|
|
||||||
|
A proprietary ad library was removed before building. More recent versions have
|
||||||
|
several more proprietary binaries.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/TomTasche/OpenDocument.droid.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.1.9
|
||||||
|
versionCode: 11
|
||||||
|
commit: 243eba4f441b3601de96
|
||||||
|
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 12
|
||||||
|
commit: d174bed05a6026ddb5db
|
||||||
|
|
||||||
|
- versionName: 1.2.3
|
||||||
|
versionCode: 15
|
||||||
|
commit: 8fe022fd67e5bb62c6d8
|
||||||
|
|
||||||
|
- versionName: 1.3.0
|
||||||
|
versionCode: 22
|
||||||
|
commit: 4b8ea7438125e90d43bdadfc042723a7a485a217
|
||||||
|
srclibs:
|
||||||
|
- JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2
|
||||||
|
prebuild:
|
||||||
|
- cp -r $$JOpenDocument$$/src/* src/
|
||||||
|
- rm -rf src/test/
|
||||||
|
|
||||||
|
- versionName: 1.3.2
|
||||||
|
versionCode: 24
|
||||||
|
commit: 4bcf9024ac9fb96bc5c03c3129f9d401272caaf0
|
||||||
|
srclibs:
|
||||||
|
- JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2
|
||||||
|
prebuild:
|
||||||
|
- rm libs/jopendocument.jar
|
||||||
|
- cp -r $$JOpenDocument$$/src/* src/
|
||||||
|
- rm -rf src/test/
|
||||||
|
|
||||||
|
- versionName: 2.0.6
|
||||||
|
versionCode: 33
|
||||||
|
disable: unknown build server problems b88d8bf6d
|
||||||
|
commit: unknown - see disabled
|
||||||
|
srclibs:
|
||||||
|
- BillingLibrary@3ecc7cad9c
|
||||||
|
- MobAdMob@2d5736
|
||||||
|
- FilePicker@d12f209e8
|
||||||
|
- aFileChooser@c3197bb151
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$aFileChooser$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$FilePicker$$@' project.properties
|
||||||
|
- echo "android.library.reference.3=$$BillingLibrary$$" >> project.properties
|
||||||
|
- echo "android.library.reference.4=$$MobAdMob$$" >> project.properties
|
||||||
|
- cp $$aFileChooser$$/libs/android-support-v4.jar $$FilePicker$$/libs/
|
||||||
|
- rm -rf libs/GoogleAdMobAdsSdk-6.1.0.jar libs/androidbillinglibrary_22092012.jar
|
||||||
|
tests
|
||||||
|
|
||||||
|
- versionName: 2.0.7
|
||||||
|
versionCode: 34
|
||||||
|
commit: 771437a702
|
||||||
|
init:
|
||||||
|
- git config -f .gitmodules --remove-section submodule.test
|
||||||
|
- git rm --cached test
|
||||||
|
- rm -rf test
|
||||||
|
- git submodule update --init
|
||||||
|
srclibs:
|
||||||
|
- MobAdMob@2d5736
|
||||||
|
prebuild:
|
||||||
|
- sed -i '42d' filepicker-android/src/io/filepicker/AuthActivity.java
|
||||||
|
- echo "source.dir=src;$$MobAdMob$$/src" >> project.properties
|
||||||
|
- rm -rf libs/GoogleAdMobAdsSdk*.jar libs/android-support-v4.jar
|
||||||
|
- cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/
|
||||||
|
- cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/
|
||||||
|
androidupdate:
|
||||||
|
- .
|
||||||
|
- aFileChooser/aFileChooser
|
||||||
|
- ActionBarSherlock/library
|
||||||
|
- AndroidBillingLibrary/AndroidBillingLibrary
|
||||||
|
- Android-AppMsg/library
|
||||||
|
|
||||||
|
- versionName: 2.0.8
|
||||||
|
versionCode: 35
|
||||||
|
disable: broken v2.0.8
|
||||||
|
commit: unknown - see disabled
|
||||||
|
init:
|
||||||
|
- rm -rf odf2html/.gitmodules odf2html/library/dep/commons
|
||||||
|
- git submodule update --init
|
||||||
|
- git clone https://github.com/andiwand/commons.git odf2html/library/dep/commons
|
||||||
|
- cd odf2html/
|
||||||
|
- git checkout 008034b70714
|
||||||
|
srclibs:
|
||||||
|
- MobAdMob@2d5736
|
||||||
|
prebuild:
|
||||||
|
- echo "source.dir=src;$$MobAdMob$$/src" >> project.properties
|
||||||
|
- rm -rf libs/GoogleAdMobAdsSdk*.jar libs/android-support-v4.jar odf2html/library/odf2html.jar
|
||||||
|
- cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/
|
||||||
|
- cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/
|
||||||
|
androidupdate:
|
||||||
|
- .
|
||||||
|
- aFileChooser/aFileChooser
|
||||||
|
- ActionBarSherlock/library
|
||||||
|
- AndroidBillingLibrary/AndroidBillingLibrary
|
||||||
|
- Android-AppMsg/library
|
||||||
|
build:
|
||||||
|
- cd odf2html/library/
|
||||||
|
- ant -f dep/commons/library/build.xml
|
||||||
|
- mkdir -p lib/
|
||||||
|
- mv dep/commons/library/commons.jar lib/
|
||||||
|
- cp lib/commons.jar ../../libs/
|
||||||
|
- ant
|
||||||
|
- mv odf2html.jar ../../libs/
|
||||||
|
|
||||||
|
- versionName: 2.0.8.2
|
||||||
|
versionCode: 37
|
||||||
|
disable: broken v2.0.8.2
|
||||||
|
commit: unknown - see disabled
|
||||||
|
init:
|
||||||
|
- rm -rf $(find . -name bin)
|
||||||
|
- rm -rf $(find . -name gen)
|
||||||
|
- rm -rf odf2html/.gitmodules odf2html/library/dep/commons
|
||||||
|
- git submodule update --init
|
||||||
|
- git clone https://github.com/andiwand/commons.git odf2html/library/dep/commons
|
||||||
|
- cd odf2html/library/dep/commons
|
||||||
|
- git checkout f9ba1a9
|
||||||
|
srclibs:
|
||||||
|
- MobAdMob@2d5736
|
||||||
|
prebuild:
|
||||||
|
- echo "source.dir=src;$$MobAdMob$$/src" >> project.properties
|
||||||
|
- rm -rf libs/GoogleAdMobAdsSdk*.jar libs/android-support-v4.jar odf2html/library/odf2html.jar
|
||||||
|
- cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/
|
||||||
|
- cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/
|
||||||
|
androidupdate:
|
||||||
|
- .
|
||||||
|
- aFileChooser/aFileChooser
|
||||||
|
- ActionBarSherlock/library
|
||||||
|
- AndroidBillingLibrary/AndroidBillingLibrary
|
||||||
|
- Android-AppMsg/library
|
||||||
|
build:
|
||||||
|
- cd odf2html/library/
|
||||||
|
- ant -f dep/commons/library/build.xml
|
||||||
|
- mkdir -p lib/
|
||||||
|
- mv dep/commons/library/commons.jar lib/
|
||||||
|
- cp lib/commons.jar ../../libs/
|
||||||
|
- ant
|
||||||
|
- mv odf2html.jar ../../libs/
|
||||||
|
|
||||||
|
- versionName: 2.10.1
|
||||||
|
versionCode: 45
|
||||||
|
disable: won't build and probably crashy at v2.10.1
|
||||||
|
commit: v2.10.1
|
||||||
|
submodules: true
|
||||||
|
init:
|
||||||
|
- rm -rf $(find . -name bin)
|
||||||
|
- rm -rf $(find . -name gen)
|
||||||
|
- cd odf2html/library/dep
|
||||||
|
- rm -rf commons
|
||||||
|
- git clone https://github.com/andiwand/commons.git
|
||||||
|
- cd commons/
|
||||||
|
- git checkout cf34f179f
|
||||||
|
srclibs:
|
||||||
|
- MobAdMob@2d5736
|
||||||
|
- NoAnalytics@533c6c1
|
||||||
|
prebuild:
|
||||||
|
- echo -e "android.library.reference.6=$$MobAdMob$$\nandroid.library.reference.7=$$NoAnalytics$$"
|
||||||
|
>> project.properties
|
||||||
|
- sed -i 's/1.6/1.7/g' odf2html/library/build.xml
|
||||||
|
- sed -i 's/1.6/1.7/g' odf2html/library/dep/commons/library/build.xml
|
||||||
|
- rm -rf libs/GoogleAdMobAdsSdk*.jar libs/libGoogleAnalytics*.jar libs/android-support-v4.jar
|
||||||
|
androidupdate:
|
||||||
|
- .
|
||||||
|
- aFileChooser/aFileChooser
|
||||||
|
- ActionBarSherlock/actionbarsherlock
|
||||||
|
- Android-RateThisApp/library
|
||||||
|
- Android-AppMsg/library
|
||||||
|
- pay-me/library
|
||||||
|
build:
|
||||||
|
- cd odf2html/library/dep/commons/library
|
||||||
|
- ant
|
||||||
|
- cd ../../../
|
||||||
|
- ant
|
||||||
|
- mv dep/commons/library/commons.jar ../../libs/
|
||||||
|
- mv odf2html.jar ../../libs/
|
||||||
|
|
||||||
|
- versionName: 2.12.6
|
||||||
|
versionCode: 59
|
||||||
|
disable: mutiple proprietary libraries (at least 3)
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: 2.12.6
|
||||||
|
CurrentVersionCode: 59
|
||||||
|
|
@ -1,63 +0,0 @@
|
||||||
Categories:Science & Education
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/fmetzger/android-sensorium
|
|
||||||
Issue Tracker:https://github.com/fmetzger/android-sensorium/issues
|
|
||||||
|
|
||||||
Auto Name:Sensorium
|
|
||||||
Summary:Collect sensor data
|
|
||||||
Description:
|
|
||||||
Sensorium collects sensor values (such as 3G, GPS, battery charge) that you
|
|
||||||
allow it to access. You can control the level of detail of the data collected
|
|
||||||
from within the app. The app comes preconfigured so as to collect data for
|
|
||||||
upstream's open 3G connectivity map,
|
|
||||||
[https://skylla.fc.univie.ac.at/~puehringer/o3gm_django Open3GMap]: it sends
|
|
||||||
data once an hour when a WiFi connection is available, but the URLs and
|
|
||||||
frequency can be chosen.
|
|
||||||
|
|
||||||
Sensors the app can use include:
|
|
||||||
|
|
||||||
* Device Info
|
|
||||||
* Radio Cell Info Sensor
|
|
||||||
* Network Location
|
|
||||||
* GPS Location
|
|
||||||
* Battery (or power usage)
|
|
||||||
* Wifi Scan result
|
|
||||||
* Wifi Connection Details
|
|
||||||
* Bluetooth Scan Result
|
|
||||||
|
|
||||||
Fused location method isn't available as it depends on the non-free Google Play
|
|
||||||
Services library.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/fmetzger/android-sensorium
|
|
||||||
|
|
||||||
Build:1.1.6,9
|
|
||||||
commit=af1b83545f23
|
|
||||||
subdir=Sensorium
|
|
||||||
prebuild=sed -i '/play/d' project.properties && \
|
|
||||||
sed -i '/Fused/d' res/values/sensors.xml && \
|
|
||||||
rm src/at/univie/sensorium/sensors/FusedLocationSensor.java
|
|
||||||
|
|
||||||
Build:1.1.8,11
|
|
||||||
commit=6914a24865
|
|
||||||
subdir=Sensorium
|
|
||||||
prebuild=sed -i '/play/d' project.properties && \
|
|
||||||
printf 'play_services_available=false' > ant.properties
|
|
||||||
|
|
||||||
Build:1.1.11,14
|
|
||||||
commit=13f4d1ef9
|
|
||||||
subdir=Sensorium
|
|
||||||
prebuild=sed -i '/play/d' project.properties && \
|
|
||||||
printf 'play_services_available=false' > ant.properties
|
|
||||||
|
|
||||||
Build:1.1.12,15
|
|
||||||
commit=832aa146f51f975
|
|
||||||
subdir=Sensorium
|
|
||||||
init=echo 'play_services_available=false' > ant.properties
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.1.12
|
|
||||||
Current Version Code:15
|
|
||||||
70
metadata/at.univie.sensorium.yml
Normal file
70
metadata/at.univie.sensorium.yml
Normal file
|
|
@ -0,0 +1,70 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/fmetzger/android-sensorium
|
||||||
|
IssueTracker: https://github.com/fmetzger/android-sensorium/issues
|
||||||
|
|
||||||
|
AutoName: Sensorium
|
||||||
|
Summary: Collect sensor data
|
||||||
|
Description: |-
|
||||||
|
Sensorium collects sensor values (such as 3G, GPS, battery charge) that you
|
||||||
|
allow it to access. You can control the level of detail of the data collected
|
||||||
|
from within the app. The app comes preconfigured so as to collect data for
|
||||||
|
upstream's open 3G connectivity map,
|
||||||
|
[https://skylla.fc.univie.ac.at/~puehringer/o3gm_django Open3GMap]: it sends
|
||||||
|
data once an hour when a WiFi connection is available, but the URLs and
|
||||||
|
frequency can be chosen.
|
||||||
|
|
||||||
|
Sensors the app can use include:
|
||||||
|
|
||||||
|
* Device Info
|
||||||
|
* Radio Cell Info Sensor
|
||||||
|
* Network Location
|
||||||
|
* GPS Location
|
||||||
|
* Battery (or power usage)
|
||||||
|
* Wifi Scan result
|
||||||
|
* Wifi Connection Details
|
||||||
|
* Bluetooth Scan Result
|
||||||
|
|
||||||
|
Fused location method isn't available as it depends on the non-free Google Play
|
||||||
|
Services library.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/fmetzger/android-sensorium
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.1.6
|
||||||
|
versionCode: 9
|
||||||
|
commit: af1b83545f23
|
||||||
|
subdir: Sensorium
|
||||||
|
prebuild:
|
||||||
|
- sed -i '/play/d' project.properties
|
||||||
|
- sed -i '/Fused/d' res/values/sensors.xml
|
||||||
|
- rm src/at/univie/sensorium/sensors/FusedLocationSensor.java
|
||||||
|
|
||||||
|
- versionName: 1.1.8
|
||||||
|
versionCode: 11
|
||||||
|
commit: 6914a24865
|
||||||
|
subdir: Sensorium
|
||||||
|
prebuild:
|
||||||
|
- sed -i '/play/d' project.properties
|
||||||
|
- printf 'play_services_available=false' > ant.properties
|
||||||
|
|
||||||
|
- versionName: 1.1.11
|
||||||
|
versionCode: 14
|
||||||
|
commit: 13f4d1ef9
|
||||||
|
subdir: Sensorium
|
||||||
|
prebuild:
|
||||||
|
- sed -i '/play/d' project.properties
|
||||||
|
- printf 'play_services_available=false' > ant.properties
|
||||||
|
|
||||||
|
- versionName: 1.1.12
|
||||||
|
versionCode: 15
|
||||||
|
commit: 832aa146f51f975
|
||||||
|
subdir: Sensorium
|
||||||
|
init: echo 'play_services_available=false' > ant.properties
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: 1.1.12
|
||||||
|
CurrentVersionCode: 15
|
||||||
|
|
@ -1,36 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/jordhi/CineCat
|
|
||||||
Issue Tracker:https://github.com/jordhi/CineCat/issues
|
|
||||||
|
|
||||||
Auto Name:CineCat
|
|
||||||
Summary:Get information about Catalan movies
|
|
||||||
Description:
|
|
||||||
Get information about Catalan movies and films and where you can watch them. The
|
|
||||||
data is obtained from opendata web from Catalonia government.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/jordhi/CineCat
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=5614bc3844d52b8a184b97fabde15fe27afac727
|
|
||||||
srclibs=ImageLoader@v1.9.3
|
|
||||||
rm=libs/*
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties && \
|
|
||||||
pushd $$ImageLoader$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$ImageLoader$$/target/universal-image-loader-1.9.3.jar libs/
|
|
||||||
|
|
||||||
Build:1.1,2
|
|
||||||
disable=https://github.com/jordhi/CineCat/pull/1 simplifies future builds
|
|
||||||
commit=v1.1
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:1
|
|
||||||
43
metadata/cat.jordihernandez.cinecat.yml
Normal file
43
metadata/cat.jordihernandez.cinecat.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/jordhi/CineCat
|
||||||
|
IssueTracker: https://github.com/jordhi/CineCat/issues
|
||||||
|
|
||||||
|
AutoName: CineCat
|
||||||
|
Summary: Get information about Catalan movies
|
||||||
|
Description: |-
|
||||||
|
Get information about Catalan movies and films and where you can watch them. The
|
||||||
|
data is obtained from opendata web from Catalonia government.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/jordhi/CineCat
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: 5614bc3844d52b8a184b97fabde15fe27afac727
|
||||||
|
srclibs:
|
||||||
|
- ImageLoader@v1.9.3
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild:
|
||||||
|
- echo -e 'java.source=1.7\njava.target=1.7' > ant.properties
|
||||||
|
- pushd $$ImageLoader$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$ImageLoader$$/target/universal-image-loader-1.9.3.jar libs/
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 2
|
||||||
|
disable: https://github.com/jordhi/CineCat/pull/1 simplifies future builds
|
||||||
|
commit: v1.1
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
||||||
|
|
@ -1,69 +0,0 @@
|
||||||
Disabled:Wait for g-free build
|
|
||||||
AntiFeatures:UpstreamNonFree
|
|
||||||
Categories:Navigation
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://www.cgeo.org
|
|
||||||
Source Code:https://github.com/cgeo/c-geo-opensource
|
|
||||||
Issue Tracker:https://github.com/cgeo/c-geo-opensource/issues
|
|
||||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=cgeo%40cgeo%2eorg&item_name=Donate%20to%20CGeo%20via%20F-droid
|
|
||||||
|
|
||||||
Auto Name:c:geo
|
|
||||||
Summary:Geocaching client
|
|
||||||
Description:
|
|
||||||
Geocaching is a sport where people hide things and you go and find them. This is
|
|
||||||
an unnofficial client to access geocaching.com's list of caches, search and save
|
|
||||||
them to the device.
|
|
||||||
|
|
||||||
Older builds of this application no longer work due to reliance on third party
|
|
||||||
services that have changed.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/cgeo/cgeo
|
|
||||||
|
|
||||||
Build:1,1
|
|
||||||
disable=wip
|
|
||||||
commit=market_20140918
|
|
||||||
subdir=main
|
|
||||||
init=cp templates/keys.xml res/values/ && \
|
|
||||||
mkdir repackageMapsforge0.2/ && \
|
|
||||||
mv libs/mapsforge-map-0.2.4.jar repackageMapsforge0.2/
|
|
||||||
patch=no-gmaps.patch,dummykeys.patch
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ApacheHttpCore@4.2.3,ApacheHttpClient@4.2.3,HttpClientAndroid@46874342a6b7,MapsforgeCgeo@cbd01e8,LocusMap@6:08dee4be1444
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
rm=main/libs/*.jar,main/libs/*.properties,main/libs/src/*
|
|
||||||
prebuild=mv $$ApacheHttpCore$$/httpcore $$HttpClientAndroid$$/script/httpcore && \
|
|
||||||
mv $$ApacheHttpClient$$/httpclient $$HttpClientAndroid$$/script/httpclient && \
|
|
||||||
mv $$ApacheHttpClient$$/httpclient-cache $$HttpClientAndroid$$/script/httpclient-cache && \
|
|
||||||
mv $$ApacheHttpClient$$/httpmime $$HttpClientAndroid$$/script/httpmime && \
|
|
||||||
pushd $$HttpClientAndroid$$/script && \
|
|
||||||
sed -i -e '/checkout/d' convert_stock_httpclient && \
|
|
||||||
bash convert_stock_httpclient && \
|
|
||||||
popd && \
|
|
||||||
cp $$HttpClientAndroid$$/script/httpclientandroidlib-1.1.2.jar libs/ && \
|
|
||||||
echo "==== HttpClientAndroid done ====" && \
|
|
||||||
pushd $$LocusMap$$/LocusAddonPublicLib && \
|
|
||||||
ant release && \
|
|
||||||
popd && \
|
|
||||||
cp $$LocusMap$$/LocusAddonPublicLib/bin/classes.jar libs/locus-api-4.0.jar && \
|
|
||||||
$$MVN3$$ clean package -DskipTests -f $$MapsforgeCgeo$$/pom.xml && \
|
|
||||||
mv $$MapsforgeCgeo$$/mapsforge-map/target/mapsforge-map-0.3.0-jar-with-dependencies.jar libs/ && \
|
|
||||||
pushd repackageMapsforge0.2 && \
|
|
||||||
jar xf mapsforge-map-0.2.4.jar && \
|
|
||||||
rm org/mapsforge/android/mapsold/*.class && \
|
|
||||||
mkdir src && \
|
|
||||||
mv org src/ && \
|
|
||||||
printf '<?xml version="1.0" encoding="utf-8"?>\n<manifest xmlns:android="http://schemas.android.com/apk/res/android"\n\tpackage="org.mapsforge.android.mapsold"\n\tandroid:versionCode="1"\nandroid:versionName="1.0"/>\n' > AndroidManifest.xml && \
|
|
||||||
android update project --path . --target android-19 && \
|
|
||||||
echo "android.library=true" >> project.properties && \
|
|
||||||
ant release && \
|
|
||||||
cp bin/classes.jar ../libs/mapsforge-map-0.2.4.jar && \
|
|
||||||
popd && \
|
|
||||||
sed -i -e 's/debuggable true/debuggable false/' build.gradle && \
|
|
||||||
sed -i -e '/versionCode/d' build.gradle && \
|
|
||||||
sed -i -e '/versionName/d' build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
87
metadata/cgeo.geocaching.yml
Normal file
87
metadata/cgeo.geocaching.yml
Normal file
|
|
@ -0,0 +1,87 @@
|
||||||
|
Disabled: Wait for g-free build
|
||||||
|
AntiFeatures:
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- Navigation
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://www.cgeo.org
|
||||||
|
SourceCode: https://github.com/cgeo/c-geo-opensource
|
||||||
|
IssueTracker: https://github.com/cgeo/c-geo-opensource/issues
|
||||||
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=cgeo%40cgeo%2eorg&item_name=Donate%20to%20CGeo%20via%20F-droid
|
||||||
|
|
||||||
|
AutoName: c:geo
|
||||||
|
Summary: Geocaching client
|
||||||
|
Description: |-
|
||||||
|
Geocaching is a sport where people hide things and you go and find them. This is
|
||||||
|
an unnofficial client to access geocaching.com's list of caches, search and save
|
||||||
|
them to the device.
|
||||||
|
|
||||||
|
Older builds of this application no longer work due to reliance on third party
|
||||||
|
services that have changed.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/cgeo/cgeo
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1'
|
||||||
|
versionCode: 1
|
||||||
|
disable: wip
|
||||||
|
commit: market_20140918
|
||||||
|
subdir: main
|
||||||
|
init:
|
||||||
|
- cp templates/keys.xml res/values/
|
||||||
|
- mkdir repackageMapsforge0.2/
|
||||||
|
- mv libs/mapsforge-map-0.2.4.jar repackageMapsforge0.2/
|
||||||
|
patch:
|
||||||
|
- no-gmaps.patch
|
||||||
|
- dummykeys.patch
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ApacheHttpCore@4.2.3
|
||||||
|
- ApacheHttpClient@4.2.3
|
||||||
|
- HttpClientAndroid@46874342a6b7
|
||||||
|
- MapsforgeCgeo@cbd01e8
|
||||||
|
- LocusMap@6:08dee4be1444
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
rm:
|
||||||
|
- main/libs/*.jar
|
||||||
|
- main/libs/*.properties
|
||||||
|
- main/libs/src/*
|
||||||
|
prebuild:
|
||||||
|
- mv $$ApacheHttpCore$$/httpcore $$HttpClientAndroid$$/script/httpcore
|
||||||
|
- mv $$ApacheHttpClient$$/httpclient $$HttpClientAndroid$$/script/httpclient
|
||||||
|
- mv $$ApacheHttpClient$$/httpclient-cache $$HttpClientAndroid$$/script/httpclient-cache
|
||||||
|
- mv $$ApacheHttpClient$$/httpmime $$HttpClientAndroid$$/script/httpmime
|
||||||
|
- pushd $$HttpClientAndroid$$/script
|
||||||
|
- sed -i -e '/checkout/d' convert_stock_httpclient
|
||||||
|
- bash convert_stock_httpclient
|
||||||
|
- popd
|
||||||
|
- cp $$HttpClientAndroid$$/script/httpclientandroidlib-1.1.2.jar libs/
|
||||||
|
- echo "==== HttpClientAndroid done ===="
|
||||||
|
- pushd $$LocusMap$$/LocusAddonPublicLib
|
||||||
|
- ant release
|
||||||
|
- popd
|
||||||
|
- cp $$LocusMap$$/LocusAddonPublicLib/bin/classes.jar libs/locus-api-4.0.jar
|
||||||
|
- $$MVN3$$ clean package -DskipTests -f $$MapsforgeCgeo$$/pom.xml
|
||||||
|
- mv $$MapsforgeCgeo$$/mapsforge-map/target/mapsforge-map-0.3.0-jar-with-dependencies.jar
|
||||||
|
libs/
|
||||||
|
- pushd repackageMapsforge0.2
|
||||||
|
- jar xf mapsforge-map-0.2.4.jar
|
||||||
|
- rm org/mapsforge/android/mapsold/*.class
|
||||||
|
- mkdir src
|
||||||
|
- mv org src/
|
||||||
|
- printf '<?xml version="1.0" encoding="utf-8"?>\n<manifest xmlns:android="http://schemas.android.com/apk/res/android"\n\tpackage="org.mapsforge.android.mapsold"\n\tandroid:versionCode="1"\nandroid:versionName="1.0"/>\n'
|
||||||
|
> AndroidManifest.xml
|
||||||
|
- android update project --path . --target android-19
|
||||||
|
- echo "android.library=true" >> project.properties
|
||||||
|
- ant release
|
||||||
|
- cp bin/classes.jar ../libs/mapsforge-map-0.2.4.jar
|
||||||
|
- popd
|
||||||
|
- sed -i -e 's/debuggable true/debuggable false/' build.gradle
|
||||||
|
- sed -i -e '/versionCode/d' build.gradle
|
||||||
|
- sed -i -e '/versionName/d' build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
|
@ -1,171 +0,0 @@
|
||||||
Categories:Security,System,Connectivity
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:http://cellularprivacy.github.io/Android-IMSI-Catcher-Detector
|
|
||||||
Source Code:https://github.com/CellularPrivacy/Android-IMSI-Catcher-Detector
|
|
||||||
Issue Tracker:https://github.com/CellularPrivacy/Android-IMSI-Catcher-Detector/issues
|
|
||||||
Translation:https://hosted.weblate.org/projects/aimsicd/strings/
|
|
||||||
Changelog:https://github.com/CellularPrivacy/Android-IMSI-Catcher-Detector/blob/HEAD/CHANGELOG.md
|
|
||||||
Donate:https://www.bountysource.com/teams/android-imsi-catcher-detector/issues
|
|
||||||
|
|
||||||
Name:AIMSICD
|
|
||||||
Auto Name:Android IMSI-Catcher Detector
|
|
||||||
Summary:Fight cellular network attacks
|
|
||||||
Description:
|
|
||||||
Detect attacks of fake base stations such as IMSI-Catcher and StingRay on your
|
|
||||||
GSM/UMTS network. Look for silent SMS used by police and intelligence services.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/SecUpwN/Android-IMSI-Catcher-Detector.git
|
|
||||||
|
|
||||||
Build:0.1.24-alpha,24
|
|
||||||
commit=eddf37469e48acf194c852d2da81875c650ae052
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.1.25-alpha-b6,25
|
|
||||||
commit=v0.1.25-alpha-b6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.1.26-alpha-b00,26
|
|
||||||
commit=v0.1.26-alpha-b00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=OSMBonusPack@v5.1
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/osmbonuspack/d' build.gradle && \
|
|
||||||
cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
|
||||||
|
|
||||||
Build:0.1.27-alpha-b00,27
|
|
||||||
commit=v0.1.27-alpha-b00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=OSMBonusPack@v5.1
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/osmbonuspack/d' build.gradle && \
|
|
||||||
cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
|
||||||
|
|
||||||
Build:0.1.28-alpha-b00,28
|
|
||||||
commit=v0.1.28-alpha-b00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=OSMBonusPack@v5.1
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/osmbonuspack/d' build.gradle && \
|
|
||||||
cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
|
||||||
|
|
||||||
Build:0.1.30-alpha-b00,30
|
|
||||||
commit=v0.1.30-alpha-b00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=OSMBonusPack@v5.1
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/osmbonuspack/d' build.gradle && \
|
|
||||||
cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
|
||||||
|
|
||||||
Build:0.1.31-alpha-b00,31
|
|
||||||
commit=v0.1.31-alpha-b00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=OSMBonusPack@v5.1
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/osmbonuspack/d' build.gradle && \
|
|
||||||
cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
|
||||||
|
|
||||||
Build:0.1.32-alpha-b00,32
|
|
||||||
commit=v0.1.32-alpha-b00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=OSMBonusPack@v5.1
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/osmbonuspack/d' build.gradle && \
|
|
||||||
cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
|
||||||
|
|
||||||
Build:0.1.33-alpha-b00,33
|
|
||||||
commit=v0.1.33-alpha-b00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=OSMBonusPack@v5.1
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/osmbonuspack/d' build.gradle && \
|
|
||||||
cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
|
||||||
|
|
||||||
Build:0.1.34-alpha-b00,34
|
|
||||||
commit=v0.1.34-alpha-b00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=OSMBonusPack@v5.1
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/osmbonuspack/d' build.gradle && \
|
|
||||||
cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
|
||||||
|
|
||||||
Build:0.1.35-alpha-b00,35
|
|
||||||
disable=encoding error
|
|
||||||
commit=v0.1.35-alpha-b00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=OSMBonusPack@v5.1
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/osmbonuspack/d' build.gradle && \
|
|
||||||
cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
|
||||||
|
|
||||||
Build:0.1.36-alpha-b00,36
|
|
||||||
commit=v0.1.36-alpha-b00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=OSMBonusPack@v5.1
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/osmbonuspack/d' build.gradle && \
|
|
||||||
cp -fR $$OSMBonusPack$$/src/org src/main/java/ && \
|
|
||||||
sed -i '/to prevent negative values/d' src/main/java/org/osmdroid/bonuspack/clustering/GridMarkerClusterer.java && \
|
|
||||||
echo "-dontwarn com.kaichunlin.transition.**" >> proguard-rules.txt
|
|
||||||
|
|
||||||
Build:0.1.37-alpha-release,37
|
|
||||||
commit=v0.1.37-alpha
|
|
||||||
subdir=AIMSICD
|
|
||||||
gradle=normal
|
|
||||||
|
|
||||||
Build:0.1.38-alpha-normal,38
|
|
||||||
commit=v0.1.38-alpha
|
|
||||||
subdir=AIMSICD
|
|
||||||
gradle=normal
|
|
||||||
|
|
||||||
Build:0.1.39-alpha-normal,39
|
|
||||||
commit=v0.1.39-alpha
|
|
||||||
subdir=AIMSICD
|
|
||||||
gradle=normal
|
|
||||||
|
|
||||||
Build:0.1.40-alpha-normal,40
|
|
||||||
commit=v0.1.40-alpha
|
|
||||||
subdir=AIMSICD
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=normal
|
|
||||||
forceversion=yes
|
|
||||||
|
|
||||||
Build:0.1.41-alpha-normal,41
|
|
||||||
commit=v0.1.41-alpha
|
|
||||||
subdir=AIMSICD
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=normal
|
|
||||||
forceversion=yes
|
|
||||||
|
|
||||||
Build:0.1.42-alpha-normal,42
|
|
||||||
commit=v0.1.42-alpha
|
|
||||||
subdir=AIMSICD
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=normal
|
|
||||||
forceversion=yes
|
|
||||||
|
|
||||||
Build:0.1.43-alpha-normal,43
|
|
||||||
commit=v0.1.43-alpha
|
|
||||||
subdir=AIMSICD
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.12" }' >> ../build.gradle
|
|
||||||
gradle=normal
|
|
||||||
forceversion=yes
|
|
||||||
|
|
||||||
Archive Policy:0 versions
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:$project.version-system
|
|
||||||
Current Version Code:43
|
|
||||||
242
metadata/com.SecUpwN.AIMSICD.yml
Normal file
242
metadata/com.SecUpwN.AIMSICD.yml
Normal file
|
|
@ -0,0 +1,242 @@
|
||||||
|
Categories:
|
||||||
|
- Security
|
||||||
|
- System
|
||||||
|
- Connectivity
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
WebSite: http://cellularprivacy.github.io/Android-IMSI-Catcher-Detector
|
||||||
|
SourceCode: https://github.com/CellularPrivacy/Android-IMSI-Catcher-Detector
|
||||||
|
IssueTracker: https://github.com/CellularPrivacy/Android-IMSI-Catcher-Detector/issues
|
||||||
|
Translation: https://hosted.weblate.org/projects/aimsicd/strings/
|
||||||
|
Changelog: https://github.com/CellularPrivacy/Android-IMSI-Catcher-Detector/blob/HEAD/CHANGELOG.md
|
||||||
|
Donate: https://www.bountysource.com/teams/android-imsi-catcher-detector/issues
|
||||||
|
|
||||||
|
Name: AIMSICD
|
||||||
|
AutoName: Android IMSI-Catcher Detector
|
||||||
|
Summary: Fight cellular network attacks
|
||||||
|
Description: |-
|
||||||
|
Detect attacks of fake base stations such as IMSI-Catcher and StingRay on your
|
||||||
|
GSM/UMTS network. Look for silent SMS used by police and intelligence services.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/SecUpwN/Android-IMSI-Catcher-Detector.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.1.24-alpha
|
||||||
|
versionCode: 24
|
||||||
|
commit: eddf37469e48acf194c852d2da81875c650ae052
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.1.25-alpha-b6
|
||||||
|
versionCode: 25
|
||||||
|
commit: v0.1.25-alpha-b6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.1.26-alpha-b00
|
||||||
|
versionCode: 26
|
||||||
|
commit: v0.1.26-alpha-b00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- OSMBonusPack@v5.1
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/osmbonuspack/d' build.gradle
|
||||||
|
- cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
||||||
|
|
||||||
|
- versionName: 0.1.27-alpha-b00
|
||||||
|
versionCode: 27
|
||||||
|
commit: v0.1.27-alpha-b00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- OSMBonusPack@v5.1
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/osmbonuspack/d' build.gradle
|
||||||
|
- cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
||||||
|
|
||||||
|
- versionName: 0.1.28-alpha-b00
|
||||||
|
versionCode: 28
|
||||||
|
commit: v0.1.28-alpha-b00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- OSMBonusPack@v5.1
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/osmbonuspack/d' build.gradle
|
||||||
|
- cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
||||||
|
|
||||||
|
- versionName: 0.1.30-alpha-b00
|
||||||
|
versionCode: 30
|
||||||
|
commit: v0.1.30-alpha-b00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- OSMBonusPack@v5.1
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/osmbonuspack/d' build.gradle
|
||||||
|
- cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
||||||
|
|
||||||
|
- versionName: 0.1.31-alpha-b00
|
||||||
|
versionCode: 31
|
||||||
|
commit: v0.1.31-alpha-b00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- OSMBonusPack@v5.1
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/osmbonuspack/d' build.gradle
|
||||||
|
- cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
||||||
|
|
||||||
|
- versionName: 0.1.32-alpha-b00
|
||||||
|
versionCode: 32
|
||||||
|
commit: v0.1.32-alpha-b00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- OSMBonusPack@v5.1
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/osmbonuspack/d' build.gradle
|
||||||
|
- cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
||||||
|
|
||||||
|
- versionName: 0.1.33-alpha-b00
|
||||||
|
versionCode: 33
|
||||||
|
commit: v0.1.33-alpha-b00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- OSMBonusPack@v5.1
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/osmbonuspack/d' build.gradle
|
||||||
|
- cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
||||||
|
|
||||||
|
- versionName: 0.1.34-alpha-b00
|
||||||
|
versionCode: 34
|
||||||
|
commit: v0.1.34-alpha-b00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- OSMBonusPack@v5.1
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/osmbonuspack/d' build.gradle
|
||||||
|
- cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
||||||
|
|
||||||
|
- versionName: 0.1.35-alpha-b00
|
||||||
|
versionCode: 35
|
||||||
|
disable: encoding error
|
||||||
|
commit: v0.1.35-alpha-b00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- OSMBonusPack@v5.1
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/osmbonuspack/d' build.gradle
|
||||||
|
- cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
||||||
|
|
||||||
|
- versionName: 0.1.36-alpha-b00
|
||||||
|
versionCode: 36
|
||||||
|
commit: v0.1.36-alpha-b00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- OSMBonusPack@v5.1
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/osmbonuspack/d' build.gradle
|
||||||
|
- cp -fR $$OSMBonusPack$$/src/org src/main/java/
|
||||||
|
- sed -i '/to prevent negative values/d' src/main/java/org/osmdroid/bonuspack/clustering/GridMarkerClusterer.java
|
||||||
|
- echo "-dontwarn com.kaichunlin.transition.**" >> proguard-rules.txt
|
||||||
|
|
||||||
|
- versionName: 0.1.37-alpha-release
|
||||||
|
versionCode: 37
|
||||||
|
commit: v0.1.37-alpha
|
||||||
|
subdir: AIMSICD
|
||||||
|
gradle:
|
||||||
|
- normal
|
||||||
|
|
||||||
|
- versionName: 0.1.38-alpha-normal
|
||||||
|
versionCode: 38
|
||||||
|
commit: v0.1.38-alpha
|
||||||
|
subdir: AIMSICD
|
||||||
|
gradle:
|
||||||
|
- normal
|
||||||
|
|
||||||
|
- versionName: 0.1.39-alpha-normal
|
||||||
|
versionCode: 39
|
||||||
|
commit: v0.1.39-alpha
|
||||||
|
subdir: AIMSICD
|
||||||
|
gradle:
|
||||||
|
- normal
|
||||||
|
|
||||||
|
- versionName: 0.1.40-alpha-normal
|
||||||
|
versionCode: 40
|
||||||
|
commit: v0.1.40-alpha
|
||||||
|
subdir: AIMSICD
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- normal
|
||||||
|
forceversion: true
|
||||||
|
|
||||||
|
- versionName: 0.1.41-alpha-normal
|
||||||
|
versionCode: 41
|
||||||
|
commit: v0.1.41-alpha
|
||||||
|
subdir: AIMSICD
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- normal
|
||||||
|
forceversion: true
|
||||||
|
|
||||||
|
- versionName: 0.1.42-alpha-normal
|
||||||
|
versionCode: 42
|
||||||
|
commit: v0.1.42-alpha
|
||||||
|
subdir: AIMSICD
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- normal
|
||||||
|
forceversion: true
|
||||||
|
|
||||||
|
- versionName: 0.1.43-alpha-normal
|
||||||
|
versionCode: 43
|
||||||
|
commit: v0.1.43-alpha
|
||||||
|
subdir: AIMSICD
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.12\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- normal
|
||||||
|
forceversion: true
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: $project.version-system
|
||||||
|
CurrentVersionCode: 43
|
||||||
|
|
@ -1,177 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-2.0-or-later
|
|
||||||
Web Site:http://acdisplay.org
|
|
||||||
Source Code:https://github.com/AChep/AcDisplay
|
|
||||||
Issue Tracker:https://github.com/AChep/AcDisplay/issues
|
|
||||||
|
|
||||||
Auto Name:AcDisplay
|
|
||||||
Summary:Handle new notifications with ease
|
|
||||||
Description:
|
|
||||||
AcDisplay is a new way of handling notifications in Android. It will let you
|
|
||||||
know about new notifications by showing a minimal, beautiful screen, allowing
|
|
||||||
you to open them directly from the lock screen. And if you want to see what's
|
|
||||||
going on, you can simply take your phone out of your pocket to view all the
|
|
||||||
latest notifications, in a similarly pleasing and minimalistic manner.
|
|
||||||
|
|
||||||
Features:
|
|
||||||
|
|
||||||
* Great design and awesome performance.
|
|
||||||
* Active mode (uses the device's sensors to wake your device up when you need it.)
|
|
||||||
* Use AcDisplay as your lockscreen.
|
|
||||||
* Translated to most popular languages.
|
|
||||||
* Inactive hours (to save some battery.)
|
|
||||||
* Enable only while charging.
|
|
||||||
* Lots of other features such as: Blacklist, Dynamic background, Low-priority notifications and much more.
|
|
||||||
|
|
||||||
This app uses a precompiled library: XposedBridge.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/AChep/AcDisplay.git
|
|
||||||
|
|
||||||
Build:2.3,21
|
|
||||||
commit=65a96e9692604ff083f0839e8e62948144b4c70b
|
|
||||||
subdir=project/AcDisplay
|
|
||||||
gradle=localized
|
|
||||||
|
|
||||||
Build:2.4.5,29
|
|
||||||
disable=our gradle pre-processing is causing issues
|
|
||||||
commit=2.4.5
|
|
||||||
subdir=project/AcDisplay
|
|
||||||
gradle=localized
|
|
||||||
|
|
||||||
Build:3.0.16,48
|
|
||||||
commit=3.0.16
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
rm=project/app/src/main/libs/square-seismic*.jar
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
|
|
||||||
|
|
||||||
Build:3.1,49
|
|
||||||
commit=3.1
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
rm=project/app/src/main/libs/square-seismic*.jar
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
|
|
||||||
|
|
||||||
Build:3.1.1,50
|
|
||||||
commit=3.1.1
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
rm=project/app/src/main/libs/square-seismic*.jar
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
|
|
||||||
|
|
||||||
Build:3.2.2,53
|
|
||||||
commit=3.2.2
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
rm=project/app/src/main/libs/square-seismic*.jar
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
|
|
||||||
|
|
||||||
Build:3.2.3,54
|
|
||||||
commit=3.2.3
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
rm=project/app/src/main/libs/square-seismic*.jar
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
|
|
||||||
|
|
||||||
Build:3.3.2,57
|
|
||||||
commit=3.3.2
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.3.3,58
|
|
||||||
commit=3.3.3
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.4.1,61
|
|
||||||
commit=3.4.1
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.4.2,62
|
|
||||||
commit=3.4.2
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.4.4,64
|
|
||||||
commit=3.4.4
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.5,66
|
|
||||||
commit=3.5
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.6,67
|
|
||||||
commit=3.6
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.6.1,68
|
|
||||||
commit=3.6.1
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.6.2,69
|
|
||||||
commit=3.6.2
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.7.1,71
|
|
||||||
commit=3.7.1
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.8,72
|
|
||||||
commit=3.8
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.8.1,73
|
|
||||||
commit=3.8.1
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.8.2,74
|
|
||||||
commit=3.8.2
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.8.3,75
|
|
||||||
commit=3.8.3
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Build:3.8.4,76
|
|
||||||
commit=3.8.4
|
|
||||||
subdir=project/app
|
|
||||||
gradle=releaseFlavor
|
|
||||||
prebuild=sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
* Our gradle pre-processing is causing harm to some conditional statements.
|
|
||||||
* Looks like "AUM: Version %v" can be set when gradle is fixed.
|
|
||||||
* Uses jar for XposedBridge. Enabling build since we already shipped it once...
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:3.8.4
|
|
||||||
Current Version Code:76
|
|
||||||
251
metadata/com.achep.acdisplay.yml
Normal file
251
metadata/com.achep.acdisplay.yml
Normal file
|
|
@ -0,0 +1,251 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
WebSite: http://acdisplay.org
|
||||||
|
SourceCode: https://github.com/AChep/AcDisplay
|
||||||
|
IssueTracker: https://github.com/AChep/AcDisplay/issues
|
||||||
|
|
||||||
|
AutoName: AcDisplay
|
||||||
|
Summary: Handle new notifications with ease
|
||||||
|
Description: |-
|
||||||
|
AcDisplay is a new way of handling notifications in Android. It will let you
|
||||||
|
know about new notifications by showing a minimal, beautiful screen, allowing
|
||||||
|
you to open them directly from the lock screen. And if you want to see what's
|
||||||
|
going on, you can simply take your phone out of your pocket to view all the
|
||||||
|
latest notifications, in a similarly pleasing and minimalistic manner.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* Great design and awesome performance.
|
||||||
|
* Active mode (uses the device's sensors to wake your device up when you need it.)
|
||||||
|
* Use AcDisplay as your lockscreen.
|
||||||
|
* Translated to most popular languages.
|
||||||
|
* Inactive hours (to save some battery.)
|
||||||
|
* Enable only while charging.
|
||||||
|
* Lots of other features such as: Blacklist, Dynamic background, Low-priority notifications and much more.
|
||||||
|
|
||||||
|
This app uses a precompiled library: XposedBridge.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AChep/AcDisplay.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '2.3'
|
||||||
|
versionCode: 21
|
||||||
|
commit: 65a96e9692604ff083f0839e8e62948144b4c70b
|
||||||
|
subdir: project/AcDisplay
|
||||||
|
gradle:
|
||||||
|
- localized
|
||||||
|
|
||||||
|
- versionName: 2.4.5
|
||||||
|
versionCode: 29
|
||||||
|
disable: our gradle pre-processing is causing issues
|
||||||
|
commit: 2.4.5
|
||||||
|
subdir: project/AcDisplay
|
||||||
|
gradle:
|
||||||
|
- localized
|
||||||
|
|
||||||
|
- versionName: 3.0.16
|
||||||
|
versionCode: 48
|
||||||
|
commit: 3.0.16
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
rm:
|
||||||
|
- project/app/src/main/libs/square-seismic*.jar
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
|
||||||
|
-e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
|
||||||
|
|
||||||
|
- versionName: '3.1'
|
||||||
|
versionCode: 49
|
||||||
|
commit: '3.1'
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
rm:
|
||||||
|
- project/app/src/main/libs/square-seismic*.jar
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
|
||||||
|
-e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.1.1
|
||||||
|
versionCode: 50
|
||||||
|
commit: 3.1.1
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
rm:
|
||||||
|
- project/app/src/main/libs/square-seismic*.jar
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
|
||||||
|
-e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.2.2
|
||||||
|
versionCode: 53
|
||||||
|
commit: 3.2.2
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
rm:
|
||||||
|
- project/app/src/main/libs/square-seismic*.jar
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
|
||||||
|
-e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.2.3
|
||||||
|
versionCode: 54
|
||||||
|
commit: 3.2.3
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
rm:
|
||||||
|
- project/app/src/main/libs/square-seismic*.jar
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
|
||||||
|
-e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.3.2
|
||||||
|
versionCode: 57
|
||||||
|
commit: 3.3.2
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.3.3
|
||||||
|
versionCode: 58
|
||||||
|
commit: 3.3.3
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.4.1
|
||||||
|
versionCode: 61
|
||||||
|
commit: 3.4.1
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.4.2
|
||||||
|
versionCode: 62
|
||||||
|
commit: 3.4.2
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.4.4
|
||||||
|
versionCode: 64
|
||||||
|
commit: 3.4.4
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: '3.5'
|
||||||
|
versionCode: 66
|
||||||
|
commit: '3.5'
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: '3.6'
|
||||||
|
versionCode: 67
|
||||||
|
commit: '3.6'
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.6.1
|
||||||
|
versionCode: 68
|
||||||
|
commit: 3.6.1
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.6.2
|
||||||
|
versionCode: 69
|
||||||
|
commit: 3.6.2
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.7.1
|
||||||
|
versionCode: 71
|
||||||
|
commit: 3.7.1
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: '3.8'
|
||||||
|
versionCode: 72
|
||||||
|
commit: '3.8'
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.8.1
|
||||||
|
versionCode: 73
|
||||||
|
commit: 3.8.1
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.8.2
|
||||||
|
versionCode: 74
|
||||||
|
commit: 3.8.2
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.8.3
|
||||||
|
versionCode: 75
|
||||||
|
commit: 3.8.3
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.8.4
|
||||||
|
versionCode: 76
|
||||||
|
commit: 3.8.4
|
||||||
|
subdir: project/app
|
||||||
|
gradle:
|
||||||
|
- releaseFlavor
|
||||||
|
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
|
||||||
|
= UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
* Our gradle pre-processing is causing harm to some conditional statements.
|
||||||
|
* Looks like "AUM: Version %v" can be set when gradle is fixed.
|
||||||
|
* Uses jar for XposedBridge. Enabling build since we already shipped it once...
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 3.8.4
|
||||||
|
CurrentVersionCode: 76
|
||||||
|
|
@ -1,186 +0,0 @@
|
||||||
AntiFeatures:NonFreeDep,UpstreamNonFree
|
|
||||||
Categories:System
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/afollestad/cabinet
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:Cabinet Beta
|
|
||||||
Summary:File manager
|
|
||||||
Description:
|
|
||||||
Minimal file manager designed for Android 4.1 and above. However, updates might
|
|
||||||
be slow or might not come at all, since the author has no longer the time to
|
|
||||||
maintain it. Pullrequests are welcome.
|
|
||||||
|
|
||||||
This app is now closed-source and will not be available on F-Droid in the
|
|
||||||
future.
|
|
||||||
.
|
|
||||||
|
|
||||||
Build:1.8.1,71
|
|
||||||
commit=a6440d5bd4dd95a8416a86305527a6f86aa49020
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.8.2,74
|
|
||||||
commit=6f40d75491728fe45bd68bb1c1c08100e1bd9dfa
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.8.3,75
|
|
||||||
commit=4ab08e6acc6bc6dfb84365fb604e92382bd2df6a
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.8.3.1,78
|
|
||||||
commit=ca6ece5f54ca8892a0415d4db41f05e22e469e3a
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.8.3.3,82
|
|
||||||
commit=b42d76b7548e11dcb2040547f27ca3571afb1cef
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
|
|
||||||
Build:1.8.4,86
|
|
||||||
commit=f1505e32df41262d35c6c9853b756b3297c2788c
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e 's/gradle:0.13.2/gradle:0.12.+/g' ../build.gradle
|
|
||||||
|
|
||||||
Build:1.8.4.1,87
|
|
||||||
commit=e42c22631ce240cc670ddf13f1efc195e124f1f5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
|
|
||||||
Build:1.8.4.3,89
|
|
||||||
commit=4e7adb4277e87fc5d7491e9463544a0f65d968d8
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
|
|
||||||
Build:1.8.5,91
|
|
||||||
commit=8d59014d78f0ede2b999a7a101e05f5dd0bd93d4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.8.5.1,92
|
|
||||||
commit=a17ac44eb056739410c5c94b182a9bdd9a33c7f5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.8.5.3,94
|
|
||||||
commit=d09a413677295058c36a1ce452865ffb28034cbd
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.8.6,95
|
|
||||||
commit=f11d545b9c1890c177abbeb7121b748dd3678a22
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.8.7,96
|
|
||||||
commit=6359f9b64ce65468d3dd5988bb17c8baa63de721
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.8.7.1,97
|
|
||||||
commit=e2f2dd500a55dac5f9a88a4743581e5e583b9edf
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.8.7.2,98
|
|
||||||
commit=f5cede1f42c5605e796a1797f6c8712cf863cd31
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.9.0.3,103
|
|
||||||
commit=v1.9.0.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.9.0.6,106
|
|
||||||
commit=v1.9.0.6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.9.0.8,108
|
|
||||||
commit=v1.9.0.8
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.9.0.9,112
|
|
||||||
disable=crashlytics
|
|
||||||
commit=v1.9.0.9
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.9.1.0,114
|
|
||||||
disable=crashlytics
|
|
||||||
commit=v1.9.1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*
|
|
||||||
prebuild=sed -i -e '/buildTypesMatcher/d' build.gradle && \
|
|
||||||
sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
|
||||||
|
|
||||||
Build:1.9.1.1,115
|
|
||||||
disable=crashlytics
|
|
||||||
commit=v1.9.1.1
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
* might include play-services sooner or later
|
|
||||||
* might use tags someday
|
|
||||||
* uses crashlytics
|
|
||||||
.
|
|
||||||
|
|
||||||
Archive Policy:0 versions
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:0
|
|
||||||
Current Version Code:0
|
|
||||||
|
|
||||||
No Source Since:1.9.2.0
|
|
||||||
263
metadata/com.afollestad.cabinet.yml
Normal file
263
metadata/com.afollestad.cabinet.yml
Normal file
|
|
@ -0,0 +1,263 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeDep
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/afollestad/cabinet
|
||||||
|
|
||||||
|
AutoName: Cabinet Beta
|
||||||
|
Summary: File manager
|
||||||
|
Description: |-
|
||||||
|
Minimal file manager designed for Android 4.1 and above. However, updates might
|
||||||
|
be slow or might not come at all, since the author has no longer the time to
|
||||||
|
maintain it. Pullrequests are welcome.
|
||||||
|
|
||||||
|
This app is now closed-source and will not be available on F-Droid in the
|
||||||
|
future.
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.8.1
|
||||||
|
versionCode: 71
|
||||||
|
commit: a6440d5bd4dd95a8416a86305527a6f86aa49020
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild: sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"'
|
||||||
|
build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.2
|
||||||
|
versionCode: 74
|
||||||
|
commit: 6f40d75491728fe45bd68bb1c1c08100e1bd9dfa
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild: sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"'
|
||||||
|
build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.3
|
||||||
|
versionCode: 75
|
||||||
|
commit: 4ab08e6acc6bc6dfb84365fb604e92382bd2df6a
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild: sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"'
|
||||||
|
build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.3.1
|
||||||
|
versionCode: 78
|
||||||
|
commit: ca6ece5f54ca8892a0415d4db41f05e22e469e3a
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild: sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"'
|
||||||
|
build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.3.3
|
||||||
|
versionCode: 82
|
||||||
|
commit: b42d76b7548e11dcb2040547f27ca3571afb1cef
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
|
||||||
|
- versionName: 1.8.4
|
||||||
|
versionCode: 86
|
||||||
|
commit: f1505e32df41262d35c6c9853b756b3297c2788c
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild: sed -i -e 's/gradle:0.13.2/gradle:0.12.+/g' ../build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.4.1
|
||||||
|
versionCode: 87
|
||||||
|
commit: e42c22631ce240cc670ddf13f1efc195e124f1f5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
|
||||||
|
- versionName: 1.8.4.3
|
||||||
|
versionCode: 89
|
||||||
|
commit: 4e7adb4277e87fc5d7491e9463544a0f65d968d8
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
|
||||||
|
- versionName: 1.8.5
|
||||||
|
versionCode: 91
|
||||||
|
commit: 8d59014d78f0ede2b999a7a101e05f5dd0bd93d4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.5.1
|
||||||
|
versionCode: 92
|
||||||
|
commit: a17ac44eb056739410c5c94b182a9bdd9a33c7f5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.5.3
|
||||||
|
versionCode: 94
|
||||||
|
commit: d09a413677295058c36a1ce452865ffb28034cbd
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.6
|
||||||
|
versionCode: 95
|
||||||
|
commit: f11d545b9c1890c177abbeb7121b748dd3678a22
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.7
|
||||||
|
versionCode: 96
|
||||||
|
commit: 6359f9b64ce65468d3dd5988bb17c8baa63de721
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.7.1
|
||||||
|
versionCode: 97
|
||||||
|
commit: e2f2dd500a55dac5f9a88a4743581e5e583b9edf
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.7.2
|
||||||
|
versionCode: 98
|
||||||
|
commit: f5cede1f42c5605e796a1797f6c8712cf863cd31
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.9.0.3
|
||||||
|
versionCode: 103
|
||||||
|
commit: v1.9.0.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.9.0.6
|
||||||
|
versionCode: 106
|
||||||
|
commit: v1.9.0.6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.9.0.8
|
||||||
|
versionCode: 108
|
||||||
|
commit: v1.9.0.8
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.9.0.9
|
||||||
|
versionCode: 112
|
||||||
|
disable: crashlytics
|
||||||
|
commit: v1.9.0.9
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.9.1.0
|
||||||
|
versionCode: 114
|
||||||
|
disable: crashlytics
|
||||||
|
commit: v1.9.1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypesMatcher/d' build.gradle
|
||||||
|
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.9.1.1
|
||||||
|
versionCode: 115
|
||||||
|
disable: crashlytics
|
||||||
|
commit: v1.9.1.1
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
* might include play-services sooner or later
|
||||||
|
* might use tags someday
|
||||||
|
* uses crashlytics
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: '0'
|
||||||
|
CurrentVersionCode: 0
|
||||||
|
|
||||||
|
NoSourceSince: 1.9.2.0
|
||||||
|
|
@ -1,44 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:http://aidanfollestad.com/projects
|
|
||||||
Source Code:
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Name:Impression
|
|
||||||
Auto Name:${appName}
|
|
||||||
Summary:View images
|
|
||||||
Description:
|
|
||||||
Image gallery based on material design. This build removes non-free crashlytics
|
|
||||||
sofware and will most likely not see any updates, since upstream now uses
|
|
||||||
Google's play-services, a non-free dependecy, e.g. for media casting.
|
|
||||||
|
|
||||||
This build might be unstable and crash when not used in "explorer mode". Please
|
|
||||||
don't report issues to upstream that are not present in
|
|
||||||
[https://github.com/afollestad/impression/releases official builds].
|
|
||||||
.
|
|
||||||
|
|
||||||
Build:0.8.0,66
|
|
||||||
commit=0.8.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/dexOptions{/,+2d' -e '/fabric/d' -e '/com.crashlytics.sdk.android/,+2d' -e '/release {/a ext.enableCrashlytics = false' -e '/applicationVariants.all/,+5d' build.gradle && \
|
|
||||||
sed -i -e '/ben-manes/d' -e 's/gradle:2.0.0-alpha1/gradle:1.5.0/g' ../build.gradle
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
This app has been moved to the archive because people did complain to upstream -- just what I told them NOT to do. People don't read... sad, but true.
|
|
||||||
|
|
||||||
* Strip crashlytics from newer versions
|
|
||||||
* Strip play-services from newer versions
|
|
||||||
* UCM:Tags after next release
|
|
||||||
* Add -fdroid suffix?
|
|
||||||
* AutoName is a variable, so dont use it
|
|
||||||
* Maybe find someone to maintain a floss fork?
|
|
||||||
.
|
|
||||||
|
|
||||||
Archive Policy:0 versions
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:0
|
|
||||||
Current Version Code:0
|
|
||||||
|
|
||||||
No Source Since:0.8.1
|
|
||||||
47
metadata/com.afollestad.impression.yml
Normal file
47
metadata/com.afollestad.impression.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
WebSite: http://aidanfollestad.com/projects
|
||||||
|
|
||||||
|
Name: Impression
|
||||||
|
AutoName: ${appName}
|
||||||
|
Summary: View images
|
||||||
|
Description: |-
|
||||||
|
Image gallery based on material design. This build removes non-free crashlytics
|
||||||
|
sofware and will most likely not see any updates, since upstream now uses
|
||||||
|
Google's play-services, a non-free dependecy, e.g. for media casting.
|
||||||
|
|
||||||
|
This build might be unstable and crash when not used in "explorer mode". Please
|
||||||
|
don't report issues to upstream that are not present in
|
||||||
|
[https://github.com/afollestad/impression/releases official builds].
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.8.0
|
||||||
|
versionCode: 66
|
||||||
|
commit: 0.8.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/dexOptions{/,+2d' -e '/fabric/d' -e '/com.crashlytics.sdk.android/,+2d'
|
||||||
|
-e '/release {/a ext.enableCrashlytics = false' -e '/applicationVariants.all/,+5d'
|
||||||
|
build.gradle
|
||||||
|
- sed -i -e '/ben-manes/d' -e 's/gradle:2.0.0-alpha1/gradle:1.5.0/g' ../build.gradle
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
This app has been moved to the archive because people did complain to upstream -- just what I told them NOT to do. People don't read... sad, but true.
|
||||||
|
|
||||||
|
* Strip crashlytics from newer versions
|
||||||
|
* Strip play-services from newer versions
|
||||||
|
* UCM:Tags after next release
|
||||||
|
* Add -fdroid suffix?
|
||||||
|
* AutoName is a variable, so dont use it
|
||||||
|
* Maybe find someone to maintain a floss fork?
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: '0'
|
||||||
|
CurrentVersionCode: 0
|
||||||
|
|
||||||
|
NoSourceSince: 0.8.1
|
||||||
|
|
@ -1,65 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/AlexKang/loopboard
|
|
||||||
Issue Tracker:https://github.com/AlexKang/loopboard/issues
|
|
||||||
|
|
||||||
Auto Name:LoopBoard
|
|
||||||
Summary:Record, play and loop sounds
|
|
||||||
Description:
|
|
||||||
Dynamic sound board. Record sound clips and play them back or loop them.
|
|
||||||
|
|
||||||
Currently, the application can record sounds through the microphone (or use
|
|
||||||
sounds from internal storage!) and play them back through a newly created
|
|
||||||
button. Each button has the option to re-record and loop playback.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/AlexKang/loopboard
|
|
||||||
|
|
||||||
Build:1.4,5
|
|
||||||
commit=f4d87ee028feb23f52141a9b8d9d29d9b2682377
|
|
||||||
rm=libs/*,app/build/
|
|
||||||
prebuild=sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile "com.android.support:support-v4:21.0.+" }' app/build.gradle
|
|
||||||
|
|
||||||
Build:1.8,13
|
|
||||||
commit=c5a0ed6d5f82eb62e8fa94044a8b48fca73d27e1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=libs/*,app/build/
|
|
||||||
prebuild=sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile "com.android.support:support-v4:21.0.+" }' build.gradle && \
|
|
||||||
sed -i -e 's/com.android.tools.build:gradle:0.13.2/com.android.tools.build:gradle:0.12.0/g' ../build.gradle
|
|
||||||
|
|
||||||
Build:1.8.2,15
|
|
||||||
commit=81c5b5ae188682b2904ddb354ac71f5565f8ac1b
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=libs/*,app/build/
|
|
||||||
prebuild=sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile "com.android.support:support-v4:21.0.+" }' build.gradle && \
|
|
||||||
sed -i -e 's/com.android.tools.build:gradle:0.13.2/com.android.tools.build:gradle:0.12.0/g' ../build.gradle
|
|
||||||
|
|
||||||
Build:2.1,17
|
|
||||||
commit=14a437deead7b5ef0fe2fb01abb9d964002f2e4d
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=libs/*,app/build/
|
|
||||||
prebuild=sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile "com.android.support:support-v4:21.0.+" }' build.gradle
|
|
||||||
|
|
||||||
Build:2.2,18
|
|
||||||
commit=c43813ccc5a59fbbd34c0d0aae01d69ad7549186
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=libs/*,app/build/
|
|
||||||
prebuild=sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile "com.android.support:support-v4:21.0.+" }' build.gradle
|
|
||||||
|
|
||||||
Build:2.3,19
|
|
||||||
commit=3e0030f72d34684dfc41ed6cd6a28c905b0eb282
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
rm=libs/*,app/build/
|
|
||||||
prebuild=sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile "com.android.support:support-v4:21.0.+" }' build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:3.0
|
|
||||||
Current Version Code:20
|
|
||||||
98
metadata/com.alexkang.loopboard.yml
Normal file
98
metadata/com.alexkang.loopboard.yml
Normal file
|
|
@ -0,0 +1,98 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/AlexKang/loopboard
|
||||||
|
IssueTracker: https://github.com/AlexKang/loopboard/issues
|
||||||
|
|
||||||
|
AutoName: LoopBoard
|
||||||
|
Summary: Record, play and loop sounds
|
||||||
|
Description: |-
|
||||||
|
Dynamic sound board. Record sound clips and play them back or loop them.
|
||||||
|
|
||||||
|
Currently, the application can record sounds through the microphone (or use
|
||||||
|
sounds from internal storage!) and play them back through a newly created
|
||||||
|
button. Each button has the option to re-record and loop playback.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AlexKang/loopboard
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.4'
|
||||||
|
versionCode: 5
|
||||||
|
commit: f4d87ee028feb23f52141a9b8d9d29d9b2682377
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
- app/build/
|
||||||
|
prebuild: sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile
|
||||||
|
"com.android.support:support-v4:21.0.+" }' app/build.gradle
|
||||||
|
|
||||||
|
- versionName: '1.8'
|
||||||
|
versionCode: 13
|
||||||
|
commit: c5a0ed6d5f82eb62e8fa94044a8b48fca73d27e1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
- app/build/
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile
|
||||||
|
"com.android.support:support-v4:21.0.+" }' build.gradle
|
||||||
|
- sed -i -e 's/com.android.tools.build:gradle:0.13.2/com.android.tools.build:gradle:0.12.0/g'
|
||||||
|
../build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.2
|
||||||
|
versionCode: 15
|
||||||
|
commit: 81c5b5ae188682b2904ddb354ac71f5565f8ac1b
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
- app/build/
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile
|
||||||
|
"com.android.support:support-v4:21.0.+" }' build.gradle
|
||||||
|
- sed -i -e 's/com.android.tools.build:gradle:0.13.2/com.android.tools.build:gradle:0.12.0/g'
|
||||||
|
../build.gradle
|
||||||
|
|
||||||
|
- versionName: '2.1'
|
||||||
|
versionCode: 17
|
||||||
|
commit: 14a437deead7b5ef0fe2fb01abb9d964002f2e4d
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
- app/build/
|
||||||
|
prebuild: sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile
|
||||||
|
"com.android.support:support-v4:21.0.+" }' build.gradle
|
||||||
|
|
||||||
|
- versionName: '2.2'
|
||||||
|
versionCode: 18
|
||||||
|
commit: c43813ccc5a59fbbd34c0d0aae01d69ad7549186
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
- app/build/
|
||||||
|
prebuild: sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile
|
||||||
|
"com.android.support:support-v4:21.0.+" }' build.gradle
|
||||||
|
|
||||||
|
- versionName: '2.3'
|
||||||
|
versionCode: 19
|
||||||
|
commit: 3e0030f72d34684dfc41ed6cd6a28c905b0eb282
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
- app/build/
|
||||||
|
prebuild: sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile
|
||||||
|
"com.android.support:support-v4:21.0.+" }' build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '3.0'
|
||||||
|
CurrentVersionCode: 20
|
||||||
|
|
@ -1,35 +0,0 @@
|
||||||
Categories:Science & Education
|
|
||||||
License:GPL-2.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/allan-simon/verbiste-android
|
|
||||||
Issue Tracker:https://github.com/allan-simon/verbiste-android/issues
|
|
||||||
|
|
||||||
Auto Name:Verbiste Android
|
|
||||||
Summary:Conjugate French verbs
|
|
||||||
Description:
|
|
||||||
Verb conjugation for French, powered by
|
|
||||||
[http://perso.b2b2c.ca/~sarrazip/dev/verbiste.html Verbiste] database.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/allan-simon/verbiste-android
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=cddbaf1dc319e6b52bc944067db8da46b1d4f8f4
|
|
||||||
srclibs=1:Support/v7/appcompat@android-5.0.1_r1
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=pushd utils && \
|
|
||||||
python xml2sqlite.py && \
|
|
||||||
popd && \
|
|
||||||
echo -e 'java.source=1.7\njava.target=1.7' | tee $$Support$$/ant.properties > ant.properties && \
|
|
||||||
cp libs/android-support-v4.jar $$Support$$/libs/
|
|
||||||
target=android-21
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Run cd utils ; python xml2sqlite.py before build.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:1
|
|
||||||
38
metadata/com.allansimon.verbisteandroid.yml
Normal file
38
metadata/com.allansimon.verbisteandroid.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
License: GPL-2.0-only
|
||||||
|
SourceCode: https://github.com/allan-simon/verbiste-android
|
||||||
|
IssueTracker: https://github.com/allan-simon/verbiste-android/issues
|
||||||
|
|
||||||
|
AutoName: Verbiste Android
|
||||||
|
Summary: Conjugate French verbs
|
||||||
|
Description: |-
|
||||||
|
Verb conjugation for French, powered by
|
||||||
|
[http://perso.b2b2c.ca/~sarrazip/dev/verbiste.html Verbiste] database.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/allan-simon/verbiste-android
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: cddbaf1dc319e6b52bc944067db8da46b1d4f8f4
|
||||||
|
srclibs:
|
||||||
|
- 1:Support/v7/appcompat@android-5.0.1_r1
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd utils
|
||||||
|
- python xml2sqlite.py
|
||||||
|
- popd
|
||||||
|
- echo -e 'java.source=1.7\njava.target=1.7' | tee $$Support$$/ant.properties
|
||||||
|
> ant.properties
|
||||||
|
- cp libs/android-support-v4.jar $$Support$$/libs/
|
||||||
|
target: android-21
|
||||||
|
|
||||||
|
MaintainerNotes: Run cd utils ; python xml2sqlite.py before build.
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://github.com/Amphoras/TPT-Helper
|
|
||||||
Source Code:https://github.com/Amphoras/TPT-Helper/tree/V2.0.3/TPT%20Helper
|
|
||||||
Issue Tracker:https://github.com/Amphoras/TPT-Helper/issues
|
|
||||||
|
|
||||||
Auto Name:TPT Helper
|
|
||||||
Summary:Tools for ZTE phones
|
|
||||||
Description:
|
|
||||||
TPT Helper is designed for the ZTE phones. It helps you to easily repartition
|
|
||||||
the phone and for the ZTE Blade, convert it to the Gen 2 memory layout to let
|
|
||||||
you run the latest custom ROMs. ZTE phones supported so far are the ZTE Blade
|
|
||||||
alias Orange San Francisco, ZTE Skate alias Orange Monte Carlo and the Orange
|
|
||||||
San Francisco II alias T-Mobile Vivacity.
|
|
||||||
|
|
||||||
Warning: TPTs can be dangerous and could permanently brick your phone. Only use
|
|
||||||
files designed for your phone, and always follow the in-app instructions. When
|
|
||||||
you flash a TPT, all your data will be wiped. Make a backup first.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/Amphoras/TPT-Helper.git
|
|
||||||
|
|
||||||
Build:2.0.3,24
|
|
||||||
commit=e2c80263eef99fd6ab4aa656bfae47a22389493f
|
|
||||||
subdir=TPT Helper
|
|
||||||
target=android-10
|
|
||||||
|
|
||||||
Build:2.1,25
|
|
||||||
commit=16957b894e37a2c540d7f7a819443fce3f3d523a
|
|
||||||
subdir=TPT Helper
|
|
||||||
prebuild=cd assets && \
|
|
||||||
rm ztepack && \
|
|
||||||
cp ztepack.txt ztepack.cpp && \
|
|
||||||
gcc -o ztepack ztepack.cpp
|
|
||||||
target=android-10
|
|
||||||
scanignore=TPT Helper/assets/ztepack
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:2.1
|
|
||||||
Current Version Code:25
|
|
||||||
47
metadata/com.amphoras.tpthelper.yml
Normal file
47
metadata/com.amphoras.tpthelper.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://github.com/Amphoras/TPT-Helper
|
||||||
|
SourceCode: https://github.com/Amphoras/TPT-Helper/tree/V2.0.3/TPT%20Helper
|
||||||
|
IssueTracker: https://github.com/Amphoras/TPT-Helper/issues
|
||||||
|
|
||||||
|
AutoName: TPT Helper
|
||||||
|
Summary: Tools for ZTE phones
|
||||||
|
Description: |-
|
||||||
|
TPT Helper is designed for the ZTE phones. It helps you to easily repartition
|
||||||
|
the phone and for the ZTE Blade, convert it to the Gen 2 memory layout to let
|
||||||
|
you run the latest custom ROMs. ZTE phones supported so far are the ZTE Blade
|
||||||
|
alias Orange San Francisco, ZTE Skate alias Orange Monte Carlo and the Orange
|
||||||
|
San Francisco II alias T-Mobile Vivacity.
|
||||||
|
|
||||||
|
Warning: TPTs can be dangerous and could permanently brick your phone. Only use
|
||||||
|
files designed for your phone, and always follow the in-app instructions. When
|
||||||
|
you flash a TPT, all your data will be wiped. Make a backup first.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Amphoras/TPT-Helper.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 2.0.3
|
||||||
|
versionCode: 24
|
||||||
|
commit: e2c80263eef99fd6ab4aa656bfae47a22389493f
|
||||||
|
subdir: TPT Helper
|
||||||
|
target: android-10
|
||||||
|
|
||||||
|
- versionName: '2.1'
|
||||||
|
versionCode: 25
|
||||||
|
commit: 16957b894e37a2c540d7f7a819443fce3f3d523a
|
||||||
|
subdir: TPT Helper
|
||||||
|
prebuild:
|
||||||
|
- cd assets
|
||||||
|
- rm ztepack
|
||||||
|
- cp ztepack.txt ztepack.cpp
|
||||||
|
- gcc -o ztepack ztepack.cpp
|
||||||
|
target: android-10
|
||||||
|
scanignore:
|
||||||
|
- TPT Helper/assets/ztepack
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '2.1'
|
||||||
|
CurrentVersionCode: 25
|
||||||
|
|
@ -1,78 +0,0 @@
|
||||||
Disabled:Use in.shick.diode
|
|
||||||
Categories:Internet
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:https://www.talklittle.com/reddit-is-fun/
|
|
||||||
Source Code:https://github.com/talklittle/reddit-is-fun
|
|
||||||
Issue Tracker:https://github.com/talklittle/reddit-is-fun/issues
|
|
||||||
|
|
||||||
Auto Name:reddit is fun
|
|
||||||
Summary:Access social news
|
|
||||||
Description:
|
|
||||||
An app for the social news website Reddit.
|
|
||||||
|
|
||||||
N.B v2.0+ of RiF, found elsewhere, are proprietary
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/talklittle/reddit-is-fun.git
|
|
||||||
|
|
||||||
Build:1.1.2a,67
|
|
||||||
commit=d507af7facaf46323804
|
|
||||||
prebuild=rsync -r lib/ libs
|
|
||||||
|
|
||||||
Build:1.1.3,68
|
|
||||||
commit=b302eaa24a975060f7fb
|
|
||||||
prebuild=rsync -r lib/ libs
|
|
||||||
|
|
||||||
Build:1.1.4,69
|
|
||||||
commit=9372d0ab3a16125e9045
|
|
||||||
prebuild=rsync -r lib/ libs
|
|
||||||
|
|
||||||
Build:1.2.0,70
|
|
||||||
commit=442e604760506e25e6c9
|
|
||||||
prebuild=rsync -r lib/ libs
|
|
||||||
|
|
||||||
Build:1.2.0a,71
|
|
||||||
commit=e37439e12d11ff17a841
|
|
||||||
prebuild=rsync -r lib/ libs
|
|
||||||
|
|
||||||
Build:1.2.1,73
|
|
||||||
commit=e35fd128c954d41e24abf91b71f301740f6ca483
|
|
||||||
prebuild=rsync -r lib/ libs
|
|
||||||
|
|
||||||
Build:1.2.1.2,75
|
|
||||||
commit=28c98a7
|
|
||||||
prebuild=rsync -r lib/ libs
|
|
||||||
target=android-10
|
|
||||||
|
|
||||||
Build:1.2.1.3,76
|
|
||||||
commit=143892b558
|
|
||||||
prebuild=rsync -r lib/ libs
|
|
||||||
target=android-10
|
|
||||||
|
|
||||||
Build:1.2.1.5,78
|
|
||||||
disable=more dependency shuffling required and watch out for the proguard config
|
|
||||||
commit=unknown - see disabled
|
|
||||||
|
|
||||||
Build:1.3.0,83
|
|
||||||
commit=v1.3.0
|
|
||||||
prebuild=mkdir lib && \
|
|
||||||
mv libs-dependencies/* lib && \
|
|
||||||
rm -r libs-dependencies && \
|
|
||||||
mv libs/* lib && \
|
|
||||||
rm -r libs && \
|
|
||||||
git checkout proguard.cfg
|
|
||||||
target=android-11
|
|
||||||
|
|
||||||
Build:2.1.1,91
|
|
||||||
disable=No source in repo
|
|
||||||
commit=unknown - see disabled
|
|
||||||
|
|
||||||
Build:2.2,92
|
|
||||||
disable=No source in repo
|
|
||||||
commit=unknown - see disabled
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:1.3.0
|
|
||||||
Current Version Code:83
|
|
||||||
92
metadata/com.andrewshu.android.reddit.yml
Normal file
92
metadata/com.andrewshu.android.reddit.yml
Normal file
|
|
@ -0,0 +1,92 @@
|
||||||
|
Disabled: Use in.shick.diode
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
WebSite: https://www.talklittle.com/reddit-is-fun/
|
||||||
|
SourceCode: https://github.com/talklittle/reddit-is-fun
|
||||||
|
IssueTracker: https://github.com/talklittle/reddit-is-fun/issues
|
||||||
|
|
||||||
|
AutoName: reddit is fun
|
||||||
|
Summary: Access social news
|
||||||
|
Description: |-
|
||||||
|
An app for the social news website Reddit.
|
||||||
|
|
||||||
|
N.B v2.0+ of RiF, found elsewhere, are proprietary
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/talklittle/reddit-is-fun.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.1.2a
|
||||||
|
versionCode: 67
|
||||||
|
commit: d507af7facaf46323804
|
||||||
|
prebuild: rsync -r lib/ libs
|
||||||
|
|
||||||
|
- versionName: 1.1.3
|
||||||
|
versionCode: 68
|
||||||
|
commit: b302eaa24a975060f7fb
|
||||||
|
prebuild: rsync -r lib/ libs
|
||||||
|
|
||||||
|
- versionName: 1.1.4
|
||||||
|
versionCode: 69
|
||||||
|
commit: 9372d0ab3a16125e9045
|
||||||
|
prebuild: rsync -r lib/ libs
|
||||||
|
|
||||||
|
- versionName: 1.2.0
|
||||||
|
versionCode: 70
|
||||||
|
commit: 442e604760506e25e6c9
|
||||||
|
prebuild: rsync -r lib/ libs
|
||||||
|
|
||||||
|
- versionName: 1.2.0a
|
||||||
|
versionCode: 71
|
||||||
|
commit: e37439e12d11ff17a841
|
||||||
|
prebuild: rsync -r lib/ libs
|
||||||
|
|
||||||
|
- versionName: 1.2.1
|
||||||
|
versionCode: 73
|
||||||
|
commit: e35fd128c954d41e24abf91b71f301740f6ca483
|
||||||
|
prebuild: rsync -r lib/ libs
|
||||||
|
|
||||||
|
- versionName: 1.2.1.2
|
||||||
|
versionCode: 75
|
||||||
|
commit: 28c98a7
|
||||||
|
prebuild: rsync -r lib/ libs
|
||||||
|
target: android-10
|
||||||
|
|
||||||
|
- versionName: 1.2.1.3
|
||||||
|
versionCode: 76
|
||||||
|
commit: 143892b558
|
||||||
|
prebuild: rsync -r lib/ libs
|
||||||
|
target: android-10
|
||||||
|
|
||||||
|
- versionName: 1.2.1.5
|
||||||
|
versionCode: 78
|
||||||
|
disable: more dependency shuffling required and watch out for the proguard config
|
||||||
|
commit: unknown - see disabled
|
||||||
|
|
||||||
|
- versionName: 1.3.0
|
||||||
|
versionCode: 83
|
||||||
|
commit: v1.3.0
|
||||||
|
prebuild:
|
||||||
|
- mkdir lib
|
||||||
|
- mv libs-dependencies/* lib
|
||||||
|
- rm -r libs-dependencies
|
||||||
|
- mv libs/* lib
|
||||||
|
- rm -r libs
|
||||||
|
- git checkout proguard.cfg
|
||||||
|
target: android-11
|
||||||
|
|
||||||
|
- versionName: 2.1.1
|
||||||
|
versionCode: 91
|
||||||
|
disable: No source in repo
|
||||||
|
commit: unknown - see disabled
|
||||||
|
|
||||||
|
- versionName: '2.2'
|
||||||
|
versionCode: 92
|
||||||
|
disable: No source in repo
|
||||||
|
commit: unknown - see disabled
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: 1.3.0
|
||||||
|
CurrentVersionCode: 83
|
||||||
|
|
@ -1,33 +0,0 @@
|
||||||
Categories:Theming
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://android.googlesource.com/platform/packages/apps/Launcher3/
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Summary:Home screen
|
|
||||||
Description:
|
|
||||||
Android 4.4 homescreen from AOSP, patched to enable installation on 4.1. Backup
|
|
||||||
of configuration to Google account is removed.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://android.googlesource.com/platform/packages/apps/Launcher3
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=android-4.4_r1.2
|
|
||||||
init=sed -i '/LauncherBackup/d' src/com/android/launcher3/LauncherProvider.java && \
|
|
||||||
rm src/com/android/launcher3/LauncherBackup* && \
|
|
||||||
echo -e 'target=android-19\nproguard.config=$$SDK$$/tools/proguard/proguard-android.txt:proguard.flags' > project.properties
|
|
||||||
patch=manifest-minsdk_1.patch
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Possible improvements: https://github.com/bvermeule/Launcher3/commits/master
|
|
||||||
https://github.com/MuddPuddle/packages_apps_Launcher3
|
|
||||||
I tried to build the protos but failed, hence the forced removal of backup.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:1
|
|
||||||
36
metadata/com.android.launcher3.yml
Normal file
36
metadata/com.android.launcher3.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
Categories:
|
||||||
|
- Theming
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://android.googlesource.com/platform/packages/apps/Launcher3/
|
||||||
|
|
||||||
|
Summary: Home screen
|
||||||
|
Description: |-
|
||||||
|
Android 4.4 homescreen from AOSP, patched to enable installation on 4.1. Backup
|
||||||
|
of configuration to Google account is removed.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://android.googlesource.com/platform/packages/apps/Launcher3
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: android-4.4_r1.2
|
||||||
|
init:
|
||||||
|
- sed -i '/LauncherBackup/d' src/com/android/launcher3/LauncherProvider.java
|
||||||
|
- rm src/com/android/launcher3/LauncherBackup*
|
||||||
|
- echo -e 'target=android-19\nproguard.config=$$SDK$$/tools/proguard/proguard-android.txt:proguard.flags'
|
||||||
|
> project.properties
|
||||||
|
patch:
|
||||||
|
- manifest-minsdk_1.patch
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
Possible improvements: https://github.com/bvermeule/Launcher3/commits/master
|
||||||
|
https://github.com/MuddPuddle/packages_apps_Launcher3
|
||||||
|
I tried to build the protos but failed, hence the forced removal of backup.
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
||||||
|
|
@ -1,34 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://android.googlesource.com/platform/packages/apps/Music
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:Music
|
|
||||||
Summary:The stock audio player
|
|
||||||
Description:
|
|
||||||
The stock Android music player; the version name corresponds to the tag at which
|
|
||||||
it was built. Although the interface hasn't changed since the Gingerbread days,
|
|
||||||
the code has got a steady stream of bug-fixes and translations. It is good for
|
|
||||||
playing streams and audio files from the file manager.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://android.googlesource.com/platform/packages/apps/Music.git
|
|
||||||
|
|
||||||
Build:android-4.2.2_r1.2,1
|
|
||||||
commit=android-4.2.2_r1.2
|
|
||||||
prebuild=sed -i '18 i android:versionCode=\"1\"\nandroid:versionName=\"android-4.2.2_r1.2\"' AndroidManifest.xml && \
|
|
||||||
rm -rf tests
|
|
||||||
target=android-17
|
|
||||||
|
|
||||||
Build:android-6.0.1_r63,2
|
|
||||||
commit=android-6.0.1_r63
|
|
||||||
prebuild=sed -i '18 i android:versionCode=\"$$VERCODE$$\"\nandroid:versionName=\"$$VERSION$$\"' AndroidManifest.xml && \
|
|
||||||
rm -rf tests
|
|
||||||
target=android-23
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:android-6.0.1_r63
|
|
||||||
Current Version Code:2
|
|
||||||
39
metadata/com.android.music.yml
Normal file
39
metadata/com.android.music.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://android.googlesource.com/platform/packages/apps/Music
|
||||||
|
|
||||||
|
AutoName: Music
|
||||||
|
Summary: The stock audio player
|
||||||
|
Description: |-
|
||||||
|
The stock Android music player; the version name corresponds to the tag at which
|
||||||
|
it was built. Although the interface hasn't changed since the Gingerbread days,
|
||||||
|
the code has got a steady stream of bug-fixes and translations. It is good for
|
||||||
|
playing streams and audio files from the file manager.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://android.googlesource.com/platform/packages/apps/Music.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: android-4.2.2_r1.2
|
||||||
|
versionCode: 1
|
||||||
|
commit: android-4.2.2_r1.2
|
||||||
|
prebuild:
|
||||||
|
- sed -i '18 i android:versionCode=\"1\"\nandroid:versionName=\"android-4.2.2_r1.2\"'
|
||||||
|
AndroidManifest.xml
|
||||||
|
- rm -rf tests
|
||||||
|
target: android-17
|
||||||
|
|
||||||
|
- versionName: android-6.0.1_r63
|
||||||
|
versionCode: 2
|
||||||
|
commit: android-6.0.1_r63
|
||||||
|
prebuild:
|
||||||
|
- sed -i '18 i android:versionCode=\"$$VERCODE$$\"\nandroid:versionName=\"$$VERSION$$\"'
|
||||||
|
AndroidManifest.xml
|
||||||
|
- rm -rf tests
|
||||||
|
target: android-23
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: android-6.0.1_r63
|
||||||
|
CurrentVersionCode: 2
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
Categories:Games
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/jackpal/glesquake
|
|
||||||
Issue Tracker:https://github.com/jackpal/glesquake/issues
|
|
||||||
|
|
||||||
Auto Name:Quake
|
|
||||||
Summary:Quake 1 port
|
|
||||||
Description:
|
|
||||||
Port of Quake 1 to Android. Requires hardware keys, no sound. You have to put
|
|
||||||
your own copy of the pak0.pak and maps Quake game data files under
|
|
||||||
/sdcard/data/quake/id1/. The best way to obtain those files currently is by
|
|
||||||
using [http://nquake.sourceforge.net/ nQuake].
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/jackpal/glesquake
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=823b728ed3a9
|
|
||||||
prebuild=sed -i 's/package="com.android.quake"/package="com.android.quake" android:installLocation="auto" android:versionCode="1" android:versionName="1.0"/g' AndroidManifest.xml
|
|
||||||
target=android-10
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:1
|
|
||||||
29
metadata/com.android.quake.yml
Normal file
29
metadata/com.android.quake.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/jackpal/glesquake
|
||||||
|
IssueTracker: https://github.com/jackpal/glesquake/issues
|
||||||
|
|
||||||
|
AutoName: Quake
|
||||||
|
Summary: Quake 1 port
|
||||||
|
Description: |-
|
||||||
|
Port of Quake 1 to Android. Requires hardware keys, no sound. You have to put
|
||||||
|
your own copy of the pak0.pak and maps Quake game data files under
|
||||||
|
/sdcard/data/quake/id1/. The best way to obtain those files currently is by
|
||||||
|
using [http://nquake.sourceforge.net/ nQuake].
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/jackpal/glesquake
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: 823b728ed3a9
|
||||||
|
prebuild: sed -i 's/package="com.android.quake"/package="com.android.quake" android:installLocation="auto"
|
||||||
|
android:versionCode="1" android:versionName="1.0"/g' AndroidManifest.xml
|
||||||
|
target: android-10
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
||||||
|
|
@ -1,184 +0,0 @@
|
||||||
Categories:Science & Education
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://xlythe.com
|
|
||||||
Source Code:https://github.com/Xlythe/android_packages_apps_Calculator
|
|
||||||
Issue Tracker:https://github.com/Xlythe/android_packages_apps_Calculator/issues
|
|
||||||
|
|
||||||
Name:Calculator (old)
|
|
||||||
Auto Name:Calculator
|
|
||||||
Summary:Make calculations
|
|
||||||
Description:
|
|
||||||
This app has been deprecated in favor of [[com.xlythe.calculator.material]].
|
|
||||||
|
|
||||||
A simple calculator that tries to make graphing and matrix math as simple as
|
|
||||||
adding or multiplying two numbers. Slide left and right to access more panels.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/Xlythe/android_packages_apps_Calculator.git
|
|
||||||
|
|
||||||
Build:1.8,22
|
|
||||||
commit=d2b2bde6c9
|
|
||||||
target=android-15
|
|
||||||
|
|
||||||
Build:2.0,24
|
|
||||||
commit=d61631afc5
|
|
||||||
srclibs=Slider@556b4db69a
|
|
||||||
prebuild=rm -rf tests libs/slider.jar && \
|
|
||||||
echo "android.library.reference.1=$$Slider$$" >> project.properties
|
|
||||||
target=android-16
|
|
||||||
|
|
||||||
Build:2.2,26
|
|
||||||
disable=no source
|
|
||||||
commit=unknown - see disabled
|
|
||||||
|
|
||||||
Build:2.2.2,28
|
|
||||||
commit=2eafd952
|
|
||||||
srclibs=Slider@556b4db69a
|
|
||||||
prebuild=rm -rf tests libs/slider.jar && \
|
|
||||||
echo "android.library.reference.1=$$Slider$$" >> project.properties
|
|
||||||
target=android-16
|
|
||||||
|
|
||||||
Build:3.1.2,42
|
|
||||||
commit=b427694d
|
|
||||||
srclibs=Slider@4d2c894ca3
|
|
||||||
prebuild=rm -rf tests libs/slider.jar && \
|
|
||||||
echo "android.library.reference.1=$$Slider$$" >> project.properties
|
|
||||||
target=android-17
|
|
||||||
|
|
||||||
Build:v3.2,43
|
|
||||||
commit=ff027e7311a69aea68
|
|
||||||
srclibs=Slider@4d2c894ca3
|
|
||||||
prebuild=rm -rf tests libs/slider.jar && \
|
|
||||||
echo "android.library.reference.1=$$Slider$$" >> project.properties
|
|
||||||
target=android-17
|
|
||||||
|
|
||||||
Build:v3.3.2,46
|
|
||||||
commit=02a0d7cccf1182d4
|
|
||||||
srclibs=Slider@4d2c894ca3
|
|
||||||
prebuild=rm -rf tests libs/slider.jar && \
|
|
||||||
echo "android.library.reference.1=$$Slider$$" >> project.properties
|
|
||||||
target=android-17
|
|
||||||
|
|
||||||
Build:v3.4,47
|
|
||||||
commit=4df0d69e720fd2ae2
|
|
||||||
srclibs=Slider@2ec23c12a39
|
|
||||||
prebuild=rm -rf tests libs/slider.jar && \
|
|
||||||
echo "android.library.reference.1=$$Slider$$" >> project.properties
|
|
||||||
target=android-17
|
|
||||||
|
|
||||||
Build:v3.4.2,49
|
|
||||||
commit=799803d7f0
|
|
||||||
srclibs=Slider@2ec23c12a39
|
|
||||||
prebuild=rm -rf tests libs/slider.jar && \
|
|
||||||
echo "android.library.reference.1=$$Slider$$" >> project.properties
|
|
||||||
target=android-17
|
|
||||||
|
|
||||||
Build:4.3,63
|
|
||||||
commit=7ad3de71422a75b7c3865835b53cf1f6ca64a6ce
|
|
||||||
subdir=Calculator
|
|
||||||
patch=glassless-manifest.patch
|
|
||||||
gradle=yes
|
|
||||||
srclibs=EJML@v0.25,Google-Gson@gson-2.2.4,Slider@00020deb7fa5499bb33cc4471af2bd5256d10e78,ArityXlythe@459535ba5005c6f3a03101b15354e44df161a637
|
|
||||||
rm=Calculator/libs/*jar
|
|
||||||
prebuild=pushd $$EJML$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
pushd $$Google-Gson$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
pushd $$Slider$$ && \
|
|
||||||
android update project -p ./ && \
|
|
||||||
ant release && \
|
|
||||||
popd && \
|
|
||||||
pushd $$ArityXlythe$$ && \
|
|
||||||
rm -fR bin/* && \
|
|
||||||
find -name "*.java" > sources.txt && \
|
|
||||||
javac -d bin @sources.txt && \
|
|
||||||
cd bin && \
|
|
||||||
jar cf arity.jar org && \
|
|
||||||
popd && \
|
|
||||||
rm src/main/java/com/android2/calculator3/GlassHomeActivity.java src/main/java/com/android2/calculator3/GlassResultActivity.java && \
|
|
||||||
cp $$EJML$$/target/ejml-0.25.jar $$Google-Gson$$/target/gson-2.2.4.jar $$Slider$$/bin/classes.jar $$ArityXlythe$$/bin/arity.jar libs/
|
|
||||||
|
|
||||||
Build:5.1.1,85
|
|
||||||
commit=677d992f8d9627197f9c2aabdbfbed32d5713b34
|
|
||||||
subdir=mobile
|
|
||||||
gradle=yes
|
|
||||||
srclibs=EJML@v0.25,Google-Gson@gson-2.2.4,ArityXlythe@459535ba5005c6f3a03101b15354e44df161a637
|
|
||||||
rm=mobile/libs/*jar,MathLibrary/libs/*.jar,legacy-mobile,wear,glass,GDK-ProgressBar
|
|
||||||
prebuild=sed -i -e '/wearApp/d' build.gradle && \
|
|
||||||
pushd $$EJML$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
pushd $$Google-Gson$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
pushd $$ArityXlythe$$ && \
|
|
||||||
rm -fR bin/* && \
|
|
||||||
find -name "*.java" > sources.txt && \
|
|
||||||
javac -d bin @sources.txt && \
|
|
||||||
cd bin && \
|
|
||||||
jar cf arity.jar org && \
|
|
||||||
popd && \
|
|
||||||
cp $$EJML$$/target/ejml-0.25.jar $$ArityXlythe$$/bin/arity.jar ../MathLibrary/libs/ && \
|
|
||||||
cp $$Google-Gson$$/target/gson-2.2.4.jar libs/
|
|
||||||
|
|
||||||
Build:5.1.1,88
|
|
||||||
disable=gson tests fail
|
|
||||||
commit=a172a4e277f39a6805c682a2543344f67258716c
|
|
||||||
subdir=mobile
|
|
||||||
gradle=yes
|
|
||||||
srclibs=EJML@v0.25,Google-Gson@gson-2.2.4,ArityXlythe@459535ba5005c6f3a03101b15354e44df161a637
|
|
||||||
rm=mobile/libs/*jar,MathLibrary/libs/*.jar,legacy-mobile,wear,glass,GDK-ProgressBar
|
|
||||||
prebuild=sed -i -e '/wearApp/d' build.gradle && \
|
|
||||||
pushd $$EJML$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
pushd $$Google-Gson$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
pushd $$ArityXlythe$$ && \
|
|
||||||
rm -fR bin/* && \
|
|
||||||
find -name "*.java" > sources.txt && \
|
|
||||||
javac -d bin @sources.txt && \
|
|
||||||
cd bin && \
|
|
||||||
jar cf arity.jar org && \
|
|
||||||
popd && \
|
|
||||||
cp $$EJML$$/target/ejml-0.25.jar $$ArityXlythe$$/bin/arity.jar ../MathLibrary/libs/ && \
|
|
||||||
cp $$Google-Gson$$/target/gson-2.2.4.jar libs/
|
|
||||||
|
|
||||||
Build:5.4,93
|
|
||||||
commit=1c305c1e9e6b2ab2225d218576984d329913b1d9
|
|
||||||
subdir=mobile
|
|
||||||
gradle=yes
|
|
||||||
srclibs=Google-Gson@gson-2.2.4
|
|
||||||
rm=mobile/libs/*jar,legacy-mobile,wear,glass,GDK-ProgressBar
|
|
||||||
prebuild=sed -i -e '/wearApp/d' build.gradle && \
|
|
||||||
pushd $$Google-Gson$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$Google-Gson$$/target/gson-2.2.4.jar libs/ && \
|
|
||||||
sed -i -e '/applicationId/s/com.xlythe.calculator.material/com.android2.calculator3/g' build.gradle
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
The JAR files slider.jar, gson-2.2.4.jar and ejml-0.21.jar have been replaced
|
|
||||||
by a version build from upstream sources. As arity-2.1.6.jar is no longer
|
|
||||||
available from upstream, it has been replaced by a repo-copy of the author
|
|
||||||
of this app.
|
|
||||||
|
|
||||||
Google's Glass Development Kit is currently not available under a free license,
|
|
||||||
so $$SDK$$/add-ons/addon-google_gdk-google-19/libs/gdk.jar cannot be used. It
|
|
||||||
hhas been removed and the code has been patched to not use it.
|
|
||||||
|
|
||||||
Google's wearable-preview-support.jar is currently not available under a free
|
|
||||||
license. It seems like it's not used in this version, so it has been removed.
|
|
||||||
|
|
||||||
Package id is now com.xlythe.calculator.material.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Update Check Name:com.xlythe.calculator.material
|
|
||||||
Current Version:5.4
|
|
||||||
Current Version Code:93
|
|
||||||
251
metadata/com.android2.calculator3.yml
Normal file
251
metadata/com.android2.calculator3.yml
Normal file
|
|
@ -0,0 +1,251 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://xlythe.com
|
||||||
|
SourceCode: https://github.com/Xlythe/android_packages_apps_Calculator
|
||||||
|
IssueTracker: https://github.com/Xlythe/android_packages_apps_Calculator/issues
|
||||||
|
|
||||||
|
Name: Calculator (old)
|
||||||
|
AutoName: Calculator
|
||||||
|
Summary: Make calculations
|
||||||
|
Description: |-
|
||||||
|
This app has been deprecated in favor of [[com.xlythe.calculator.material]].
|
||||||
|
|
||||||
|
A simple calculator that tries to make graphing and matrix math as simple as
|
||||||
|
adding or multiplying two numbers. Slide left and right to access more panels.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Xlythe/android_packages_apps_Calculator.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.8'
|
||||||
|
versionCode: 22
|
||||||
|
commit: d2b2bde6c9
|
||||||
|
target: android-15
|
||||||
|
|
||||||
|
- versionName: '2.0'
|
||||||
|
versionCode: 24
|
||||||
|
commit: d61631afc5
|
||||||
|
srclibs:
|
||||||
|
- Slider@556b4db69a
|
||||||
|
prebuild:
|
||||||
|
- rm -rf tests libs/slider.jar
|
||||||
|
- echo "android.library.reference.1=$$Slider$$" >> project.properties
|
||||||
|
target: android-16
|
||||||
|
|
||||||
|
- versionName: '2.2'
|
||||||
|
versionCode: 26
|
||||||
|
disable: no source
|
||||||
|
commit: unknown - see disabled
|
||||||
|
|
||||||
|
- versionName: 2.2.2
|
||||||
|
versionCode: 28
|
||||||
|
commit: 2eafd952
|
||||||
|
srclibs:
|
||||||
|
- Slider@556b4db69a
|
||||||
|
prebuild:
|
||||||
|
- rm -rf tests libs/slider.jar
|
||||||
|
- echo "android.library.reference.1=$$Slider$$" >> project.properties
|
||||||
|
target: android-16
|
||||||
|
|
||||||
|
- versionName: 3.1.2
|
||||||
|
versionCode: 42
|
||||||
|
commit: b427694d
|
||||||
|
srclibs:
|
||||||
|
- Slider@4d2c894ca3
|
||||||
|
prebuild:
|
||||||
|
- rm -rf tests libs/slider.jar
|
||||||
|
- echo "android.library.reference.1=$$Slider$$" >> project.properties
|
||||||
|
target: android-17
|
||||||
|
|
||||||
|
- versionName: v3.2
|
||||||
|
versionCode: 43
|
||||||
|
commit: ff027e7311a69aea68
|
||||||
|
srclibs:
|
||||||
|
- Slider@4d2c894ca3
|
||||||
|
prebuild:
|
||||||
|
- rm -rf tests libs/slider.jar
|
||||||
|
- echo "android.library.reference.1=$$Slider$$" >> project.properties
|
||||||
|
target: android-17
|
||||||
|
|
||||||
|
- versionName: v3.3.2
|
||||||
|
versionCode: 46
|
||||||
|
commit: 02a0d7cccf1182d4
|
||||||
|
srclibs:
|
||||||
|
- Slider@4d2c894ca3
|
||||||
|
prebuild:
|
||||||
|
- rm -rf tests libs/slider.jar
|
||||||
|
- echo "android.library.reference.1=$$Slider$$" >> project.properties
|
||||||
|
target: android-17
|
||||||
|
|
||||||
|
- versionName: v3.4
|
||||||
|
versionCode: 47
|
||||||
|
commit: 4df0d69e720fd2ae2
|
||||||
|
srclibs:
|
||||||
|
- Slider@2ec23c12a39
|
||||||
|
prebuild:
|
||||||
|
- rm -rf tests libs/slider.jar
|
||||||
|
- echo "android.library.reference.1=$$Slider$$" >> project.properties
|
||||||
|
target: android-17
|
||||||
|
|
||||||
|
- versionName: v3.4.2
|
||||||
|
versionCode: 49
|
||||||
|
commit: 799803d7f0
|
||||||
|
srclibs:
|
||||||
|
- Slider@2ec23c12a39
|
||||||
|
prebuild:
|
||||||
|
- rm -rf tests libs/slider.jar
|
||||||
|
- echo "android.library.reference.1=$$Slider$$" >> project.properties
|
||||||
|
target: android-17
|
||||||
|
|
||||||
|
- versionName: '4.3'
|
||||||
|
versionCode: 63
|
||||||
|
commit: 7ad3de71422a75b7c3865835b53cf1f6ca64a6ce
|
||||||
|
subdir: Calculator
|
||||||
|
patch:
|
||||||
|
- glassless-manifest.patch
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- EJML@v0.25
|
||||||
|
- Google-Gson@gson-2.2.4
|
||||||
|
- Slider@00020deb7fa5499bb33cc4471af2bd5256d10e78
|
||||||
|
- ArityXlythe@459535ba5005c6f3a03101b15354e44df161a637
|
||||||
|
rm:
|
||||||
|
- Calculator/libs/*jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$EJML$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- pushd $$Google-Gson$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- pushd $$Slider$$
|
||||||
|
- android update project -p ./
|
||||||
|
- ant release
|
||||||
|
- popd
|
||||||
|
- pushd $$ArityXlythe$$
|
||||||
|
- rm -fR bin/*
|
||||||
|
- find -name "*.java" > sources.txt
|
||||||
|
- javac -d bin @sources.txt
|
||||||
|
- cd bin
|
||||||
|
- jar cf arity.jar org
|
||||||
|
- popd
|
||||||
|
- rm src/main/java/com/android2/calculator3/GlassHomeActivity.java src/main/java/com/android2/calculator3/GlassResultActivity.java
|
||||||
|
- cp $$EJML$$/target/ejml-0.25.jar $$Google-Gson$$/target/gson-2.2.4.jar $$Slider$$/bin/classes.jar
|
||||||
|
$$ArityXlythe$$/bin/arity.jar libs/
|
||||||
|
|
||||||
|
- versionName: 5.1.1
|
||||||
|
versionCode: 85
|
||||||
|
commit: 677d992f8d9627197f9c2aabdbfbed32d5713b34
|
||||||
|
subdir: mobile
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- EJML@v0.25
|
||||||
|
- Google-Gson@gson-2.2.4
|
||||||
|
- ArityXlythe@459535ba5005c6f3a03101b15354e44df161a637
|
||||||
|
rm:
|
||||||
|
- mobile/libs/*jar
|
||||||
|
- MathLibrary/libs/*.jar
|
||||||
|
- legacy-mobile
|
||||||
|
- wear
|
||||||
|
- glass
|
||||||
|
- GDK-ProgressBar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/wearApp/d' build.gradle
|
||||||
|
- pushd $$EJML$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- pushd $$Google-Gson$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- pushd $$ArityXlythe$$
|
||||||
|
- rm -fR bin/*
|
||||||
|
- find -name "*.java" > sources.txt
|
||||||
|
- javac -d bin @sources.txt
|
||||||
|
- cd bin
|
||||||
|
- jar cf arity.jar org
|
||||||
|
- popd
|
||||||
|
- cp $$EJML$$/target/ejml-0.25.jar $$ArityXlythe$$/bin/arity.jar ../MathLibrary/libs/
|
||||||
|
- cp $$Google-Gson$$/target/gson-2.2.4.jar libs/
|
||||||
|
|
||||||
|
- versionName: 5.1.1
|
||||||
|
versionCode: 88
|
||||||
|
disable: gson tests fail
|
||||||
|
commit: a172a4e277f39a6805c682a2543344f67258716c
|
||||||
|
subdir: mobile
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- EJML@v0.25
|
||||||
|
- Google-Gson@gson-2.2.4
|
||||||
|
- ArityXlythe@459535ba5005c6f3a03101b15354e44df161a637
|
||||||
|
rm:
|
||||||
|
- mobile/libs/*jar
|
||||||
|
- MathLibrary/libs/*.jar
|
||||||
|
- legacy-mobile
|
||||||
|
- wear
|
||||||
|
- glass
|
||||||
|
- GDK-ProgressBar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/wearApp/d' build.gradle
|
||||||
|
- pushd $$EJML$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- pushd $$Google-Gson$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- pushd $$ArityXlythe$$
|
||||||
|
- rm -fR bin/*
|
||||||
|
- find -name "*.java" > sources.txt
|
||||||
|
- javac -d bin @sources.txt
|
||||||
|
- cd bin
|
||||||
|
- jar cf arity.jar org
|
||||||
|
- popd
|
||||||
|
- cp $$EJML$$/target/ejml-0.25.jar $$ArityXlythe$$/bin/arity.jar ../MathLibrary/libs/
|
||||||
|
- cp $$Google-Gson$$/target/gson-2.2.4.jar libs/
|
||||||
|
|
||||||
|
- versionName: '5.4'
|
||||||
|
versionCode: 93
|
||||||
|
commit: 1c305c1e9e6b2ab2225d218576984d329913b1d9
|
||||||
|
subdir: mobile
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- Google-Gson@gson-2.2.4
|
||||||
|
rm:
|
||||||
|
- mobile/libs/*jar
|
||||||
|
- legacy-mobile
|
||||||
|
- wear
|
||||||
|
- glass
|
||||||
|
- GDK-ProgressBar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/wearApp/d' build.gradle
|
||||||
|
- pushd $$Google-Gson$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$Google-Gson$$/target/gson-2.2.4.jar libs/
|
||||||
|
- sed -i -e '/applicationId/s/com.xlythe.calculator.material/com.android2.calculator3/g'
|
||||||
|
build.gradle
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
The JAR files slider.jar, gson-2.2.4.jar and ejml-0.21.jar have been replaced
|
||||||
|
by a version build from upstream sources. As arity-2.1.6.jar is no longer
|
||||||
|
available from upstream, it has been replaced by a repo-copy of the author
|
||||||
|
of this app.
|
||||||
|
|
||||||
|
Google's Glass Development Kit is currently not available under a free license,
|
||||||
|
so $$SDK$$/add-ons/addon-google_gdk-google-19/libs/gdk.jar cannot be used. It
|
||||||
|
hhas been removed and the code has been patched to not use it.
|
||||||
|
|
||||||
|
Google's wearable-preview-support.jar is currently not available under a free
|
||||||
|
license. It seems like it's not used in this version, so it has been removed.
|
||||||
|
|
||||||
|
Package id is now com.xlythe.calculator.material.
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
UpdateCheckName: com.xlythe.calculator.material
|
||||||
|
CurrentVersion: '5.4'
|
||||||
|
CurrentVersionCode: 93
|
||||||
|
|
@ -1,34 +0,0 @@
|
||||||
AntiFeatures:UpstreamNonFree
|
|
||||||
Categories:Science & Education
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/jondwillis/ElectricSleep
|
|
||||||
Issue Tracker:https://github.com/jondwillis/ElectricSleep/issues
|
|
||||||
|
|
||||||
Auto Name:ElectricSleep
|
|
||||||
Summary:Improve your sleep
|
|
||||||
Description:
|
|
||||||
Improve the quality of your sleep with this smart alarm clock. ElectricSleep is
|
|
||||||
a smarter alarm clock.
|
|
||||||
|
|
||||||
Google Analytics was removed before building.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/jondwillis/ElectricSleep.git
|
|
||||||
|
|
||||||
Build:1.1.1,50
|
|
||||||
disable=not on gplay 1.1.1
|
|
||||||
commit=unknown - see disabled
|
|
||||||
maven=yes
|
|
||||||
srclibs=NoAnalytics@158a4a
|
|
||||||
prebuild=sed -i 's/3.1.1/3.6.0/g;79s/1.4.2/0.0.1/g;119s/jar/apklib/g' pom.xml && \
|
|
||||||
sed -i '116s/android/android.apps/g;244s/true/false/g' pom.xml && \
|
|
||||||
cd $$NoAnalytics$$ && \
|
|
||||||
zip -r NoAnalytics.apklib *
|
|
||||||
build=$$MVN3$$ install:install-file -Dfile=$$NoAnalytics$$/NoAnalytics.apklib -DgroupId=com.google.android.apps -DartifactId=analytics -Dversion=0.0.1 -Dpackaging=apklib
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:18
|
|
||||||
39
metadata/com.androsz.electricsleepbeta.yml
Normal file
39
metadata/com.androsz.electricsleepbeta.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/jondwillis/ElectricSleep
|
||||||
|
IssueTracker: https://github.com/jondwillis/ElectricSleep/issues
|
||||||
|
|
||||||
|
AutoName: ElectricSleep
|
||||||
|
Summary: Improve your sleep
|
||||||
|
Description: |-
|
||||||
|
Improve the quality of your sleep with this smart alarm clock. ElectricSleep is
|
||||||
|
a smarter alarm clock.
|
||||||
|
|
||||||
|
Google Analytics was removed before building.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/jondwillis/ElectricSleep.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.1.1
|
||||||
|
versionCode: 50
|
||||||
|
disable: not on gplay 1.1.1
|
||||||
|
commit: unknown - see disabled
|
||||||
|
maven: 'yes'
|
||||||
|
srclibs:
|
||||||
|
- NoAnalytics@158a4a
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's/3.1.1/3.6.0/g;79s/1.4.2/0.0.1/g;119s/jar/apklib/g' pom.xml
|
||||||
|
- sed -i '116s/android/android.apps/g;244s/true/false/g' pom.xml
|
||||||
|
- cd $$NoAnalytics$$
|
||||||
|
- zip -r NoAnalytics.apklib *
|
||||||
|
build: $$MVN3$$ install:install-file -Dfile=$$NoAnalytics$$/NoAnalytics.apklib
|
||||||
|
-DgroupId=com.google.android.apps -DartifactId=analytics -Dversion=0.0.1 -Dpackaging=apklib
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 18
|
||||||
|
|
@ -1,97 +0,0 @@
|
||||||
Categories:Navigation
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:http://androzic.com
|
|
||||||
Source Code:https://github.com/andreynovikov/Androzic
|
|
||||||
Issue Tracker:https://github.com/andreynovikov/Androzic/issues
|
|
||||||
|
|
||||||
Auto Name:Androzic
|
|
||||||
Summary:Navigation for ozf2/3 maps
|
|
||||||
Description:
|
|
||||||
Navigation client that uses OziExplorer (ozf2, ozfx3) or online maps. Great for
|
|
||||||
hiking, geocaching, off-roading, sailing, boating and other outdoor activities.
|
|
||||||
You are expected to be aware of OziExplorer or at least of where to get its
|
|
||||||
maps. Maps also can be created by yourself, but with some effort: see FAQ and
|
|
||||||
wiki on the website for details.
|
|
||||||
|
|
||||||
* works without maps as a simple navigator
|
|
||||||
* track recording in background (power-safe)
|
|
||||||
* navigation to waypoint and via route
|
|
||||||
* track to route conversion
|
|
||||||
* route creation and manipulation
|
|
||||||
* works with waypoints, tracks and routes in Ozi format
|
|
||||||
* reads waypoints, tracks and routes in KML and GPX format
|
|
||||||
* HSI and compass
|
|
||||||
* configurable units
|
|
||||||
* UTM coordinates
|
|
||||||
* search for locations via Google geocoder
|
|
||||||
* location and waypoint sharing
|
|
||||||
* portrait and landscape modes
|
|
||||||
* tablet support
|
|
||||||
|
|
||||||
Functionality can be extended by plugins (currently not on f-droid.org):
|
|
||||||
|
|
||||||
* receive coordinates via text messages (sms)
|
|
||||||
* share location in real time
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/andreynovikov/Androzic.git
|
|
||||||
|
|
||||||
Build:1.7.1,85
|
|
||||||
commit=1.7.1
|
|
||||||
srclibs=AndrozicLib@1.7.1
|
|
||||||
prebuild=rm custom_rules.xml && \
|
|
||||||
sed -i 's@\(android.library.reference.1=\).*@\1$$AndrozicLib$$@' project.properties
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.7.2,86
|
|
||||||
commit=1.7.2
|
|
||||||
srclibs=AndrozicLib@1.7.2
|
|
||||||
prebuild=rm custom_rules.xml && \
|
|
||||||
sed -i 's@\(android.library.reference.1=\).*@\1$$AndrozicLib$$@' project.properties
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.7.6,90
|
|
||||||
commit=1.7.6
|
|
||||||
srclibs=ActionBarSherlock@4.2.0,AndrozicLib@1.7.6,ShowCase-Androzic@v3.0,NineOldAndroids@2.4.0
|
|
||||||
prebuild=rm custom_rules.xml && \
|
|
||||||
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
sed -i 's@\(reference.2=\).*@\1$$AndrozicLib$$@' project.properties && \
|
|
||||||
sed -i 's@\(reference.3=\).*@\1$$ShowCase-Androzic$$@' project.properties
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.7.8,94
|
|
||||||
commit=1.7.8
|
|
||||||
srclibs=AndrozicLib@aabbe0bd6da1889f357c,2:Support/v7/appcompat@android-4.4.4_r2.0.1
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=cp -r $$AndrozicLib$$ AndrozicLib && \
|
|
||||||
sed -i 's@\(reference.1=\).*@\1AndrozicLib@' project.properties && \
|
|
||||||
mv libs/android-support-v4.jar $$Support$$/libs
|
|
||||||
buildjni=AndrozicLib
|
|
||||||
|
|
||||||
Build:1.7.9,95
|
|
||||||
commit=1.7.9
|
|
||||||
srclibs=AndrozicLib@1.7.9,2:Support/v7/appcompat@android-4.4.4_r2.0.1
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=cp -r $$AndrozicLib$$ AndrozicLib && \
|
|
||||||
sed -i 's@\(reference.1=\).*@\1AndrozicLib@' project.properties && \
|
|
||||||
mv libs/android-support-v4.jar $$Support$$/libs
|
|
||||||
buildjni=AndrozicLib
|
|
||||||
|
|
||||||
Build:2.0.3,105
|
|
||||||
disable=https://github.com/andreynovikov/Androzic/issues/45
|
|
||||||
commit=2.0.3
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.0.5,107
|
|
||||||
disable=https://github.com/andreynovikov/Androzic/issues/45
|
|
||||||
commit=2.0.5
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.1,108
|
|
||||||
disable=https://github.com/andreynovikov/Androzic/issues/45
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:2.1
|
|
||||||
Current Version Code:108
|
|
||||||
130
metadata/com.androzic.yml
Normal file
130
metadata/com.androzic.yml
Normal file
|
|
@ -0,0 +1,130 @@
|
||||||
|
Categories:
|
||||||
|
- Navigation
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: http://androzic.com
|
||||||
|
SourceCode: https://github.com/andreynovikov/Androzic
|
||||||
|
IssueTracker: https://github.com/andreynovikov/Androzic/issues
|
||||||
|
|
||||||
|
AutoName: Androzic
|
||||||
|
Summary: Navigation for ozf2/3 maps
|
||||||
|
Description: |-
|
||||||
|
Navigation client that uses OziExplorer (ozf2, ozfx3) or online maps. Great for
|
||||||
|
hiking, geocaching, off-roading, sailing, boating and other outdoor activities.
|
||||||
|
You are expected to be aware of OziExplorer or at least of where to get its
|
||||||
|
maps. Maps also can be created by yourself, but with some effort: see FAQ and
|
||||||
|
wiki on the website for details.
|
||||||
|
|
||||||
|
* works without maps as a simple navigator
|
||||||
|
* track recording in background (power-safe)
|
||||||
|
* navigation to waypoint and via route
|
||||||
|
* track to route conversion
|
||||||
|
* route creation and manipulation
|
||||||
|
* works with waypoints, tracks and routes in Ozi format
|
||||||
|
* reads waypoints, tracks and routes in KML and GPX format
|
||||||
|
* HSI and compass
|
||||||
|
* configurable units
|
||||||
|
* UTM coordinates
|
||||||
|
* search for locations via Google geocoder
|
||||||
|
* location and waypoint sharing
|
||||||
|
* portrait and landscape modes
|
||||||
|
* tablet support
|
||||||
|
|
||||||
|
Functionality can be extended by plugins (currently not on f-droid.org):
|
||||||
|
|
||||||
|
* receive coordinates via text messages (sms)
|
||||||
|
* share location in real time
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/andreynovikov/Androzic.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.7.1
|
||||||
|
versionCode: 85
|
||||||
|
commit: 1.7.1
|
||||||
|
srclibs:
|
||||||
|
- AndrozicLib@1.7.1
|
||||||
|
prebuild:
|
||||||
|
- rm custom_rules.xml
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$AndrozicLib$$@' project.properties
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.7.2
|
||||||
|
versionCode: 86
|
||||||
|
commit: 1.7.2
|
||||||
|
srclibs:
|
||||||
|
- AndrozicLib@1.7.2
|
||||||
|
prebuild:
|
||||||
|
- rm custom_rules.xml
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$AndrozicLib$$@' project.properties
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.7.6
|
||||||
|
versionCode: 90
|
||||||
|
commit: 1.7.6
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.2.0
|
||||||
|
- AndrozicLib@1.7.6
|
||||||
|
- ShowCase-Androzic@v3.0
|
||||||
|
- NineOldAndroids@2.4.0
|
||||||
|
prebuild:
|
||||||
|
- rm custom_rules.xml
|
||||||
|
- sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- sed -i 's@\(reference.2=\).*@\1$$AndrozicLib$$@' project.properties
|
||||||
|
- sed -i 's@\(reference.3=\).*@\1$$ShowCase-Androzic$$@' project.properties
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.7.8
|
||||||
|
versionCode: 94
|
||||||
|
commit: 1.7.8
|
||||||
|
srclibs:
|
||||||
|
- AndrozicLib@aabbe0bd6da1889f357c
|
||||||
|
- 2:Support/v7/appcompat@android-4.4.4_r2.0.1
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild:
|
||||||
|
- cp -r $$AndrozicLib$$ AndrozicLib
|
||||||
|
- sed -i 's@\(reference.1=\).*@\1AndrozicLib@' project.properties
|
||||||
|
- mv libs/android-support-v4.jar $$Support$$/libs
|
||||||
|
buildjni:
|
||||||
|
- AndrozicLib
|
||||||
|
|
||||||
|
- versionName: 1.7.9
|
||||||
|
versionCode: 95
|
||||||
|
commit: 1.7.9
|
||||||
|
srclibs:
|
||||||
|
- AndrozicLib@1.7.9
|
||||||
|
- 2:Support/v7/appcompat@android-4.4.4_r2.0.1
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild:
|
||||||
|
- cp -r $$AndrozicLib$$ AndrozicLib
|
||||||
|
- sed -i 's@\(reference.1=\).*@\1AndrozicLib@' project.properties
|
||||||
|
- mv libs/android-support-v4.jar $$Support$$/libs
|
||||||
|
buildjni:
|
||||||
|
- AndrozicLib
|
||||||
|
|
||||||
|
- versionName: 2.0.3
|
||||||
|
versionCode: 105
|
||||||
|
disable: https://github.com/andreynovikov/Androzic/issues/45
|
||||||
|
commit: 2.0.3
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.0.5
|
||||||
|
versionCode: 107
|
||||||
|
disable: https://github.com/andreynovikov/Androzic/issues/45
|
||||||
|
commit: 2.0.5
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '2.1'
|
||||||
|
versionCode: 108
|
||||||
|
disable: https://github.com/andreynovikov/Androzic/issues/45
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: '2.1'
|
||||||
|
CurrentVersionCode: 108
|
||||||
|
|
@ -1,72 +0,0 @@
|
||||||
AntiFeatures:UpstreamNonFree
|
|
||||||
Categories:Navigation
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:http://tramhunter.andybotting.com
|
|
||||||
Source Code:https://github.com/andybotting/tramhunter
|
|
||||||
Issue Tracker:https://github.com/andybotting/tramhunter/issues
|
|
||||||
|
|
||||||
Auto Name:Tram Hunter
|
|
||||||
Summary:Locate trams in Melbourne
|
|
||||||
Description:
|
|
||||||
Client to Yarra Trams tram TRACKER® service for real-time location of Melbourne
|
|
||||||
trams.
|
|
||||||
|
|
||||||
Newer versions of this are available elsewhere but require proprietary software
|
|
||||||
to build.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/andybotting/tramhunter.git
|
|
||||||
|
|
||||||
Build:1.0,1000
|
|
||||||
commit=47b60e349f
|
|
||||||
subdir=android/TramHunter
|
|
||||||
srclibs=ActionBarSherlock@9598f2bb2c
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
|
||||||
|
|
||||||
Build:1.1,1100
|
|
||||||
commit=3e2a604768
|
|
||||||
subdir=android/TramHunter
|
|
||||||
srclibs=ActionBarSherlock@4.1.0
|
|
||||||
extlibs=ABS-MapsPlugin/actionbarsherlock-plugin-maps-4.2.0.jar
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
mv libs/actionbarsherlock-plugin-maps-4.2.0.jar $$ActionBarSherlock$$/libs/
|
|
||||||
|
|
||||||
Build:1.2,1200
|
|
||||||
commit=9b07112beb1
|
|
||||||
subdir=android/TramHunter
|
|
||||||
srclibs=ActionBarSherlock@4.1.0
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
extlibs=ABS-MapsPlugin/actionbarsherlock-plugin-maps-4.2.0.jar
|
|
||||||
prebuild=sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
mv libs/actionbarsherlock-plugin-maps-4.2.0.jar $$ActionBarSherlock$$/libs/
|
|
||||||
target=Google Inc.:Google APIs:16
|
|
||||||
|
|
||||||
Build:1.3,1300
|
|
||||||
commit=v1.3
|
|
||||||
subdir=android/TramHunter
|
|
||||||
srclibs=ActionBarSherlock@4.1.0
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
extlibs=ABS-MapsPlugin/actionbarsherlock-plugin-maps-4.2.0.jar
|
|
||||||
prebuild=sed -i 's@\(.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
mv libs/actionbarsherlock-plugin-maps-4.2.0.jar $$ActionBarSherlock$$/libs/
|
|
||||||
target=Google Inc.:Google APIs:17
|
|
||||||
|
|
||||||
Build:1.4,1400
|
|
||||||
disable=Proprietary API required
|
|
||||||
commit=v1.4
|
|
||||||
subdir=android/TramHunter
|
|
||||||
srclibs=ActionBarSherlock@4.1.0
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
extlibs=ABS-MapsPlugin/actionbarsherlock-plugin-maps-4.2.0.jar
|
|
||||||
prebuild=sed -i 's@\(.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
mv libs/actionbarsherlock-plugin-maps-4.2.0.jar $$ActionBarSherlock$$/libs/
|
|
||||||
target=Google Inc.:Google APIs:19
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:1.3
|
|
||||||
Current Version Code:1300
|
|
||||||
93
metadata/com.andybotting.tramhunter.yml
Normal file
93
metadata/com.andybotting.tramhunter.yml
Normal file
|
|
@ -0,0 +1,93 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- Navigation
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: http://tramhunter.andybotting.com
|
||||||
|
SourceCode: https://github.com/andybotting/tramhunter
|
||||||
|
IssueTracker: https://github.com/andybotting/tramhunter/issues
|
||||||
|
|
||||||
|
AutoName: Tram Hunter
|
||||||
|
Summary: Locate trams in Melbourne
|
||||||
|
Description: |-
|
||||||
|
Client to Yarra Trams tram TRACKER® service for real-time location of Melbourne
|
||||||
|
trams.
|
||||||
|
|
||||||
|
Newer versions of this are available elsewhere but require proprietary software
|
||||||
|
to build.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/andybotting/tramhunter.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1000
|
||||||
|
commit: 47b60e349f
|
||||||
|
subdir: android/TramHunter
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@9598f2bb2c
|
||||||
|
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
|
||||||
|
project.properties
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 1100
|
||||||
|
commit: 3e2a604768
|
||||||
|
subdir: android/TramHunter
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.1.0
|
||||||
|
extlibs:
|
||||||
|
- ABS-MapsPlugin/actionbarsherlock-plugin-maps-4.2.0.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- mv libs/actionbarsherlock-plugin-maps-4.2.0.jar $$ActionBarSherlock$$/libs/
|
||||||
|
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 1200
|
||||||
|
commit: 9b07112beb1
|
||||||
|
subdir: android/TramHunter
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.1.0
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
extlibs:
|
||||||
|
- ABS-MapsPlugin/actionbarsherlock-plugin-maps-4.2.0.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- mv libs/actionbarsherlock-plugin-maps-4.2.0.jar $$ActionBarSherlock$$/libs/
|
||||||
|
target: Google Inc.:Google APIs:16
|
||||||
|
|
||||||
|
- versionName: '1.3'
|
||||||
|
versionCode: 1300
|
||||||
|
commit: v1.3
|
||||||
|
subdir: android/TramHunter
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.1.0
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
extlibs:
|
||||||
|
- ABS-MapsPlugin/actionbarsherlock-plugin-maps-4.2.0.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- mv libs/actionbarsherlock-plugin-maps-4.2.0.jar $$ActionBarSherlock$$/libs/
|
||||||
|
target: Google Inc.:Google APIs:17
|
||||||
|
|
||||||
|
- versionName: '1.4'
|
||||||
|
versionCode: 1400
|
||||||
|
disable: Proprietary API required
|
||||||
|
commit: v1.4
|
||||||
|
subdir: android/TramHunter
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.1.0
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
extlibs:
|
||||||
|
- ABS-MapsPlugin/actionbarsherlock-plugin-maps-4.2.0.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- mv libs/actionbarsherlock-plugin-maps-4.2.0.jar $$ActionBarSherlock$$/libs/
|
||||||
|
target: Google Inc.:Google APIs:19
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: '1.3'
|
||||||
|
CurrentVersionCode: 1300
|
||||||
|
|
@ -1,45 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:http://www.pedramhayati.com/2012/07/16/ssh-terminal-keyboard-android/
|
|
||||||
Source Code:https://github.com/pi3ch/ssh_anysoftkeyboard
|
|
||||||
Issue Tracker:https://github.com/pi3ch/ssh_anysoftkeyboard/issues
|
|
||||||
Donate:http://anysoftkeyboard.github.io/
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: SSH
|
|
||||||
Auto Name:SSH for AnySoftKeyboard
|
|
||||||
Summary:Language pack for ASK
|
|
||||||
Description:
|
|
||||||
A handy keyboard for terminal emulators, ssh clients (e.g. [[org.connectbot]])
|
|
||||||
and any application that requires a full keyboard. The keyboard learns your
|
|
||||||
frequently used commands as you use it (you need to add your common commands for
|
|
||||||
auto suggestion: only tested on [[sk.vx.connectbot]]).
|
|
||||||
|
|
||||||
* Command suggestion (comes with basic dictionary)
|
|
||||||
* Arrow keys for command history
|
|
||||||
* CTRL key e.g. CTRL+E to jump to end of line
|
|
||||||
* Tab key for completion (depends on shell)
|
|
||||||
* Special characters as pop-ups
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
|
|
||||||
Status: BETA.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/pi3ch/ssh_anysoftkeyboard
|
|
||||||
|
|
||||||
Build:0.4.20120611-beta,4
|
|
||||||
commit=626f9fc2c
|
|
||||||
patch=xml.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
prebuild=echo "android.library.reference.1=$$AnySoftKeyboard-API$$" >> project.properties && \
|
|
||||||
mkdir -p res/raw/ dict/ && \
|
|
||||||
rm -rf assets/ gen/ res/values/attrs.xml && \
|
|
||||||
mv res/xml/ssh_dict.xml dict/words.xml
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:0.4.20120611-beta
|
|
||||||
Current Version Code:4
|
|
||||||
51
metadata/com.anysoftkeyboard.languagepack.SSH.yml
Normal file
51
metadata/com.anysoftkeyboard.languagepack.SSH.yml
Normal file
|
|
@ -0,0 +1,51 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: http://www.pedramhayati.com/2012/07/16/ssh-terminal-keyboard-android/
|
||||||
|
SourceCode: https://github.com/pi3ch/ssh_anysoftkeyboard
|
||||||
|
IssueTracker: https://github.com/pi3ch/ssh_anysoftkeyboard/issues
|
||||||
|
Donate: http://anysoftkeyboard.github.io/
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: SSH'
|
||||||
|
AutoName: SSH for AnySoftKeyboard
|
||||||
|
Summary: Language pack for ASK
|
||||||
|
Description: |-
|
||||||
|
A handy keyboard for terminal emulators, ssh clients (e.g. [[org.connectbot]])
|
||||||
|
and any application that requires a full keyboard. The keyboard learns your
|
||||||
|
frequently used commands as you use it (you need to add your common commands for
|
||||||
|
auto suggestion: only tested on [[sk.vx.connectbot]]).
|
||||||
|
|
||||||
|
* Command suggestion (comes with basic dictionary)
|
||||||
|
* Arrow keys for command history
|
||||||
|
* CTRL key e.g. CTRL+E to jump to end of line
|
||||||
|
* Tab key for completion (depends on shell)
|
||||||
|
* Special characters as pop-ups
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
Status: BETA.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/pi3ch/ssh_anysoftkeyboard
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.4.20120611-beta
|
||||||
|
versionCode: 4
|
||||||
|
commit: 626f9fc2c
|
||||||
|
patch:
|
||||||
|
- xml.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
prebuild:
|
||||||
|
- echo "android.library.reference.1=$$AnySoftKeyboard-API$$" >> project.properties
|
||||||
|
- mkdir -p res/raw/ dict/
|
||||||
|
- rm -rf assets/ gen/ res/values/attrs.xml
|
||||||
|
- mv res/xml/ssh_dict.xml dict/words.xml
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: 0.4.20120611-beta
|
||||||
|
CurrentVersionCode: 4
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://s.evendanan.net/ask
|
|
||||||
Source Code:https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Catalan
|
|
||||||
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
|
|
||||||
Donate:http://anysoftkeyboard.github.io/
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Catalan
|
|
||||||
Auto Name:AnySoftKeyboard - Catalan Language Pack
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
Dictionary is based on the Wikipedia article database which can be distributed
|
|
||||||
under the terms of either the GNU Free Documentation or the Creative Commons
|
|
||||||
Attribution-ShareAlike licenses and has about 5,000 words.
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git-svn
|
|
||||||
Repo:https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Catalan
|
|
||||||
|
|
||||||
Build:20110220,3
|
|
||||||
commit=1560
|
|
||||||
init=rm -rf build.xml
|
|
||||||
patch=xml.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
extlibs=LanguagePacks/ca.xml.gz
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
mkdir -p dict/ res/raw/ && \
|
|
||||||
gunzip -c libs/ca.xml.gz > dict/words.xml && \
|
|
||||||
rm -rf assets/ libs/
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:20110220
|
|
||||||
Current Version Code:3
|
|
||||||
45
metadata/com.anysoftkeyboard.languagepack.catalan.yml
Normal file
45
metadata/com.anysoftkeyboard.languagepack.catalan.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://s.evendanan.net/ask
|
||||||
|
SourceCode: https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Catalan
|
||||||
|
IssueTracker: https://github.com/AnySoftKeyboard/LanguagePack/issues
|
||||||
|
Donate: http://anysoftkeyboard.github.io/
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Catalan'
|
||||||
|
AutoName: AnySoftKeyboard - Catalan Language Pack
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
Dictionary is based on the Wikipedia article database which can be distributed
|
||||||
|
under the terms of either the GNU Free Documentation or the Creative Commons
|
||||||
|
Attribution-ShareAlike licenses and has about 5,000 words.
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git-svn
|
||||||
|
Repo: https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Catalan
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '20110220'
|
||||||
|
versionCode: 3
|
||||||
|
commit: '1560'
|
||||||
|
init: rm -rf build.xml
|
||||||
|
patch:
|
||||||
|
- xml.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
extlibs:
|
||||||
|
- LanguagePacks/ca.xml.gz
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- mkdir -p dict/ res/raw/
|
||||||
|
- gunzip -c libs/ca.xml.gz > dict/words.xml
|
||||||
|
- rm -rf assets/ libs/
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: '20110220'
|
||||||
|
CurrentVersionCode: 3
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://s.evendanan.net/ask
|
|
||||||
Source Code:https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Danish
|
|
||||||
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
|
|
||||||
Donate:http://anysoftkeyboard.github.io/
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Danish
|
|
||||||
Auto Name:AnySoftKeyboard - Danish Language Pack
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
Dictionary based on AOSP dictionary.
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
|
|
||||||
|
|
||||||
Build:20100614,2
|
|
||||||
commit=1081
|
|
||||||
init=rm -f build.xml
|
|
||||||
patch=xml.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
extlibs=LanguagePacks/da.xml.gz
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
mkdir -p dict/ res/raw/ && \
|
|
||||||
gunzip -c libs/da.xml.gz > dict/words.xml && \
|
|
||||||
rm -rf assets/ libs/
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Build:2.0,100
|
|
||||||
commit=danish_2.0
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest/Danish
|
|
||||||
Current Version:2.0
|
|
||||||
Current Version Code:100
|
|
||||||
52
metadata/com.anysoftkeyboard.languagepack.danish.yml
Normal file
52
metadata/com.anysoftkeyboard.languagepack.danish.yml
Normal file
|
|
@ -0,0 +1,52 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://s.evendanan.net/ask
|
||||||
|
SourceCode: https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Danish
|
||||||
|
IssueTracker: https://github.com/AnySoftKeyboard/LanguagePack/issues
|
||||||
|
Donate: http://anysoftkeyboard.github.io/
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Danish'
|
||||||
|
AutoName: AnySoftKeyboard - Danish Language Pack
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
Dictionary based on AOSP dictionary.
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '20100614'
|
||||||
|
versionCode: 2
|
||||||
|
commit: '1081'
|
||||||
|
init: rm -f build.xml
|
||||||
|
patch:
|
||||||
|
- xml.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
extlibs:
|
||||||
|
- LanguagePacks/da.xml.gz
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- mkdir -p dict/ res/raw/
|
||||||
|
- gunzip -c libs/da.xml.gz > dict/words.xml
|
||||||
|
- rm -rf assets/ libs/
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
- versionName: '2.0'
|
||||||
|
versionCode: 100
|
||||||
|
commit: danish_2.0
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest/Danish
|
||||||
|
CurrentVersion: '2.0'
|
||||||
|
CurrentVersionCode: 100
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://s.evendanan.net/ask
|
|
||||||
Source Code:https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Esperanto
|
|
||||||
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
|
|
||||||
Donate:http://anysoftkeyboard.github.io/
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Esperanto
|
|
||||||
Auto Name:AnySoftKeyboard - Esperanto Language Pack
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
Dictionary is [http://wiki.apertium.org/wiki/Vikipedia_korpuso_de_Esperanto
|
|
||||||
based on the Wikipedia] article database and has about 50,000 words.
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git-svn
|
|
||||||
Repo:https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Esperanto
|
|
||||||
|
|
||||||
Build:20100613,2
|
|
||||||
commit=1082
|
|
||||||
init=rm -f build.xml
|
|
||||||
patch=xml.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
extlibs=LanguagePacks/eo.xml.gz
|
|
||||||
prebuild=sed -i 's@\(reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
mkdir -p dict/ res/raw/ && \
|
|
||||||
gunzip -c libs/eo.xml.gz > dict/words.xml && \
|
|
||||||
rm -rf assets/ libs/
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:20100613
|
|
||||||
Current Version Code:2
|
|
||||||
44
metadata/com.anysoftkeyboard.languagepack.esperanto.yml
Normal file
44
metadata/com.anysoftkeyboard.languagepack.esperanto.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://s.evendanan.net/ask
|
||||||
|
SourceCode: https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Esperanto
|
||||||
|
IssueTracker: https://github.com/AnySoftKeyboard/LanguagePack/issues
|
||||||
|
Donate: http://anysoftkeyboard.github.io/
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Esperanto'
|
||||||
|
AutoName: AnySoftKeyboard - Esperanto Language Pack
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
Dictionary is [http://wiki.apertium.org/wiki/Vikipedia_korpuso_de_Esperanto
|
||||||
|
based on the Wikipedia] article database and has about 50,000 words.
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git-svn
|
||||||
|
Repo: https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Esperanto
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '20100613'
|
||||||
|
versionCode: 2
|
||||||
|
commit: '1082'
|
||||||
|
init: rm -f build.xml
|
||||||
|
patch:
|
||||||
|
- xml.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
extlibs:
|
||||||
|
- LanguagePacks/eo.xml.gz
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- mkdir -p dict/ res/raw/
|
||||||
|
- gunzip -c libs/eo.xml.gz > dict/words.xml
|
||||||
|
- rm -rf assets/ libs/
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: '20100613'
|
||||||
|
CurrentVersionCode: 2
|
||||||
|
|
@ -1,39 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://www.evendanan.net
|
|
||||||
Source Code:https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/FrenchXLarge
|
|
||||||
Issue Tracker:https://github.com/anysoftkeyboard/LanguagePack/issues
|
|
||||||
Donate:http://anysoftkeyboard.github.io/
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: French
|
|
||||||
Auto Name:AnySoftKeyboard - French Language Pack with XLarge dictionary
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
AZERTY, BEPO and French-Canadian layouts with an almost 400,000 word dictionary.
|
|
||||||
You would need an 800MHz processor for it work smoothly.
|
|
||||||
|
|
||||||
Dictionary is from [http://www.dicollecte.org/inscription.php?prj=fr
|
|
||||||
Dicollecte.org], and is licensed under the terms of the Mozilla public license.
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git-svn
|
|
||||||
Repo:https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/FrenchXLarge
|
|
||||||
|
|
||||||
Build:20111029,1
|
|
||||||
commit=2019
|
|
||||||
init=rm -rf build.xml
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
prebuild=sed -i 's@\(reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
mkdir -p dict/ && \
|
|
||||||
rm -f release/* res/raw/* && \
|
|
||||||
sed -i 's/fr_main/words/g' res/values/values.xml && \
|
|
||||||
wget https://softkeyboard.googlecode.com/svn/trunk/DictionaryTools/xml/fr_xlarge.xml -O dict/words.xml
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:20111029
|
|
||||||
Current Version Code:1
|
|
||||||
45
metadata/com.anysoftkeyboard.languagepack.french_xlarge.yml
Normal file
45
metadata/com.anysoftkeyboard.languagepack.french_xlarge.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://www.evendanan.net
|
||||||
|
SourceCode: https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/FrenchXLarge
|
||||||
|
IssueTracker: https://github.com/anysoftkeyboard/LanguagePack/issues
|
||||||
|
Donate: http://anysoftkeyboard.github.io/
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: French'
|
||||||
|
AutoName: AnySoftKeyboard - French Language Pack with XLarge dictionary
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
AZERTY, BEPO and French-Canadian layouts with an almost 400,000 word dictionary.
|
||||||
|
You would need an 800MHz processor for it work smoothly.
|
||||||
|
|
||||||
|
Dictionary is from [http://www.dicollecte.org/inscription.php?prj=fr
|
||||||
|
Dicollecte.org], and is licensed under the terms of the Mozilla public license.
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git-svn
|
||||||
|
Repo: https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/FrenchXLarge
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '20111029'
|
||||||
|
versionCode: 1
|
||||||
|
commit: '2019'
|
||||||
|
init: rm -rf build.xml
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- mkdir -p dict/
|
||||||
|
- rm -f release/* res/raw/*
|
||||||
|
- sed -i 's/fr_main/words/g' res/values/values.xml
|
||||||
|
- wget https://softkeyboard.googlecode.com/svn/trunk/DictionaryTools/xml/fr_xlarge.xml
|
||||||
|
-O dict/words.xml
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: '20111029'
|
||||||
|
CurrentVersionCode: 1
|
||||||
|
|
@ -1,58 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:https://github.com/Stichoza
|
|
||||||
Source Code:https://github.com/Stichoza/AnySoftKeyboardLanguagePackGeorgian
|
|
||||||
Issue Tracker:https://github.com/Stichoza/AnySoftKeyboardLanguagePackGeorgian/issues
|
|
||||||
Donate:http://anysoftkeyboard.github.io/
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Georgian
|
|
||||||
Auto Name:Georgian (full) for AnySoftKeyboard
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
N.B You may need to install Georgian fonts. This process would require root. We
|
|
||||||
have a package for them: [[org.herrlado.geofonts]].
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu. See the Google Play
|
|
||||||
description of com.anysoftkeyboard.languagepack.georgian_full for more tips.
|
|
||||||
|
|
||||||
This package is a hybrid, using keyboards from the source code page and
|
|
||||||
dictionaries from the texts of the literature portal lib.ge (editor an co-owner
|
|
||||||
Giorgi Kekelidze) and published with his permission. Be sure to mention that
|
|
||||||
this package uses a different dictionary if visiting the issue tracker
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/Stichoza/AnySoftKeyboardLanguagePackGeorgian
|
|
||||||
|
|
||||||
Build:2.0.204,4
|
|
||||||
disable=One of the srclibs fails on android update project (at e8b7071461)
|
|
||||||
commit=e8b7071461
|
|
||||||
init=rm -rf bin/ gen/
|
|
||||||
patch=packageid.patch,xml.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
prebuild=echo 'android.library.reference.1=$$AnySoftKeyboard-API$$' >> project.properties && \
|
|
||||||
echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties && \
|
|
||||||
mkdir -p dict/ res/raw/ && \
|
|
||||||
rm -f assets/* && \
|
|
||||||
wget https://softkeyboard.googlecode.com/svn/trunk/DictionaryTools/xml/ka.xml -O dict/words.xml
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Build:2.1.4,5
|
|
||||||
commit=eb2334531
|
|
||||||
init=rm -rf bin/ gen/
|
|
||||||
patch=packageid.patch,xml.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
extlibs=LanguagePacks/ka.xml.gz
|
|
||||||
prebuild=echo 'android.library.reference.1=$$AnySoftKeyboard-API$$' >> project.properties && \
|
|
||||||
echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties && \
|
|
||||||
mkdir -p dict/ res/raw/ && \
|
|
||||||
rm -f assets/* && \
|
|
||||||
gunzip -c libs/ka.xml.gz > dict/words.xml && \
|
|
||||||
rm libs/*.gz
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:2.1.4
|
|
||||||
Current Version Code:5
|
|
||||||
|
|
@ -0,0 +1,73 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: https://github.com/Stichoza
|
||||||
|
SourceCode: https://github.com/Stichoza/AnySoftKeyboardLanguagePackGeorgian
|
||||||
|
IssueTracker: https://github.com/Stichoza/AnySoftKeyboardLanguagePackGeorgian/issues
|
||||||
|
Donate: http://anysoftkeyboard.github.io/
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Georgian'
|
||||||
|
AutoName: Georgian (full) for AnySoftKeyboard
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
N.B You may need to install Georgian fonts. This process would require root. We
|
||||||
|
have a package for them: [[org.herrlado.geofonts]].
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu. See the Google Play
|
||||||
|
description of com.anysoftkeyboard.languagepack.georgian_full for more tips.
|
||||||
|
|
||||||
|
This package is a hybrid, using keyboards from the source code page and
|
||||||
|
dictionaries from the texts of the literature portal lib.ge (editor an co-owner
|
||||||
|
Giorgi Kekelidze) and published with his permission. Be sure to mention that
|
||||||
|
this package uses a different dictionary if visiting the issue tracker
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Stichoza/AnySoftKeyboardLanguagePackGeorgian
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 2.0.204
|
||||||
|
versionCode: 4
|
||||||
|
disable: One of the srclibs fails on android update project (at e8b7071461)
|
||||||
|
commit: e8b7071461
|
||||||
|
init: rm -rf bin/ gen/
|
||||||
|
patch:
|
||||||
|
- packageid.patch
|
||||||
|
- xml.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
prebuild:
|
||||||
|
- echo 'android.library.reference.1=$$AnySoftKeyboard-API$$' >> project.properties
|
||||||
|
- echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties
|
||||||
|
- mkdir -p dict/ res/raw/
|
||||||
|
- rm -f assets/*
|
||||||
|
- wget https://softkeyboard.googlecode.com/svn/trunk/DictionaryTools/xml/ka.xml
|
||||||
|
-O dict/words.xml
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
- versionName: 2.1.4
|
||||||
|
versionCode: 5
|
||||||
|
commit: eb2334531
|
||||||
|
init: rm -rf bin/ gen/
|
||||||
|
patch:
|
||||||
|
- packageid.patch
|
||||||
|
- xml.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
extlibs:
|
||||||
|
- LanguagePacks/ka.xml.gz
|
||||||
|
prebuild:
|
||||||
|
- echo 'android.library.reference.1=$$AnySoftKeyboard-API$$' >> project.properties
|
||||||
|
- echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties
|
||||||
|
- mkdir -p dict/ res/raw/
|
||||||
|
- rm -f assets/*
|
||||||
|
- gunzip -c libs/ka.xml.gz > dict/words.xml
|
||||||
|
- rm libs/*.gz
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: 2.1.4
|
||||||
|
CurrentVersionCode: 5
|
||||||
|
|
@ -1,47 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/German
|
|
||||||
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
|
|
||||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: German
|
|
||||||
Auto Name:AnySoftKeyboard - German Language Pack
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
German keyboard layout and dictionary of over 100,000 words.
|
|
||||||
|
|
||||||
Dictionary comes from AOSP. The source code is in another branch to the default.
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
|
|
||||||
|
|
||||||
Build:v2.0.1,100
|
|
||||||
commit=2.0.1
|
|
||||||
init=mkdir -p src/main/res/raw && \
|
|
||||||
touch src/main/res/raw/words_1.dict
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Build:v2.0.3,103
|
|
||||||
commit=german_2.0.3
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Build:v2.0.4,173
|
|
||||||
commit=german-2.0.4
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest/German
|
|
||||||
Current Version:v2.0.4
|
|
||||||
Current Version Code:173
|
|
||||||
57
metadata/com.anysoftkeyboard.languagepack.german.yml
Normal file
57
metadata/com.anysoftkeyboard.languagepack.german.yml
Normal file
|
|
@ -0,0 +1,57 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/AnySoftKeyboard/LanguagePack/tree/German
|
||||||
|
IssueTracker: https://github.com/AnySoftKeyboard/LanguagePack/issues
|
||||||
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: German'
|
||||||
|
AutoName: AnySoftKeyboard - German Language Pack
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
German keyboard layout and dictionary of over 100,000 words.
|
||||||
|
|
||||||
|
Dictionary comes from AOSP. The source code is in another branch to the default.
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: v2.0.1
|
||||||
|
versionCode: 100
|
||||||
|
commit: 2.0.1
|
||||||
|
init:
|
||||||
|
- mkdir -p src/main/res/raw
|
||||||
|
- touch src/main/res/raw/words_1.dict
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
- versionName: v2.0.3
|
||||||
|
versionCode: 103
|
||||||
|
commit: german_2.0.3
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
- versionName: v2.0.4
|
||||||
|
versionCode: 173
|
||||||
|
commit: german-2.0.4
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest/German
|
||||||
|
CurrentVersion: v2.0.4
|
||||||
|
CurrentVersionCode: 173
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://s.evendanan.net/ask
|
|
||||||
Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/Greek
|
|
||||||
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
|
|
||||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Greek
|
|
||||||
Auto Name:AnySoftKeyboard - Ελληνικό Γλωσσικό Πακέτο
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
Greek keyboard layouts and AOSP dictionary.
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
|
|
||||||
|
|
||||||
Build:20110717,3
|
|
||||||
commit=1815
|
|
||||||
init=rm -f build.xml
|
|
||||||
patch=xml.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
extlibs=LanguagePacks/gr.xml
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
mkdir -p dict/ res/raw/ && \
|
|
||||||
rm -rf assets/ && \
|
|
||||||
mv libs/gr.xml dict/words.xml
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Build:2.0.0,200
|
|
||||||
commit=greek_2.0.0
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest/Greek
|
|
||||||
Current Version:2.0
|
|
||||||
Current Version Code:200
|
|
||||||
52
metadata/com.anysoftkeyboard.languagepack.greek.yml
Normal file
52
metadata/com.anysoftkeyboard.languagepack.greek.yml
Normal file
|
|
@ -0,0 +1,52 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://s.evendanan.net/ask
|
||||||
|
SourceCode: https://github.com/AnySoftKeyboard/LanguagePack/tree/Greek
|
||||||
|
IssueTracker: https://github.com/AnySoftKeyboard/LanguagePack/issues
|
||||||
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Greek'
|
||||||
|
AutoName: AnySoftKeyboard - Ελληνικό Γλωσσικό Πακέτο
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
Greek keyboard layouts and AOSP dictionary.
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '20110717'
|
||||||
|
versionCode: 3
|
||||||
|
commit: '1815'
|
||||||
|
init: rm -f build.xml
|
||||||
|
patch:
|
||||||
|
- xml.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
extlibs:
|
||||||
|
- LanguagePacks/gr.xml
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- mkdir -p dict/ res/raw/
|
||||||
|
- rm -rf assets/
|
||||||
|
- mv libs/gr.xml dict/words.xml
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
- versionName: 2.0.0
|
||||||
|
versionCode: 200
|
||||||
|
commit: greek_2.0.0
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest/Greek
|
||||||
|
CurrentVersion: '2.0'
|
||||||
|
CurrentVersionCode: 200
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/AnySoftKeyboard/LanguagePack
|
|
||||||
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
|
|
||||||
Donate:http://anysoftkeyboard.github.io/
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Hebrew (outdated)
|
|
||||||
Auto Name:AnySoftKeyboard - Hebrew Language Pack
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
This pack is outdated. Please use [[com.anysoftkeyboard.languagepack.hebrew]]
|
|
||||||
instead. Hebrew keyboard layout (regular, 16 keys and Phonetic) and dictionary
|
|
||||||
of over 100,000 words. Note: This will NOT install Hebrew fonts on your device!
|
|
||||||
|
|
||||||
Dictionary comes from [http://www.mila.cs.technion.ac.il
|
|
||||||
www.mila.cs.technion.ac.il]. The source code is in another branch to the
|
|
||||||
default.
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack
|
|
||||||
|
|
||||||
Build:20121101,10
|
|
||||||
commit=421e0212c
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' custom_rules.xml && \
|
|
||||||
sed -i '/key/d' project.properties
|
|
||||||
|
|
||||||
Archive Policy:0 versions
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:20121101
|
|
||||||
Current Version Code:10
|
|
||||||
42
metadata/com.anysoftkeyboard.languagepack.hebrew_large.yml
Normal file
42
metadata/com.anysoftkeyboard.languagepack.hebrew_large.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/AnySoftKeyboard/LanguagePack
|
||||||
|
IssueTracker: https://github.com/AnySoftKeyboard/LanguagePack/issues
|
||||||
|
Donate: http://anysoftkeyboard.github.io/
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Hebrew (outdated)'
|
||||||
|
AutoName: AnySoftKeyboard - Hebrew Language Pack
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
This pack is outdated. Please use [[com.anysoftkeyboard.languagepack.hebrew]]
|
||||||
|
instead. Hebrew keyboard layout (regular, 16 keys and Phonetic) and dictionary
|
||||||
|
of over 100,000 words. Note: This will NOT install Hebrew fonts on your device!
|
||||||
|
|
||||||
|
Dictionary comes from [http://www.mila.cs.technion.ac.il
|
||||||
|
www.mila.cs.technion.ac.il]. The source code is in another branch to the
|
||||||
|
default.
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AnySoftKeyboard/LanguagePack
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '20121101'
|
||||||
|
versionCode: 10
|
||||||
|
commit: 421e0212c
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' custom_rules.xml
|
||||||
|
- sed -i '/key/d' project.properties
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: '20121101'
|
||||||
|
CurrentVersionCode: 10
|
||||||
|
|
@ -1,61 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://github.com/rhornig/anysoftkeyboard-hungarian/wiki
|
|
||||||
Source Code:https://github.com/rhornig/anysoftkeyboard-hungarian
|
|
||||||
Issue Tracker:https://github.com/rhornig/anysoftkeyboard-hungarian/issues
|
|
||||||
Donate:http://anysoftkeyboard.github.io/
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Magyar
|
|
||||||
Auto Name:AnySoftKeyboard - Hungarian Language Pack
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
Layouts and dictionaries for for the Hungarian language. See the Google Play
|
|
||||||
description for usage tips.
|
|
||||||
|
|
||||||
Dictionary is via [http://magyarispell.sourceforge.net].
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/rhornig/anysoftkeyboard-hungarian
|
|
||||||
|
|
||||||
Build:20120208,12
|
|
||||||
commit=v20120208
|
|
||||||
patch=add-icon.patch,dictionaries.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
prebuild=echo "android.library.reference.1=$$AnySoftKeyboard-API$$" >> project.properties && \
|
|
||||||
mkdir -p res/raw/ dict/ && \
|
|
||||||
mv dic/hu_HU-1.6.1.xml dict/words.xml && \
|
|
||||||
rm -rf assets/ dic/
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Build:20130712,15
|
|
||||||
commit=05b2303fb
|
|
||||||
patch=dictionaries.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
prebuild=sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
mkdir -p res/raw/ dict/ && \
|
|
||||||
mv dic/hu_HU-1.6.1.xml dict/words.xml && \
|
|
||||||
rm -rf assets/ dic/
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Build:20131020,16
|
|
||||||
commit=v20131020
|
|
||||||
patch=dictionaries.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
prebuild=sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
mkdir -p res/raw/ dict/ && \
|
|
||||||
mv dic/hu_HU-1.6.1.xml dict/words.xml && \
|
|
||||||
rm -rf assets/ dic/
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Tags not always reliable.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:20180709
|
|
||||||
Current Version Code:18
|
|
||||||
76
metadata/com.anysoftkeyboard.languagepack.hungarian.yml
Normal file
76
metadata/com.anysoftkeyboard.languagepack.hungarian.yml
Normal file
|
|
@ -0,0 +1,76 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://github.com/rhornig/anysoftkeyboard-hungarian/wiki
|
||||||
|
SourceCode: https://github.com/rhornig/anysoftkeyboard-hungarian
|
||||||
|
IssueTracker: https://github.com/rhornig/anysoftkeyboard-hungarian/issues
|
||||||
|
Donate: http://anysoftkeyboard.github.io/
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Magyar'
|
||||||
|
AutoName: AnySoftKeyboard - Hungarian Language Pack
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
Layouts and dictionaries for for the Hungarian language. See the Google Play
|
||||||
|
description for usage tips.
|
||||||
|
|
||||||
|
Dictionary is via [http://magyarispell.sourceforge.net].
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/rhornig/anysoftkeyboard-hungarian
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '20120208'
|
||||||
|
versionCode: 12
|
||||||
|
commit: v20120208
|
||||||
|
patch:
|
||||||
|
- add-icon.patch
|
||||||
|
- dictionaries.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
prebuild:
|
||||||
|
- echo "android.library.reference.1=$$AnySoftKeyboard-API$$" >> project.properties
|
||||||
|
- mkdir -p res/raw/ dict/
|
||||||
|
- mv dic/hu_HU-1.6.1.xml dict/words.xml
|
||||||
|
- rm -rf assets/ dic/
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
- versionName: '20130712'
|
||||||
|
versionCode: 15
|
||||||
|
commit: 05b2303fb
|
||||||
|
patch:
|
||||||
|
- dictionaries.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- mkdir -p res/raw/ dict/
|
||||||
|
- mv dic/hu_HU-1.6.1.xml dict/words.xml
|
||||||
|
- rm -rf assets/ dic/
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
- versionName: '20131020'
|
||||||
|
versionCode: 16
|
||||||
|
commit: v20131020
|
||||||
|
patch:
|
||||||
|
- dictionaries.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- mkdir -p res/raw/ dict/
|
||||||
|
- mv dic/hu_HU-1.6.1.xml dict/words.xml
|
||||||
|
- rm -rf assets/ dic/
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
MaintainerNotes: Tags not always reliable.
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '20180709'
|
||||||
|
CurrentVersionCode: 18
|
||||||
|
|
@ -1,46 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://github.com/yuttadhammo
|
|
||||||
Source Code:https://github.com/yuttadhammo/ask-pali-keyboard
|
|
||||||
Issue Tracker:https://github.com/yuttadhammo/ask-pali-keyboard/issues
|
|
||||||
Donate:http://anysoftkeyboard.github.io/
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Pali
|
|
||||||
Auto Name:AnySoftKeyboard - change_me Language Pack
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
You may need a special font to display the diacritics properly: this would
|
|
||||||
require root and instructions are
|
|
||||||
[http://anewtab.com/install-hindi-marathi-devanagari-fonts-in-andriod-phonesdevices
|
|
||||||
here].
|
|
||||||
|
|
||||||
Standard QWERTY keyboard layout with Pali and Sanskrit diacritics and Pali
|
|
||||||
dictionary (about 75,000 of the most common word-forms in the Pali texts).
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
|
|
||||||
|
|
||||||
Build:0.2,2
|
|
||||||
commit=5eabfc
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
extlibs=LanguagePacks/pali.zip
|
|
||||||
prebuild=rm -rf res/ StoreStuff/ dict/ && \
|
|
||||||
unzip libs/pali.zip && \
|
|
||||||
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
sed -i 's/change_me/pali/g' src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java AndroidManifest.xml && \
|
|
||||||
mkdir -p src/com/anysoftkeyboard/languagepack/pali && \
|
|
||||||
mv src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java src/com/anysoftkeyboard/languagepack/pali/ && \
|
|
||||||
sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' custom_rules.xml && \
|
|
||||||
sed -i 's/LanguagePack/LanguagePackPali/g' build.xml && \
|
|
||||||
sed -i '/key/d' project.properties
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:0.2
|
|
||||||
Current Version Code:2
|
|
||||||
54
metadata/com.anysoftkeyboard.languagepack.pali.yml
Normal file
54
metadata/com.anysoftkeyboard.languagepack.pali.yml
Normal file
|
|
@ -0,0 +1,54 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://github.com/yuttadhammo
|
||||||
|
SourceCode: https://github.com/yuttadhammo/ask-pali-keyboard
|
||||||
|
IssueTracker: https://github.com/yuttadhammo/ask-pali-keyboard/issues
|
||||||
|
Donate: http://anysoftkeyboard.github.io/
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Pali'
|
||||||
|
AutoName: AnySoftKeyboard - change_me Language Pack
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
You may need a special font to display the diacritics properly: this would
|
||||||
|
require root and instructions are
|
||||||
|
[http://anewtab.com/install-hindi-marathi-devanagari-fonts-in-andriod-phonesdevices
|
||||||
|
here].
|
||||||
|
|
||||||
|
Standard QWERTY keyboard layout with Pali and Sanskrit diacritics and Pali
|
||||||
|
dictionary (about 75,000 of the most common word-forms in the Pali texts).
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.2'
|
||||||
|
versionCode: 2
|
||||||
|
commit: 5eabfc
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
extlibs:
|
||||||
|
- LanguagePacks/pali.zip
|
||||||
|
prebuild:
|
||||||
|
- rm -rf res/ StoreStuff/ dict/
|
||||||
|
- unzip libs/pali.zip
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- sed -i 's/change_me/pali/g' src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java
|
||||||
|
AndroidManifest.xml
|
||||||
|
- mkdir -p src/com/anysoftkeyboard/languagepack/pali
|
||||||
|
- mv src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java
|
||||||
|
src/com/anysoftkeyboard/languagepack/pali/
|
||||||
|
- sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' custom_rules.xml
|
||||||
|
- sed -i 's/LanguagePack/LanguagePackPali/g' build.xml
|
||||||
|
- sed -i '/key/d' project.properties
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: '0.2'
|
||||||
|
CurrentVersionCode: 2
|
||||||
|
|
@ -1,44 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:http://www.pedramhayati.com/2011/05/15/persianfarsi-language-for-android
|
|
||||||
Source Code:https://github.com/pi3ch/persian_anysoftkeyboard
|
|
||||||
Issue Tracker:https://github.com/pi3ch/persian_anysoftkeyboard/issues
|
|
||||||
Donate:http://anysoftkeyboard.github.io/
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Persian
|
|
||||||
Auto Name:Persian for AnySoftKeyboard
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
N.B You may need to install Persian fonts. This process would require root and
|
|
||||||
is described on the website.
|
|
||||||
|
|
||||||
* Full Persian keyboards
|
|
||||||
* Farsi and Pinglish word suggestion and auto completion
|
|
||||||
* Persian numbers
|
|
||||||
|
|
||||||
Dictionaries are based on the
|
|
||||||
[http://ece.ut.ac.ir/dbrg/Hamshahri/publications.html#pub_1 Hamshahri Corpus],
|
|
||||||
which is free only for non-commercial use.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/pi3ch/persian_anysoftkeyboard
|
|
||||||
|
|
||||||
Build:20120613-persian-numbers,4
|
|
||||||
commit=5c341f2e73
|
|
||||||
patch=xml.patch
|
|
||||||
srclibs=AnySoftKeyboardTools@73e9a09496
|
|
||||||
build=mkdir -p res/raw/ dict/ && \
|
|
||||||
rm -rf assets/ gen/ && \
|
|
||||||
cp res/xml/pi.xml dict/words.xml && \
|
|
||||||
java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar && \
|
|
||||||
mv res/raw/words_1.dict words_2.dict && \
|
|
||||||
cp res/xml/fa.xml dict/words.xml && \
|
|
||||||
java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar && \
|
|
||||||
rm dict/words.xml && \
|
|
||||||
mv words_2.dict res/raw/
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:20120613-persian-numbers
|
|
||||||
Current Version Code:4
|
|
||||||
49
metadata/com.anysoftkeyboard.languagepack.persian.yml
Normal file
49
metadata/com.anysoftkeyboard.languagepack.persian.yml
Normal file
|
|
@ -0,0 +1,49 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: http://www.pedramhayati.com/2011/05/15/persianfarsi-language-for-android
|
||||||
|
SourceCode: https://github.com/pi3ch/persian_anysoftkeyboard
|
||||||
|
IssueTracker: https://github.com/pi3ch/persian_anysoftkeyboard/issues
|
||||||
|
Donate: http://anysoftkeyboard.github.io/
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Persian'
|
||||||
|
AutoName: Persian for AnySoftKeyboard
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
N.B You may need to install Persian fonts. This process would require root and
|
||||||
|
is described on the website.
|
||||||
|
|
||||||
|
* Full Persian keyboards
|
||||||
|
* Farsi and Pinglish word suggestion and auto completion
|
||||||
|
* Persian numbers
|
||||||
|
|
||||||
|
Dictionaries are based on the
|
||||||
|
[http://ece.ut.ac.ir/dbrg/Hamshahri/publications.html#pub_1 Hamshahri Corpus],
|
||||||
|
which is free only for non-commercial use.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/pi3ch/persian_anysoftkeyboard
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 20120613-persian-numbers
|
||||||
|
versionCode: 4
|
||||||
|
commit: 5c341f2e73
|
||||||
|
patch:
|
||||||
|
- xml.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
build:
|
||||||
|
- mkdir -p res/raw/ dict/
|
||||||
|
- rm -rf assets/ gen/
|
||||||
|
- cp res/xml/pi.xml dict/words.xml
|
||||||
|
- java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
- mv res/raw/words_1.dict words_2.dict
|
||||||
|
- cp res/xml/fa.xml dict/words.xml
|
||||||
|
- java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
- rm dict/words.xml
|
||||||
|
- mv words_2.dict res/raw/
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: 20120613-persian-numbers
|
||||||
|
CurrentVersionCode: 4
|
||||||
|
|
@ -1,55 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/Russian
|
|
||||||
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
|
|
||||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Русский
|
|
||||||
Auto Name:AnySoftKeyboard - Russian Language Pack
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
Russian layouts and a dictionary for auto-complete for AnySoftKeyboard.
|
|
||||||
|
|
||||||
Dictionary comes from AOSP. The source code is in another branch to the default.
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
|
|
||||||
|
|
||||||
Build:20121016,6
|
|
||||||
disable=no source or licence for the dictionary (at 5eabfc)
|
|
||||||
commit=5eabfc
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
extlibs=LanguagePacks/russian.zip
|
|
||||||
prebuild=rm -rf res/ StoreStuff/ dict/ && \
|
|
||||||
unzip libs/russian.zip && \
|
|
||||||
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
sed -i 's/change_me/russian2/g' src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java AndroidManifest.xml && \
|
|
||||||
mkdir -p src/com/anysoftkeyboard/languagepack/russian2 && \
|
|
||||||
mv src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java src/com/anysoftkeyboard/languagepack/russian2/ && \
|
|
||||||
sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' custom_rules.xml && \
|
|
||||||
sed -i 's/LanguagePack/LanguagePackRussian/g' build.xml && \
|
|
||||||
sed -i '/key/d' project.properties
|
|
||||||
|
|
||||||
Build:2.0,100
|
|
||||||
commit=russion_2.0
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Build:2.0.1,101
|
|
||||||
commit=russian_2.0.1
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest/Russian
|
|
||||||
Current Version:2.0.1
|
|
||||||
Current Version Code:101
|
|
||||||
68
metadata/com.anysoftkeyboard.languagepack.russian2.yml
Normal file
68
metadata/com.anysoftkeyboard.languagepack.russian2.yml
Normal file
|
|
@ -0,0 +1,68 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/AnySoftKeyboard/LanguagePack/tree/Russian
|
||||||
|
IssueTracker: https://github.com/AnySoftKeyboard/LanguagePack/issues
|
||||||
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Русский'
|
||||||
|
AutoName: AnySoftKeyboard - Russian Language Pack
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
Russian layouts and a dictionary for auto-complete for AnySoftKeyboard.
|
||||||
|
|
||||||
|
Dictionary comes from AOSP. The source code is in another branch to the default.
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '20121016'
|
||||||
|
versionCode: 6
|
||||||
|
disable: no source or licence for the dictionary (at 5eabfc)
|
||||||
|
commit: 5eabfc
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
extlibs:
|
||||||
|
- LanguagePacks/russian.zip
|
||||||
|
prebuild:
|
||||||
|
- rm -rf res/ StoreStuff/ dict/
|
||||||
|
- unzip libs/russian.zip
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- sed -i 's/change_me/russian2/g' src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java
|
||||||
|
AndroidManifest.xml
|
||||||
|
- mkdir -p src/com/anysoftkeyboard/languagepack/russian2
|
||||||
|
- mv src/com/anysoftkeyboard/languagepack/change_me/PackBroadcastReceiver.java
|
||||||
|
src/com/anysoftkeyboard/languagepack/russian2/
|
||||||
|
- sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' custom_rules.xml
|
||||||
|
- sed -i 's/LanguagePack/LanguagePackRussian/g' build.xml
|
||||||
|
- sed -i '/key/d' project.properties
|
||||||
|
|
||||||
|
- versionName: '2.0'
|
||||||
|
versionCode: 100
|
||||||
|
commit: russion_2.0
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
- versionName: 2.0.1
|
||||||
|
versionCode: 101
|
||||||
|
commit: russian_2.0.1
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest/Russian
|
||||||
|
CurrentVersion: 2.0.1
|
||||||
|
CurrentVersionCode: 101
|
||||||
|
|
@ -1,84 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://s.evendanan.net/ask
|
|
||||||
Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/Spanish
|
|
||||||
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
|
|
||||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Spanish
|
|
||||||
Auto Name:AnySoftKeyboard - Spanish Language Pack
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
AnySoftKeyboard keyboards pack: Spanish and Catalan keyboards, and Spanish
|
|
||||||
dictionary.
|
|
||||||
|
|
||||||
This is an expansion layouts pack for AnySoftKeyboard. Install AnySoftKeyboard
|
|
||||||
first, and then select the desired layout from AnySoftKeyboard's
|
|
||||||
Settings->Keyboards menu.
|
|
||||||
|
|
||||||
Dictionary is based on AOSP dictionary.
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
|
|
||||||
|
|
||||||
Build:20110717-smaller,2
|
|
||||||
commit=1813
|
|
||||||
patch=xml.patch,dump.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
extlibs=LanguagePacks/es-smaller.xml.gz
|
|
||||||
prebuild=sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
mkdir -p dict/ res/raw/ && \
|
|
||||||
gunzip -c libs/es-smaller.xml.gz > dict/words.xml && \
|
|
||||||
rm -rf assets/
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Build:20110717,3
|
|
||||||
commit=1813
|
|
||||||
patch=xml.patch,dump.patch
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
extlibs=LanguagePacks/es.xml.gz
|
|
||||||
prebuild=sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
mkdir -p dict/ res/raw/ && \
|
|
||||||
gunzip -c libs/es.xml.gz > dict/words.xml && \
|
|
||||||
rm -rf assets/
|
|
||||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
|
||||||
|
|
||||||
Build:2.0,100
|
|
||||||
commit=spanish-2.0
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Build:2.1.0,165
|
|
||||||
commit=spanish-2.1.0
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Build:2.1.1,167
|
|
||||||
commit=spanish-2.1.1
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 167/' build.gradle
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Build:2.1.1,168
|
|
||||||
commit=spanish-2.1.2
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 168/' build.gradle
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest/Spanish
|
|
||||||
Current Version:2.1.2
|
|
||||||
Current Version Code:168
|
|
||||||
111
metadata/com.anysoftkeyboard.languagepack.spain.yml
Normal file
111
metadata/com.anysoftkeyboard.languagepack.spain.yml
Normal file
|
|
@ -0,0 +1,111 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://s.evendanan.net/ask
|
||||||
|
SourceCode: https://github.com/AnySoftKeyboard/LanguagePack/tree/Spanish
|
||||||
|
IssueTracker: https://github.com/AnySoftKeyboard/LanguagePack/issues
|
||||||
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Spanish'
|
||||||
|
AutoName: AnySoftKeyboard - Spanish Language Pack
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
AnySoftKeyboard keyboards pack: Spanish and Catalan keyboards, and Spanish
|
||||||
|
dictionary.
|
||||||
|
|
||||||
|
This is an expansion layouts pack for AnySoftKeyboard. Install AnySoftKeyboard
|
||||||
|
first, and then select the desired layout from AnySoftKeyboard's
|
||||||
|
Settings->Keyboards menu.
|
||||||
|
|
||||||
|
Dictionary is based on AOSP dictionary.
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 20110717-smaller
|
||||||
|
versionCode: 2
|
||||||
|
commit: '1813'
|
||||||
|
patch:
|
||||||
|
- xml.patch
|
||||||
|
- dump.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
extlibs:
|
||||||
|
- LanguagePacks/es-smaller.xml.gz
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- mkdir -p dict/ res/raw/
|
||||||
|
- gunzip -c libs/es-smaller.xml.gz > dict/words.xml
|
||||||
|
- rm -rf assets/
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
- versionName: '20110717'
|
||||||
|
versionCode: 3
|
||||||
|
commit: '1813'
|
||||||
|
patch:
|
||||||
|
- xml.patch
|
||||||
|
- dump.patch
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
extlibs:
|
||||||
|
- LanguagePacks/es.xml.gz
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- mkdir -p dict/ res/raw/
|
||||||
|
- gunzip -c libs/es.xml.gz > dict/words.xml
|
||||||
|
- rm -rf assets/
|
||||||
|
build: java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||||
|
|
||||||
|
- versionName: '2.0'
|
||||||
|
versionCode: 100
|
||||||
|
commit: spanish-2.0
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
- versionName: 2.1.0
|
||||||
|
versionCode: 165
|
||||||
|
commit: spanish-2.1.0
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
- versionName: 2.1.1
|
||||||
|
versionCode: 167
|
||||||
|
commit: spanish-2.1.1
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild: sed -i -e 's/versionCode versionData.versionCode/versionCode 167/' build.gradle
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
- versionName: 2.1.1
|
||||||
|
versionCode: 168
|
||||||
|
commit: spanish-2.1.2
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild: sed -i -e 's/versionCode versionData.versionCode/versionCode 168/' build.gradle
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest/Spanish
|
||||||
|
CurrentVersion: 2.1.2
|
||||||
|
CurrentVersionCode: 168
|
||||||
|
|
@ -1,48 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://s.evendanan.net/ask
|
|
||||||
Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/Ukrainian
|
|
||||||
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
|
|
||||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Ukrainian
|
|
||||||
Auto Name:AnySoftKeyboard - Ukrainian Language Pack
|
|
||||||
Summary:Language pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
Ukrainian keyboard layout and dictionary of over 100,000 words.
|
|
||||||
|
|
||||||
Dictionary comes from AOSP. The source code is in another branch to the default.
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
|
|
||||||
|
|
||||||
Build:20130510,5
|
|
||||||
commit=62ece25a
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907,AnySoftKeyboardTools@73e9a09496
|
|
||||||
prebuild=sed -i 's@\(reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' custom_rules.xml && \
|
|
||||||
sed -i '/key/d' project.properties && \
|
|
||||||
rm res/raw/*
|
|
||||||
|
|
||||||
Build:2.0,100
|
|
||||||
commit=Ukrainian_2.0
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Build:2.0.1,101
|
|
||||||
commit=ukrainian-2.0.1
|
|
||||||
gradle=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 101/' build.gradle
|
|
||||||
preassemble=:makeDictionary
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest/Ukrainian
|
|
||||||
Current Version:2.0
|
|
||||||
Current Version Code:100
|
|
||||||
59
metadata/com.anysoftkeyboard.languagepack.ukrainian.yml
Normal file
59
metadata/com.anysoftkeyboard.languagepack.ukrainian.yml
Normal file
|
|
@ -0,0 +1,59 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://s.evendanan.net/ask
|
||||||
|
SourceCode: https://github.com/AnySoftKeyboard/LanguagePack/tree/Ukrainian
|
||||||
|
IssueTracker: https://github.com/AnySoftKeyboard/LanguagePack/issues
|
||||||
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Ukrainian'
|
||||||
|
AutoName: AnySoftKeyboard - Ukrainian Language Pack
|
||||||
|
Summary: Language pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
Ukrainian keyboard layout and dictionary of over 100,000 words.
|
||||||
|
|
||||||
|
Dictionary comes from AOSP. The source code is in another branch to the default.
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '20130510'
|
||||||
|
versionCode: 5
|
||||||
|
commit: 62ece25a
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
- AnySoftKeyboardTools@73e9a09496
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' custom_rules.xml
|
||||||
|
- sed -i '/key/d' project.properties
|
||||||
|
- rm res/raw/*
|
||||||
|
|
||||||
|
- versionName: '2.0'
|
||||||
|
versionCode: 100
|
||||||
|
commit: Ukrainian_2.0
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
- versionName: 2.0.1
|
||||||
|
versionCode: 101
|
||||||
|
commit: ukrainian-2.0.1
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild: sed -i -e 's/versionCode versionData.versionCode/versionCode 101/' build.gradle
|
||||||
|
preassemble:
|
||||||
|
- :makeDictionary
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest/Ukrainian
|
||||||
|
CurrentVersion: '2.0'
|
||||||
|
CurrentVersionCode: 100
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://www.evendanan.net
|
|
||||||
Source Code:https://softkeyboard.googlecode.com/svn/trunk/Themes/ClassicPC
|
|
||||||
Issue Tracker:
|
|
||||||
Donate:http://anysoftkeyboard.github.io/
|
|
||||||
|
|
||||||
Name:AnySoftKeyboard: Classic PC Theme
|
|
||||||
Auto Name:Classic PC AnySoftKeyboard Theme
|
|
||||||
Summary:Theme pack for AnySoftKeyboard
|
|
||||||
Description:
|
|
||||||
Bright theme with a 3-D look.
|
|
||||||
|
|
||||||
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|
||||||
layout from AnySoftKeyboard's Settings->Keyboard themes menu.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git-svn
|
|
||||||
Repo:https://softkeyboard.googlecode.com/svn/trunk/Themes/ClassicPC
|
|
||||||
|
|
||||||
Build:1.0.1-201200304,2
|
|
||||||
commit=2255
|
|
||||||
srclibs=AnySoftKeyboard-API@b21d8907
|
|
||||||
prebuild=sed -i 's@\(reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|
||||||
sed -i '/key/d' project.properties
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:1.0.1-201200304
|
|
||||||
Current Version Code:2
|
|
||||||
33
metadata/com.anysoftkeyboard.theme.classic_pc.yml
Normal file
33
metadata/com.anysoftkeyboard.theme.classic_pc.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://www.evendanan.net
|
||||||
|
SourceCode: https://softkeyboard.googlecode.com/svn/trunk/Themes/ClassicPC
|
||||||
|
Donate: http://anysoftkeyboard.github.io/
|
||||||
|
|
||||||
|
Name: 'AnySoftKeyboard: Classic PC Theme'
|
||||||
|
AutoName: Classic PC AnySoftKeyboard Theme
|
||||||
|
Summary: Theme pack for AnySoftKeyboard
|
||||||
|
Description: |-
|
||||||
|
Bright theme with a 3-D look.
|
||||||
|
|
||||||
|
Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
||||||
|
layout from AnySoftKeyboard's Settings->Keyboard themes menu.
|
||||||
|
|
||||||
|
RepoType: git-svn
|
||||||
|
Repo: https://softkeyboard.googlecode.com/svn/trunk/Themes/ClassicPC
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.1-201200304
|
||||||
|
versionCode: 2
|
||||||
|
commit: '2255'
|
||||||
|
srclibs:
|
||||||
|
- AnySoftKeyboard-API@b21d8907
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties
|
||||||
|
- sed -i '/key/d' project.properties
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: 1.0.1-201200304
|
||||||
|
CurrentVersionCode: 2
|
||||||
|
|
@ -1,39 +0,0 @@
|
||||||
Disabled:Not much chance of keeping it updated
|
|
||||||
Categories:System
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/romanbb/AOKP_Backup
|
|
||||||
Issue Tracker:https://github.com/romanbb/AOKP_Backup/issues
|
|
||||||
Donate:http://aokp.co/index.php/news
|
|
||||||
|
|
||||||
Auto Name:AOKP Backup
|
|
||||||
Summary:Backup your ROM settings
|
|
||||||
Description:
|
|
||||||
Only for users of AOKP ROM. You must be on at least milestone 5 to use this
|
|
||||||
|
|
||||||
Status: The latest versions contain non-free libraries which would be rather
|
|
||||||
difficult to remove.
|
|
||||||
.
|
|
||||||
|
|
||||||
Requires Root:yes
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/romanbb/AOKP_Backup.git
|
|
||||||
|
|
||||||
Build:1.51,22
|
|
||||||
commit=531698
|
|
||||||
|
|
||||||
Build:1.7.1,36
|
|
||||||
disable=nonfree libs a8e823
|
|
||||||
commit=unknown - see disabled
|
|
||||||
srclibs=libsuperuser@e2c43a81379
|
|
||||||
prebuild=mv lib libs && \
|
|
||||||
mv $$libsuperuser$$/src/* src/ && \
|
|
||||||
mkdir -p gen/eu/chainfire/libsuperuser && \
|
|
||||||
echo -e "package eu.chainfire.libsuperuser;\npublic final class BuildConfig { public final static boolean DEBUG = false; }" > gen/eu/chainfire/libsuperuser/BuildConfig.java
|
|
||||||
target=android-17
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.8.1
|
|
||||||
Current Version Code:38
|
|
||||||
44
metadata/com.aokp.backup.yml
Normal file
44
metadata/com.aokp.backup.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
||||||
|
Disabled: Not much chance of keeping it updated
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/romanbb/AOKP_Backup
|
||||||
|
IssueTracker: https://github.com/romanbb/AOKP_Backup/issues
|
||||||
|
Donate: http://aokp.co/index.php/news
|
||||||
|
|
||||||
|
AutoName: AOKP Backup
|
||||||
|
Summary: Backup your ROM settings
|
||||||
|
Description: |-
|
||||||
|
Only for users of AOKP ROM. You must be on at least milestone 5 to use this
|
||||||
|
|
||||||
|
Status: The latest versions contain non-free libraries which would be rather
|
||||||
|
difficult to remove.
|
||||||
|
|
||||||
|
RequiresRoot: 'yes'
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/romanbb/AOKP_Backup.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.51'
|
||||||
|
versionCode: 22
|
||||||
|
commit: '531698'
|
||||||
|
|
||||||
|
- versionName: 1.7.1
|
||||||
|
versionCode: 36
|
||||||
|
disable: nonfree libs a8e823
|
||||||
|
commit: unknown - see disabled
|
||||||
|
srclibs:
|
||||||
|
- libsuperuser@e2c43a81379
|
||||||
|
prebuild:
|
||||||
|
- mv lib libs
|
||||||
|
- mv $$libsuperuser$$/src/* src/
|
||||||
|
- mkdir -p gen/eu/chainfire/libsuperuser
|
||||||
|
- echo -e "package eu.chainfire.libsuperuser;\npublic final class BuildConfig
|
||||||
|
{ public final static boolean DEBUG = false; }" > gen/eu/chainfire/libsuperuser/BuildConfig.java
|
||||||
|
target: android-17
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: 1.8.1
|
||||||
|
CurrentVersionCode: 38
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
Categories:Time,Science & Education
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/ngbvol/Zensuren
|
|
||||||
Issue Tracker:https://github.com/ngbvol/Zensuren/issues
|
|
||||||
|
|
||||||
Auto Name:Zensuren
|
|
||||||
Summary:Organize teaching
|
|
||||||
Description:
|
|
||||||
Organize teaching, manage classes, schedules, homework and grades.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/ngbvol/Zensuren
|
|
||||||
|
|
||||||
Build:1.21,121
|
|
||||||
commit=a2134d60acad14915df40292e534b66fabaa6e05
|
|
||||||
init=mv build.gradle old.gradle && \
|
|
||||||
echo -e "buildscript {\nrepositories {\njcenter()\n}\ndependencies {\nclasspath 'com.android.tools.build:gradle:1.2.2'\n}\n}\nallprojects {\nrepositories {\njcenter()\n}\n}" > build.gradle && \
|
|
||||||
cat old.gradle >> build.gradle && \
|
|
||||||
rm old.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.21
|
|
||||||
Current Version Code:121
|
|
||||||
32
metadata/com.app.Zensuren.yml
Normal file
32
metadata/com.app.Zensuren.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
Categories:
|
||||||
|
- Time
|
||||||
|
- Science & Education
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/ngbvol/Zensuren
|
||||||
|
IssueTracker: https://github.com/ngbvol/Zensuren/issues
|
||||||
|
|
||||||
|
AutoName: Zensuren
|
||||||
|
Summary: Organize teaching
|
||||||
|
Description: Organize teaching, manage classes, schedules, homework and grades.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/ngbvol/Zensuren
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.21'
|
||||||
|
versionCode: 121
|
||||||
|
commit: a2134d60acad14915df40292e534b66fabaa6e05
|
||||||
|
init:
|
||||||
|
- mv build.gradle old.gradle
|
||||||
|
- echo -e "buildscript {\nrepositories {\njcenter()\n}\ndependencies {\nclasspath
|
||||||
|
'com.android.tools.build:gradle:1.2.2'\n}\n}\nallprojects {\nrepositories
|
||||||
|
{\njcenter()\n}\n}" > build.gradle
|
||||||
|
- cat old.gradle >> build.gradle
|
||||||
|
- rm old.gradle
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '1.21'
|
||||||
|
CurrentVersionCode: 121
|
||||||
|
|
@ -1,379 +0,0 @@
|
||||||
AntiFeatures:KnownVuln
|
|
||||||
Categories:Reading
|
|
||||||
License:AGPL-3.0-or-later
|
|
||||||
Web Site:https://mupdf.com
|
|
||||||
Source Code:https://git.ghostscript.com/?p=mupdf-android-viewer-old.git;a=summary
|
|
||||||
Issue Tracker:https://bugs.ghostscript.com
|
|
||||||
Changelog:https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HEAD
|
|
||||||
|
|
||||||
Auto Name:MuPDF
|
|
||||||
Summary:Lightweight document viewer
|
|
||||||
Description:
|
|
||||||
Deprecated in favor of [[com.artifex.mupdf.viewer.app]].
|
|
||||||
|
|
||||||
The last version has multiple vulnerabilities:
|
|
||||||
|
|
||||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15587
|
|
||||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14687
|
|
||||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14686
|
|
||||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14685
|
|
||||||
|
|
||||||
MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
|
|
||||||
searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
|
|
||||||
documents.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:git://git.ghostscript.com/mupdf-android-viewer-old.git
|
|
||||||
|
|
||||||
Build:1.2,2
|
|
||||||
commit=1.2
|
|
||||||
subdir=android
|
|
||||||
submodules=yes
|
|
||||||
prebuild=cd .. && \
|
|
||||||
make generate && \
|
|
||||||
cd android
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.2-ARM,50
|
|
||||||
commit=0516026e
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
prebuild=sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.2-x86,51
|
|
||||||
commit=0516026e
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
patch=x86.patch
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=cd ../.. && \
|
|
||||||
make generate
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.2-MIPS,52
|
|
||||||
commit=0516026e
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
patch=mips.patch
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=cd ../.. && \
|
|
||||||
make generate
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.5,53
|
|
||||||
commit=1.5-ios-appstore
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.5,54
|
|
||||||
commit=1.5-ios-appstore
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.5,55
|
|
||||||
commit=1.5-ios-appstore
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.6,61
|
|
||||||
commit=android-release-60
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.6,62
|
|
||||||
commit=android-release-60
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.6,63
|
|
||||||
commit=android-release-60
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.7,71
|
|
||||||
commit=1.7
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.7,72
|
|
||||||
commit=1.7
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.7,73
|
|
||||||
commit=1.7
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.7a,76
|
|
||||||
commit=1.7a
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.7a,77
|
|
||||||
commit=1.7a
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.7a,78
|
|
||||||
commit=1.7a
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.8,81
|
|
||||||
commit=1.8
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/,thirdparty/curl/tests/data/test*
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.8,82
|
|
||||||
commit=1.8
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/,thirdparty/curl/tests/data/test*
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.8,83
|
|
||||||
commit=1.8
|
|
||||||
subdir=platform/android
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/debug/,thirdparty/curl/tests/data/test*
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.9,91
|
|
||||||
commit=1.9a
|
|
||||||
subdir=platform/android/viewer
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk && \
|
|
||||||
cd ../../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/release/,thirdparty/curl/tests/data/test*
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.9,92
|
|
||||||
commit=1.9a
|
|
||||||
subdir=platform/android/viewer
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/release/,thirdparty/curl/tests/data/test*
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.9,93
|
|
||||||
commit=1.9a
|
|
||||||
subdir=platform/android/viewer
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/release/,thirdparty/curl/tests/data/test*
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:1.10,101
|
|
||||||
commit=1.10a
|
|
||||||
subdir=platform/android/viewer
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/armeabi-v7a/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/release/,thirdparty/curl/tests/data/test*
|
|
||||||
buildjni=yes
|
|
||||||
ndk=r11c
|
|
||||||
|
|
||||||
Build:1.10,102
|
|
||||||
commit=1.10a
|
|
||||||
subdir=platform/android/viewer
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/release/,thirdparty/curl/tests/data/test*
|
|
||||||
buildjni=yes
|
|
||||||
ndk=r11c
|
|
||||||
|
|
||||||
Build:1.10,103
|
|
||||||
commit=1.10a
|
|
||||||
subdir=platform/android/viewer
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
prebuild=sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk && \
|
|
||||||
cd ../../.. && \
|
|
||||||
make generate
|
|
||||||
scandelete=build/release/,thirdparty/curl/tests/data/test*
|
|
||||||
buildjni=yes
|
|
||||||
ndk=r11c
|
|
||||||
|
|
||||||
Build:1.11,111
|
|
||||||
commit=1.11
|
|
||||||
submodules=yes
|
|
||||||
output=bin/MuPDF-release-unsigned.apk
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
rm=libmupdf/thirdparty/curl/tests
|
|
||||||
build=make release APP_ABI=armeabi-v7a
|
|
||||||
ndk=r14b
|
|
||||||
|
|
||||||
Build:1.11,112
|
|
||||||
commit=1.11
|
|
||||||
submodules=yes
|
|
||||||
output=bin/MuPDF-release-unsigned.apk
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
rm=libmupdf/thirdparty/curl/tests
|
|
||||||
build=make release APP_ABI=x86
|
|
||||||
ndk=r14b
|
|
||||||
|
|
||||||
Build:1.11,113
|
|
||||||
commit=1.11
|
|
||||||
submodules=yes
|
|
||||||
output=bin/MuPDF-release-unsigned.apk
|
|
||||||
forceversion=yes
|
|
||||||
forcevercode=yes
|
|
||||||
rm=libmupdf/thirdparty/curl/tests
|
|
||||||
build=make release APP_ABI=mips
|
|
||||||
ndk=r14b
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
The version code "bears no resemblance to the version name", however it
|
|
||||||
follows this pattern:
|
|
||||||
* MINOR + "1" for armeabi-v7a
|
|
||||||
* MINOR + "2" for x86
|
|
||||||
* MINOR + "3" for mips
|
|
||||||
E.g. MuPDF 1.11 for x86 has version code 112 ("11" + "2").
|
|
||||||
|
|
||||||
Documents:
|
|
||||||
* https://www.mupdf.com/docs/how-to-build-mupdf-for-android
|
|
||||||
* https://mupdf.com/downloads/
|
|
||||||
* https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
|
|
||||||
|
|
||||||
Split Android and iOS viewers into separate projects:
|
|
||||||
* mupdf-viewer-ios.git has the iOS viewer.
|
|
||||||
* mupdf-viewer-android-old.git has the Android viewer.
|
|
||||||
* mupdf-viewer-android-nui.git has a new advanced Android viewer.
|
|
||||||
* mupdf-viewer-android-mini.git has a new minimalist Android viewer.
|
|
||||||
.
|
|
||||||
|
|
||||||
Archive Policy:0 versions
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:1.11
|
|
||||||
Current Version Code:113
|
|
||||||
493
metadata/com.artifex.mupdfdemo.yml
Normal file
493
metadata/com.artifex.mupdfdemo.yml
Normal file
|
|
@ -0,0 +1,493 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- KnownVuln
|
||||||
|
Categories:
|
||||||
|
- Reading
|
||||||
|
License: AGPL-3.0-or-later
|
||||||
|
WebSite: https://mupdf.com
|
||||||
|
SourceCode: https://git.ghostscript.com/?p=mupdf-android-viewer-old.git;a=summary
|
||||||
|
IssueTracker: https://bugs.ghostscript.com
|
||||||
|
Changelog: https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HEAD
|
||||||
|
|
||||||
|
AutoName: MuPDF
|
||||||
|
Summary: Lightweight document viewer
|
||||||
|
Description: |-
|
||||||
|
Deprecated in favor of [[com.artifex.mupdf.viewer.app]].
|
||||||
|
|
||||||
|
The last version has multiple vulnerabilities:
|
||||||
|
|
||||||
|
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15587
|
||||||
|
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14687
|
||||||
|
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14686
|
||||||
|
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14685
|
||||||
|
|
||||||
|
MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
|
||||||
|
searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
|
||||||
|
documents.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: git://git.ghostscript.com/mupdf-android-viewer-old.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 2
|
||||||
|
commit: '1.2'
|
||||||
|
subdir: android
|
||||||
|
submodules: true
|
||||||
|
prebuild:
|
||||||
|
- cd ..
|
||||||
|
- make generate
|
||||||
|
- cd android
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.2-ARM
|
||||||
|
versionCode: 50
|
||||||
|
commit: 0516026e
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.2-x86
|
||||||
|
versionCode: 51
|
||||||
|
commit: 0516026e
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
patch:
|
||||||
|
- x86.patch
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.2-MIPS
|
||||||
|
versionCode: 52
|
||||||
|
commit: 0516026e
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
patch:
|
||||||
|
- mips.patch
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.5'
|
||||||
|
versionCode: 53
|
||||||
|
commit: 1.5-ios-appstore
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.5'
|
||||||
|
versionCode: 54
|
||||||
|
commit: 1.5-ios-appstore
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.5'
|
||||||
|
versionCode: 55
|
||||||
|
commit: 1.5-ios-appstore
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.6'
|
||||||
|
versionCode: 61
|
||||||
|
commit: android-release-60
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.6'
|
||||||
|
versionCode: 62
|
||||||
|
commit: android-release-60
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.6'
|
||||||
|
versionCode: 63
|
||||||
|
commit: android-release-60
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.7'
|
||||||
|
versionCode: 71
|
||||||
|
commit: '1.7'
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.7'
|
||||||
|
versionCode: 72
|
||||||
|
commit: '1.7'
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.7'
|
||||||
|
versionCode: 73
|
||||||
|
commit: '1.7'
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.7a
|
||||||
|
versionCode: 76
|
||||||
|
commit: 1.7a
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.7a
|
||||||
|
versionCode: 77
|
||||||
|
commit: 1.7a
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.7a
|
||||||
|
versionCode: 78
|
||||||
|
commit: 1.7a
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.8'
|
||||||
|
versionCode: 81
|
||||||
|
commit: '1.8'
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
- thirdparty/curl/tests/data/test*
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.8'
|
||||||
|
versionCode: 82
|
||||||
|
commit: '1.8'
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
- thirdparty/curl/tests/data/test*
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.8'
|
||||||
|
versionCode: 83
|
||||||
|
commit: '1.8'
|
||||||
|
subdir: platform/android
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/debug/
|
||||||
|
- thirdparty/curl/tests/data/test*
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.9'
|
||||||
|
versionCode: 91
|
||||||
|
commit: 1.9a
|
||||||
|
subdir: platform/android/viewer
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's/armeabi-v7a/armeabi armeabi-v7a/g' jni/Application.mk
|
||||||
|
- cd ../../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/release/
|
||||||
|
- thirdparty/curl/tests/data/test*
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.9'
|
||||||
|
versionCode: 92
|
||||||
|
commit: 1.9a
|
||||||
|
subdir: platform/android/viewer
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/release/
|
||||||
|
- thirdparty/curl/tests/data/test*
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.9'
|
||||||
|
versionCode: 93
|
||||||
|
commit: 1.9a
|
||||||
|
subdir: platform/android/viewer
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/release/
|
||||||
|
- thirdparty/curl/tests/data/test*
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.10'
|
||||||
|
versionCode: 101
|
||||||
|
commit: 1.10a
|
||||||
|
subdir: platform/android/viewer
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/armeabi-v7a/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/release/
|
||||||
|
- thirdparty/curl/tests/data/test*
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
ndk: r11c
|
||||||
|
|
||||||
|
- versionName: '1.10'
|
||||||
|
versionCode: 102
|
||||||
|
commit: 1.10a
|
||||||
|
subdir: platform/android/viewer
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/x86/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/release/
|
||||||
|
- thirdparty/curl/tests/data/test*
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
ndk: r11c
|
||||||
|
|
||||||
|
- versionName: '1.10'
|
||||||
|
versionCode: 103
|
||||||
|
commit: 1.10a
|
||||||
|
subdir: platform/android/viewer
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/armeabi-v7a/mips/g' -e 's/android-8/android-9/g' jni/Application.mk
|
||||||
|
- cd ../../..
|
||||||
|
- make generate
|
||||||
|
scandelete:
|
||||||
|
- build/release/
|
||||||
|
- thirdparty/curl/tests/data/test*
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
ndk: r11c
|
||||||
|
|
||||||
|
- versionName: '1.11'
|
||||||
|
versionCode: 111
|
||||||
|
commit: '1.11'
|
||||||
|
submodules: true
|
||||||
|
output: bin/MuPDF-release-unsigned.apk
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
rm:
|
||||||
|
- libmupdf/thirdparty/curl/tests
|
||||||
|
build: make release APP_ABI=armeabi-v7a
|
||||||
|
ndk: r14b
|
||||||
|
|
||||||
|
- versionName: '1.11'
|
||||||
|
versionCode: 112
|
||||||
|
commit: '1.11'
|
||||||
|
submodules: true
|
||||||
|
output: bin/MuPDF-release-unsigned.apk
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
rm:
|
||||||
|
- libmupdf/thirdparty/curl/tests
|
||||||
|
build: make release APP_ABI=x86
|
||||||
|
ndk: r14b
|
||||||
|
|
||||||
|
- versionName: '1.11'
|
||||||
|
versionCode: 113
|
||||||
|
commit: '1.11'
|
||||||
|
submodules: true
|
||||||
|
output: bin/MuPDF-release-unsigned.apk
|
||||||
|
forceversion: true
|
||||||
|
forcevercode: true
|
||||||
|
rm:
|
||||||
|
- libmupdf/thirdparty/curl/tests
|
||||||
|
build: make release APP_ABI=mips
|
||||||
|
ndk: r14b
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
The version code "bears no resemblance to the version name", however it
|
||||||
|
follows this pattern:
|
||||||
|
* MINOR + "1" for armeabi-v7a
|
||||||
|
* MINOR + "2" for x86
|
||||||
|
* MINOR + "3" for mips
|
||||||
|
E.g. MuPDF 1.11 for x86 has version code 112 ("11" + "2").
|
||||||
|
|
||||||
|
Documents:
|
||||||
|
* https://www.mupdf.com/docs/how-to-build-mupdf-for-android
|
||||||
|
* https://mupdf.com/downloads/
|
||||||
|
* https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
|
||||||
|
|
||||||
|
Split Android and iOS viewers into separate projects:
|
||||||
|
* mupdf-viewer-ios.git has the iOS viewer.
|
||||||
|
* mupdf-viewer-android-old.git has the Android viewer.
|
||||||
|
* mupdf-viewer-android-nui.git has a new advanced Android viewer.
|
||||||
|
* mupdf-viewer-android-mini.git has a new minimalist Android viewer.
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: '1.11'
|
||||||
|
CurrentVersionCode: 113
|
||||||
|
|
@ -1,92 +0,0 @@
|
||||||
Categories:Reading
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/uberspot/AnagramSolver
|
|
||||||
Issue Tracker:https://github.com/uberspot/AnagramSolver/issues
|
|
||||||
|
|
||||||
Auto Name:AnagramSolver
|
|
||||||
Summary:Find anagrams
|
|
||||||
Description:
|
|
||||||
Anagram Solver finds the words that can be created with some given letters. It
|
|
||||||
supports English, Greek, Polish and French. By default only English is enabled;
|
|
||||||
you can enable the other languages from the settings button on top.
|
|
||||||
|
|
||||||
TIP: If you long click on a search result it will search for the words
|
|
||||||
definition online.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/uberspot/AnagramSolver.git
|
|
||||||
|
|
||||||
Build:1.9,10
|
|
||||||
commit=1801cd4610c12dbf17
|
|
||||||
srclibs=ActionBarSherlock@4.4.0
|
|
||||||
prebuild=echo 'android.library.reference.1=$$ActionBarSherlock$$' >> project.properties && \
|
|
||||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
|
||||||
|
|
||||||
Build:2.0,11
|
|
||||||
commit=e183274989
|
|
||||||
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
|
||||||
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
|
||||||
git submodule init && \
|
|
||||||
git submodule update
|
|
||||||
|
|
||||||
Build:2.05,12
|
|
||||||
commit=c3c48c2e
|
|
||||||
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
|
||||||
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
|
||||||
git submodule init && \
|
|
||||||
git submodule update
|
|
||||||
|
|
||||||
Build:2.1,13
|
|
||||||
commit=7a6ebadac48
|
|
||||||
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
|
||||||
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
|
||||||
git submodule update --init
|
|
||||||
|
|
||||||
Build:2.11,14
|
|
||||||
commit=afbb4b266b
|
|
||||||
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
|
||||||
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
|
||||||
git submodule update --init
|
|
||||||
|
|
||||||
Build:2.21,16
|
|
||||||
commit=v2.21
|
|
||||||
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
|
|
||||||
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
|
|
||||||
git submodule update --init
|
|
||||||
|
|
||||||
Build:2.4,18
|
|
||||||
commit=v2.4
|
|
||||||
submodules=yes
|
|
||||||
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >> project.properties && \
|
|
||||||
echo 'android.library.reference.3=external/storageutils' >> project.properties
|
|
||||||
|
|
||||||
Build:2.45,19
|
|
||||||
commit=v2.45
|
|
||||||
submodules=yes
|
|
||||||
init=echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
|
|
||||||
echo 'android.library.reference.2=external/changelog/library' >> project.properties && \
|
|
||||||
echo 'android.library.reference.3=external/storageutils' >> project.properties
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
No tags, and historically no clear marking of release points in commit comments.
|
|
||||||
Look out for binary apk changing in source repo though.
|
|
||||||
|
|
||||||
Uses git submodules for dependencies after 2.0, but the project.properties
|
|
||||||
indicates that the developer is not actually using them, so beware of
|
|
||||||
versioning discrepancies for those.
|
|
||||||
|
|
||||||
Update: Recently using tags - maybe can switch to those for UCM if consistent.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:2.45
|
|
||||||
Current Version Code:19
|
|
||||||
115
metadata/com.as.anagramsolver.yml
Normal file
115
metadata/com.as.anagramsolver.yml
Normal file
|
|
@ -0,0 +1,115 @@
|
||||||
|
Categories:
|
||||||
|
- Reading
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
SourceCode: https://github.com/uberspot/AnagramSolver
|
||||||
|
IssueTracker: https://github.com/uberspot/AnagramSolver/issues
|
||||||
|
|
||||||
|
AutoName: AnagramSolver
|
||||||
|
Summary: Find anagrams
|
||||||
|
Description: |-
|
||||||
|
Anagram Solver finds the words that can be created with some given letters. It
|
||||||
|
supports English, Greek, Polish and French. By default only English is enabled;
|
||||||
|
you can enable the other languages from the settings button on top.
|
||||||
|
|
||||||
|
TIP: If you long click on a search result it will search for the words
|
||||||
|
definition online.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/uberspot/AnagramSolver.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.9'
|
||||||
|
versionCode: 10
|
||||||
|
commit: 1801cd4610c12dbf17
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.4.0
|
||||||
|
prebuild:
|
||||||
|
- echo 'android.library.reference.1=$$ActionBarSherlock$$' >> project.properties
|
||||||
|
- cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||||
|
|
||||||
|
- versionName: '2.0'
|
||||||
|
versionCode: 11
|
||||||
|
commit: e183274989
|
||||||
|
init:
|
||||||
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
||||||
|
>> project.properties
|
||||||
|
- echo 'android.library.reference.2=external/changelog/library' >>project.properties
|
||||||
|
- echo 'android.library.reference.3=external/storageutils' >>project.properties
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update
|
||||||
|
|
||||||
|
- versionName: '2.05'
|
||||||
|
versionCode: 12
|
||||||
|
commit: c3c48c2e
|
||||||
|
init:
|
||||||
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
||||||
|
>> project.properties
|
||||||
|
- echo 'android.library.reference.2=external/changelog/library' >>project.properties
|
||||||
|
- echo 'android.library.reference.3=external/storageutils' >>project.properties
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update
|
||||||
|
|
||||||
|
- versionName: '2.1'
|
||||||
|
versionCode: 13
|
||||||
|
commit: 7a6ebadac48
|
||||||
|
init:
|
||||||
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
||||||
|
>> project.properties
|
||||||
|
- echo 'android.library.reference.2=external/changelog/library' >>project.properties
|
||||||
|
- echo 'android.library.reference.3=external/storageutils' >>project.properties
|
||||||
|
- git submodule update --init
|
||||||
|
|
||||||
|
- versionName: '2.11'
|
||||||
|
versionCode: 14
|
||||||
|
commit: afbb4b266b
|
||||||
|
init:
|
||||||
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
||||||
|
>> project.properties
|
||||||
|
- echo 'android.library.reference.2=external/changelog/library' >>project.properties
|
||||||
|
- echo 'android.library.reference.3=external/storageutils' >>project.properties
|
||||||
|
- git submodule update --init
|
||||||
|
|
||||||
|
- versionName: '2.21'
|
||||||
|
versionCode: 16
|
||||||
|
commit: v2.21
|
||||||
|
init:
|
||||||
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
||||||
|
>> project.properties
|
||||||
|
- echo 'android.library.reference.2=external/changelog/library' >>project.properties
|
||||||
|
- echo 'android.library.reference.3=external/storageutils' >>project.properties
|
||||||
|
- git submodule update --init
|
||||||
|
|
||||||
|
- versionName: '2.4'
|
||||||
|
versionCode: 18
|
||||||
|
commit: v2.4
|
||||||
|
submodules: true
|
||||||
|
init:
|
||||||
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
||||||
|
>> project.properties
|
||||||
|
- echo 'android.library.reference.2=external/changelog/library' >> project.properties
|
||||||
|
- echo 'android.library.reference.3=external/storageutils' >> project.properties
|
||||||
|
|
||||||
|
- versionName: '2.45'
|
||||||
|
versionCode: 19
|
||||||
|
commit: v2.45
|
||||||
|
submodules: true
|
||||||
|
init:
|
||||||
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
||||||
|
>> project.properties
|
||||||
|
- echo 'android.library.reference.2=external/changelog/library' >> project.properties
|
||||||
|
- echo 'android.library.reference.3=external/storageutils' >> project.properties
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
No tags, and historically no clear marking of release points in commit comments.
|
||||||
|
Look out for binary apk changing in source repo though.
|
||||||
|
|
||||||
|
Uses git submodules for dependencies after 2.0, but the project.properties
|
||||||
|
indicates that the developer is not actually using them, so beware of
|
||||||
|
versioning discrepancies for those.
|
||||||
|
|
||||||
|
Update: Recently using tags - maybe can switch to those for UCM if consistent.
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '2.45'
|
||||||
|
CurrentVersionCode: 19
|
||||||
|
|
@ -1,105 +0,0 @@
|
||||||
AntiFeatures:UpstreamNonFree
|
|
||||||
Categories:System
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://better.asksven.org/bbs-description/
|
|
||||||
Source Code:https://github.com/asksven/BetterBatteryStats
|
|
||||||
Issue Tracker:https://github.com/asksven/BetterBatteryStats/issues
|
|
||||||
Changelog:http://better.asksven.org/bbs-changelog
|
|
||||||
|
|
||||||
Auto Name:BBS
|
|
||||||
Summary:Monitor battery behaviour with Better Battery Stats
|
|
||||||
Description:
|
|
||||||
Find applications causing the phone to drain battery while it is supposed to be
|
|
||||||
asleep and measure the effect of corrective actions:
|
|
||||||
|
|
||||||
* Spot drainers based on detailed information about the root cause
|
|
||||||
* Measure the effect of actions to reduce drain
|
|
||||||
* Detect changes in the awake/sleep profile and quickly find the causes (rogue apps)
|
|
||||||
|
|
||||||
The app displays bar graphs based on reference points as explained in the
|
|
||||||
Getting Started section of the Help menu and it is good idea to read that if you
|
|
||||||
want to have any chance of interpreting the information.
|
|
||||||
|
|
||||||
Requires root: On Android 4.4 it does. Otherwise you only need root to view
|
|
||||||
Network or Alarm stats.
|
|
||||||
|
|
||||||
Google Analytics and Locale SDK integration were removed.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/asksven/BetterBatteryStats.git
|
|
||||||
|
|
||||||
Build:1.11.0.0,28
|
|
||||||
commit=v1.11.0.0
|
|
||||||
subdir=BetterBatteryStats
|
|
||||||
srclibs=ActionBarSherlock@4.2.0,NoAnalytics@158a4a,Common-AskSven@7d71a6ba9a
|
|
||||||
prebuild=sed -i 's@\(reference.1=\).*@\1$$Common-AskSven$$@' project.properties && \
|
|
||||||
sed -i 's@\(reference.2=\).*@\1$$NoAnalytics$$@' project.properties && \
|
|
||||||
sed -i 's@\(reference.3=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
sed -i '75,87d' AndroidManifest.xml && \
|
|
||||||
rm -rf libs/libGoogleAnalytics.jar src/com/asksven/betterbatterystats/localeplugin
|
|
||||||
|
|
||||||
Build:1.13.4.0,38
|
|
||||||
commit=ef3df22ba
|
|
||||||
subdir=BetterBatteryStats
|
|
||||||
srclibs=ActionBarSherlock@4.2.0,NoAnalytics@158a4a,Common-AskSven@b09bb8b6cd
|
|
||||||
prebuild=sed -i 's@\(reference.1=\).*@\1$$Common-AskSven$$@' project.properties && \
|
|
||||||
sed -i 's@\(reference.2=\).*@\1$$NoAnalytics$$@' project.properties && \
|
|
||||||
sed -i 's@\(reference.3=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
sed -i '104,116d' AndroidManifest.xml && \
|
|
||||||
rm -rf libs/libGoogleAnalytics.jar src/com/asksven/betterbatterystats/localeplugin
|
|
||||||
|
|
||||||
Build:1.14.0.0,39
|
|
||||||
disable=missing part of Common-AskSven library v1.14.0.0
|
|
||||||
commit=unknown - see disabled
|
|
||||||
subdir=BetterBatteryStats
|
|
||||||
srclibs=ActionBarSherlock@4.4.0,NoAnalytics@a63142b59,Common-AskSven@b09bb8b6cd
|
|
||||||
prebuild=echo "android.library.reference.1=$$Common-AskSven$$" >> project.properties && \
|
|
||||||
echo "android.library.reference.2=$$NoAnalytics$$" >> project.properties && \
|
|
||||||
echo "android.library.reference.3=$$ActionBarSherlock$$" >> project.properties && \
|
|
||||||
sed -i '106,140d' AndroidManifest.xml && \
|
|
||||||
rm -rf libs/libGoogleAnalytics.jar src/com/asksven/betterbatterystats/localeplugin
|
|
||||||
|
|
||||||
Build:1.15.0.0_B1,40
|
|
||||||
disable=beta
|
|
||||||
|
|
||||||
Build:1.15.0.0_RC8,43
|
|
||||||
commit=v1.15.0.0_RC8
|
|
||||||
subdir=BetterBatteryStats
|
|
||||||
srclibs=RootToolsSvn@2.6,1:Common-AskSven@4d805,3:ActionBarSherlock@4.4.0,2:NoAnalytics@a63142b59
|
|
||||||
rm=BetterBatteryStats/libs/libGoogleAnalytics.jar,BetterBatteryStats/src/com/asksven/betterbatterystats/localeplugin
|
|
||||||
prebuild=sed -i '115,127d' AndroidManifest.xml
|
|
||||||
|
|
||||||
Build:1.15.0.0,44
|
|
||||||
commit=480c0d217ee
|
|
||||||
subdir=BetterBatteryStats
|
|
||||||
srclibs=RootToolsSvn@2.6,1:Common-AskSven@4d805,3:ActionBarSherlock@4.4.0,2:NoAnalytics@d38ae535b543b515db
|
|
||||||
rm=BetterBatteryStats/libs/libGoogleAnalytics.jar,BetterBatteryStats/src/com/asksven/betterbatterystats/localeplugin
|
|
||||||
prebuild=sed -i '115,127d' AndroidManifest.xml
|
|
||||||
|
|
||||||
Build:1.16.0.0,49
|
|
||||||
disable=wip
|
|
||||||
commit=440495c1a4df0dc349edea8d776c5b26ce3db2f6
|
|
||||||
subdir=BetterBatteryStats
|
|
||||||
srclibs=Common-AskSven@v0.9.0.0,1:ActionBarSherlock@4.4.0,2:NoAnalytics@af5e6573bf5e221c66a0ee3ea45337fa05e812d9,Google-Gson@gson-2.2.4,RootTools@3.4
|
|
||||||
rm=BetterBatteryStats/libs/libGoogleAnalytics.jar,BetterBatteryStats/libs/gson-2.2.2.jar,BetterBatteryStats/src/com/asksven/betterbatterystats/localeplugin
|
|
||||||
prebuild=sed -i '115,127d' AndroidManifest.xml && \
|
|
||||||
cp -r $$Google-Gson$$/src/main/java/com/ src/ &&cp -r $$RootTools$$/RootTools/src/main/java/com/ src/ && \
|
|
||||||
cp -r $$Common-AskSven$$/src/com/ src/ && \
|
|
||||||
sed -i -e '/AndroidCommon/d' -e '/LocalePluginLib/d' -e '/..\/..\/ActionBarSherlock\/actionbarsherlock/d' project.properties && \
|
|
||||||
cp $$ActionBarSherlock$$/libs/android-support-v4.jar libs/
|
|
||||||
|
|
||||||
Build:2.3,85
|
|
||||||
commit=ff64514044bd7a84093d7d776fea42e41368deee
|
|
||||||
subdir=app
|
|
||||||
gradle=gplay
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Newer builds require firebase/play-services again.
|
|
||||||
.
|
|
||||||
|
|
||||||
Archive Policy:0 versions
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:2.3
|
|
||||||
Current Version Code:85
|
|
||||||
149
metadata/com.asksven.betterbatterystats.yml
Normal file
149
metadata/com.asksven.betterbatterystats.yml
Normal file
|
|
@ -0,0 +1,149 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://better.asksven.org/bbs-description/
|
||||||
|
SourceCode: https://github.com/asksven/BetterBatteryStats
|
||||||
|
IssueTracker: https://github.com/asksven/BetterBatteryStats/issues
|
||||||
|
Changelog: http://better.asksven.org/bbs-changelog
|
||||||
|
|
||||||
|
AutoName: BBS
|
||||||
|
Summary: Monitor battery behaviour with Better Battery Stats
|
||||||
|
Description: |-
|
||||||
|
Find applications causing the phone to drain battery while it is supposed to be
|
||||||
|
asleep and measure the effect of corrective actions:
|
||||||
|
|
||||||
|
* Spot drainers based on detailed information about the root cause
|
||||||
|
* Measure the effect of actions to reduce drain
|
||||||
|
* Detect changes in the awake/sleep profile and quickly find the causes (rogue apps)
|
||||||
|
|
||||||
|
The app displays bar graphs based on reference points as explained in the
|
||||||
|
Getting Started section of the Help menu and it is good idea to read that if you
|
||||||
|
want to have any chance of interpreting the information.
|
||||||
|
|
||||||
|
Requires root: On Android 4.4 it does. Otherwise you only need root to view
|
||||||
|
Network or Alarm stats.
|
||||||
|
|
||||||
|
Google Analytics and Locale SDK integration were removed.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/asksven/BetterBatteryStats.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.11.0.0
|
||||||
|
versionCode: 28
|
||||||
|
commit: v1.11.0.0
|
||||||
|
subdir: BetterBatteryStats
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.2.0
|
||||||
|
- NoAnalytics@158a4a
|
||||||
|
- Common-AskSven@7d71a6ba9a
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(reference.1=\).*@\1$$Common-AskSven$$@' project.properties
|
||||||
|
- sed -i 's@\(reference.2=\).*@\1$$NoAnalytics$$@' project.properties
|
||||||
|
- sed -i 's@\(reference.3=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- sed -i '75,87d' AndroidManifest.xml
|
||||||
|
- rm -rf libs/libGoogleAnalytics.jar src/com/asksven/betterbatterystats/localeplugin
|
||||||
|
|
||||||
|
- versionName: 1.13.4.0
|
||||||
|
versionCode: 38
|
||||||
|
commit: ef3df22ba
|
||||||
|
subdir: BetterBatteryStats
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.2.0
|
||||||
|
- NoAnalytics@158a4a
|
||||||
|
- Common-AskSven@b09bb8b6cd
|
||||||
|
prebuild:
|
||||||
|
- sed -i 's@\(reference.1=\).*@\1$$Common-AskSven$$@' project.properties
|
||||||
|
- sed -i 's@\(reference.2=\).*@\1$$NoAnalytics$$@' project.properties
|
||||||
|
- sed -i 's@\(reference.3=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- sed -i '104,116d' AndroidManifest.xml
|
||||||
|
- rm -rf libs/libGoogleAnalytics.jar src/com/asksven/betterbatterystats/localeplugin
|
||||||
|
|
||||||
|
- versionName: 1.14.0.0
|
||||||
|
versionCode: 39
|
||||||
|
disable: missing part of Common-AskSven library v1.14.0.0
|
||||||
|
commit: unknown - see disabled
|
||||||
|
subdir: BetterBatteryStats
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.4.0
|
||||||
|
- NoAnalytics@a63142b59
|
||||||
|
- Common-AskSven@b09bb8b6cd
|
||||||
|
prebuild:
|
||||||
|
- echo "android.library.reference.1=$$Common-AskSven$$" >> project.properties
|
||||||
|
- echo "android.library.reference.2=$$NoAnalytics$$" >> project.properties
|
||||||
|
- echo "android.library.reference.3=$$ActionBarSherlock$$" >> project.properties
|
||||||
|
- sed -i '106,140d' AndroidManifest.xml
|
||||||
|
- rm -rf libs/libGoogleAnalytics.jar src/com/asksven/betterbatterystats/localeplugin
|
||||||
|
|
||||||
|
- versionName: 1.15.0.0_B1
|
||||||
|
versionCode: 40
|
||||||
|
disable: beta
|
||||||
|
|
||||||
|
- versionName: 1.15.0.0_RC8
|
||||||
|
versionCode: 43
|
||||||
|
commit: v1.15.0.0_RC8
|
||||||
|
subdir: BetterBatteryStats
|
||||||
|
srclibs:
|
||||||
|
- RootToolsSvn@2.6
|
||||||
|
- 1:Common-AskSven@4d805
|
||||||
|
- 3:ActionBarSherlock@4.4.0
|
||||||
|
- 2:NoAnalytics@a63142b59
|
||||||
|
rm:
|
||||||
|
- BetterBatteryStats/libs/libGoogleAnalytics.jar
|
||||||
|
- BetterBatteryStats/src/com/asksven/betterbatterystats/localeplugin
|
||||||
|
prebuild: sed -i '115,127d' AndroidManifest.xml
|
||||||
|
|
||||||
|
- versionName: 1.15.0.0
|
||||||
|
versionCode: 44
|
||||||
|
commit: 480c0d217ee
|
||||||
|
subdir: BetterBatteryStats
|
||||||
|
srclibs:
|
||||||
|
- RootToolsSvn@2.6
|
||||||
|
- 1:Common-AskSven@4d805
|
||||||
|
- 3:ActionBarSherlock@4.4.0
|
||||||
|
- 2:NoAnalytics@d38ae535b543b515db
|
||||||
|
rm:
|
||||||
|
- BetterBatteryStats/libs/libGoogleAnalytics.jar
|
||||||
|
- BetterBatteryStats/src/com/asksven/betterbatterystats/localeplugin
|
||||||
|
prebuild: sed -i '115,127d' AndroidManifest.xml
|
||||||
|
|
||||||
|
- versionName: 1.16.0.0
|
||||||
|
versionCode: 49
|
||||||
|
disable: wip
|
||||||
|
commit: 440495c1a4df0dc349edea8d776c5b26ce3db2f6
|
||||||
|
subdir: BetterBatteryStats
|
||||||
|
srclibs:
|
||||||
|
- Common-AskSven@v0.9.0.0
|
||||||
|
- 1:ActionBarSherlock@4.4.0
|
||||||
|
- 2:NoAnalytics@af5e6573bf5e221c66a0ee3ea45337fa05e812d9
|
||||||
|
- Google-Gson@gson-2.2.4
|
||||||
|
- RootTools@3.4
|
||||||
|
rm:
|
||||||
|
- BetterBatteryStats/libs/libGoogleAnalytics.jar
|
||||||
|
- BetterBatteryStats/libs/gson-2.2.2.jar
|
||||||
|
- BetterBatteryStats/src/com/asksven/betterbatterystats/localeplugin
|
||||||
|
prebuild:
|
||||||
|
- sed -i '115,127d' AndroidManifest.xml
|
||||||
|
- cp -r $$Google-Gson$$/src/main/java/com/ src/ &&cp -r $$RootTools$$/RootTools/src/main/java/com/
|
||||||
|
src/
|
||||||
|
- cp -r $$Common-AskSven$$/src/com/ src/
|
||||||
|
- sed -i -e '/AndroidCommon/d' -e '/LocalePluginLib/d' -e '/..\/..\/ActionBarSherlock\/actionbarsherlock/d'
|
||||||
|
project.properties
|
||||||
|
- cp $$ActionBarSherlock$$/libs/android-support-v4.jar libs/
|
||||||
|
|
||||||
|
- versionName: '2.3'
|
||||||
|
versionCode: 85
|
||||||
|
commit: ff64514044bd7a84093d7d776fea42e41368deee
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- gplay
|
||||||
|
|
||||||
|
MaintainerNotes: Newer builds require firebase/play-services again.
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: '2.3'
|
||||||
|
CurrentVersionCode: 85
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
AntiFeatures:UpstreamNonFree
|
|
||||||
Categories:Connectivity
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://blog.asksven.org/tagged/betterwifionoff
|
|
||||||
Source Code:https://github.com/asksven/BetterWifiOnOff
|
|
||||||
Issue Tracker:https://github.com/asksven/BetterWifiOnOff/issues
|
|
||||||
|
|
||||||
Auto Name:Better Wifi on/off
|
|
||||||
Summary:Manage the use of WiFi to save battery
|
|
||||||
Description:
|
|
||||||
Locale-API integration was removed to get it to build. Proprietary ad library
|
|
||||||
was removed.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/asksven/BetterWifiOnOff.git
|
|
||||||
|
|
||||||
Build:2.1.0.0,43
|
|
||||||
commit=v2.1.0.0
|
|
||||||
subdir=BetterWifiOnOff
|
|
||||||
srclibs=3:ActionBarSherlock@4.2.0,2:LocaleAPI@bc2d5a1,4:MobAdMob@2d5736,1:Common-AskSven@b09bb8b6cd
|
|
||||||
rm=BetterWifiOnOff/libs/GoogleAdMobAdsSdk-6.4.1.jar,BetterWifiOnOff/src/com/asksven/betterwifionoff/localeplugin
|
|
||||||
prebuild=sed -i '95,97d;113,115d' AndroidManifest.xml && \
|
|
||||||
sed -i '24d' src/com/asksven/betterwifionoff/SsidWhitelistPreference.java
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:2.1.0.0
|
|
||||||
Current Version Code:43
|
|
||||||
39
metadata/com.asksven.betterwifionoff.yml
Normal file
39
metadata/com.asksven.betterwifionoff.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- Connectivity
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://blog.asksven.org/tagged/betterwifionoff
|
||||||
|
SourceCode: https://github.com/asksven/BetterWifiOnOff
|
||||||
|
IssueTracker: https://github.com/asksven/BetterWifiOnOff/issues
|
||||||
|
|
||||||
|
AutoName: Better Wifi on/off
|
||||||
|
Summary: Manage the use of WiFi to save battery
|
||||||
|
Description: |-
|
||||||
|
Locale-API integration was removed to get it to build. Proprietary ad library
|
||||||
|
was removed.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/asksven/BetterWifiOnOff.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 2.1.0.0
|
||||||
|
versionCode: 43
|
||||||
|
commit: v2.1.0.0
|
||||||
|
subdir: BetterWifiOnOff
|
||||||
|
srclibs:
|
||||||
|
- 3:ActionBarSherlock@4.2.0
|
||||||
|
- 2:LocaleAPI@bc2d5a1
|
||||||
|
- 4:MobAdMob@2d5736
|
||||||
|
- 1:Common-AskSven@b09bb8b6cd
|
||||||
|
rm:
|
||||||
|
- BetterWifiOnOff/libs/GoogleAdMobAdsSdk-6.4.1.jar
|
||||||
|
- BetterWifiOnOff/src/com/asksven/betterwifionoff/localeplugin
|
||||||
|
prebuild:
|
||||||
|
- sed -i '95,97d;113,115d' AndroidManifest.xml
|
||||||
|
- sed -i '24d' src/com/asksven/betterwifionoff/SsidWhitelistPreference.java
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 2.1.0.0
|
||||||
|
CurrentVersionCode: 43
|
||||||
|
|
@ -1,134 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:BSD-3-Clause
|
|
||||||
Web Site:http://www.axelby.com
|
|
||||||
Source Code:https://github.com/thasmin/Podax
|
|
||||||
Issue Tracker:https://github.com/thasmin/Podax/issues
|
|
||||||
|
|
||||||
Auto Name:Podax
|
|
||||||
Summary:Podcast downloader and player
|
|
||||||
Description:
|
|
||||||
It automatically downloads new podcasts on an RSS feed and has a widget for easy
|
|
||||||
control.
|
|
||||||
|
|
||||||
Features include:
|
|
||||||
|
|
||||||
* keeping a list of subscriptions
|
|
||||||
* downloading new podcasts when they are available
|
|
||||||
* importing subscriptions from OPML
|
|
||||||
* two widgets for easy pausing and resuming
|
|
||||||
* discover popular podcasts from other Podax listeners
|
|
||||||
|
|
||||||
(note: some versions earlier than 6.02 had the Tracking antifeature, but
|
|
||||||
versions from 6.02 onwards don't)
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/thasmin/Podax.git
|
|
||||||
|
|
||||||
Build:2.11,12
|
|
||||||
commit=13d0e30198d96b4cd7b1a87065a1b8cf3ed578f4
|
|
||||||
target=android-7
|
|
||||||
|
|
||||||
Build:3.1,14
|
|
||||||
commit=7843408a0960
|
|
||||||
target=android-14
|
|
||||||
|
|
||||||
Build:3.2,15
|
|
||||||
commit=6bed14c32963
|
|
||||||
target=android-14
|
|
||||||
|
|
||||||
Build:3.3,16
|
|
||||||
commit=606af2015873
|
|
||||||
target=android-14
|
|
||||||
|
|
||||||
Build:3.5,18
|
|
||||||
commit=62c2b93562b6
|
|
||||||
target=android-14
|
|
||||||
|
|
||||||
Build:4.5,28
|
|
||||||
commit=acb8477a
|
|
||||||
submodules=yes
|
|
||||||
update=.,ViewPagerIndicator/library,ActionBarSherlock/library
|
|
||||||
|
|
||||||
Build:5.01,30
|
|
||||||
commit=5.01
|
|
||||||
submodules=yes
|
|
||||||
update=.,ViewPagerIndicator/library,ActionBarSherlock/library
|
|
||||||
|
|
||||||
Build:5.2,32
|
|
||||||
commit=5.2
|
|
||||||
submodules=yes
|
|
||||||
update=.,ViewPagerIndicator/library,ActionBarSherlock/library
|
|
||||||
|
|
||||||
Build:5.3,33
|
|
||||||
commit=5.3
|
|
||||||
submodules=yes
|
|
||||||
update=.,ViewPagerIndicator/library,ActionBarSherlock/library
|
|
||||||
target=android-16
|
|
||||||
|
|
||||||
Build:5.6,36
|
|
||||||
disable=build fail
|
|
||||||
commit=5.6
|
|
||||||
|
|
||||||
Build:5.8,38
|
|
||||||
commit=5.8
|
|
||||||
submodules=yes
|
|
||||||
prebuild=sed -i '/proguard/d' project.properties
|
|
||||||
update=.,ViewPagerIndicator/library,ActionBarSherlock/library,Riasel/library,drag-sort-listview
|
|
||||||
|
|
||||||
Build:6.02,42
|
|
||||||
commit=6.02
|
|
||||||
submodules=yes
|
|
||||||
srclibs=appcompat@v7
|
|
||||||
prebuild=echo "android.library.reference.3=$$appcompat$$" >> project.properties && \
|
|
||||||
mkdir drag-sort-listview/library/libs/ && \
|
|
||||||
cp $$appcompat$$/libs/android-support-v4* drag-sort-listview/library/libs/ && \
|
|
||||||
sed -i '/proguard/d' project.properties
|
|
||||||
|
|
||||||
Build:6.1.2,45
|
|
||||||
commit=6.1.2
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:6.1.3,46
|
|
||||||
commit=6.1.3
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:6.1.5,48
|
|
||||||
commit=6.1.5
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:6.1.7,50
|
|
||||||
commit=6.1.7
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:6.1.9,52
|
|
||||||
commit=6.1.9
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:6.2,56
|
|
||||||
commit=6.2
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:7.05,62
|
|
||||||
commit=7.05
|
|
||||||
gradle=yes
|
|
||||||
rm=src/main/libs/armeabi-v7a/*,src/main/libs/x86/*,src/main/libs/armeabi/*
|
|
||||||
buildjni=src/main/jni
|
|
||||||
|
|
||||||
Build:7.06,63
|
|
||||||
commit=605beaf07b9b332e43221191b3f26807dc74fabf
|
|
||||||
gradle=yes
|
|
||||||
rm=src/main/libs/armeabi-v7a/*,src/main/libs/x86/*,src/main/libs/armeabi/*
|
|
||||||
buildjni=src/main/jni
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
* 7.06: Upstream moved all dependencies but volley.jar to gradle; don't use tag due to a last-minute change.
|
|
||||||
* 7.05: Assuming jars are okay since no change from 6.2.
|
|
||||||
* Pinged upstream to pull all dependencies from maven central; set AUM when done.
|
|
||||||
.
|
|
||||||
|
|
||||||
Archive Policy:0 versions
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:7.06
|
|
||||||
Current Version Code:63
|
|
||||||
189
metadata/com.axelby.podax.yml
Normal file
189
metadata/com.axelby.podax.yml
Normal file
|
|
@ -0,0 +1,189 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: BSD-3-Clause
|
||||||
|
WebSite: http://www.axelby.com
|
||||||
|
SourceCode: https://github.com/thasmin/Podax
|
||||||
|
IssueTracker: https://github.com/thasmin/Podax/issues
|
||||||
|
|
||||||
|
AutoName: Podax
|
||||||
|
Summary: Podcast downloader and player
|
||||||
|
Description: |-
|
||||||
|
It automatically downloads new podcasts on an RSS feed and has a widget for easy
|
||||||
|
control.
|
||||||
|
|
||||||
|
Features include:
|
||||||
|
|
||||||
|
* keeping a list of subscriptions
|
||||||
|
* downloading new podcasts when they are available
|
||||||
|
* importing subscriptions from OPML
|
||||||
|
* two widgets for easy pausing and resuming
|
||||||
|
* discover popular podcasts from other Podax listeners
|
||||||
|
|
||||||
|
(note: some versions earlier than 6.02 had the Tracking antifeature, but
|
||||||
|
versions from 6.02 onwards don't)
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/thasmin/Podax.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '2.11'
|
||||||
|
versionCode: 12
|
||||||
|
commit: 13d0e30198d96b4cd7b1a87065a1b8cf3ed578f4
|
||||||
|
target: android-7
|
||||||
|
|
||||||
|
- versionName: '3.1'
|
||||||
|
versionCode: 14
|
||||||
|
commit: 7843408a0960
|
||||||
|
target: android-14
|
||||||
|
|
||||||
|
- versionName: '3.2'
|
||||||
|
versionCode: 15
|
||||||
|
commit: 6bed14c32963
|
||||||
|
target: android-14
|
||||||
|
|
||||||
|
- versionName: '3.3'
|
||||||
|
versionCode: 16
|
||||||
|
commit: 606af2015873
|
||||||
|
target: android-14
|
||||||
|
|
||||||
|
- versionName: '3.5'
|
||||||
|
versionCode: 18
|
||||||
|
commit: 62c2b93562b6
|
||||||
|
target: android-14
|
||||||
|
|
||||||
|
- versionName: '4.5'
|
||||||
|
versionCode: 28
|
||||||
|
commit: acb8477a
|
||||||
|
submodules: true
|
||||||
|
androidupdate:
|
||||||
|
- .
|
||||||
|
- ViewPagerIndicator/library
|
||||||
|
- ActionBarSherlock/library
|
||||||
|
|
||||||
|
- versionName: '5.01'
|
||||||
|
versionCode: 30
|
||||||
|
commit: '5.01'
|
||||||
|
submodules: true
|
||||||
|
androidupdate:
|
||||||
|
- .
|
||||||
|
- ViewPagerIndicator/library
|
||||||
|
- ActionBarSherlock/library
|
||||||
|
|
||||||
|
- versionName: '5.2'
|
||||||
|
versionCode: 32
|
||||||
|
commit: '5.2'
|
||||||
|
submodules: true
|
||||||
|
androidupdate:
|
||||||
|
- .
|
||||||
|
- ViewPagerIndicator/library
|
||||||
|
- ActionBarSherlock/library
|
||||||
|
|
||||||
|
- versionName: '5.3'
|
||||||
|
versionCode: 33
|
||||||
|
commit: '5.3'
|
||||||
|
submodules: true
|
||||||
|
androidupdate:
|
||||||
|
- .
|
||||||
|
- ViewPagerIndicator/library
|
||||||
|
- ActionBarSherlock/library
|
||||||
|
target: android-16
|
||||||
|
|
||||||
|
- versionName: '5.6'
|
||||||
|
versionCode: 36
|
||||||
|
disable: build fail
|
||||||
|
commit: '5.6'
|
||||||
|
|
||||||
|
- versionName: '5.8'
|
||||||
|
versionCode: 38
|
||||||
|
commit: '5.8'
|
||||||
|
submodules: true
|
||||||
|
prebuild: sed -i '/proguard/d' project.properties
|
||||||
|
androidupdate:
|
||||||
|
- .
|
||||||
|
- ViewPagerIndicator/library
|
||||||
|
- ActionBarSherlock/library
|
||||||
|
- Riasel/library
|
||||||
|
- drag-sort-listview
|
||||||
|
|
||||||
|
- versionName: '6.02'
|
||||||
|
versionCode: 42
|
||||||
|
commit: '6.02'
|
||||||
|
submodules: true
|
||||||
|
srclibs:
|
||||||
|
- appcompat@v7
|
||||||
|
prebuild:
|
||||||
|
- echo "android.library.reference.3=$$appcompat$$" >> project.properties
|
||||||
|
- mkdir drag-sort-listview/library/libs/
|
||||||
|
- cp $$appcompat$$/libs/android-support-v4* drag-sort-listview/library/libs/
|
||||||
|
- sed -i '/proguard/d' project.properties
|
||||||
|
|
||||||
|
- versionName: 6.1.2
|
||||||
|
versionCode: 45
|
||||||
|
commit: 6.1.2
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 6.1.3
|
||||||
|
versionCode: 46
|
||||||
|
commit: 6.1.3
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 6.1.5
|
||||||
|
versionCode: 48
|
||||||
|
commit: 6.1.5
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 6.1.7
|
||||||
|
versionCode: 50
|
||||||
|
commit: 6.1.7
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 6.1.9
|
||||||
|
versionCode: 52
|
||||||
|
commit: 6.1.9
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '6.2'
|
||||||
|
versionCode: 56
|
||||||
|
commit: '6.2'
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '7.05'
|
||||||
|
versionCode: 62
|
||||||
|
commit: '7.05'
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- src/main/libs/armeabi-v7a/*
|
||||||
|
- src/main/libs/x86/*
|
||||||
|
- src/main/libs/armeabi/*
|
||||||
|
buildjni:
|
||||||
|
- src/main/jni
|
||||||
|
|
||||||
|
- versionName: '7.06'
|
||||||
|
versionCode: 63
|
||||||
|
commit: 605beaf07b9b332e43221191b3f26807dc74fabf
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- src/main/libs/armeabi-v7a/*
|
||||||
|
- src/main/libs/x86/*
|
||||||
|
- src/main/libs/armeabi/*
|
||||||
|
buildjni:
|
||||||
|
- src/main/jni
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
* 7.06: Upstream moved all dependencies but volley.jar to gradle; don't use tag due to a last-minute change.
|
||||||
|
* 7.05: Assuming jars are okay since no change from 6.2.
|
||||||
|
* Pinged upstream to pull all dependencies from maven central; set AUM when done.
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '7.06'
|
||||||
|
CurrentVersionCode: 63
|
||||||
|
|
@ -1,43 +0,0 @@
|
||||||
Categories:Development,Internet
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/ekx/GitLabAndroid
|
|
||||||
Issue Tracker:https://github.com/ekx/GitLabAndroid/issues
|
|
||||||
Changelog:https://github.com/ekx/GitLabAndroid/blob/HEAD/changelog.txt
|
|
||||||
|
|
||||||
Auto Name:GitLab
|
|
||||||
Summary:Mange GitLab accounts
|
|
||||||
Description:
|
|
||||||
Unofficial client for accounts and git repositories hosted at
|
|
||||||
[https://www.gitlab.com GitLab].
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/ekx/GitLabAndroid
|
|
||||||
|
|
||||||
Build:1.5.6,36
|
|
||||||
disable=https://github.com/ekx/GitLabAndroid/issues/10
|
|
||||||
commit=1.5.6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=GravatarAndroid@v1.0
|
|
||||||
rm=app/libs/*jar,app/native-libs/armeabi/libbypass.so,app/native-libs/armeabi-v7a/libbypass.so,app/native-libs/mips/libbypass.so,app/native-libs/x86/libbypass.so
|
|
||||||
prebuild=touch signing.gradle && \
|
|
||||||
cp -fR $$GravatarAndroid$$/gravatar-android/src/fr src/main/java/ && \
|
|
||||||
sed -i -e 's/compile fileTree/compile "in.uncod.android.bypass:bypass:1.1"\n compile fileTree/g' build.gradle
|
|
||||||
|
|
||||||
Build:1.6.0,37
|
|
||||||
disable=https://github.com/ekx/GitLabAndroid/issues/10
|
|
||||||
commit=1.6.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=GravatarAndroid@v1.0
|
|
||||||
rm=app/libs/*jar,app/native-libs/armeabi/libbypass.so,app/native-libs/armeabi-v7a/libbypass.so,app/native-libs/mips/libbypass.so,app/native-libs/x86/libbypass.so
|
|
||||||
prebuild=touch signing.gradle && \
|
|
||||||
cp -fR $$GravatarAndroid$$/gravatar-android/src/fr src/main/java/ && \
|
|
||||||
sed -i -e 's/compile fileTree/compile "in.uncod.android.bypass:bypass:1.1"\n compile fileTree/g' build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.6.0
|
|
||||||
Current Version Code:37
|
|
||||||
64
metadata/com.bd.gitlab.yml
Normal file
64
metadata/com.bd.gitlab.yml
Normal file
|
|
@ -0,0 +1,64 @@
|
||||||
|
Categories:
|
||||||
|
- Development
|
||||||
|
- Internet
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/ekx/GitLabAndroid
|
||||||
|
IssueTracker: https://github.com/ekx/GitLabAndroid/issues
|
||||||
|
Changelog: https://github.com/ekx/GitLabAndroid/blob/HEAD/changelog.txt
|
||||||
|
|
||||||
|
AutoName: GitLab
|
||||||
|
Summary: Mange GitLab accounts
|
||||||
|
Description: |-
|
||||||
|
Unofficial client for accounts and git repositories hosted at
|
||||||
|
[https://www.gitlab.com GitLab].
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/ekx/GitLabAndroid
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.5.6
|
||||||
|
versionCode: 36
|
||||||
|
disable: https://github.com/ekx/GitLabAndroid/issues/10
|
||||||
|
commit: 1.5.6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- GravatarAndroid@v1.0
|
||||||
|
rm:
|
||||||
|
- app/libs/*jar
|
||||||
|
- app/native-libs/armeabi/libbypass.so
|
||||||
|
- app/native-libs/armeabi-v7a/libbypass.so
|
||||||
|
- app/native-libs/mips/libbypass.so
|
||||||
|
- app/native-libs/x86/libbypass.so
|
||||||
|
prebuild:
|
||||||
|
- touch signing.gradle
|
||||||
|
- cp -fR $$GravatarAndroid$$/gravatar-android/src/fr src/main/java/
|
||||||
|
- sed -i -e 's/compile fileTree/compile "in.uncod.android.bypass:bypass:1.1"\n compile
|
||||||
|
fileTree/g' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.6.0
|
||||||
|
versionCode: 37
|
||||||
|
disable: https://github.com/ekx/GitLabAndroid/issues/10
|
||||||
|
commit: 1.6.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- GravatarAndroid@v1.0
|
||||||
|
rm:
|
||||||
|
- app/libs/*jar
|
||||||
|
- app/native-libs/armeabi/libbypass.so
|
||||||
|
- app/native-libs/armeabi-v7a/libbypass.so
|
||||||
|
- app/native-libs/mips/libbypass.so
|
||||||
|
- app/native-libs/x86/libbypass.so
|
||||||
|
prebuild:
|
||||||
|
- touch signing.gradle
|
||||||
|
- cp -fR $$GravatarAndroid$$/gravatar-android/src/fr src/main/java/
|
||||||
|
- sed -i -e 's/compile fileTree/compile "in.uncod.android.bypass:bypass:1.1"\n compile
|
||||||
|
fileTree/g' build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.6.0
|
||||||
|
CurrentVersionCode: 37
|
||||||
|
|
@ -1,53 +0,0 @@
|
||||||
Categories:Games
|
|
||||||
License:GPL-2.0-or-later
|
|
||||||
Web Site:http://www.adventuregamestudio.co.uk/site/ags
|
|
||||||
Source Code:https://github.com/adventuregamestudio/ags
|
|
||||||
Issue Tracker:https://github.com/adventuregamestudio/ags/issues
|
|
||||||
Donate:http://www.adventuregamestudio.co.uk/site/community/donate
|
|
||||||
|
|
||||||
Auto Name:AGS
|
|
||||||
Summary:Graphical adventure player
|
|
||||||
Description:
|
|
||||||
Adventure Game Studio is a game development software, including editor, common
|
|
||||||
routine library and C-based programming language that is primarily used to
|
|
||||||
create graphical adventure games. Titles, created with it, include:
|
|
||||||
|
|
||||||
* [https://en.wikipedia.org/wiki/Blackwell_(series) Blackwell series]
|
|
||||||
* [https://en.wikipedia.org/wiki/Resonance_(game) Resonance]
|
|
||||||
* [https://en.wikipedia.org/wiki/Gemini_Rue Gemini Rue]
|
|
||||||
|
|
||||||
and many other.
|
|
||||||
|
|
||||||
A lot of free (as in beer) games can be downloaded from the
|
|
||||||
[http://www.adventuregamestudio.co.uk/site/games/ project site].
|
|
||||||
|
|
||||||
[https://github.com/adventuregamestudio/ags/blob/HEAD/Android/README.md#adding-games-to-the-game-list
|
|
||||||
Android README]
|
|
||||||
|
|
||||||
Status: BETA
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/adventuregamestudio/ags.git
|
|
||||||
|
|
||||||
Build:3.3.0-hotfix,1158
|
|
||||||
disable=missing symbols
|
|
||||||
commit=v.3.3.0-hotfix
|
|
||||||
subdir=Android/launcher_list
|
|
||||||
submodules=yes
|
|
||||||
forceversion=yes
|
|
||||||
target=android-17
|
|
||||||
scandelete=/
|
|
||||||
build=cd ../buildlibs && \
|
|
||||||
find -name "*.sh" -exec chmod +x {} + && \
|
|
||||||
./buildall.sh
|
|
||||||
buildjni=../library
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Android manifest has no version info, so no UCM applies.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:3.3.0-hotfix
|
|
||||||
Current Version Code:1158
|
|
||||||
56
metadata/com.bigbluecup.android.launcher.yml
Normal file
56
metadata/com.bigbluecup.android.launcher.yml
Normal file
|
|
@ -0,0 +1,56 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
WebSite: http://www.adventuregamestudio.co.uk/site/ags
|
||||||
|
SourceCode: https://github.com/adventuregamestudio/ags
|
||||||
|
IssueTracker: https://github.com/adventuregamestudio/ags/issues
|
||||||
|
Donate: http://www.adventuregamestudio.co.uk/site/community/donate
|
||||||
|
|
||||||
|
AutoName: AGS
|
||||||
|
Summary: Graphical adventure player
|
||||||
|
Description: |-
|
||||||
|
Adventure Game Studio is a game development software, including editor, common
|
||||||
|
routine library and C-based programming language that is primarily used to
|
||||||
|
create graphical adventure games. Titles, created with it, include:
|
||||||
|
|
||||||
|
* [https://en.wikipedia.org/wiki/Blackwell_(series) Blackwell series]
|
||||||
|
* [https://en.wikipedia.org/wiki/Resonance_(game) Resonance]
|
||||||
|
* [https://en.wikipedia.org/wiki/Gemini_Rue Gemini Rue]
|
||||||
|
|
||||||
|
and many other.
|
||||||
|
|
||||||
|
A lot of free (as in beer) games can be downloaded from the
|
||||||
|
[http://www.adventuregamestudio.co.uk/site/games/ project site].
|
||||||
|
|
||||||
|
[https://github.com/adventuregamestudio/ags/blob/HEAD/Android/README.md#adding-games-to-the-game-list
|
||||||
|
Android README]
|
||||||
|
|
||||||
|
Status: BETA
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/adventuregamestudio/ags.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 3.3.0-hotfix
|
||||||
|
versionCode: 1158
|
||||||
|
disable: missing symbols
|
||||||
|
commit: v.3.3.0-hotfix
|
||||||
|
subdir: Android/launcher_list
|
||||||
|
submodules: true
|
||||||
|
forceversion: true
|
||||||
|
target: android-17
|
||||||
|
scandelete:
|
||||||
|
- /
|
||||||
|
build:
|
||||||
|
- cd ../buildlibs
|
||||||
|
- find -name "*.sh" -exec chmod +x {} +
|
||||||
|
- ./buildall.sh
|
||||||
|
buildjni:
|
||||||
|
- ../library
|
||||||
|
|
||||||
|
MaintainerNotes: Android manifest has no version info, so no UCM applies.
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: 3.3.0-hotfix
|
||||||
|
CurrentVersionCode: 1158
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
Categories:Time
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:http://blanyal.com
|
|
||||||
Source Code:https://github.com/blanyal/Remindly/
|
|
||||||
Issue Tracker:https://github.com/blanyal/Remindly/issues
|
|
||||||
|
|
||||||
Auto Name:Remindly
|
|
||||||
Summary:Set up reminders
|
|
||||||
Description:
|
|
||||||
Add reminders to the notification list.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/blanyal/Remindly/
|
|
||||||
|
|
||||||
Build:1.0.1,2
|
|
||||||
commit=cfbd3e059001e7f46f20d4d11e820de142049bf4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.0.1
|
|
||||||
Current Version Code:2
|
|
||||||
26
metadata/com.blanyal.remindly.yml
Normal file
26
metadata/com.blanyal.remindly.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
Categories:
|
||||||
|
- Time
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: http://blanyal.com
|
||||||
|
SourceCode: https://github.com/blanyal/Remindly/
|
||||||
|
IssueTracker: https://github.com/blanyal/Remindly/issues
|
||||||
|
|
||||||
|
AutoName: Remindly
|
||||||
|
Summary: Set up reminders
|
||||||
|
Description: Add reminders to the notification list.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/blanyal/Remindly/
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.1
|
||||||
|
versionCode: 2
|
||||||
|
commit: cfbd3e059001e7f46f20d4d11e820de142049bf4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: 1.0.1
|
||||||
|
CurrentVersionCode: 2
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:MIT
|
|
||||||
Web Site:https://www.blippex.org
|
|
||||||
Source Code:https://github.com/blippex/blippex_android_app
|
|
||||||
Issue Tracker:https://github.com/blippex/blippex_android_app/issues
|
|
||||||
|
|
||||||
Auto Name:blippex
|
|
||||||
Summary:Client for a search engine
|
|
||||||
Description:
|
|
||||||
Searches Blippex, a search engine which allow the community to rank websites
|
|
||||||
based on how long they spend there among other things. There are extensions for
|
|
||||||
many or the desktop browsers.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/blippex/blippex_android_app.git
|
|
||||||
|
|
||||||
Build:1.0.3,5
|
|
||||||
commit=a077c4dd93e026c4b
|
|
||||||
subdir=blippex
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.0.3
|
|
||||||
Current Version Code:5
|
|
||||||
27
metadata/com.blippex.app.yml
Normal file
27
metadata/com.blippex.app.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: MIT
|
||||||
|
WebSite: https://www.blippex.org
|
||||||
|
SourceCode: https://github.com/blippex/blippex_android_app
|
||||||
|
IssueTracker: https://github.com/blippex/blippex_android_app/issues
|
||||||
|
|
||||||
|
AutoName: blippex
|
||||||
|
Summary: Client for a search engine
|
||||||
|
Description: |-
|
||||||
|
Searches Blippex, a search engine which allow the community to rank websites
|
||||||
|
based on how long they spend there among other things. There are extensions for
|
||||||
|
many or the desktop browsers.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/blippex/blippex_android_app.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.3
|
||||||
|
versionCode: 5
|
||||||
|
commit: a077c4dd93e026c4b
|
||||||
|
subdir: blippex
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: 1.0.3
|
||||||
|
CurrentVersionCode: 5
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue