Merge branch 'yml_t' into 'master'
Yml t See merge request fdroid/fdroiddata!4514
This commit is contained in:
commit
eb7744e8cf
|
@ -1,31 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/Team-Unguided/BrightTime
|
|
||||||
Issue Tracker:https://github.com/Team-Unguided/BrightTime/issues
|
|
||||||
|
|
||||||
Auto Name:BrightTime
|
|
||||||
Summary:Adjust screen brightness based on time
|
|
||||||
Description:
|
|
||||||
Adjusts your screen's brightness based on the time of day. This improves your
|
|
||||||
phone's battery life. Other projects like Backlight! make it easier to manually
|
|
||||||
adjust your brightness settings to save power, but BrightTime completely
|
|
||||||
automates this process. Your phone will know the optimal brightness setting and
|
|
||||||
adjust it for you. The default install is suitable for most users, but advanced
|
|
||||||
users can thoroughly customize the schedule.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/Team-Unguided/BrightTime
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
disable=remove maxSdk1 build
|
|
||||||
commit=208f349032698c43d8df99edc79ba46fdbf88cc6
|
|
||||||
subdir=app
|
|
||||||
init=sed -i -e '/maxSdkLevel/d' src/main/AndroidManifest.xml
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:1
|
|
32
metadata/teamunguided.brighttime.yml
Normal file
32
metadata/teamunguided.brighttime.yml
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/Team-Unguided/BrightTime
|
||||||
|
IssueTracker: https://github.com/Team-Unguided/BrightTime/issues
|
||||||
|
|
||||||
|
AutoName: BrightTime
|
||||||
|
Summary: Adjust screen brightness based on time
|
||||||
|
Description: |-
|
||||||
|
Adjusts your screen's brightness based on the time of day. This improves your
|
||||||
|
phone's battery life. Other projects like Backlight! make it easier to manually
|
||||||
|
adjust your brightness settings to save power, but BrightTime completely
|
||||||
|
automates this process. Your phone will know the optimal brightness setting and
|
||||||
|
adjust it for you. The default install is suitable for most users, but advanced
|
||||||
|
users can thoroughly customize the schedule.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Team-Unguided/BrightTime
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: 208f349032698c43d8df99edc79ba46fdbf88cc6
|
||||||
|
subdir: app
|
||||||
|
init: sed -i -e '/maxSdkLevel/d' src/main/AndroidManifest.xml
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
|
@ -1,50 +0,0 @@
|
||||||
AntiFeatures:UpstreamNonFree
|
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-2.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/Teaonly/android-eye
|
|
||||||
Issue Tracker:https://github.com/Teaonly/android-eye/issues
|
|
||||||
|
|
||||||
Auto Name:Wifi Camera
|
|
||||||
Summary:Internet webcam
|
|
||||||
Description:
|
|
||||||
Supports Mjpeg and audio streaming. Built-in web service to see the video via
|
|
||||||
browser on a PC.
|
|
||||||
|
|
||||||
The Google ad library was removed.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/Teaonly/android-eye.git
|
|
||||||
|
|
||||||
Build:1.6.1,8
|
|
||||||
commit=f5279ae
|
|
||||||
srclibs=MobAdMob@2d5736
|
|
||||||
rm=libs/GoogleAdMobAdsSdk-6.2.1.jar
|
|
||||||
prebuild=echo "android.library.reference.1=$$MobAdMob$$" >> project.properties
|
|
||||||
target=android-16
|
|
||||||
buildjni=jni
|
|
||||||
|
|
||||||
Build:2.3,12
|
|
||||||
commit=aea8700cac09a831ecba8a3b021178c1bf076fcb
|
|
||||||
srclibs=Java-WebSocket@05d2e2e,x264@6a301b6ee0ae8c78fb704e1cd86f4e861070f641
|
|
||||||
rm=ems,libs/*.jar
|
|
||||||
target=android-14
|
|
||||||
build=export NDK_SYSROOT=$$NDK$$/platforms/android-9/arch-arm && \
|
|
||||||
export PATH=$PATH:$$NDK$$/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/ && \
|
|
||||||
pushd $$x264$$ && \
|
|
||||||
./configure --cross-prefix=arm-linux-androideabi- --sysroot="$NDK_SYSROOT" --host=arm-linux --enable-pic --enable-static --disable-cli && \
|
|
||||||
make STRIP= && \
|
|
||||||
popd && \
|
|
||||||
mkdir jni/x264 && \
|
|
||||||
cp -R $$x264$$/* jni/x264/ && \
|
|
||||||
pushd $$Java-WebSocket$$ && \
|
|
||||||
gradle clean jar && \
|
|
||||||
popd && \
|
|
||||||
cp $$Java-WebSocket$$/build/libs/Java-WebSocket-1.2.1-SNAPSHOT.jar ./libs/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:2.3
|
|
||||||
Current Version Code:12
|
|
63
metadata/teaonly.droideye.yml
Normal file
63
metadata/teaonly.droideye.yml
Normal file
|
@ -0,0 +1,63 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-2.0-only
|
||||||
|
SourceCode: https://github.com/Teaonly/android-eye
|
||||||
|
IssueTracker: https://github.com/Teaonly/android-eye/issues
|
||||||
|
|
||||||
|
AutoName: Wifi Camera
|
||||||
|
Summary: Internet webcam
|
||||||
|
Description: |-
|
||||||
|
Supports Mjpeg and audio streaming. Built-in web service to see the video via
|
||||||
|
browser on a PC.
|
||||||
|
|
||||||
|
The Google ad library was removed.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Teaonly/android-eye.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.6.1
|
||||||
|
versionCode: 8
|
||||||
|
commit: f5279ae
|
||||||
|
srclibs:
|
||||||
|
- MobAdMob@2d5736
|
||||||
|
rm:
|
||||||
|
- libs/GoogleAdMobAdsSdk-6.2.1.jar
|
||||||
|
prebuild: echo "android.library.reference.1=$$MobAdMob$$" >> project.properties
|
||||||
|
target: android-16
|
||||||
|
buildjni:
|
||||||
|
- jni
|
||||||
|
|
||||||
|
- versionName: '2.3'
|
||||||
|
versionCode: 12
|
||||||
|
commit: aea8700cac09a831ecba8a3b021178c1bf076fcb
|
||||||
|
srclibs:
|
||||||
|
- Java-WebSocket@05d2e2e
|
||||||
|
- x264@6a301b6ee0ae8c78fb704e1cd86f4e861070f641
|
||||||
|
rm:
|
||||||
|
- ems
|
||||||
|
- libs/*.jar
|
||||||
|
target: android-14
|
||||||
|
build:
|
||||||
|
- export NDK_SYSROOT=$$NDK$$/platforms/android-9/arch-arm
|
||||||
|
- export PATH=$PATH:$$NDK$$/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/
|
||||||
|
- pushd $$x264$$
|
||||||
|
- ./configure --cross-prefix=arm-linux-androideabi- --sysroot="$NDK_SYSROOT"
|
||||||
|
--host=arm-linux --enable-pic --enable-static --disable-cli
|
||||||
|
- make STRIP=
|
||||||
|
- popd
|
||||||
|
- mkdir jni/x264
|
||||||
|
- cp -R $$x264$$/* jni/x264/
|
||||||
|
- pushd $$Java-WebSocket$$
|
||||||
|
- gradle clean jar
|
||||||
|
- popd
|
||||||
|
- cp $$Java-WebSocket$$/build/libs/Java-WebSocket-1.2.1-SNAPSHOT.jar ./libs/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '2.3'
|
||||||
|
CurrentVersionCode: 12
|
|
@ -1,48 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:http://telegra.ph/
|
|
||||||
Source Code:https://github.com/jlelse/teleposter
|
|
||||||
Issue Tracker:https://github.com/jlelse/teleposter/issues
|
|
||||||
Changelog:https://github.com/jlelse/teleposter/releases
|
|
||||||
|
|
||||||
Auto Name:Teleposter
|
|
||||||
Summary:Write blogposts on telegra.ph
|
|
||||||
Description:
|
|
||||||
Independent client app / wrapper around the [http://telegra.ph Telegra.ph]
|
|
||||||
website, which allows to author blogposts.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/jlelse/teleposter
|
|
||||||
|
|
||||||
Build:1.1.1,7
|
|
||||||
commit=1.1.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.5,13
|
|
||||||
commit=1.5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.5.1,14
|
|
||||||
commit=1.5.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.5.2,15
|
|
||||||
commit=1.5.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer\-aidan/d' ../build.gradle
|
|
||||||
|
|
||||||
Build:1.5.3,16
|
|
||||||
commit=1.5.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer\-aidan/d' ../build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.5.3
|
|
||||||
Current Version Code:16
|
|
59
metadata/telegra.ph.yml
Normal file
59
metadata/telegra.ph.yml
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
WebSite: http://telegra.ph/
|
||||||
|
SourceCode: https://github.com/jlelse/teleposter
|
||||||
|
IssueTracker: https://github.com/jlelse/teleposter/issues
|
||||||
|
Changelog: https://github.com/jlelse/teleposter/releases
|
||||||
|
|
||||||
|
AutoName: Teleposter
|
||||||
|
Summary: Write blogposts on telegra.ph
|
||||||
|
Description: |-
|
||||||
|
Independent client app / wrapper around the [http://telegra.ph Telegra.ph]
|
||||||
|
website, which allows to author blogposts.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/jlelse/teleposter
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.1.1
|
||||||
|
versionCode: 7
|
||||||
|
commit: 1.1.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.5'
|
||||||
|
versionCode: 13
|
||||||
|
commit: '1.5'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.5.1
|
||||||
|
versionCode: 14
|
||||||
|
commit: 1.5.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.5.2
|
||||||
|
versionCode: 15
|
||||||
|
commit: 1.5.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer\-aidan/d' ../build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.5.3
|
||||||
|
versionCode: 16
|
||||||
|
commit: 1.5.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer\-aidan/d' ../build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.5.3
|
||||||
|
CurrentVersionCode: 16
|
|
@ -1,28 +0,0 @@
|
||||||
Categories:Multimedia,Graphics
|
|
||||||
License:MIT
|
|
||||||
Web Site:http://www.imagemagick.org
|
|
||||||
Source Code:https://github.com/paulasiimwe/Android-ImageMagick
|
|
||||||
Issue Tracker:https://github.com/paulasiimwe/Android-ImageMagick/issues
|
|
||||||
|
|
||||||
Auto Name:ImageMagick
|
|
||||||
Summary:Manipulate images
|
|
||||||
Description:
|
|
||||||
Basic photo editor and image manipulation tool based on the famous
|
|
||||||
[http://www.imagemagick.org/ ImageMagick] program and its Java port,
|
|
||||||
[https://sourceforge.net/projects/jmagick/ JMagick].
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/paulasiimwe/Android-ImageMagick
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
disable=missing magick headers?
|
|
||||||
commit=b00bd1c3e48d58b88220aaa0279ccd8fed540a84
|
|
||||||
scanignore=jni
|
|
||||||
scandelete=libs
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.5
|
|
||||||
Current Version Code:105
|
|
|
@ -1,29 +0,0 @@
|
||||||
Categories:Security
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/eqvinox/wifisetup
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:34C3 Wifi Setup
|
|
||||||
Summary:Create secure Wifi connection entry for 33c3
|
|
||||||
Description:
|
|
||||||
Official NOC application for connecting to the 33c3 WiFi. This is a secure
|
|
||||||
profile with CA certificate checking (Let's Encrypt) and certificate subject
|
|
||||||
verification (radius.c3noc.net).
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/eqvinox/wifisetup
|
|
||||||
|
|
||||||
Build:0.18,20150810
|
|
||||||
commit=f766dfb30373a022cd131f2e189bf4d21b55a49e
|
|
||||||
subdir=android
|
|
||||||
|
|
||||||
Build:0.20,20160804
|
|
||||||
commit=ca08e5bbdd019d165a64a396280bfa000a0ab13b
|
|
||||||
subdir=android
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest/master
|
|
||||||
Current Version:0.21
|
|
||||||
Current Version Code:20171222
|
|
30
metadata/tf.nox.wifisetup.yml
Normal file
30
metadata/tf.nox.wifisetup.yml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
Categories:
|
||||||
|
- Security
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/eqvinox/wifisetup
|
||||||
|
|
||||||
|
AutoName: 34C3 Wifi Setup
|
||||||
|
Summary: Create secure Wifi connection entry for 33c3
|
||||||
|
Description: |-
|
||||||
|
Official NOC application for connecting to the 33c3 WiFi. This is a secure
|
||||||
|
profile with CA certificate checking (Let's Encrypt) and certificate subject
|
||||||
|
verification (radius.c3noc.net).
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/eqvinox/wifisetup
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.18'
|
||||||
|
versionCode: 20150810
|
||||||
|
commit: f766dfb30373a022cd131f2e189bf4d21b55a49e
|
||||||
|
subdir: android
|
||||||
|
|
||||||
|
- versionName: '0.20'
|
||||||
|
versionCode: 20160804
|
||||||
|
commit: ca08e5bbdd019d165a64a396280bfa000a0ab13b
|
||||||
|
subdir: android
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest/master
|
||||||
|
CurrentVersion: '0.21'
|
||||||
|
CurrentVersionCode: 20171222
|
|
@ -1,54 +0,0 @@
|
||||||
Categories:System,Connectivity
|
|
||||||
License:LGPL-3.0-or-later
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/TheAkki/Synctool
|
|
||||||
Issue Tracker:https://github.com/TheAkki/Synctool/issues
|
|
||||||
|
|
||||||
Auto Name:SyncTool
|
|
||||||
Summary:Synchronize data between a smartphone and a server
|
|
||||||
Description:
|
|
||||||
Synctool can synchronize data between an Android smartphone and a server with
|
|
||||||
FTP and ownCloud.
|
|
||||||
|
|
||||||
'''Features'''
|
|
||||||
|
|
||||||
''Targets''
|
|
||||||
|
|
||||||
* Local Files
|
|
||||||
* Owncloud
|
|
||||||
* FTP
|
|
||||||
|
|
||||||
''Directions''
|
|
||||||
|
|
||||||
* From A to B
|
|
||||||
* From B to A
|
|
||||||
* Both Directories
|
|
||||||
|
|
||||||
''Strategies''
|
|
||||||
|
|
||||||
* Copy new files
|
|
||||||
* Mirror
|
|
||||||
* Copy new files in a folder with actual data
|
|
||||||
* Copy all files in a folder with actual data
|
|
||||||
* Move File
|
|
||||||
* Move in a folder with actual data
|
|
||||||
* One side wins
|
|
||||||
* Date check
|
|
||||||
|
|
||||||
''Trigger''
|
|
||||||
|
|
||||||
* Trigger daily on selected time
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/TheAkki/Synctool.git
|
|
||||||
|
|
||||||
Build:0.1,100
|
|
||||||
commit=v0.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.1
|
|
||||||
Current Version Code:100
|
|
57
metadata/theakki.synctool.yml
Normal file
57
metadata/theakki.synctool.yml
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
- Connectivity
|
||||||
|
License: LGPL-3.0-or-later
|
||||||
|
SourceCode: https://github.com/TheAkki/Synctool
|
||||||
|
IssueTracker: https://github.com/TheAkki/Synctool/issues
|
||||||
|
|
||||||
|
AutoName: SyncTool
|
||||||
|
Summary: Synchronize data between a smartphone and a server
|
||||||
|
Description: |-
|
||||||
|
Synctool can synchronize data between an Android smartphone and a server with
|
||||||
|
FTP and ownCloud.
|
||||||
|
|
||||||
|
'''Features'''
|
||||||
|
|
||||||
|
''Targets''
|
||||||
|
|
||||||
|
* Local Files
|
||||||
|
* Owncloud
|
||||||
|
* FTP
|
||||||
|
|
||||||
|
''Directions''
|
||||||
|
|
||||||
|
* From A to B
|
||||||
|
* From B to A
|
||||||
|
* Both Directories
|
||||||
|
|
||||||
|
''Strategies''
|
||||||
|
|
||||||
|
* Copy new files
|
||||||
|
* Mirror
|
||||||
|
* Copy new files in a folder with actual data
|
||||||
|
* Copy all files in a folder with actual data
|
||||||
|
* Move File
|
||||||
|
* Move in a folder with actual data
|
||||||
|
* One side wins
|
||||||
|
* Date check
|
||||||
|
|
||||||
|
''Trigger''
|
||||||
|
|
||||||
|
* Trigger daily on selected time
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/TheAkki/Synctool.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.1'
|
||||||
|
versionCode: 100
|
||||||
|
commit: v0.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '0.1'
|
||||||
|
CurrentVersionCode: 100
|
|
@ -1,57 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:Apache-2.0
|
|
||||||
Author Name:TheRedSpy15
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/TheRedSpy15/LTECleanerFOSS
|
|
||||||
Issue Tracker:https://github.com/TheRedSpy15/LTECleanerFOSS/issues
|
|
||||||
Changelog:https://github.com/TheRedSpy15/LTECleanerFOSS/releases
|
|
||||||
|
|
||||||
Auto Name:LTE Cleaner (FOSS)
|
|
||||||
Summary:System cleaner
|
|
||||||
Description:
|
|
||||||
Tired of the abundance of phone cleaners on the play store? Tired of them being
|
|
||||||
extremely shady? Tired of them doing nothing? Tired of ads? Tired of having to
|
|
||||||
pay? Me too.
|
|
||||||
|
|
||||||
Android API 23+ (Marshmallow) no longer allows apps to clean other app's caches,
|
|
||||||
thus the claim of cleaners clearing them is completely false.
|
|
||||||
|
|
||||||
The only thing they can clean: log files, temporary files, and empty folders.
|
|
||||||
All three ''LTE Cleaner'' wipes.
|
|
||||||
|
|
||||||
''LTE Cleaner'' is %100 free, open source, ad free, and deletes everything it
|
|
||||||
claims too.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/TheRedSpy15/LTECleanerFOSS.git
|
|
||||||
|
|
||||||
Build:2.0,7
|
|
||||||
commit=2.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.3,10
|
|
||||||
commit=2.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.9.6,14
|
|
||||||
commit=2.9.6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.0.0-beta,16
|
|
||||||
commit=3.0.0-beta
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.1.0,18
|
|
||||||
commit=3.1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:3.1.0
|
|
||||||
Current Version Code:18
|
|
67
metadata/theredspy15.ltecleanerfoss.yml
Normal file
67
metadata/theredspy15.ltecleanerfoss.yml
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: Apache-2.0
|
||||||
|
AuthorName: TheRedSpy15
|
||||||
|
SourceCode: https://github.com/TheRedSpy15/LTECleanerFOSS
|
||||||
|
IssueTracker: https://github.com/TheRedSpy15/LTECleanerFOSS/issues
|
||||||
|
Changelog: https://github.com/TheRedSpy15/LTECleanerFOSS/releases
|
||||||
|
|
||||||
|
AutoName: LTE Cleaner (FOSS)
|
||||||
|
Summary: System cleaner
|
||||||
|
Description: |-
|
||||||
|
Tired of the abundance of phone cleaners on the play store? Tired of them being
|
||||||
|
extremely shady? Tired of them doing nothing? Tired of ads? Tired of having to
|
||||||
|
pay? Me too.
|
||||||
|
|
||||||
|
Android API 23+ (Marshmallow) no longer allows apps to clean other app's caches,
|
||||||
|
thus the claim of cleaners clearing them is completely false.
|
||||||
|
|
||||||
|
The only thing they can clean: log files, temporary files, and empty folders.
|
||||||
|
All three ''LTE Cleaner'' wipes.
|
||||||
|
|
||||||
|
''LTE Cleaner'' is %100 free, open source, ad free, and deletes everything it
|
||||||
|
claims too.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/TheRedSpy15/LTECleanerFOSS.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '2.0'
|
||||||
|
versionCode: 7
|
||||||
|
commit: '2.0'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '2.3'
|
||||||
|
versionCode: 10
|
||||||
|
commit: '2.3'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.9.6
|
||||||
|
versionCode: 14
|
||||||
|
commit: 2.9.6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.0.0-beta
|
||||||
|
versionCode: 16
|
||||||
|
commit: 3.0.0-beta
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.1.0
|
||||||
|
versionCode: 18
|
||||||
|
commit: 3.1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 3.1.0
|
||||||
|
CurrentVersionCode: 18
|
|
@ -1,31 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/SibDev/BadPixels
|
|
||||||
Issue Tracker:https://github.com/SibDev/BadPixels/issues
|
|
||||||
Changelog:https://github.com/SibDev/BadPixels/releases
|
|
||||||
|
|
||||||
Name:Bad Pixel Detector
|
|
||||||
Auto Name:Bad Pixels
|
|
||||||
Summary:Check for dead pixels
|
|
||||||
Description:
|
|
||||||
Check the screen for existence of so-called "dead pixels". So called bad and
|
|
||||||
defective pixels are defects of the electronic device which is perceiving or
|
|
||||||
reproducing the image and having pixel structure. A more detailed explanation is
|
|
||||||
[https://en.wikipedia.org/wiki/Defective_pixel in Wikipedia]. Also see the
|
|
||||||
[https://en.wikipedia.org/wiki/ISO_13406-2 ISO_13406-2] standard for more
|
|
||||||
information.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/SibDev/BadPixels.git
|
|
||||||
|
|
||||||
Build:0.2,4
|
|
||||||
commit=v0.2-b4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.2
|
|
||||||
Current Version Code:4
|
|
33
metadata/tk.al54.dev.badpixels.yml
Normal file
33
metadata/tk.al54.dev.badpixels.yml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/SibDev/BadPixels
|
||||||
|
IssueTracker: https://github.com/SibDev/BadPixels/issues
|
||||||
|
Changelog: https://github.com/SibDev/BadPixels/releases
|
||||||
|
|
||||||
|
Name: Bad Pixel Detector
|
||||||
|
AutoName: Bad Pixels
|
||||||
|
Summary: Check for dead pixels
|
||||||
|
Description: |-
|
||||||
|
Check the screen for existence of so-called "dead pixels". So called bad and
|
||||||
|
defective pixels are defects of the electronic device which is perceiving or
|
||||||
|
reproducing the image and having pixel structure. A more detailed explanation is
|
||||||
|
[https://en.wikipedia.org/wiki/Defective_pixel in Wikipedia]. Also see the
|
||||||
|
[https://en.wikipedia.org/wiki/ISO_13406-2 ISO_13406-2] standard for more
|
||||||
|
information.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/SibDev/BadPixels.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.2'
|
||||||
|
versionCode: 4
|
||||||
|
commit: v0.2-b4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '0.2'
|
||||||
|
CurrentVersionCode: 4
|
|
@ -1,42 +0,0 @@
|
||||||
Categories:Reading
|
|
||||||
License:AGPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:DailybRead
|
|
||||||
Summary:Find books to download and read
|
|
||||||
Description:
|
|
||||||
Finds random books for you to read and download from OpenLibrary.
|
|
||||||
|
|
||||||
The app features include:
|
|
||||||
|
|
||||||
* Find and read random books using the 'Today's bRead' section
|
|
||||||
* View the book's info and what word was used to find the book
|
|
||||||
* Save books to your SD card for viewing later
|
|
||||||
* Search through the entire OpenLibrary database of over 1,000,000 free ebooks
|
|
||||||
|
|
||||||
The random search acts as a sort of 'book roulette' by picking random words from
|
|
||||||
the english language and trying to find a book with that word. You can see what
|
|
||||||
words it is using for the search while it is looking. Search as many times as
|
|
||||||
you like to keep finding new, interesting books!
|
|
||||||
.
|
|
||||||
|
|
||||||
Build:0.2,5
|
|
||||||
commit=V0.2
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
extlibs=epublib/epublib-core-3.1.jar
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Replace epublib with recent srclib version!
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:0
|
|
||||||
Current Version Code:0
|
|
||||||
|
|
||||||
No Source Since:0.3
|
|
42
metadata/tk.elevenk.dailybread.yml
Normal file
42
metadata/tk.elevenk.dailybread.yml
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
Categories:
|
||||||
|
- Reading
|
||||||
|
License: AGPL-3.0-only
|
||||||
|
|
||||||
|
AutoName: DailybRead
|
||||||
|
Summary: Find books to download and read
|
||||||
|
Description: |-
|
||||||
|
Finds random books for you to read and download from OpenLibrary.
|
||||||
|
|
||||||
|
The app features include:
|
||||||
|
|
||||||
|
* Find and read random books using the 'Today's bRead' section
|
||||||
|
* View the book's info and what word was used to find the book
|
||||||
|
* Save books to your SD card for viewing later
|
||||||
|
* Search through the entire OpenLibrary database of over 1,000,000 free ebooks
|
||||||
|
|
||||||
|
The random search acts as a sort of 'book roulette' by picking random words from
|
||||||
|
the english language and trying to find a book with that word. You can see what
|
||||||
|
words it is using for the search while it is looking. Search as many times as
|
||||||
|
you like to keep finding new, interesting books!
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.2'
|
||||||
|
versionCode: 5
|
||||||
|
commit: V0.2
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
extlibs:
|
||||||
|
- epublib/epublib-core-3.1.jar
|
||||||
|
|
||||||
|
MaintainerNotes: Replace epublib with recent srclib version!
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: '0'
|
||||||
|
CurrentVersionCode: 0
|
||||||
|
|
||||||
|
NoSourceSince: '0.3'
|
|
@ -1,63 +0,0 @@
|
||||||
Categories:System,Development
|
|
||||||
License:GPL-2.0-or-later
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/beegee-tokyo/phoenix
|
|
||||||
Issue Tracker:https://github.com/beegee-tokyo/phoenix/issues
|
|
||||||
|
|
||||||
Auto Name:Phoenix
|
|
||||||
Summary:Set time for autoreboot and startup apps
|
|
||||||
Description:
|
|
||||||
Reboot your phone in a given interval on a specific time and start a specific
|
|
||||||
application after reboot. The idea is to restart Android and an application
|
|
||||||
periodically to clean up cache and memory leaks if the application has to run
|
|
||||||
over a long time.
|
|
||||||
|
|
||||||
And if you don't need to restart an application, still this can help to close
|
|
||||||
memory leaks. No background services - reboot is scheduled by system
|
|
||||||
AlarmManager. Before reboot is applied, all apps get a shutdown call to save
|
|
||||||
there data. This helps to prevent data loss!
|
|
||||||
|
|
||||||
Configuration allows
|
|
||||||
|
|
||||||
* selection of reboot interval from every day to every 30 days
|
|
||||||
* selection of reboot time from midnight to 11pm
|
|
||||||
* selection between hard reboot (complete restart) or soft/hot reboot (only restart apps)
|
|
||||||
* selection if you want to start an app automatically after reboot
|
|
||||||
* selection of any app to be started automatically after reboot
|
|
||||||
.
|
|
||||||
|
|
||||||
Requires Root:yes
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/beegee-tokyo/phoenix
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
disable=missing resources
|
|
||||||
commit=51373985d3aad7a5f8fa8fa12c40513d96742354
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/applicationVariants/,+6d' build.gradle
|
|
||||||
|
|
||||||
Build:2.0,2
|
|
||||||
commit=3e457311be813598a2abcbfea850a9f7f4c0b87e
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/applicationVariants/,+6d' build.gradle
|
|
||||||
|
|
||||||
Build:3.0,3
|
|
||||||
commit=48914fb0a7b1305d8f7c20551329d255da34b548
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/applicationVariants/,+6d' build.gradle
|
|
||||||
|
|
||||||
Build:4.0,4
|
|
||||||
disable=play-services, see https://github.com/beegee-tokyo/phoenix/issues/2
|
|
||||||
commit=e85ff635e302e0445989e5ddad1407d81b00ce89
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/applicationVariants/,+6d' build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:4.0
|
|
||||||
Current Version Code:4
|
|
72
metadata/tk.giesecke.phoenix.yml
Normal file
72
metadata/tk.giesecke.phoenix.yml
Normal file
|
@ -0,0 +1,72 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
- Development
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
SourceCode: https://github.com/beegee-tokyo/phoenix
|
||||||
|
IssueTracker: https://github.com/beegee-tokyo/phoenix/issues
|
||||||
|
|
||||||
|
AutoName: Phoenix
|
||||||
|
Summary: Set time for autoreboot and startup apps
|
||||||
|
Description: |-
|
||||||
|
Reboot your phone in a given interval on a specific time and start a specific
|
||||||
|
application after reboot. The idea is to restart Android and an application
|
||||||
|
periodically to clean up cache and memory leaks if the application has to run
|
||||||
|
over a long time.
|
||||||
|
|
||||||
|
And if you don't need to restart an application, still this can help to close
|
||||||
|
memory leaks. No background services - reboot is scheduled by system
|
||||||
|
AlarmManager. Before reboot is applied, all apps get a shutdown call to save
|
||||||
|
there data. This helps to prevent data loss!
|
||||||
|
|
||||||
|
Configuration allows
|
||||||
|
|
||||||
|
* selection of reboot interval from every day to every 30 days
|
||||||
|
* selection of reboot time from midnight to 11pm
|
||||||
|
* selection between hard reboot (complete restart) or soft/hot reboot (only restart apps)
|
||||||
|
* selection if you want to start an app automatically after reboot
|
||||||
|
* selection of any app to be started automatically after reboot
|
||||||
|
|
||||||
|
RequiresRoot: 'yes'
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/beegee-tokyo/phoenix
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
disable: missing resources
|
||||||
|
commit: 51373985d3aad7a5f8fa8fa12c40513d96742354
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/applicationVariants/,+6d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '2.0'
|
||||||
|
versionCode: 2
|
||||||
|
commit: 3e457311be813598a2abcbfea850a9f7f4c0b87e
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/applicationVariants/,+6d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '3.0'
|
||||||
|
versionCode: 3
|
||||||
|
commit: 48914fb0a7b1305d8f7c20551329d255da34b548
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/applicationVariants/,+6d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '4.0'
|
||||||
|
versionCode: 4
|
||||||
|
disable: play-services, see https://github.com/beegee-tokyo/phoenix/issues/2
|
||||||
|
commit: e85ff635e302e0445989e5ddad1407d81b00ce89
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/applicationVariants/,+6d' build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '4.0'
|
||||||
|
CurrentVersionCode: 4
|
|
@ -1,71 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/thelinuxgeekcommunity/simpleirc
|
|
||||||
Issue Tracker:https://github.com/thelinuxgeekcommunity/simpleirc/issues
|
|
||||||
Changelog:https://github.com/thelinuxgeekcommunity/simpleirc/releases
|
|
||||||
|
|
||||||
Auto Name:Simple IRC
|
|
||||||
Summary:Connect to an IRC server
|
|
||||||
Description:
|
|
||||||
A simple IRC client based on [[indrora.atomic]].
|
|
||||||
|
|
||||||
Supports the following features:
|
|
||||||
|
|
||||||
* SSL
|
|
||||||
* SASL
|
|
||||||
* ZNC (I haven't tested this)
|
|
||||||
* DCC (again I haven't tested this)
|
|
||||||
* Reciving CTCP FINGER, and VERSION
|
|
||||||
* Logging incomming and outgoing irc traffic
|
|
||||||
* Android API 11+ (Android 3.0 Honycomb+)
|
|
||||||
* Multi server and channel
|
|
||||||
* Away message
|
|
||||||
* AMSG support
|
|
||||||
* Notice support
|
|
||||||
* Whois support
|
|
||||||
* Colored Messages
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/thelinuxgeekcommunity/simpleirc
|
|
||||||
|
|
||||||
Build:1.3,13
|
|
||||||
commit=48e15e2617a97a2fb3068735d853737588c506a7
|
|
||||||
subdir=application
|
|
||||||
gradle=fdroidfix
|
|
||||||
prebuild=sed -i -e '2,6d' -e '/productFlavors/afdroidfix { applicationIdSuffix ".fdroid" }' build.gradle
|
|
||||||
|
|
||||||
Build:1.4,14
|
|
||||||
commit=71bc8ee7657306ec5ab7f008c5099049b0b87fcb
|
|
||||||
subdir=application
|
|
||||||
gradle=fdroid
|
|
||||||
prebuild=sed -i -e '2,6d' build.gradle
|
|
||||||
|
|
||||||
Build:1.5,15
|
|
||||||
commit=v15
|
|
||||||
subdir=application
|
|
||||||
gradle=fdroid
|
|
||||||
prebuild=sed -i -e '2,6d' build.gradle
|
|
||||||
|
|
||||||
Build:1.6,16
|
|
||||||
commit=v16
|
|
||||||
subdir=application
|
|
||||||
gradle=fdroid
|
|
||||||
prebuild=sed -i -e '2,6d' build.gradle
|
|
||||||
|
|
||||||
Build:1.8,18
|
|
||||||
commit=v18
|
|
||||||
subdir=application
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.9,19
|
|
||||||
commit=v19
|
|
||||||
subdir=application
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%c
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Update Check Name:tk.jordynsmediagroup.simpleirc
|
|
||||||
Current Version:1.9
|
|
||||||
Current Version Code:19
|
|
84
metadata/tk.jordynsmediagroup.simpleirc.fdroid.yml
Normal file
84
metadata/tk.jordynsmediagroup.simpleirc.fdroid.yml
Normal file
|
@ -0,0 +1,84 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/thelinuxgeekcommunity/simpleirc
|
||||||
|
IssueTracker: https://github.com/thelinuxgeekcommunity/simpleirc/issues
|
||||||
|
Changelog: https://github.com/thelinuxgeekcommunity/simpleirc/releases
|
||||||
|
|
||||||
|
AutoName: Simple IRC
|
||||||
|
Summary: Connect to an IRC server
|
||||||
|
Description: |-
|
||||||
|
A simple IRC client based on [[indrora.atomic]].
|
||||||
|
|
||||||
|
Supports the following features:
|
||||||
|
|
||||||
|
* SSL
|
||||||
|
* SASL
|
||||||
|
* ZNC (I haven't tested this)
|
||||||
|
* DCC (again I haven't tested this)
|
||||||
|
* Reciving CTCP FINGER, and VERSION
|
||||||
|
* Logging incomming and outgoing irc traffic
|
||||||
|
* Android API 11+ (Android 3.0 Honycomb+)
|
||||||
|
* Multi server and channel
|
||||||
|
* Away message
|
||||||
|
* AMSG support
|
||||||
|
* Notice support
|
||||||
|
* Whois support
|
||||||
|
* Colored Messages
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/thelinuxgeekcommunity/simpleirc
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.3'
|
||||||
|
versionCode: 13
|
||||||
|
commit: 48e15e2617a97a2fb3068735d853737588c506a7
|
||||||
|
subdir: application
|
||||||
|
gradle:
|
||||||
|
- fdroidfix
|
||||||
|
prebuild: sed -i -e '2,6d' -e '/productFlavors/afdroidfix { applicationIdSuffix
|
||||||
|
".fdroid" }' build.gradle
|
||||||
|
|
||||||
|
- versionName: '1.4'
|
||||||
|
versionCode: 14
|
||||||
|
commit: 71bc8ee7657306ec5ab7f008c5099049b0b87fcb
|
||||||
|
subdir: application
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild: sed -i -e '2,6d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '1.5'
|
||||||
|
versionCode: 15
|
||||||
|
commit: v15
|
||||||
|
subdir: application
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild: sed -i -e '2,6d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '1.6'
|
||||||
|
versionCode: 16
|
||||||
|
commit: v16
|
||||||
|
subdir: application
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild: sed -i -e '2,6d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '1.8'
|
||||||
|
versionCode: 18
|
||||||
|
commit: v18
|
||||||
|
subdir: application
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: '1.9'
|
||||||
|
versionCode: 19
|
||||||
|
commit: v19
|
||||||
|
subdir: application
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%c
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
UpdateCheckName: tk.jordynsmediagroup.simpleirc
|
||||||
|
CurrentVersion: '1.9'
|
||||||
|
CurrentVersionCode: 19
|
|
@ -1,36 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/waelk10/Metronome
|
|
||||||
Issue Tracker:https://github.com/waelk10/Metronome/issues
|
|
||||||
|
|
||||||
Auto Name:Metronome
|
|
||||||
Summary:Use your smartphone as a metronome
|
|
||||||
Description:
|
|
||||||
Simple metronome app for musicians.
|
|
||||||
|
|
||||||
This program was born out of my frustration to find a simple, elegant and useful
|
|
||||||
metronome app, so my solution was simple: make what I want!
|
|
||||||
|
|
||||||
In addition to being a simple BPM-based metronome, the program offers the
|
|
||||||
ability to manually tap in a tempo and it also offers the option to save and
|
|
||||||
restore presets.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/waelk10/Metronome
|
|
||||||
|
|
||||||
Build:NKT275,3
|
|
||||||
commit=6d9a6be6955c2ddba95cddccb811c7d0046b9ec6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:Thorium,5
|
|
||||||
commit=a174dbf3ad9001eb44084db723ca9b15f7a73862
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:Thorium
|
|
||||||
Current Version Code:5
|
|
40
metadata/tk.radioactivemineral.metronome.yml
Normal file
40
metadata/tk.radioactivemineral.metronome.yml
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
SourceCode: https://github.com/waelk10/Metronome
|
||||||
|
IssueTracker: https://github.com/waelk10/Metronome/issues
|
||||||
|
|
||||||
|
AutoName: Metronome
|
||||||
|
Summary: Use your smartphone as a metronome
|
||||||
|
Description: |-
|
||||||
|
Simple metronome app for musicians.
|
||||||
|
|
||||||
|
This program was born out of my frustration to find a simple, elegant and useful
|
||||||
|
metronome app, so my solution was simple: make what I want!
|
||||||
|
|
||||||
|
In addition to being a simple BPM-based metronome, the program offers the
|
||||||
|
ability to manually tap in a tempo and it also offers the option to save and
|
||||||
|
restore presets.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/waelk10/Metronome
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: NKT275
|
||||||
|
versionCode: 3
|
||||||
|
commit: 6d9a6be6955c2ddba95cddccb811c7d0046b9ec6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: Thorium
|
||||||
|
versionCode: 5
|
||||||
|
commit: a174dbf3ad9001eb44084db723ca9b15f7a73862
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: Thorium
|
||||||
|
CurrentVersionCode: 5
|
|
@ -1,71 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-2.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/pot8oe/mythmote
|
|
||||||
Issue Tracker:https://github.com/pot8oe/mythmote/issues
|
|
||||||
|
|
||||||
Auto Name:mythmote
|
|
||||||
Summary:Remote control for MythTV
|
|
||||||
Description:
|
|
||||||
A network remote control for MythTV.
|
|
||||||
|
|
||||||
''MythMote'' controls MythTV frontends. Control is obtained through the
|
|
||||||
frontend's raw text-based TCP socket interface.
|
|
||||||
|
|
||||||
'''NOTE:''' You MUST have a functional MythTV setup and mythfrontend network
|
|
||||||
remote control enabled.
|
|
||||||
|
|
||||||
'''Features:'''
|
|
||||||
|
|
||||||
* Manage multiple frontends
|
|
||||||
* Basic navigation and media control
|
|
||||||
* Keyboard input passthrough to frontend
|
|
||||||
* Wake-On-LAN
|
|
||||||
* Customizable Keybindings
|
|
||||||
* Supports small and large screen devices
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/pot8oe/mythmote
|
|
||||||
|
|
||||||
Build:1.6.2,1304
|
|
||||||
commit=577614a726194480a0
|
|
||||||
rm=src/tkj/android/homecontrol/mythmote/R.java
|
|
||||||
|
|
||||||
Build:1.7.1,1608
|
|
||||||
commit=69cc64f0c2cf3a54f
|
|
||||||
rm=src/tkj/android/homecontrol/mythmote/R.java
|
|
||||||
|
|
||||||
Build:1.8.6,2308
|
|
||||||
commit=02f96cf0f866768e9
|
|
||||||
rm=src/tkj/android/homecontrol/mythmote/R.java
|
|
||||||
|
|
||||||
Build:1.9.0,2408
|
|
||||||
commit=15d2a3645963a2
|
|
||||||
rm=src/tkj/android/homecontrol/mythmote/R.java
|
|
||||||
|
|
||||||
Build:1.9.0.1,2508
|
|
||||||
commit=58b1230b4047a4
|
|
||||||
rm=src/tkj/android/homecontrol/mythmote/R.java
|
|
||||||
|
|
||||||
Build:1.9.0.2,2608
|
|
||||||
commit=201d420b7cd64f98b83bc
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.9.1.0,2808
|
|
||||||
commit=mythmote-1.9.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
scanignore=app/src/main/res/raw/default_gestures
|
|
||||||
|
|
||||||
Build:1.10.0.0,2908
|
|
||||||
commit=mythmote-1.10.0.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
scanignore=app/src/main/res/raw/default_gestures
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.10.0.0
|
|
||||||
Current Version Code:2908
|
|
89
metadata/tkj.android.homecontrol.mythmote.yml
Normal file
89
metadata/tkj.android.homecontrol.mythmote.yml
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-2.0-only
|
||||||
|
SourceCode: https://github.com/pot8oe/mythmote
|
||||||
|
IssueTracker: https://github.com/pot8oe/mythmote/issues
|
||||||
|
|
||||||
|
AutoName: mythmote
|
||||||
|
Summary: Remote control for MythTV
|
||||||
|
Description: |-
|
||||||
|
A network remote control for MythTV.
|
||||||
|
|
||||||
|
''MythMote'' controls MythTV frontends. Control is obtained through the
|
||||||
|
frontend's raw text-based TCP socket interface.
|
||||||
|
|
||||||
|
'''NOTE:''' You MUST have a functional MythTV setup and mythfrontend network
|
||||||
|
remote control enabled.
|
||||||
|
|
||||||
|
'''Features:'''
|
||||||
|
|
||||||
|
* Manage multiple frontends
|
||||||
|
* Basic navigation and media control
|
||||||
|
* Keyboard input passthrough to frontend
|
||||||
|
* Wake-On-LAN
|
||||||
|
* Customizable Keybindings
|
||||||
|
* Supports small and large screen devices
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/pot8oe/mythmote
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.6.2
|
||||||
|
versionCode: 1304
|
||||||
|
commit: 577614a726194480a0
|
||||||
|
rm:
|
||||||
|
- src/tkj/android/homecontrol/mythmote/R.java
|
||||||
|
|
||||||
|
- versionName: 1.7.1
|
||||||
|
versionCode: 1608
|
||||||
|
commit: 69cc64f0c2cf3a54f
|
||||||
|
rm:
|
||||||
|
- src/tkj/android/homecontrol/mythmote/R.java
|
||||||
|
|
||||||
|
- versionName: 1.8.6
|
||||||
|
versionCode: 2308
|
||||||
|
commit: 02f96cf0f866768e9
|
||||||
|
rm:
|
||||||
|
- src/tkj/android/homecontrol/mythmote/R.java
|
||||||
|
|
||||||
|
- versionName: 1.9.0
|
||||||
|
versionCode: 2408
|
||||||
|
commit: 15d2a3645963a2
|
||||||
|
rm:
|
||||||
|
- src/tkj/android/homecontrol/mythmote/R.java
|
||||||
|
|
||||||
|
- versionName: 1.9.0.1
|
||||||
|
versionCode: 2508
|
||||||
|
commit: 58b1230b4047a4
|
||||||
|
rm:
|
||||||
|
- src/tkj/android/homecontrol/mythmote/R.java
|
||||||
|
|
||||||
|
- versionName: 1.9.0.2
|
||||||
|
versionCode: 2608
|
||||||
|
commit: 201d420b7cd64f98b83bc
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.9.1.0
|
||||||
|
versionCode: 2808
|
||||||
|
commit: mythmote-1.9.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scanignore:
|
||||||
|
- app/src/main/res/raw/default_gestures
|
||||||
|
|
||||||
|
- versionName: 1.10.0.0
|
||||||
|
versionCode: 2908
|
||||||
|
commit: mythmote-1.10.0.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scanignore:
|
||||||
|
- app/src/main/res/raw/default_gestures
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.10.0.0
|
||||||
|
CurrentVersionCode: 2908
|
|
@ -1,28 +0,0 @@
|
||||||
Categories:Money,Sports & Health
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://gitlab.com/tmendes/FoodScaleDroid
|
|
||||||
Issue Tracker:https://gitlab.com/tmendes/FoodScaleDroid/issues
|
|
||||||
|
|
||||||
Auto Name:Food Scale Droid
|
|
||||||
Summary:Scale prices to common base units
|
|
||||||
Description:
|
|
||||||
For that time when you go to the market and you buy many small packs of
|
|
||||||
different weight prices and different weights you end up a bit lost.
|
|
||||||
|
|
||||||
Write down the Price/Kg, the weight you are taking for each pack and this app
|
|
||||||
will give you the final amount that you have to pay.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://gitlab.com/tmendes/FoodScaleDroid.git
|
|
||||||
|
|
||||||
Build:1.2,3
|
|
||||||
commit=cbe0dc12b4abae9ae260dba3e977600fd882ba75
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.2
|
|
||||||
Current Version Code:3
|
|
31
metadata/tmendes.com.analyticalbalancedroid.yml
Normal file
31
metadata/tmendes.com.analyticalbalancedroid.yml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
Categories:
|
||||||
|
- Money
|
||||||
|
- Sports & Health
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://gitlab.com/tmendes/FoodScaleDroid
|
||||||
|
IssueTracker: https://gitlab.com/tmendes/FoodScaleDroid/issues
|
||||||
|
|
||||||
|
AutoName: Food Scale Droid
|
||||||
|
Summary: Scale prices to common base units
|
||||||
|
Description: |-
|
||||||
|
For that time when you go to the market and you buy many small packs of
|
||||||
|
different weight prices and different weights you end up a bit lost.
|
||||||
|
|
||||||
|
Write down the Price/Kg, the weight you are taking for each pack and this app
|
||||||
|
will give you the final amount that you have to pay.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/tmendes/FoodScaleDroid.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 3
|
||||||
|
commit: cbe0dc12b4abae9ae260dba3e977600fd882ba75
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '1.2'
|
||||||
|
CurrentVersionCode: 3
|
|
@ -1,20 +0,0 @@
|
||||||
Categories:Sports & Health
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://tmendes.gitlab.io/waterydroid/
|
|
||||||
Source Code:https://gitlab.com/tmendes/waterydroid
|
|
||||||
Issue Tracker:https://gitlab.com/tmendes/waterydroid/issues
|
|
||||||
|
|
||||||
Auto Name:WateryDroid
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://gitlab.com/tmendes/waterydroid.git
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:1
|
|
24
metadata/tmendes.com.waterydroid.yml
Normal file
24
metadata/tmendes.com.waterydroid.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
Categories:
|
||||||
|
- Sports & Health
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://tmendes.gitlab.io/waterydroid/
|
||||||
|
SourceCode: https://gitlab.com/tmendes/waterydroid
|
||||||
|
IssueTracker: https://gitlab.com/tmendes/waterydroid/issues
|
||||||
|
|
||||||
|
AutoName: WateryDroid
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/tmendes/waterydroid.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: '1.0'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
|
@ -1,36 +0,0 @@
|
||||||
Categories:Development
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:http://www.mayrhofer.eu.org/android-ipv6config
|
|
||||||
Source Code:https://gitorious.org/android-ipv6config/android-ipv6config
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:IPv6Config
|
|
||||||
Summary:IPv6 Configuration Tool
|
|
||||||
Description:
|
|
||||||
Provides the ability to configure some of the IPv6 kernel settings. Most
|
|
||||||
importantly, it allows to automatically enable the "Privacy Extensions for
|
|
||||||
Stateless Address Autoconfiguration in IPv6" as specified in IETF RFC4941 and
|
|
||||||
implemented by the standard Linux kernel.
|
|
||||||
.
|
|
||||||
|
|
||||||
Requires Root:yes
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://git.gitorious.org/android-ipv6config/android-ipv6config.git
|
|
||||||
|
|
||||||
Build:3.0,8
|
|
||||||
commit=e687686
|
|
||||||
rm=donate,ant.properties
|
|
||||||
|
|
||||||
Build:4.0,9
|
|
||||||
commit=373378ccee009
|
|
||||||
rm=donate,ant.properties
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
ant.properties is a symlink to outside the source tree
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:4.0
|
|
||||||
Current Version Code:9
|
|
39
metadata/to.doc.android.ipv6config.yml
Normal file
39
metadata/to.doc.android.ipv6config.yml
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
Categories:
|
||||||
|
- Development
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: http://www.mayrhofer.eu.org/android-ipv6config
|
||||||
|
|
||||||
|
AutoName: IPv6Config
|
||||||
|
Summary: IPv6 Configuration Tool
|
||||||
|
Description: |-
|
||||||
|
Provides the ability to configure some of the IPv6 kernel settings. Most
|
||||||
|
importantly, it allows to automatically enable the "Privacy Extensions for
|
||||||
|
Stateless Address Autoconfiguration in IPv6" as specified in IETF RFC4941 and
|
||||||
|
implemented by the standard Linux kernel.
|
||||||
|
|
||||||
|
RequiresRoot: 'yes'
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '3.0'
|
||||||
|
versionCode: 8
|
||||||
|
commit: e687686
|
||||||
|
rm:
|
||||||
|
- donate
|
||||||
|
- ant.properties
|
||||||
|
|
||||||
|
- versionName: '4.0'
|
||||||
|
versionCode: 9
|
||||||
|
commit: 373378ccee009
|
||||||
|
rm:
|
||||||
|
- donate
|
||||||
|
- ant.properties
|
||||||
|
|
||||||
|
MaintainerNotes: ant.properties is a symlink to outside the source tree
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '4.0'
|
||||||
|
CurrentVersionCode: 9
|
||||||
|
|
||||||
|
NoSourceSince: '3.0'
|
|
@ -1,40 +0,0 @@
|
||||||
Categories:Sports & Health
|
|
||||||
License:MIT
|
|
||||||
Web Site:http://divedroid.android.networld.to
|
|
||||||
Source Code:https://github.com/obale/divedroid
|
|
||||||
Issue Tracker:https://github.com/obale/divedroid/issues
|
|
||||||
|
|
||||||
Auto Name:DiveDroid
|
|
||||||
Summary:Scuba Dive Logbook
|
|
||||||
Description:
|
|
||||||
Android Dive Logbook. Based on [http://scubadive.networld.to].
|
|
||||||
|
|
||||||
With graph support for:
|
|
||||||
|
|
||||||
* Tank Pressure
|
|
||||||
* Temperature
|
|
||||||
* Depth
|
|
||||||
|
|
||||||
Detailed Dive and Buddy Information. Portable data through the use of RDFS
|
|
||||||
Ontology.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/obale/divedroid.git
|
|
||||||
|
|
||||||
Build:0.6,1
|
|
||||||
commit=c50b1e638253cedf32dce49ef836fd30ba6071f9
|
|
||||||
encoding=utf-8
|
|
||||||
prebuild=mkdir libs && \
|
|
||||||
cd libs && \
|
|
||||||
wget http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.3.zip && \
|
|
||||||
unzip -j jaxen-1.1.3.zip jaxen-1.1.3/jaxen-1.1.3.jar && \
|
|
||||||
rm *.zip && \
|
|
||||||
wget -O org.dom4j.jar http://sourceforge.net/projects/dom4j/files/dom4j-2.0.0-ALPHA-2/dom4j-2.0.0-ALPHA-2.jar/download && \
|
|
||||||
wget http://achartengine.googlecode.com/files/achartengine-0.5.0.jar && \
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:0.6
|
|
||||||
Current Version Code:1
|
|
43
metadata/to.networld.android.divedroid.yml
Normal file
43
metadata/to.networld.android.divedroid.yml
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
Categories:
|
||||||
|
- Sports & Health
|
||||||
|
License: MIT
|
||||||
|
WebSite: http://divedroid.android.networld.to
|
||||||
|
SourceCode: https://github.com/obale/divedroid
|
||||||
|
IssueTracker: https://github.com/obale/divedroid/issues
|
||||||
|
|
||||||
|
AutoName: DiveDroid
|
||||||
|
Summary: Scuba Dive Logbook
|
||||||
|
Description: |-
|
||||||
|
Android Dive Logbook. Based on [http://scubadive.networld.to].
|
||||||
|
|
||||||
|
With graph support for:
|
||||||
|
|
||||||
|
* Tank Pressure
|
||||||
|
* Temperature
|
||||||
|
* Depth
|
||||||
|
|
||||||
|
Detailed Dive and Buddy Information. Portable data through the use of RDFS
|
||||||
|
Ontology.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/obale/divedroid.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.6'
|
||||||
|
versionCode: 1
|
||||||
|
commit: c50b1e638253cedf32dce49ef836fd30ba6071f9
|
||||||
|
encoding: utf-8
|
||||||
|
prebuild:
|
||||||
|
- mkdir libs
|
||||||
|
- cd libs
|
||||||
|
- wget http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.3.zip
|
||||||
|
- unzip -j jaxen-1.1.3.zip jaxen-1.1.3/jaxen-1.1.3.jar
|
||||||
|
- rm *.zip
|
||||||
|
- wget -O org.dom4j.jar http://sourceforge.net/projects/dom4j/files/dom4j-2.0.0-ALPHA-2/dom4j-2.0.0-ALPHA-2.jar/download
|
||||||
|
- wget http://achartengine.googlecode.com/files/achartengine-0.5.0.jar
|
||||||
|
- cd ..
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '0.6'
|
||||||
|
CurrentVersionCode: 1
|
|
@ -1,223 +0,0 @@
|
||||||
AntiFeatures:UpstreamNonFree
|
|
||||||
Categories:Navigation
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/iRail/BeTrains-for-Android
|
|
||||||
Issue Tracker:https://github.com/iRail/BeTrains-for-Android/issues
|
|
||||||
|
|
||||||
Name:BeTrains NMBS/SNCB belgium
|
|
||||||
Auto Name:BeTrains
|
|
||||||
Summary:Provides Belgian train times
|
|
||||||
Description:
|
|
||||||
BeTrains is a useful (non-official NMBS/SNCB) tool for people travelling by
|
|
||||||
Train in Belgium. A perfect match between a simple application of route planner
|
|
||||||
and timetables, and between a communicative and social network oriented
|
|
||||||
platform! So many features! Give it a try:
|
|
||||||
|
|
||||||
* Route planner: The easiest way to travel in Belgium.
|
|
||||||
* Real time information!
|
|
||||||
* Social networks: Twitter is your friend, and gives you all the real-time
|
|
||||||
* user information (using #SNCB, #NMBS, #BeTrains hastags)
|
|
||||||
* Included chat: allow you to communicate with all the Android people in your
|
|
||||||
* train. A very cool tool if you are alone on your seat and want to meet
|
|
||||||
* people.
|
|
||||||
* Traffic issues: get all the issues in the train network.
|
|
||||||
* Get the closest station! Once you got it, launch Google Maps, or Navigation
|
|
||||||
* (need Android 1,6 or higher)
|
|
||||||
|
|
||||||
Follow @BeTrains on Twitter!
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/iRail/BeTrains-for-Android
|
|
||||||
|
|
||||||
Build:4.506,6506
|
|
||||||
commit=045d2785bff9458cd45b4c2629b91f6b17771578
|
|
||||||
subdir=BeTrains
|
|
||||||
gradle=fdroid
|
|
||||||
rm=BeTrains/src/main/assets/MapStationActivity.java,BeTrains/src/main/assets/MapVehicleActivity.java,BeTrains/src/main/assets/map/ItemizedOverlayStation.java,BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java,BeTrains/src/main/assets/map/MyOverLay.java,BeTrains/src/main/java/tof/cv/mpp/GameFragment.java,BeTrains/src/main/java/tof/cv/mpp/GameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java,BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java,BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java,BeTrains/src/main/res/layout/my_map.xml
|
|
||||||
prebuild=pushd src/main && \
|
|
||||||
sed -i '/com.google.android.gms.version/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/google_play_services_version"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.maps/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/menu_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/MenuFragment.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/MenuFragment.java && \
|
|
||||||
popd && \
|
|
||||||
sed -i '/com.google.android.gms:play-services/d' build.gradle && \
|
|
||||||
sed -i -e 's/com.android.tools.build:gradle:0.13.0/com.android.tools.build:gradle:0.12.0/g' ../build.gradle
|
|
||||||
|
|
||||||
Build:4.513,6513
|
|
||||||
commit=53c4d2205e9fb7aaf4f8462eae58ae36109e75b6
|
|
||||||
subdir=BeTrains
|
|
||||||
gradle=fdroid
|
|
||||||
rm=BeTrains/src/main/assets/MapStationActivity.java,BeTrains/src/main/assets/MapVehicleActivity.java,BeTrains/src/main/assets/map/ItemizedOverlayStation.java,BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java,BeTrains/src/main/assets/map/MyOverLay.java,BeTrains/src/main/java/tof/cv/mpp/GameFragment.java,BeTrains/src/main/java/tof/cv/mpp/GameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java,BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java,BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java,BeTrains/src/main/res/layout/my_map.xml
|
|
||||||
prebuild=pushd src/main && \
|
|
||||||
sed -i '/com.google.android.gms.version/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/google_play_services_version"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.maps/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/menu_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/MenuFragment.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/MenuFragment.java && \
|
|
||||||
popd && \
|
|
||||||
sed -i '/com.google.android.gms:play-services/d' build.gradle
|
|
||||||
|
|
||||||
Build:4.517,6517
|
|
||||||
commit=0afa5ff00be35dc2c07d2d81bb707354bf4ba306
|
|
||||||
subdir=BeTrains
|
|
||||||
gradle=fdroid
|
|
||||||
rm=BeTrains/src/main/assets/MapStationActivity.java,BeTrains/src/main/assets/MapVehicleActivity.java,BeTrains/src/main/assets/map/ItemizedOverlayStation.java,BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java,BeTrains/src/main/assets/map/MyOverLay.java,BeTrains/src/main/java/tof/cv/mpp/GameFragment.java,BeTrains/src/main/java/tof/cv/mpp/GameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java,BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java,BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java,BeTrains/src/main/res/layout/my_map.xml
|
|
||||||
prebuild=pushd src/main && \
|
|
||||||
sed -i '/com.google.android.gms.version/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/google_play_services_version"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.maps/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/menu_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/MenuFragment.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/MenuFragment.java && \
|
|
||||||
popd && \
|
|
||||||
sed -i '/com.google.android.gms:play-services/d' build.gradle
|
|
||||||
|
|
||||||
Build:4.529,6529
|
|
||||||
commit=b48a84f0fb07f03efd39f6f9c7d53b2aa73dbe7b
|
|
||||||
subdir=BeTrains
|
|
||||||
gradle=fdroid
|
|
||||||
rm=BeTrains/key_tof162debug,BeTrains/src/main/assets/MapStationActivity.java,BeTrains/src/main/assets/MapVehicleActivity.java,BeTrains/src/main/assets/map/ItemizedOverlayStation.java,BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java,BeTrains/src/main/assets/map/MyOverLay.java,BeTrains/src/main/java/tof/cv/mpp/GameFragment.java,BeTrains/src/main/java/tof/cv/mpp/GameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java,BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java,BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java,BeTrains/src/main/res/layout/my_map.xml
|
|
||||||
prebuild=pushd src/main && \
|
|
||||||
sed -i '/com.google.android.gms.version/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/google_play_services_version"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.maps/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/menu_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
popd && \
|
|
||||||
sed -i '/com.google.android.gms:play-services/d' build.gradle
|
|
||||||
|
|
||||||
Build:4.530,6530
|
|
||||||
commit=8517e89015253b6a20b10a4d2b23e2f82c396ee4
|
|
||||||
subdir=BeTrains
|
|
||||||
gradle=fdroid
|
|
||||||
rm=BeTrains/key_tof162debug,BeTrains/src/main/assets/MapStationActivity.java,BeTrains/src/main/assets/MapVehicleActivity.java,BeTrains/src/main/assets/map/ItemizedOverlayStation.java,BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java,BeTrains/src/main/assets/map/MyOverLay.java,BeTrains/src/main/java/tof/cv/mpp/GameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java,BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java,BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java,BeTrains/src/main/res/layout/my_map.xml
|
|
||||||
prebuild=pushd src/main && \
|
|
||||||
sed -i '/com.google.android.gms.version/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/google_play_services_version"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.maps/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/menu_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
popd && \
|
|
||||||
sed -i '/com.google.android.gms:play-services/d' build.gradle
|
|
||||||
|
|
||||||
Build:4.531,6531
|
|
||||||
commit=3ea8034df289d1ee4f5b46ffa215d0b878649665
|
|
||||||
subdir=BeTrains
|
|
||||||
gradle=fdroid
|
|
||||||
rm=BeTrains/key_tof162debug,BeTrains/src/main/assets/MapStationActivity.java,BeTrains/src/main/assets/MapVehicleActivity.java,BeTrains/src/main/assets/map/ItemizedOverlayStation.java,BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java,BeTrains/src/main/assets/map/MyOverLay.java,BeTrains/src/main/java/tof/cv/mpp/GameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java,BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java,BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java,BeTrains/src/main/res/layout/my_map.xml
|
|
||||||
prebuild=pushd src/main && \
|
|
||||||
sed -i '/com.google.android.gms.version/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/google_play_services_version"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.maps/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/menu_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
popd && \
|
|
||||||
sed -i '/com.google.android.gms:play-services/d' build.gradle
|
|
||||||
|
|
||||||
Build:4.533,6533
|
|
||||||
commit=0638066f3235c9a6132ac9136bce4aaad8a48422
|
|
||||||
subdir=BeTrains
|
|
||||||
gradle=fdroid
|
|
||||||
rm=BeTrains/key_tof162debug,BeTrains/src/main/assets/MapStationActivity.java,BeTrains/src/main/assets/MapVehicleActivity.java,BeTrains/src/main/assets/map/ItemizedOverlayStation.java,BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java,BeTrains/src/main/assets/map/MyOverLay.java,BeTrains/src/main/java/tof/cv/mpp/GameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java,BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java,BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java,BeTrains/src/main/res/layout/my_map.xml
|
|
||||||
prebuild=pushd src/main && \
|
|
||||||
sed -i '/com.google.android.gms.version/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/google_play_services_version"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.maps/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/menu_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
popd && \
|
|
||||||
sed -i '/com.google.android.gms:play-services/d' build.gradle
|
|
||||||
|
|
||||||
Build:4.534,6534
|
|
||||||
commit=85c680d944817ebb6000dd567996b8bc39d6aac5
|
|
||||||
subdir=BeTrains
|
|
||||||
gradle=fdroid
|
|
||||||
rm=BeTrains/key_tof162debug,BeTrains/src/main/assets/MapStationActivity.java,BeTrains/src/main/assets/MapVehicleActivity.java,BeTrains/src/main/assets/map/ItemizedOverlayStation.java,BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java,BeTrains/src/main/assets/map/MyOverLay.java,BeTrains/src/main/java/tof/cv/mpp/GameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java,BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java,BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java,BeTrains/src/main/res/layout/my_map.xml
|
|
||||||
prebuild=pushd src/main && \
|
|
||||||
sed -i '/com.google.android.gms.version/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/google_play_services_version"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/com.google.android.maps/d' AndroidManifest.xml && \
|
|
||||||
sed -i '/menu_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
popd && \
|
|
||||||
sed -i '/com.google.android.gms:play-services/d' build.gradle
|
|
||||||
|
|
||||||
Build:4.546,6546
|
|
||||||
disable=play-services sed magic does no longer work
|
|
||||||
commit=4b446a46388f4c37cd9e8bb968b8a3467064a3eb
|
|
||||||
subdir=BeTrains
|
|
||||||
gradle=yes
|
|
||||||
rm=BeTrains/key_tof162debug,BeTrains/src/main/assets/MapStationActivity.java,BeTrains/src/main/assets/MapVehicleActivity.java,BeTrains/src/main/assets/map/ItemizedOverlayStation.java,BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java,BeTrains/src/main/assets/map/MyOverLay.java,BeTrains/src/main/java/tof/cv/mpp/GameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java,BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java,BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java,BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java,BeTrains/src/main/res/layout/my_map.xml
|
|
||||||
prebuild=pushd src/main && \
|
|
||||||
sed -i '31,40d' AndroidManifest.xml && \
|
|
||||||
sed -i '/menu_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml && \
|
|
||||||
sed -i '/menu_pref_game/d' res/values/arrays.xml && \
|
|
||||||
sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java && \
|
|
||||||
popd && \
|
|
||||||
echo 'task wrapper(type: Wrapper) { gradleVersion = "2.14.1" }' >> ../build.gradle && \
|
|
||||||
sed -i -e '/play-services/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' -e '/shrinkResources/d' build.gradle
|
|
||||||
|
|
||||||
Archive Policy:0 versions
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:4.56
|
|
||||||
Current Version Code:6557
|
|
380
metadata/tof.cv.mpp.yml
Normal file
380
metadata/tof.cv.mpp.yml
Normal file
|
@ -0,0 +1,380 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- Navigation
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/iRail/BeTrains-for-Android
|
||||||
|
IssueTracker: https://github.com/iRail/BeTrains-for-Android/issues
|
||||||
|
|
||||||
|
Name: BeTrains NMBS/SNCB belgium
|
||||||
|
AutoName: BeTrains
|
||||||
|
Summary: Provides Belgian train times
|
||||||
|
Description: |-
|
||||||
|
BeTrains is a useful (non-official NMBS/SNCB) tool for people travelling by
|
||||||
|
Train in Belgium. A perfect match between a simple application of route planner
|
||||||
|
and timetables, and between a communicative and social network oriented
|
||||||
|
platform! So many features! Give it a try:
|
||||||
|
|
||||||
|
* Route planner: The easiest way to travel in Belgium.
|
||||||
|
* Real time information!
|
||||||
|
* Social networks: Twitter is your friend, and gives you all the real-time
|
||||||
|
* user information (using #SNCB, #NMBS, #BeTrains hastags)
|
||||||
|
* Included chat: allow you to communicate with all the Android people in your
|
||||||
|
* train. A very cool tool if you are alone on your seat and want to meet
|
||||||
|
* people.
|
||||||
|
* Traffic issues: get all the issues in the train network.
|
||||||
|
* Get the closest station! Once you got it, launch Google Maps, or Navigation
|
||||||
|
* (need Android 1,6 or higher)
|
||||||
|
|
||||||
|
Follow @BeTrains on Twitter!
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/iRail/BeTrains-for-Android
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '4.506'
|
||||||
|
versionCode: 6506
|
||||||
|
commit: 045d2785bff9458cd45b4c2629b91f6b17771578
|
||||||
|
subdir: BeTrains
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- BeTrains/src/main/assets/MapStationActivity.java
|
||||||
|
- BeTrains/src/main/assets/MapVehicleActivity.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayStation.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java
|
||||||
|
- BeTrains/src/main/assets/map/MyOverLay.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java
|
||||||
|
- BeTrains/src/main/res/layout/my_map.xml
|
||||||
|
prebuild:
|
||||||
|
- pushd src/main
|
||||||
|
- sed -i '/com.google.android.gms.version/d' AndroidManifest.xml
|
||||||
|
- sed -i '/google_play_services_version"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml
|
||||||
|
- sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.maps/d' AndroidManifest.xml
|
||||||
|
- sed -i '/menu_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_game/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_game/d' res/values/arrays.xml
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/MenuFragment.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/MenuFragment.java
|
||||||
|
- popd
|
||||||
|
- sed -i '/com.google.android.gms:play-services/d' build.gradle
|
||||||
|
- sed -i -e 's/com.android.tools.build:gradle:0.13.0/com.android.tools.build:gradle:0.12.0/g'
|
||||||
|
../build.gradle
|
||||||
|
|
||||||
|
- versionName: '4.513'
|
||||||
|
versionCode: 6513
|
||||||
|
commit: 53c4d2205e9fb7aaf4f8462eae58ae36109e75b6
|
||||||
|
subdir: BeTrains
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- BeTrains/src/main/assets/MapStationActivity.java
|
||||||
|
- BeTrains/src/main/assets/MapVehicleActivity.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayStation.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java
|
||||||
|
- BeTrains/src/main/assets/map/MyOverLay.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java
|
||||||
|
- BeTrains/src/main/res/layout/my_map.xml
|
||||||
|
prebuild:
|
||||||
|
- pushd src/main
|
||||||
|
- sed -i '/com.google.android.gms.version/d' AndroidManifest.xml
|
||||||
|
- sed -i '/google_play_services_version"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml
|
||||||
|
- sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.maps/d' AndroidManifest.xml
|
||||||
|
- sed -i '/menu_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_game/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_game/d' res/values/arrays.xml
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/MenuFragment.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/MenuFragment.java
|
||||||
|
- popd
|
||||||
|
- sed -i '/com.google.android.gms:play-services/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '4.517'
|
||||||
|
versionCode: 6517
|
||||||
|
commit: 0afa5ff00be35dc2c07d2d81bb707354bf4ba306
|
||||||
|
subdir: BeTrains
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- BeTrains/src/main/assets/MapStationActivity.java
|
||||||
|
- BeTrains/src/main/assets/MapVehicleActivity.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayStation.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java
|
||||||
|
- BeTrains/src/main/assets/map/MyOverLay.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java
|
||||||
|
- BeTrains/src/main/res/layout/my_map.xml
|
||||||
|
prebuild:
|
||||||
|
- pushd src/main
|
||||||
|
- sed -i '/com.google.android.gms.version/d' AndroidManifest.xml
|
||||||
|
- sed -i '/google_play_services_version"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml
|
||||||
|
- sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.maps/d' AndroidManifest.xml
|
||||||
|
- sed -i '/menu_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_game/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_game/d' res/values/arrays.xml
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/MenuFragment.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/MenuFragment.java
|
||||||
|
- popd
|
||||||
|
- sed -i '/com.google.android.gms:play-services/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '4.529'
|
||||||
|
versionCode: 6529
|
||||||
|
commit: b48a84f0fb07f03efd39f6f9c7d53b2aa73dbe7b
|
||||||
|
subdir: BeTrains
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- BeTrains/key_tof162debug
|
||||||
|
- BeTrains/src/main/assets/MapStationActivity.java
|
||||||
|
- BeTrains/src/main/assets/MapVehicleActivity.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayStation.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java
|
||||||
|
- BeTrains/src/main/assets/map/MyOverLay.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java
|
||||||
|
- BeTrains/src/main/res/layout/my_map.xml
|
||||||
|
prebuild:
|
||||||
|
- pushd src/main
|
||||||
|
- sed -i '/com.google.android.gms.version/d' AndroidManifest.xml
|
||||||
|
- sed -i '/google_play_services_version"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml
|
||||||
|
- sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.maps/d' AndroidManifest.xml
|
||||||
|
- sed -i '/menu_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_game/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_game/d' res/values/arrays.xml
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- popd
|
||||||
|
- sed -i '/com.google.android.gms:play-services/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '4.530'
|
||||||
|
versionCode: 6530
|
||||||
|
commit: 8517e89015253b6a20b10a4d2b23e2f82c396ee4
|
||||||
|
subdir: BeTrains
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- BeTrains/key_tof162debug
|
||||||
|
- BeTrains/src/main/assets/MapStationActivity.java
|
||||||
|
- BeTrains/src/main/assets/MapVehicleActivity.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayStation.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java
|
||||||
|
- BeTrains/src/main/assets/map/MyOverLay.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java
|
||||||
|
- BeTrains/src/main/res/layout/my_map.xml
|
||||||
|
prebuild:
|
||||||
|
- pushd src/main
|
||||||
|
- sed -i '/com.google.android.gms.version/d' AndroidManifest.xml
|
||||||
|
- sed -i '/google_play_services_version"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml
|
||||||
|
- sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.maps/d' AndroidManifest.xml
|
||||||
|
- sed -i '/menu_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_game/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_game/d' res/values/arrays.xml
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- popd
|
||||||
|
- sed -i '/com.google.android.gms:play-services/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '4.531'
|
||||||
|
versionCode: 6531
|
||||||
|
commit: 3ea8034df289d1ee4f5b46ffa215d0b878649665
|
||||||
|
subdir: BeTrains
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- BeTrains/key_tof162debug
|
||||||
|
- BeTrains/src/main/assets/MapStationActivity.java
|
||||||
|
- BeTrains/src/main/assets/MapVehicleActivity.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayStation.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java
|
||||||
|
- BeTrains/src/main/assets/map/MyOverLay.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java
|
||||||
|
- BeTrains/src/main/res/layout/my_map.xml
|
||||||
|
prebuild:
|
||||||
|
- pushd src/main
|
||||||
|
- sed -i '/com.google.android.gms.version/d' AndroidManifest.xml
|
||||||
|
- sed -i '/google_play_services_version"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml
|
||||||
|
- sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.maps/d' AndroidManifest.xml
|
||||||
|
- sed -i '/menu_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_game/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_game/d' res/values/arrays.xml
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- popd
|
||||||
|
- sed -i '/com.google.android.gms:play-services/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '4.533'
|
||||||
|
versionCode: 6533
|
||||||
|
commit: 0638066f3235c9a6132ac9136bce4aaad8a48422
|
||||||
|
subdir: BeTrains
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- BeTrains/key_tof162debug
|
||||||
|
- BeTrains/src/main/assets/MapStationActivity.java
|
||||||
|
- BeTrains/src/main/assets/MapVehicleActivity.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayStation.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java
|
||||||
|
- BeTrains/src/main/assets/map/MyOverLay.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java
|
||||||
|
- BeTrains/src/main/res/layout/my_map.xml
|
||||||
|
prebuild:
|
||||||
|
- pushd src/main
|
||||||
|
- sed -i '/com.google.android.gms.version/d' AndroidManifest.xml
|
||||||
|
- sed -i '/google_play_services_version"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml
|
||||||
|
- sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.maps/d' AndroidManifest.xml
|
||||||
|
- sed -i '/menu_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_game/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_game/d' res/values/arrays.xml
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- popd
|
||||||
|
- sed -i '/com.google.android.gms:play-services/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '4.534'
|
||||||
|
versionCode: 6534
|
||||||
|
commit: 85c680d944817ebb6000dd567996b8bc39d6aac5
|
||||||
|
subdir: BeTrains
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
rm:
|
||||||
|
- BeTrains/key_tof162debug
|
||||||
|
- BeTrains/src/main/assets/MapStationActivity.java
|
||||||
|
- BeTrains/src/main/assets/MapVehicleActivity.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayStation.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java
|
||||||
|
- BeTrains/src/main/assets/map/MyOverLay.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java
|
||||||
|
- BeTrains/src/main/res/layout/my_map.xml
|
||||||
|
prebuild:
|
||||||
|
- pushd src/main
|
||||||
|
- sed -i '/com.google.android.gms.version/d' AndroidManifest.xml
|
||||||
|
- sed -i '/google_play_services_version"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.gms.games.APP_ID/d' AndroidManifest.xml
|
||||||
|
- sed -i '/android:value="@string\/app_id"/d' AndroidManifest.xml
|
||||||
|
- sed -i '/com.google.android.maps/d' AndroidManifest.xml
|
||||||
|
- sed -i '/menu_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_game/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_game/d' res/values/arrays.xml
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- popd
|
||||||
|
- sed -i '/com.google.android.gms:play-services/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: '4.546'
|
||||||
|
versionCode: 6546
|
||||||
|
disable: play-services sed magic does no longer work
|
||||||
|
commit: 4b446a46388f4c37cd9e8bb968b8a3467064a3eb
|
||||||
|
subdir: BeTrains
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- BeTrains/key_tof162debug
|
||||||
|
- BeTrains/src/main/assets/MapStationActivity.java
|
||||||
|
- BeTrains/src/main/assets/MapVehicleActivity.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayStation.java
|
||||||
|
- BeTrains/src/main/assets/map/ItemizedOverlayVehicle.java
|
||||||
|
- BeTrains/src/main/assets/map/MyOverLay.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/GameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/BaseGameListFragment.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelper.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/Utils/GameHelperUtils.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/AchievementAdapter.java
|
||||||
|
- BeTrains/src/main/java/tof/cv/mpp/adapter/HighScoreAdapter.java
|
||||||
|
- BeTrains/src/main/res/layout/my_map.xml
|
||||||
|
prebuild:
|
||||||
|
- pushd src/main
|
||||||
|
- sed -i '31,40d' AndroidManifest.xml
|
||||||
|
- sed -i '/menu_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_game/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_closest_stations/d' res/values/arrays.xml
|
||||||
|
- sed -i '/menu_pref_game/d' res/values/arrays.xml
|
||||||
|
- sed -i 's/new ClosestFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- sed -i 's/new GameFragment()/null/' java/tof/cv/mpp/WelcomeActivity.java
|
||||||
|
- popd
|
||||||
|
- "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.14.1\" }' >> ../build.gradle"
|
||||||
|
- sed -i -e '/play-services/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' -e
|
||||||
|
'/shrinkResources/d' build.gradle
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: '4.56'
|
||||||
|
CurrentVersionCode: 6557
|
|
@ -1,26 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Author Email:tomer@tomerrosenfeld.com
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/rosenpin/AlwaysOnAmoledPlugin
|
|
||||||
Issue Tracker:https://github.com/rosenpin/AlwaysOnAmoledPlugin/issues
|
|
||||||
|
|
||||||
Auto Name:Always On AMOLED Plugin
|
|
||||||
Summary:Control capacitive button lights via Always On AMOLED
|
|
||||||
Description:
|
|
||||||
This plugin for [[com.tomer.alwayson]] is required for devices with capacitive
|
|
||||||
buttons. Turns the hardware buttons light off/on.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/rosenpin/AlwaysOnAmoledPlugin.git
|
|
||||||
|
|
||||||
Build:1.0,3
|
|
||||||
commit=1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:3
|
|
28
metadata/tomer.com.alwaysonamoledplugin.yml
Normal file
28
metadata/tomer.com.alwaysonamoledplugin.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
AuthorEmail: tomer@tomerrosenfeld.com
|
||||||
|
SourceCode: https://github.com/rosenpin/AlwaysOnAmoledPlugin
|
||||||
|
IssueTracker: https://github.com/rosenpin/AlwaysOnAmoledPlugin/issues
|
||||||
|
|
||||||
|
AutoName: Always On AMOLED Plugin
|
||||||
|
Summary: Control capacitive button lights via Always On AMOLED
|
||||||
|
Description: |-
|
||||||
|
This plugin for [[com.tomer.alwayson]] is required for devices with capacitive
|
||||||
|
buttons. Turns the hardware buttons light off/on.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/rosenpin/AlwaysOnAmoledPlugin.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 3
|
||||||
|
commit: '1.0'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 3
|
|
@ -1,82 +0,0 @@
|
||||||
Categories:System,Phone & SMS
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/tranquvis/SimpleSmsRemote
|
|
||||||
Issue Tracker:https://github.com/tranquvis/SimpleSmsRemote/issues
|
|
||||||
Changelog:https://github.com/tranquvis/SimpleSmsRemote/releases
|
|
||||||
|
|
||||||
Auto Name:Simple sms remote
|
|
||||||
Summary:Control your device by sending text messages
|
|
||||||
Description:
|
|
||||||
Remotely control a phone through sms messages. Install the app on the device,
|
|
||||||
which should be controlled, and send control commands from any messenger to it.
|
|
||||||
|
|
||||||
Features
|
|
||||||
|
|
||||||
* specify which modules are accessible and which phones are granted
|
|
||||||
* start sms receiver after boot
|
|
||||||
* send multiple commands with one message
|
|
||||||
* reply to sender phone with result message
|
|
||||||
* show permanent notification with receiver status
|
|
||||||
* view log of sms receiver
|
|
||||||
|
|
||||||
Modules
|
|
||||||
|
|
||||||
* Hotspot: enable, disable, check if enabled
|
|
||||||
* Wifi: enable, disable, check if enabled
|
|
||||||
* Bluetooth: enable, disable, check if enabled
|
|
||||||
* Mobile Data Connection: enable, disable, check if enabled
|
|
||||||
* Battery: get level, check if battery is charging
|
|
||||||
* Location: get current device coordinates
|
|
||||||
* Audio Volume: set and get volume of all audio types (ringtone, music, ...)
|
|
||||||
* Display: set and get brightness, set and get display off timeout, turn display off
|
|
||||||
* Camera: take photo with default settings or custom options (flash, autofocus and more)
|
|
||||||
|
|
||||||
Security
|
|
||||||
|
|
||||||
Granted phones are required to be set for each module, so not everyone can
|
|
||||||
control the device. However, if someone fakes his phone number he is able to use
|
|
||||||
all enabled modules. (Note that this might be a complicated and illegal
|
|
||||||
procedure. Moreover also common antitheft apps like avast trust the sender's
|
|
||||||
phone number.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/tranquvis/SimpleSmsRemote
|
|
||||||
|
|
||||||
Build:1.0.0,100
|
|
||||||
commit=efb73dce8381a9965ecdcd4a5bfe5b9674a19ce1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=tranquisdirpicker@c2e29f8d0d88376f5e26b9ab8cc4b475e6664bf1
|
|
||||||
rm=tranquvis.directorypicker
|
|
||||||
prebuild=cp -fR $$tranquisdirpicker$$/app ../tranquvis.directorypicker
|
|
||||||
|
|
||||||
Build:1.1,110
|
|
||||||
commit=e5f0a8c6df54898bce15f776480b49d0461df70c
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=tranquisdirpicker@c2e29f8d0d88376f5e26b9ab8cc4b475e6664bf1
|
|
||||||
rm=tranquvis.directorypicker
|
|
||||||
prebuild=cp -fR $$tranquisdirpicker$$/app ../tranquvis.directorypicker
|
|
||||||
|
|
||||||
Build:1.1.1,111
|
|
||||||
commit=442548564839ed1af922ba8a77b47438bf7d2daf
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=tranquisdirpicker@c2e29f8d0d88376f5e26b9ab8cc4b475e6664bf1
|
|
||||||
rm=tranquvis.directorypicker
|
|
||||||
prebuild=cp -fR $$tranquisdirpicker$$/app ../tranquvis.directorypicker
|
|
||||||
|
|
||||||
Build:1.2.0,120
|
|
||||||
commit=a401cae945840a51f4a23b3239d65452fae27f55
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=tranquisdirpicker@c2e29f8d0d88376f5e26b9ab8cc4b475e6664bf1
|
|
||||||
rm=tranquvis.directorypicker
|
|
||||||
prebuild=cp -fR $$tranquisdirpicker$$/app ../tranquvis.directorypicker
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.3.0
|
|
||||||
Current Version Code:130
|
|
99
metadata/tranquvis.simplesmsremote.yml
Normal file
99
metadata/tranquvis.simplesmsremote.yml
Normal file
|
@ -0,0 +1,99 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
- Phone & SMS
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/tranquvis/SimpleSmsRemote
|
||||||
|
IssueTracker: https://github.com/tranquvis/SimpleSmsRemote/issues
|
||||||
|
Changelog: https://github.com/tranquvis/SimpleSmsRemote/releases
|
||||||
|
|
||||||
|
AutoName: Simple sms remote
|
||||||
|
Summary: Control your device by sending text messages
|
||||||
|
Description: |-
|
||||||
|
Remotely control a phone through sms messages. Install the app on the device,
|
||||||
|
which should be controlled, and send control commands from any messenger to it.
|
||||||
|
|
||||||
|
Features
|
||||||
|
|
||||||
|
* specify which modules are accessible and which phones are granted
|
||||||
|
* start sms receiver after boot
|
||||||
|
* send multiple commands with one message
|
||||||
|
* reply to sender phone with result message
|
||||||
|
* show permanent notification with receiver status
|
||||||
|
* view log of sms receiver
|
||||||
|
|
||||||
|
Modules
|
||||||
|
|
||||||
|
* Hotspot: enable, disable, check if enabled
|
||||||
|
* Wifi: enable, disable, check if enabled
|
||||||
|
* Bluetooth: enable, disable, check if enabled
|
||||||
|
* Mobile Data Connection: enable, disable, check if enabled
|
||||||
|
* Battery: get level, check if battery is charging
|
||||||
|
* Location: get current device coordinates
|
||||||
|
* Audio Volume: set and get volume of all audio types (ringtone, music, ...)
|
||||||
|
* Display: set and get brightness, set and get display off timeout, turn display off
|
||||||
|
* Camera: take photo with default settings or custom options (flash, autofocus and more)
|
||||||
|
|
||||||
|
Security
|
||||||
|
|
||||||
|
Granted phones are required to be set for each module, so not everyone can
|
||||||
|
control the device. However, if someone fakes his phone number he is able to use
|
||||||
|
all enabled modules. (Note that this might be a complicated and illegal
|
||||||
|
procedure. Moreover also common antitheft apps like avast trust the sender's
|
||||||
|
phone number.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/tranquvis/SimpleSmsRemote
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.0
|
||||||
|
versionCode: 100
|
||||||
|
commit: efb73dce8381a9965ecdcd4a5bfe5b9674a19ce1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- tranquisdirpicker@c2e29f8d0d88376f5e26b9ab8cc4b475e6664bf1
|
||||||
|
rm:
|
||||||
|
- tranquvis.directorypicker
|
||||||
|
prebuild: cp -fR $$tranquisdirpicker$$/app ../tranquvis.directorypicker
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 110
|
||||||
|
commit: e5f0a8c6df54898bce15f776480b49d0461df70c
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- tranquisdirpicker@c2e29f8d0d88376f5e26b9ab8cc4b475e6664bf1
|
||||||
|
rm:
|
||||||
|
- tranquvis.directorypicker
|
||||||
|
prebuild: cp -fR $$tranquisdirpicker$$/app ../tranquvis.directorypicker
|
||||||
|
|
||||||
|
- versionName: 1.1.1
|
||||||
|
versionCode: 111
|
||||||
|
commit: 442548564839ed1af922ba8a77b47438bf7d2daf
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- tranquisdirpicker@c2e29f8d0d88376f5e26b9ab8cc4b475e6664bf1
|
||||||
|
rm:
|
||||||
|
- tranquvis.directorypicker
|
||||||
|
prebuild: cp -fR $$tranquisdirpicker$$/app ../tranquvis.directorypicker
|
||||||
|
|
||||||
|
- versionName: 1.2.0
|
||||||
|
versionCode: 120
|
||||||
|
commit: a401cae945840a51f4a23b3239d65452fae27f55
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- tranquisdirpicker@c2e29f8d0d88376f5e26b9ab8cc4b475e6664bf1
|
||||||
|
rm:
|
||||||
|
- tranquvis.directorypicker
|
||||||
|
prebuild: cp -fR $$tranquisdirpicker$$/app ../tranquvis.directorypicker
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: 1.3.0
|
||||||
|
CurrentVersionCode: 130
|
|
@ -1,67 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:MIT
|
|
||||||
Web Site:http://trikita.co/
|
|
||||||
Source Code:https://github.com/trikita/obsqr
|
|
||||||
Issue Tracker:https://github.com/trikita/obsqr/issues
|
|
||||||
|
|
||||||
Auto Name:Obsqr
|
|
||||||
Summary:Scan QR codes
|
|
||||||
Description:
|
|
||||||
Fast and simple QR code scanner that uses the zbar library. Minimalistic design
|
|
||||||
allows you to access QR content with a single tap.
|
|
||||||
|
|
||||||
'''N.B''' QR codes only, not other kinds of barcodes.
|
|
||||||
|
|
||||||
QR types that can be decoded by Obsqr:
|
|
||||||
|
|
||||||
* URLs
|
|
||||||
* phone numbers
|
|
||||||
* SMS
|
|
||||||
* geolocations
|
|
||||||
* emails
|
|
||||||
* contact information
|
|
||||||
* applications on Play Store
|
|
||||||
* WiFi configuration
|
|
||||||
* plain text
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/trikita/obsqr
|
|
||||||
|
|
||||||
Build:2.4,9
|
|
||||||
commit=071341595ce3
|
|
||||||
prebuild=bash fetch-zbar.sh
|
|
||||||
target=android-15
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:2.5,10
|
|
||||||
commit=4c6ad70039ba
|
|
||||||
prebuild=bash fetch-zbar.sh
|
|
||||||
target=android-16
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:2.6,11
|
|
||||||
commit=0b81963
|
|
||||||
prebuild=bash fetch-zbar.sh
|
|
||||||
target=android-19
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Build:2.7,13
|
|
||||||
commit=2d2886a
|
|
||||||
gradle=fat
|
|
||||||
prebuild=sed -i -e 's/buildTypes.release.signingConfig/android.buildTypes.release.signingConfig/g' build.gradle
|
|
||||||
|
|
||||||
Build:3.0,16
|
|
||||||
commit=3.0
|
|
||||||
gradle=zbar
|
|
||||||
prebuild=sed -i -e '/play-services/d' build.gradle
|
|
||||||
scandelete=src/zbar/jniLibs
|
|
||||||
build=pushd libzbar && \
|
|
||||||
NDK_PROJECT_PATH=$(pwd) ndk-build && \
|
|
||||||
cp -rv libs/* ../src/zbar/jniLibs/ && \
|
|
||||||
popd
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:3.0
|
|
||||||
Current Version Code:16
|
|
81
metadata/trikita.obsqr.yml
Normal file
81
metadata/trikita.obsqr.yml
Normal file
|
@ -0,0 +1,81 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: MIT
|
||||||
|
WebSite: http://trikita.co/
|
||||||
|
SourceCode: https://github.com/trikita/obsqr
|
||||||
|
IssueTracker: https://github.com/trikita/obsqr/issues
|
||||||
|
|
||||||
|
AutoName: Obsqr
|
||||||
|
Summary: Scan QR codes
|
||||||
|
Description: |-
|
||||||
|
Fast and simple QR code scanner that uses the zbar library. Minimalistic design
|
||||||
|
allows you to access QR content with a single tap.
|
||||||
|
|
||||||
|
'''N.B''' QR codes only, not other kinds of barcodes.
|
||||||
|
|
||||||
|
QR types that can be decoded by Obsqr:
|
||||||
|
|
||||||
|
* URLs
|
||||||
|
* phone numbers
|
||||||
|
* SMS
|
||||||
|
* geolocations
|
||||||
|
* emails
|
||||||
|
* contact information
|
||||||
|
* applications on Play Store
|
||||||
|
* WiFi configuration
|
||||||
|
* plain text
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/trikita/obsqr
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '2.4'
|
||||||
|
versionCode: 9
|
||||||
|
commit: 071341595ce3
|
||||||
|
prebuild: bash fetch-zbar.sh
|
||||||
|
target: android-15
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '2.5'
|
||||||
|
versionCode: 10
|
||||||
|
commit: 4c6ad70039ba
|
||||||
|
prebuild: bash fetch-zbar.sh
|
||||||
|
target: android-16
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '2.6'
|
||||||
|
versionCode: 11
|
||||||
|
commit: 0b81963
|
||||||
|
prebuild: bash fetch-zbar.sh
|
||||||
|
target: android-19
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '2.7'
|
||||||
|
versionCode: 13
|
||||||
|
commit: 2d2886a
|
||||||
|
gradle:
|
||||||
|
- fat
|
||||||
|
prebuild: sed -i -e 's/buildTypes.release.signingConfig/android.buildTypes.release.signingConfig/g'
|
||||||
|
build.gradle
|
||||||
|
|
||||||
|
- versionName: '3.0'
|
||||||
|
versionCode: 16
|
||||||
|
commit: '3.0'
|
||||||
|
gradle:
|
||||||
|
- zbar
|
||||||
|
prebuild: sed -i -e '/play-services/d' build.gradle
|
||||||
|
scandelete:
|
||||||
|
- src/zbar/jniLibs
|
||||||
|
build:
|
||||||
|
- pushd libzbar
|
||||||
|
- NDK_PROJECT_PATH=$(pwd) ndk-build
|
||||||
|
- cp -rv libs/* ../src/zbar/jniLibs/
|
||||||
|
- popd
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '3.0'
|
||||||
|
CurrentVersionCode: 16
|
|
@ -1,44 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/trikita/slide
|
|
||||||
Issue Tracker:https://github.com/trikita/slide/issues
|
|
||||||
|
|
||||||
Auto Name:Slide
|
|
||||||
Summary:Minimal presentation tool, perfect for using Takahashi method
|
|
||||||
Description:
|
|
||||||
Unlike a typical presentation, only a few words are printed on each slide using
|
|
||||||
very large characters. To make up for this, a presenter will use many more
|
|
||||||
slides than in a traditional presentation, each slide being shown for a much
|
|
||||||
shorter duration.
|
|
||||||
|
|
||||||
The slides use plain text in a visual manner, to help the audience quickly read
|
|
||||||
and understand the material. It's said to be helpful with Japanese and other
|
|
||||||
eastern languages which use non-Latin alphabets.
|
|
||||||
|
|
||||||
The method is designed for the people who are not good at presentations and who
|
|
||||||
are quite nervous about the idea of presenting. This method helps the presenter
|
|
||||||
to get organized during the talk and keeps the presenter on track while
|
|
||||||
presenting. The method provides clear visual support for the audience and helps
|
|
||||||
make the content more memorable.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/trikita/slide
|
|
||||||
|
|
||||||
Build:1.1,2
|
|
||||||
commit=1.1
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.2,3
|
|
||||||
commit=1.2
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3,4
|
|
||||||
commit=1.3
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.3
|
|
||||||
Current Version Code:4
|
|
50
metadata/trikita.slide.yml
Normal file
50
metadata/trikita.slide.yml
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/trikita/slide
|
||||||
|
IssueTracker: https://github.com/trikita/slide/issues
|
||||||
|
|
||||||
|
AutoName: Slide
|
||||||
|
Summary: Minimal presentation tool, perfect for using Takahashi method
|
||||||
|
Description: |-
|
||||||
|
Unlike a typical presentation, only a few words are printed on each slide using
|
||||||
|
very large characters. To make up for this, a presenter will use many more
|
||||||
|
slides than in a traditional presentation, each slide being shown for a much
|
||||||
|
shorter duration.
|
||||||
|
|
||||||
|
The slides use plain text in a visual manner, to help the audience quickly read
|
||||||
|
and understand the material. It's said to be helpful with Japanese and other
|
||||||
|
eastern languages which use non-Latin alphabets.
|
||||||
|
|
||||||
|
The method is designed for the people who are not good at presentations and who
|
||||||
|
are quite nervous about the idea of presenting. This method helps the presenter
|
||||||
|
to get organized during the talk and keeps the presenter on track while
|
||||||
|
presenting. The method provides clear visual support for the audience and helps
|
||||||
|
make the content more memorable.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/trikita/slide
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 2
|
||||||
|
commit: '1.1'
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 3
|
||||||
|
commit: '1.2'
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.3'
|
||||||
|
versionCode: 4
|
||||||
|
commit: '1.3'
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.3'
|
||||||
|
CurrentVersionCode: 4
|
|
@ -1,44 +0,0 @@
|
||||||
Categories:Time
|
|
||||||
License:MIT
|
|
||||||
Web Site:http://trikita.co
|
|
||||||
Source Code:https://github.com/trikita/talalarmo
|
|
||||||
Issue Tracker:https://github.com/trikita/talalarmo/issues
|
|
||||||
|
|
||||||
Auto Name:Talalarmo
|
|
||||||
Summary:Minimal, simple and beautiful alarm clock
|
|
||||||
Description:
|
|
||||||
Minimal, simple and beautiful alarm clock thoughtfully designed by nap
|
|
||||||
enthusiasts. It does only one function but does it well. Only one alarm time is
|
|
||||||
supported and it's recurring daily. Setting the new alarm time takes less than a
|
|
||||||
second. To dismiss the alarm you can touch the screen anywhere which is handy if
|
|
||||||
you are still sleepy and have barely opened your eyes. There is no snooze mode
|
|
||||||
because you should be honest to yourself: if it's time to wake up - go ahead!
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/trikita/talalarmo
|
|
||||||
|
|
||||||
Build:3.5,15
|
|
||||||
commit=3.5
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.6,16
|
|
||||||
commit=3.6
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.7,17
|
|
||||||
commit=3.7
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.8,18
|
|
||||||
commit=3.8
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.9,19
|
|
||||||
commit=3.9
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:3.9
|
|
||||||
Current Version Code:19
|
|
55
metadata/trikita.talalarmo.yml
Normal file
55
metadata/trikita.talalarmo.yml
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
Categories:
|
||||||
|
- Time
|
||||||
|
License: MIT
|
||||||
|
WebSite: http://trikita.co
|
||||||
|
SourceCode: https://github.com/trikita/talalarmo
|
||||||
|
IssueTracker: https://github.com/trikita/talalarmo/issues
|
||||||
|
|
||||||
|
AutoName: Talalarmo
|
||||||
|
Summary: Minimal, simple and beautiful alarm clock
|
||||||
|
Description: |-
|
||||||
|
Minimal, simple and beautiful alarm clock thoughtfully designed by nap
|
||||||
|
enthusiasts. It does only one function but does it well. Only one alarm time is
|
||||||
|
supported and it's recurring daily. Setting the new alarm time takes less than a
|
||||||
|
second. To dismiss the alarm you can touch the screen anywhere which is handy if
|
||||||
|
you are still sleepy and have barely opened your eyes. There is no snooze mode
|
||||||
|
because you should be honest to yourself: if it's time to wake up - go ahead!
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/trikita/talalarmo
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '3.5'
|
||||||
|
versionCode: 15
|
||||||
|
commit: '3.5'
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '3.6'
|
||||||
|
versionCode: 16
|
||||||
|
commit: '3.6'
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '3.7'
|
||||||
|
versionCode: 17
|
||||||
|
commit: '3.7'
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '3.8'
|
||||||
|
versionCode: 18
|
||||||
|
commit: '3.8'
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '3.9'
|
||||||
|
versionCode: 19
|
||||||
|
commit: '3.9'
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '3.9'
|
||||||
|
CurrentVersionCode: 19
|
|
@ -1,23 +0,0 @@
|
||||||
Categories:Theming
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://code.google.com/p/slw-battery-widget
|
|
||||||
Source Code:https://code.google.com/p/slw-battery-widget/source
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:SLW Traffic Meter Widget
|
|
||||||
Summary:Simple internet traffic widget
|
|
||||||
Description:
|
|
||||||
Phone my need to reboot before widget becomes available
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git-svn
|
|
||||||
Repo:https://slw-battery-widget.googlecode.com/svn/SLWTrafficMeterWidget
|
|
||||||
|
|
||||||
Build:1.1,2
|
|
||||||
commit=69
|
|
||||||
target=android-10
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:1.1
|
|
||||||
Current Version Code:2
|
|
20
metadata/tritop.android.SLWTrafficMeterWidget.yml
Normal file
20
metadata/tritop.android.SLWTrafficMeterWidget.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
Categories:
|
||||||
|
- Theming
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://code.google.com/p/slw-battery-widget
|
||||||
|
SourceCode: https://code.google.com/p/slw-battery-widget/source
|
||||||
|
|
||||||
|
AutoName: SLW Traffic Meter Widget
|
||||||
|
Summary: Simple internet traffic widget
|
||||||
|
Description: Phone my need to reboot before widget becomes available
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 2
|
||||||
|
commit: '69'
|
||||||
|
target: android-10
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: '1.1'
|
||||||
|
CurrentVersionCode: 2
|
|
@ -1,27 +0,0 @@
|
||||||
Disabled:Superseeded by com.tritop.androsense2 from the same upstream
|
|
||||||
Categories:Connectivity
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://code.google.com/p/androsens
|
|
||||||
Source Code:https://code.google.com/p/androsens/source
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:Androsens
|
|
||||||
Summary:Read data from sensors
|
|
||||||
Description:
|
|
||||||
Find submerged submarines or dig yourself out of avalanches by consulting your
|
|
||||||
phone; modern smartphones are equipped with a wide variety of sensors and this
|
|
||||||
application displays on a graph what those sensors are reading. If you're not
|
|
||||||
sure if the sensors on your smartphone are working you can use this app to find
|
|
||||||
out.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git-svn
|
|
||||||
Repo:https://androsens.googlecode.com/svn
|
|
||||||
|
|
||||||
Build:1.2,2
|
|
||||||
commit=33
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:1.2
|
|
||||||
Current Version Code:2
|
|
|
@ -1,22 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://code.google.com/p/slw-battery-widget
|
|
||||||
Source Code:https://code.google.com/p/slw-battery-widget/source
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:SLW Cpu Widget
|
|
||||||
Summary:Simple CPU widget
|
|
||||||
Description:
|
|
||||||
Phone may need to be rebooted on android 4+ for the widget to be available
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git-svn
|
|
||||||
Repo:https://slw-battery-widget.googlecode.com/svn/SLWCpuWidget
|
|
||||||
|
|
||||||
Build:1.5,6
|
|
||||||
commit=78
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:1.5
|
|
||||||
Current Version Code:6
|
|
19
metadata/tritop.androidSLWCpuWidget.yml
Normal file
19
metadata/tritop.androidSLWCpuWidget.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://code.google.com/p/slw-battery-widget
|
||||||
|
SourceCode: https://code.google.com/p/slw-battery-widget/source
|
||||||
|
|
||||||
|
AutoName: SLW Cpu Widget
|
||||||
|
Summary: Simple CPU widget
|
||||||
|
Description: Phone may need to be rebooted on android 4+ for the widget to be available
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.5'
|
||||||
|
versionCode: 6
|
||||||
|
commit: '78'
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: '1.5'
|
||||||
|
CurrentVersionCode: 6
|
|
@ -1,31 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/TobiasSchwirten/tuiodroid
|
|
||||||
Issue Tracker:https://github.com/TobiasSchwirten/tuiodroid/issues
|
|
||||||
Changelog:https://raw.githubusercontent.com/TobiasSchwirten/tuiodroid/HEAD/TUIOdroid/changelog.txt
|
|
||||||
|
|
||||||
Auto Name:TUIOdroid
|
|
||||||
Summary:Send multitouch events
|
|
||||||
Description:
|
|
||||||
A TUIO tracker which allows multi-touch control input, which is sent to a remote
|
|
||||||
address using the TUIO protocol.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/TobiasSchwirten/tuiodroid
|
|
||||||
|
|
||||||
Build:1.0,4
|
|
||||||
commit=cf8e16ce1379a0c8f7deda
|
|
||||||
subdir=TUIOdroid
|
|
||||||
target=android-11
|
|
||||||
|
|
||||||
Build:1.1,5
|
|
||||||
commit=3fd737ab2eae0ff73
|
|
||||||
subdir=TUIOdroid
|
|
||||||
forcevercode=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:1.1
|
|
||||||
Current Version Code:5
|
|
33
metadata/tuioDroid.impl.yml
Normal file
33
metadata/tuioDroid.impl.yml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/TobiasSchwirten/tuiodroid
|
||||||
|
IssueTracker: https://github.com/TobiasSchwirten/tuiodroid/issues
|
||||||
|
Changelog: https://raw.githubusercontent.com/TobiasSchwirten/tuiodroid/HEAD/TUIOdroid/changelog.txt
|
||||||
|
|
||||||
|
AutoName: TUIOdroid
|
||||||
|
Summary: Send multitouch events
|
||||||
|
Description: |-
|
||||||
|
A TUIO tracker which allows multi-touch control input, which is sent to a remote
|
||||||
|
address using the TUIO protocol.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/TobiasSchwirten/tuiodroid
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 4
|
||||||
|
commit: cf8e16ce1379a0c8f7deda
|
||||||
|
subdir: TUIOdroid
|
||||||
|
target: android-11
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 5
|
||||||
|
commit: 3fd737ab2eae0ff73
|
||||||
|
subdir: TUIOdroid
|
||||||
|
forcevercode: true
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '1.1'
|
||||||
|
CurrentVersionCode: 5
|
|
@ -1,30 +0,0 @@
|
||||||
Categories:Connectivity
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://code.google.com/p/android-bluetooth-touchpad
|
|
||||||
Source Code:https://code.google.com/p/android-bluetooth-touchpad/source
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Name:Bluetooth Touchpad
|
|
||||||
Auto Name:Bluetooth Tochpad
|
|
||||||
Summary:Use smartphone/tablet as Bluetooth mouse
|
|
||||||
Description:
|
|
||||||
Use your smartphone as a Bluetooth mouse or touchpad.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git-svn
|
|
||||||
Repo:https://android-bluetooth-touchpad.googlecode.com/svn/trunk/
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
disable=binaries, bluetooth header and source missing
|
|
||||||
commit=83
|
|
||||||
subdir= android-bluetooth-touchpad/BTTouchpad
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Missing bluetooth.h and bluetooth.c files. Also includes binaries.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:1
|
|
|
@ -1,64 +0,0 @@
|
||||||
AntiFeatures:UpstreamNonFree
|
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://eliotstocker.github.io/Light-Controller/
|
|
||||||
Source Code:https://github.com/eliotstocker/Light-Controller
|
|
||||||
Issue Tracker:https://github.com/eliotstocker/Light-Controller/issues
|
|
||||||
Changelog:https://github.com/eliotstocker/Light-Controller/blob/HEAD/changelog.md
|
|
||||||
|
|
||||||
Auto Name:Light controller
|
|
||||||
Summary:Control WiFi light bulbs
|
|
||||||
Description:
|
|
||||||
Control LED bulbs from following manufacturers:
|
|
||||||
|
|
||||||
* AppLamp
|
|
||||||
* EasyBulb
|
|
||||||
* Limitless LED
|
|
||||||
* MiLight
|
|
||||||
* ilux
|
|
||||||
|
|
||||||
The widget gives you easy access to switch each zone on and off as well as
|
|
||||||
global control. Also included is easy access to the main application for more
|
|
||||||
advanced control.
|
|
||||||
|
|
||||||
There are a number of configurable modes. Light listening mode will attempt to
|
|
||||||
detect the beat of the music playing and pulse different colors to the music,
|
|
||||||
candle mode to emulate the flickering of a candle, along with the built in disco
|
|
||||||
modes.
|
|
||||||
|
|
||||||
You will need the Wifi Controller box to access these lights from the
|
|
||||||
application. If the application doesn't work out of the box, you may need to
|
|
||||||
setup the IP address of your controller box, by default the application will
|
|
||||||
attempt to broadcast to the whole network, this does not work in all setups.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/eliotstocker/Light-Controller
|
|
||||||
|
|
||||||
Build:1.6.1,161
|
|
||||||
commit=v.1.6.1
|
|
||||||
subdir=LC1
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.7.0,1703
|
|
||||||
disable=play-services (wear)
|
|
||||||
commit=v1.7.0b
|
|
||||||
subdir=LC1
|
|
||||||
gradle=yes
|
|
||||||
rm=wear
|
|
||||||
prebuild=sed -i -e '/play-services/d' -e '/wearApp/d' build.gradle && \
|
|
||||||
sed -i -e '/wear/d' ../settings.gradle
|
|
||||||
|
|
||||||
Build:1.8.0 Beta 3,1714
|
|
||||||
disable=play-services, see https://github.com/eliotstocker/Light-Controller/issues/38
|
|
||||||
commit=d5b8101a9bef7ff1c45f71c05b316682cae51ac5
|
|
||||||
subdir=LC1
|
|
||||||
gradle=yes
|
|
||||||
rm=wear
|
|
||||||
prebuild=sed -i -e '/play-services/d' -e '/wearApp/d' build.gradle && \
|
|
||||||
sed -i -e '/wear/d' ../settings.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.8.0 Beta 3
|
|
||||||
Current Version Code:1714
|
|
76
metadata/tv.piratemedia.lightcontroler.yml
Normal file
76
metadata/tv.piratemedia.lightcontroler.yml
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://eliotstocker.github.io/Light-Controller/
|
||||||
|
SourceCode: https://github.com/eliotstocker/Light-Controller
|
||||||
|
IssueTracker: https://github.com/eliotstocker/Light-Controller/issues
|
||||||
|
Changelog: https://github.com/eliotstocker/Light-Controller/blob/HEAD/changelog.md
|
||||||
|
|
||||||
|
AutoName: Light controller
|
||||||
|
Summary: Control WiFi light bulbs
|
||||||
|
Description: |-
|
||||||
|
Control LED bulbs from following manufacturers:
|
||||||
|
|
||||||
|
* AppLamp
|
||||||
|
* EasyBulb
|
||||||
|
* Limitless LED
|
||||||
|
* MiLight
|
||||||
|
* ilux
|
||||||
|
|
||||||
|
The widget gives you easy access to switch each zone on and off as well as
|
||||||
|
global control. Also included is easy access to the main application for more
|
||||||
|
advanced control.
|
||||||
|
|
||||||
|
There are a number of configurable modes. Light listening mode will attempt to
|
||||||
|
detect the beat of the music playing and pulse different colors to the music,
|
||||||
|
candle mode to emulate the flickering of a candle, along with the built in disco
|
||||||
|
modes.
|
||||||
|
|
||||||
|
You will need the Wifi Controller box to access these lights from the
|
||||||
|
application. If the application doesn't work out of the box, you may need to
|
||||||
|
setup the IP address of your controller box, by default the application will
|
||||||
|
attempt to broadcast to the whole network, this does not work in all setups.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/eliotstocker/Light-Controller
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.6.1
|
||||||
|
versionCode: 161
|
||||||
|
commit: v.1.6.1
|
||||||
|
subdir: LC1
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.7.0
|
||||||
|
versionCode: 1703
|
||||||
|
disable: play-services (wear)
|
||||||
|
commit: v1.7.0b
|
||||||
|
subdir: LC1
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- wear
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/play-services/d' -e '/wearApp/d' build.gradle
|
||||||
|
- sed -i -e '/wear/d' ../settings.gradle
|
||||||
|
|
||||||
|
- versionName: 1.8.0 Beta 3
|
||||||
|
versionCode: 1714
|
||||||
|
disable: play-services, see https://github.com/eliotstocker/Light-Controller/issues/38
|
||||||
|
commit: d5b8101a9bef7ff1c45f71c05b316682cae51ac5
|
||||||
|
subdir: LC1
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- wear
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/play-services/d' -e '/wearApp/d' build.gradle
|
||||||
|
- sed -i -e '/wear/d' ../settings.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.8.0 Beta 3
|
||||||
|
CurrentVersionCode: 1714
|
|
@ -1,24 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/Palatis/danbooru-gallery-android
|
|
||||||
Issue Tracker:https://github.com/Palatis/danbooru-gallery-android/issues
|
|
||||||
|
|
||||||
Summary:Danbooru-style imageboard client
|
|
||||||
Description:
|
|
||||||
Danbooru Gallery is an Android application that allows you to browse danbooru
|
|
||||||
style image-boards from your mobile phone or tablet.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/Palatis/danbooru-gallery-android.git
|
|
||||||
|
|
||||||
Build:v0.7.0.20140207,20140207
|
|
||||||
disable=can't find referenced method 'long getContentLengthLong()' in program class com.squareup.okhttp.internal.http.HttpsURLConnectionImpl$HttpUrlConnectionDelegate
|
|
||||||
commit=v0.7.0.20130207
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:v0.7.0.20140207
|
|
||||||
Current Version Code:20140207
|
|
|
@ -1,41 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:https://airunlock.qtlin.tw
|
|
||||||
Source Code:https://github.com/pinetum/AirUnlock-for-Android
|
|
||||||
Issue Tracker:https://github.com/pinetum/AirUnlock-for-Android/issues
|
|
||||||
Changelog:https://github.com/pinetum/AirUnlock-for-Android/releases
|
|
||||||
|
|
||||||
Auto Name:AirUnlock
|
|
||||||
Summary:Controlling Mac lock state
|
|
||||||
Description:
|
|
||||||
Using android phone to establish a connection with your Mac via Bluetooth
|
|
||||||
low-energy(BLE), controlling Mac lock state (Lock or Unlock).
|
|
||||||
|
|
||||||
Features:
|
|
||||||
|
|
||||||
* Store the password in Mac system keychain.
|
|
||||||
* Send the UUID for lock/unlock Macbook.(other people can't control your mac)
|
|
||||||
* Without any internet access.
|
|
||||||
* Authorization with fingerprint.
|
|
||||||
* Wake and unlock when mac is sleeping.(can not work when first boot-up and manually lock by clicking your name on the status bar, and then clicking 'Login Window....')
|
|
||||||
* Unlock when you resume Mac bypressing a key.
|
|
||||||
* Unlock when you manually lock mac with clicking "lock screen" by keychain access in status bar.(Choose Keychain Access > Preferences, then click General.
|
|
||||||
* Select Show keychain status in menu bar.)
|
|
||||||
|
|
||||||
[https://github.com/pinetum/AirUnlock-for-Mac/blob/master/README.md AirUnlock
|
|
||||||
Mac App Download]
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/pinetum/AirUnlock-for-Android
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=1.0
|
|
||||||
subdir=Application
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:1
|
|
44
metadata/tw.qtlin.mac.airunlocker.yml
Normal file
44
metadata/tw.qtlin.mac.airunlocker.yml
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: https://airunlock.qtlin.tw
|
||||||
|
SourceCode: https://github.com/pinetum/AirUnlock-for-Android
|
||||||
|
IssueTracker: https://github.com/pinetum/AirUnlock-for-Android/issues
|
||||||
|
Changelog: https://github.com/pinetum/AirUnlock-for-Android/releases
|
||||||
|
|
||||||
|
AutoName: AirUnlock
|
||||||
|
Summary: Controlling Mac lock state
|
||||||
|
Description: |-
|
||||||
|
Using android phone to establish a connection with your Mac via Bluetooth
|
||||||
|
low-energy(BLE), controlling Mac lock state (Lock or Unlock).
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* Store the password in Mac system keychain.
|
||||||
|
* Send the UUID for lock/unlock Macbook.(other people can't control your mac)
|
||||||
|
* Without any internet access.
|
||||||
|
* Authorization with fingerprint.
|
||||||
|
* Wake and unlock when mac is sleeping.(can not work when first boot-up and manually lock by clicking your name on the status bar, and then clicking 'Login Window....')
|
||||||
|
* Unlock when you resume Mac bypressing a key.
|
||||||
|
* Unlock when you manually lock mac with clicking "lock screen" by keychain access in status bar.(Choose Keychain Access > Preferences, then click General.
|
||||||
|
* Select Show keychain status in menu bar.)
|
||||||
|
|
||||||
|
[https://github.com/pinetum/AirUnlock-for-Mac/blob/master/README.md AirUnlock
|
||||||
|
Mac App Download]
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/pinetum/AirUnlock-for-Android
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: '1.0'
|
||||||
|
subdir: Application
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
|
@ -1,26 +0,0 @@
|
||||||
AntiFeatures:NonFreeNet
|
|
||||||
Categories:Internet
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/SubhamTyagi/dork-explore
|
|
||||||
Issue Tracker:https://github.com/SubhamTyagi/dork-explore/issues
|
|
||||||
|
|
||||||
Auto Name:Custom Search
|
|
||||||
Summary:A Simple Query Search on Google using Dorking
|
|
||||||
Description:
|
|
||||||
This app uses a simple Google dorking to search on Google for exact result of
|
|
||||||
search.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/SubhamTyagi/dork-explore.git
|
|
||||||
|
|
||||||
Build:0.1,1
|
|
||||||
commit=0.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.1
|
|
||||||
Current Version Code:1
|
|
29
metadata/tyagi.shubham.customsearch.yml
Normal file
29
metadata/tyagi.shubham.customsearch.yml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeNet
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/SubhamTyagi/dork-explore
|
||||||
|
IssueTracker: https://github.com/SubhamTyagi/dork-explore/issues
|
||||||
|
|
||||||
|
AutoName: Custom Search
|
||||||
|
Summary: A Simple Query Search on Google using Dorking
|
||||||
|
Description: |-
|
||||||
|
This app uses a simple Google dorking to search on Google for exact result of
|
||||||
|
search.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/SubhamTyagi/dork-explore.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.1'
|
||||||
|
versionCode: 1
|
||||||
|
commit: '0.1'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '0.1'
|
||||||
|
CurrentVersionCode: 1
|
Loading…
Reference in a new issue