Metadata YAML conversion
This commit is contained in:
parent
6391dcf17c
commit
a1213dda85
|
@ -1,43 +0,0 @@
|
||||||
Categories:Reading,Science & Education,Internet
|
|
||||||
License:MIT
|
|
||||||
Web Site:http://evergreenwishlist.thehoick.com/
|
|
||||||
Source Code:https://github.com/asommer70/evergreen-wishlist
|
|
||||||
Issue Tracker:https://github.com/asommer70/evergreen-wishlist/issues
|
|
||||||
|
|
||||||
Auto Name:Evergreen Wishlist
|
|
||||||
Summary:Lookup books on Amazon wishlists at local library
|
|
||||||
Description:
|
|
||||||
Evergreen Wishlist allows you to lookup books on your Amazon Wish List at your
|
|
||||||
local library. Well there is a catch or two. Your library needs to use the
|
|
||||||
Evergreen ILS system for their catalog. The other catch is that at this time
|
|
||||||
Evergreen Wishlist can only lookup the first (or most recent) fifteen books
|
|
||||||
added to your list.
|
|
||||||
|
|
||||||
The 15 book limit is due to how Amazon's site works, and that may change in the
|
|
||||||
future. Software usually gets better over time right?
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/asommer70/evergreen-wishlist.git
|
|
||||||
|
|
||||||
Build:0.0.1,18
|
|
||||||
commit=a241e6e4ab914365087d466fe22893cd7b078ff7
|
|
||||||
subdir=platforms/android
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/wrapper/,+2d' -e '/apply plugin/s/android/com.android.application/g' -e '/gradle.gradleVersion/idependencies {\n classpath "com.android.tools.build:gradle:1.0.0+"\n}\n' build.gradle && \
|
|
||||||
sed -i -e '/gradle.gradleVersion/,+16d' build.gradle
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Version code is from the manifest. 0 appended at the end and 8 added to it.
|
|
||||||
|
|
||||||
privateHelpers.extractIntFromManifest("versionCode") + "0"
|
|
||||||
defaultConfig.versionCode += 8
|
|
||||||
|
|
||||||
Set UCM to Tags once the next release is tagged properly.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Vercode Operation:%c*10 + 8
|
|
||||||
Current Version:0.0.1
|
|
||||||
Current Version Code:18
|
|
47
metadata/com.thehoick.evergreenwishlist.yml
Normal file
47
metadata/com.thehoick.evergreenwishlist.yml
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
Categories:
|
||||||
|
- Reading
|
||||||
|
- Science & Education
|
||||||
|
- Internet
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/asommer70/evergreen-wishlist
|
||||||
|
|
||||||
|
AutoName: Evergreen Wishlist
|
||||||
|
Summary: Lookup books on Amazon wishlists at local library
|
||||||
|
Description: |-
|
||||||
|
Evergreen Wishlist allows you to lookup books on your Amazon Wish List at your
|
||||||
|
local library. Well there is a catch or two. Your library needs to use the
|
||||||
|
Evergreen ILS system for their catalog. The other catch is that at this time
|
||||||
|
Evergreen Wishlist can only lookup the first (or most recent) fifteen books
|
||||||
|
added to your list.
|
||||||
|
|
||||||
|
The 15 book limit is due to how Amazon’s site works, and that may change in the
|
||||||
|
future. Software usually gets better over time right?
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.0.1
|
||||||
|
versionCode: 18
|
||||||
|
commit: a241e6e4ab914365087d466fe22893cd7b078ff7
|
||||||
|
subdir: platforms/android
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/wrapper/,+2d' -e '/apply plugin/s/android/com.android.application/g'
|
||||||
|
-e '/gradle.gradleVersion/idependencies {\n classpath "com.android.tools.build:gradle:1.0.0+"\n}\n'
|
||||||
|
build.gradle
|
||||||
|
- sed -i -e '/gradle.gradleVersion/,+16d' build.gradle
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
Version code is from the manifest. 0 appended at the end and 8 added to it.
|
||||||
|
|
||||||
|
privateHelpers.extractIntFromManifest("versionCode") + "0"
|
||||||
|
defaultConfig.versionCode += 8
|
||||||
|
|
||||||
|
Set UCM to Tags once the next release is tagged properly.
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
VercodeOperation: '%c*10 + 8'
|
||||||
|
CurrentVersion: 0.0.1
|
||||||
|
CurrentVersionCode: 18
|
||||||
|
|
||||||
|
NoSourceSince: 0.0.1
|
|
@ -1,38 +0,0 @@
|
||||||
Categories:Connectivity
|
|
||||||
License:MIT
|
|
||||||
Web Site:https://github.com/theksmith/CarBusInterface/wiki
|
|
||||||
Source Code:https://github.com/theksmith/CarBusInterface
|
|
||||||
Issue Tracker:https://github.com/theksmith/CarBusInterface/issues
|
|
||||||
Changelog:https://github.com/theksmith/CarBusInterface/blob/HEAD/CHANGELOG.md
|
|
||||||
|
|
||||||
Auto Name:Car Bus Interface
|
|
||||||
Summary:Connect to car computers via Bluetooth
|
|
||||||
Description:
|
|
||||||
Interface with a vehicle's communication bus via Bluetooth OBD2 dongle (ELM327
|
|
||||||
compatible). It allows the Android device to respond to specific bus messages,
|
|
||||||
such as those occurring when the user presses physical buttons inside the
|
|
||||||
vehicle.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/theksmith/CarBusInterface
|
|
||||||
|
|
||||||
Build:0.8,1
|
|
||||||
commit=v0.8
|
|
||||||
subdir=Android Studio Project/app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.9,90
|
|
||||||
commit=v0.9
|
|
||||||
subdir=Android Studio Project/app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0,100
|
|
||||||
commit=v1.0
|
|
||||||
subdir=Android Studio Project/app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:100
|
|
45
metadata/com.theksmith.android.car_bus_interface.yml
Normal file
45
metadata/com.theksmith.android.car_bus_interface.yml
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
Categories:
|
||||||
|
- Connectivity
|
||||||
|
License: MIT
|
||||||
|
WebSite: https://github.com/theksmith/CarBusInterface/wiki
|
||||||
|
SourceCode: https://github.com/theksmith/CarBusInterface
|
||||||
|
IssueTracker: https://github.com/theksmith/CarBusInterface/issues
|
||||||
|
Changelog: https://github.com/theksmith/CarBusInterface/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
|
AutoName: Car Bus Interface
|
||||||
|
Summary: Connect to car computers via Bluetooth
|
||||||
|
Description: |-
|
||||||
|
Interface with a vehicle's communication bus via Bluetooth OBD2 dongle (ELM327
|
||||||
|
compatible). It allows the Android device to respond to specific bus messages,
|
||||||
|
such as those occurring when the user presses physical buttons inside the
|
||||||
|
vehicle.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/theksmith/CarBusInterface
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.8'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v0.8
|
||||||
|
subdir: Android Studio Project/app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.9'
|
||||||
|
versionCode: 90
|
||||||
|
commit: v0.9
|
||||||
|
subdir: Android Studio Project/app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 100
|
||||||
|
commit: v1.0
|
||||||
|
subdir: Android Studio Project/app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 100
|
|
@ -1,84 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/ThibaudM/timelapse-sony
|
|
||||||
Issue Tracker:https://github.com/ThibaudM/timelapse-sony/issues
|
|
||||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LFFFQZD9UNKRC&lc=FR&item_name=Thibaud%20Michel&item_number=1¤cy_code=EUR&bn=PP-DonationsBF%3abtn_donate_LG%2egif%3aNonHosted
|
|
||||||
|
|
||||||
Auto Name:TimeLapse
|
|
||||||
Summary:Control a Sony camera over Wi-Fi
|
|
||||||
Description:
|
|
||||||
Automatically take pictures with a certain time interval in Wi-Fi Mode for your
|
|
||||||
Sony camera.
|
|
||||||
|
|
||||||
'''Features:'''
|
|
||||||
|
|
||||||
* Take pictures remotely
|
|
||||||
* Choose the delay between pictures
|
|
||||||
* Initial delay
|
|
||||||
* Photo preview
|
|
||||||
* Take pictures even when the screen is turned off
|
|
||||||
|
|
||||||
'''Supported Devices:'''
|
|
||||||
|
|
||||||
* A7 (α7)
|
|
||||||
* DSC-HX400V
|
|
||||||
* DSC-HX50V
|
|
||||||
* DSC-HX60
|
|
||||||
* DSC-HX90V
|
|
||||||
* DSC-QX1
|
|
||||||
* DSC-QX10
|
|
||||||
* DSC-QX30
|
|
||||||
* DSC-QX100
|
|
||||||
* DSC-RX10
|
|
||||||
* DSC-RX100M2 (known issue with short delays)
|
|
||||||
* DSC-RX100M3
|
|
||||||
* DSC-WX80
|
|
||||||
* DSC-WX350
|
|
||||||
* FDR-AX100
|
|
||||||
* FDR-X1000V
|
|
||||||
* ILCE-5100 (α5100)
|
|
||||||
* ILCE-6000 (α6000)
|
|
||||||
* NEX-5R
|
|
||||||
* NEX-6
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/ThibaudM/timelapse-sony
|
|
||||||
|
|
||||||
Build:2.0.1,13
|
|
||||||
commit=b0eb4dc3a6f80cc2b1cf0c0c85cfc56b9f11bdbd
|
|
||||||
rm=libs/*
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:2.0.2,14
|
|
||||||
commit=39dc1b19c55aa8abe1fa6fe4c387618f0199864e
|
|
||||||
rm=libs/*
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:2.0.3,15
|
|
||||||
commit=a71c3dbefb30619e841c1db7a8652eb1dced0770
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo "android { lintOptions { abortOnError false } }" >> build.gradle
|
|
||||||
|
|
||||||
Build:2.0.4,16
|
|
||||||
commit=91075444379956a1e7838ca475b2b1143fbd3b7f
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo "android { lintOptions { abortOnError false } }" >> build.gradle
|
|
||||||
|
|
||||||
Build:3.0.5,22
|
|
||||||
commit=v3.0.5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.0.6,23
|
|
||||||
commit=v3.0.6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:3.0.6
|
|
||||||
Current Version Code:23
|
|
98
metadata/com.thibaudperso.sonycamera.yml
Normal file
98
metadata/com.thibaudperso.sonycamera.yml
Normal file
|
@ -0,0 +1,98 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/ThibaudM/timelapse-sony
|
||||||
|
IssueTracker: https://github.com/ThibaudM/timelapse-sony/issues
|
||||||
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LFFFQZD9UNKRC&lc=FR&item_name=Thibaud%20Michel&item_number=1¤cy_code=EUR&bn=PP-DonationsBF%3abtn_donate_LG%2egif%3aNonHosted
|
||||||
|
|
||||||
|
AutoName: TimeLapse
|
||||||
|
Summary: Control a Sony camera over Wi-Fi
|
||||||
|
Description: |-
|
||||||
|
Automatically take pictures with a certain time interval in Wi-Fi Mode for your
|
||||||
|
Sony camera.
|
||||||
|
|
||||||
|
'''Features:'''
|
||||||
|
|
||||||
|
* Take pictures remotely
|
||||||
|
* Choose the delay between pictures
|
||||||
|
* Initial delay
|
||||||
|
* Photo preview
|
||||||
|
* Take pictures even when the screen is turned off
|
||||||
|
|
||||||
|
'''Supported Devices:'''
|
||||||
|
|
||||||
|
* A7 (α7)
|
||||||
|
* DSC-HX400V
|
||||||
|
* DSC-HX50V
|
||||||
|
* DSC-HX60
|
||||||
|
* DSC-HX90V
|
||||||
|
* DSC-QX1
|
||||||
|
* DSC-QX10
|
||||||
|
* DSC-QX30
|
||||||
|
* DSC-QX100
|
||||||
|
* DSC-RX10
|
||||||
|
* DSC-RX100M2 (known issue with short delays)
|
||||||
|
* DSC-RX100M3
|
||||||
|
* DSC-WX80
|
||||||
|
* DSC-WX350
|
||||||
|
* FDR-AX100
|
||||||
|
* FDR-X1000V
|
||||||
|
* ILCE-5100 (α5100)
|
||||||
|
* ILCE-6000 (α6000)
|
||||||
|
* NEX-5R
|
||||||
|
* NEX-6
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/ThibaudM/timelapse-sony
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 2.0.1
|
||||||
|
versionCode: 13
|
||||||
|
commit: b0eb4dc3a6f80cc2b1cf0c0c85cfc56b9f11bdbd
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 2.0.2
|
||||||
|
versionCode: 14
|
||||||
|
commit: 39dc1b19c55aa8abe1fa6fe4c387618f0199864e
|
||||||
|
rm:
|
||||||
|
- libs/*
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 2.0.3
|
||||||
|
versionCode: 15
|
||||||
|
commit: a71c3dbefb30619e841c1db7a8652eb1dced0770
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo "android { lintOptions { abortOnError false } }" >> build.gradle
|
||||||
|
|
||||||
|
- versionName: 2.0.4
|
||||||
|
versionCode: 16
|
||||||
|
commit: 91075444379956a1e7838ca475b2b1143fbd3b7f
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo "android { lintOptions { abortOnError false } }" >> build.gradle
|
||||||
|
|
||||||
|
- versionName: 3.0.5
|
||||||
|
versionCode: 22
|
||||||
|
commit: v3.0.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.0.6
|
||||||
|
versionCode: 23
|
||||||
|
commit: v3.0.6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 3.0.6
|
||||||
|
CurrentVersionCode: 23
|
|
@ -1,41 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/MPieter/Notification-Analyser
|
|
||||||
Issue Tracker:https://github.com/MPieter/Notification-Analyser/issues
|
|
||||||
|
|
||||||
Auto Name:Notification Analyser
|
|
||||||
Summary:Analyse notification history
|
|
||||||
Description:
|
|
||||||
Analyses your notification history. It shows the number of received
|
|
||||||
notifications during the day and the distribution across each application. An
|
|
||||||
overview per day, week or month is available.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/MPieter/Notification-Analyser
|
|
||||||
|
|
||||||
Build:2.1,4
|
|
||||||
commit=v2.1
|
|
||||||
subdir=NotificationAnalyser/app
|
|
||||||
gradle=yes
|
|
||||||
rm=NotificationAnalyser/MPChartLib/libs/*,NotificationAnalyser/app/libs/*
|
|
||||||
prebuild=sed -i -e 's/gradle:0.13.+/gradle:0.12.+/g' ../build.gradle && \
|
|
||||||
sed -i -e '/jar/d' -e '/support-v4/acompile "com.j256.ormlite:ormlite-android:4.48"\ncompile "com.j256.ormlite:ormlite-jdbc:4.48"\ncompile "com.j256.ormlite:ormlite-core:4.48"' build.gradle
|
|
||||||
|
|
||||||
Build:2.2,5
|
|
||||||
commit=v2.2
|
|
||||||
subdir=NotificationAnalyser/app
|
|
||||||
gradle=yes
|
|
||||||
rm=NotificationAnalyser/MPChartLib/libs/*,NotificationAnalyser/app/libs/*
|
|
||||||
|
|
||||||
Build:2.3,6
|
|
||||||
commit=v2.3
|
|
||||||
subdir=NotificationAnalyser/app
|
|
||||||
gradle=yes
|
|
||||||
rm=NotificationAnalyser/MPChartLib/libs/*,NotificationAnalyser/app/libs/*
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:2.3
|
|
||||||
Current Version Code:6
|
|
56
metadata/com.tierep.notificationanalyser.yml
Normal file
56
metadata/com.tierep.notificationanalyser.yml
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/MPieter/Notification-Analyser
|
||||||
|
IssueTracker: https://github.com/MPieter/Notification-Analyser/issues
|
||||||
|
|
||||||
|
AutoName: Notification Analyser
|
||||||
|
Summary: Analyse notification history
|
||||||
|
Description: |-
|
||||||
|
Analyses your notification history. It shows the number of received
|
||||||
|
notifications during the day and the distribution across each application. An
|
||||||
|
overview per day, week or month is available.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/MPieter/Notification-Analyser
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '2.1'
|
||||||
|
versionCode: 4
|
||||||
|
commit: v2.1
|
||||||
|
subdir: NotificationAnalyser/app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- NotificationAnalyser/MPChartLib/libs/*
|
||||||
|
- NotificationAnalyser/app/libs/*
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/gradle:0.13.+/gradle:0.12.+/g' ../build.gradle
|
||||||
|
- sed -i -e '/jar/d' -e '/support-v4/acompile "com.j256.ormlite:ormlite-android:4.48"\ncompile
|
||||||
|
"com.j256.ormlite:ormlite-jdbc:4.48"\ncompile "com.j256.ormlite:ormlite-core:4.48"'
|
||||||
|
build.gradle
|
||||||
|
|
||||||
|
- versionName: '2.2'
|
||||||
|
versionCode: 5
|
||||||
|
commit: v2.2
|
||||||
|
subdir: NotificationAnalyser/app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- NotificationAnalyser/MPChartLib/libs/*
|
||||||
|
- NotificationAnalyser/app/libs/*
|
||||||
|
|
||||||
|
- versionName: '2.3'
|
||||||
|
versionCode: 6
|
||||||
|
commit: v2.3
|
||||||
|
subdir: NotificationAnalyser/app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- NotificationAnalyser/MPChartLib/libs/*
|
||||||
|
- NotificationAnalyser/app/libs/*
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '2.3'
|
||||||
|
CurrentVersionCode: 6
|
|
@ -1,83 +0,0 @@
|
||||||
Categories:Time
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://gitlab.com/tmendes/BirthDayDroid
|
|
||||||
Issue Tracker:https://gitlab.com/tmendes/BirthDayDroid/issues
|
|
||||||
Changelog:https://gitlab.com/tmendes/BirthDayDroid/tags
|
|
||||||
LiberapayID:1298585
|
|
||||||
|
|
||||||
Auto Name:BirthDayDroid
|
|
||||||
Summary:Check your contacts birthdays
|
|
||||||
Description:
|
|
||||||
Helps you to remember your contact's birthdays. It scans your local contact list
|
|
||||||
looking for birthdays. When it finds it, it will show you the contact's age,
|
|
||||||
sign, days until her/his birthday.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://gitlab.com/tmendes/BirthDayDroid.git
|
|
||||||
|
|
||||||
Build:20160910_VC10,10
|
|
||||||
commit=a46545c395c8c786daf0472b50941d5d391b3fb4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:20170527_VC11,11
|
|
||||||
commit=63ab0db5295165d8fba4273e622d355df4f8eb73
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:20170615_VC12,12
|
|
||||||
commit=c041a3b1a54e5a07d6f46c4071cc85931c8c5873
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:20180602_VC20,20
|
|
||||||
commit=20180602_VC20
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:20180612_VC21,21
|
|
||||||
commit=20180612_VC21
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:20180620_VC22,22
|
|
||||||
commit=20180620_VC22
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:20180718_VC23,23
|
|
||||||
commit=20180718_VC23
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:20180801_VC24,24
|
|
||||||
commit=20180801_VC24
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:20180802_VC25,25
|
|
||||||
commit=20180802_VC25
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:20180814_VC26,26
|
|
||||||
commit=20180814_VC26
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:20180825_VC27,27
|
|
||||||
commit=20180825_VC27
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:20180826_VC28,28
|
|
||||||
commit=20180826_VC28
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:20180826_VC28
|
|
||||||
Current Version Code:28
|
|
107
metadata/com.tmendes.birthdaydroid.yml
Normal file
107
metadata/com.tmendes.birthdaydroid.yml
Normal file
|
@ -0,0 +1,107 @@
|
||||||
|
Categories:
|
||||||
|
- Time
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://gitlab.com/tmendes/BirthDayDroid
|
||||||
|
IssueTracker: https://gitlab.com/tmendes/BirthDayDroid/issues
|
||||||
|
Changelog: https://gitlab.com/tmendes/BirthDayDroid/tags
|
||||||
|
LiberapayID: '1298585'
|
||||||
|
|
||||||
|
AutoName: BirthDayDroid
|
||||||
|
Summary: Check your contacts birthdays
|
||||||
|
Description: |-
|
||||||
|
Helps you to remember your contact's birthdays. It scans your local contact list
|
||||||
|
looking for birthdays. When it finds it, it will show you the contact's age,
|
||||||
|
sign, days until her/his birthday.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/tmendes/BirthDayDroid.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 20160910_VC10
|
||||||
|
versionCode: 10
|
||||||
|
commit: a46545c395c8c786daf0472b50941d5d391b3fb4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 20170527_VC11
|
||||||
|
versionCode: 11
|
||||||
|
commit: 63ab0db5295165d8fba4273e622d355df4f8eb73
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 20170615_VC12
|
||||||
|
versionCode: 12
|
||||||
|
commit: c041a3b1a54e5a07d6f46c4071cc85931c8c5873
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 20180602_VC20
|
||||||
|
versionCode: 20
|
||||||
|
commit: 20180602_VC20
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 20180612_VC21
|
||||||
|
versionCode: 21
|
||||||
|
commit: 20180612_VC21
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 20180620_VC22
|
||||||
|
versionCode: 22
|
||||||
|
commit: 20180620_VC22
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 20180718_VC23
|
||||||
|
versionCode: 23
|
||||||
|
commit: 20180718_VC23
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 20180801_VC24
|
||||||
|
versionCode: 24
|
||||||
|
commit: 20180801_VC24
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 20180802_VC25
|
||||||
|
versionCode: 25
|
||||||
|
commit: 20180802_VC25
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 20180814_VC26
|
||||||
|
versionCode: 26
|
||||||
|
commit: 20180814_VC26
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 20180825_VC27
|
||||||
|
versionCode: 27
|
||||||
|
commit: 20180825_VC27
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 20180826_VC28
|
||||||
|
versionCode: 28
|
||||||
|
commit: 20180826_VC28
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 20180826_VC28
|
||||||
|
CurrentVersionCode: 28
|
|
@ -1,55 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-2.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/tobykurien/BatteryFu
|
|
||||||
Issue Tracker:https://github.com/tobykurien/BatteryFu/issues
|
|
||||||
|
|
||||||
Auto Name:BatteryFu
|
|
||||||
Summary:Battery saving
|
|
||||||
Description:
|
|
||||||
Try to extend battery life by changing always-on mobile/wifi data to periodic
|
|
||||||
sync (meaning it disables your mobile data and/or Wifi, then checks your
|
|
||||||
accounts every X minutes).
|
|
||||||
|
|
||||||
Requires Root on Android 5.0+
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/tobykurien/BatteryFu.git
|
|
||||||
|
|
||||||
Build:1.44,44
|
|
||||||
commit=v1.44
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.45,45
|
|
||||||
commit=v1.45
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.46,46
|
|
||||||
commit=v1.46
|
|
||||||
gradle=yes
|
|
||||||
rm=libs/android-support-v4.jar,Widgets/libs/android-support-v4.jar
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=cp libs/android-support-v4.jar Widgets/libs/ && \
|
|
||||||
sed -i -e '/task wrapper(type: Wrapper) {/,+2d' build.gradle
|
|
||||||
|
|
||||||
Build:1.47,47
|
|
||||||
commit=v1.47
|
|
||||||
gradle=yes
|
|
||||||
rm=libs/android-support-v4.jar,Widgets/libs/android-support-v4.jar
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=cp libs/android-support-v4.jar Widgets/libs/ && \
|
|
||||||
sed -i -e '/task wrapper(type: Wrapper) {/,+2d' build.gradle
|
|
||||||
|
|
||||||
Build:1.48,48
|
|
||||||
commit=v1.48
|
|
||||||
gradle=yes
|
|
||||||
rm=libs/android-support-v4.jar,Widgets/libs/android-support-v4.jar,gradle
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=cp libs/android-support-v4.jar Widgets/libs/ && \
|
|
||||||
echo -e "android { lintOptions { disable 'MissingTranslation' } }" >> build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.48
|
|
||||||
Current Version Code:48
|
|
78
metadata/com.tobykurien.batteryfu.yml
Normal file
78
metadata/com.tobykurien.batteryfu.yml
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-2.0-only
|
||||||
|
SourceCode: https://github.com/tobykurien/BatteryFu
|
||||||
|
IssueTracker: https://github.com/tobykurien/BatteryFu/issues
|
||||||
|
|
||||||
|
AutoName: BatteryFu
|
||||||
|
Summary: Battery saving
|
||||||
|
Description: |-
|
||||||
|
Try to extend battery life by changing always-on mobile/wifi data to periodic
|
||||||
|
sync (meaning it disables your mobile data and/or Wifi, then checks your
|
||||||
|
accounts every X minutes).
|
||||||
|
|
||||||
|
Requires Root on Android 5.0+
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/tobykurien/BatteryFu.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.44'
|
||||||
|
versionCode: 44
|
||||||
|
commit: v1.44
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.45'
|
||||||
|
versionCode: 45
|
||||||
|
commit: v1.45
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.46'
|
||||||
|
versionCode: 46
|
||||||
|
commit: v1.46
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- libs/android-support-v4.jar
|
||||||
|
- Widgets/libs/android-support-v4.jar
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild:
|
||||||
|
- cp libs/android-support-v4.jar Widgets/libs/
|
||||||
|
- "sed -i -e '/task wrapper(type: Wrapper) {/,+2d' build.gradle"
|
||||||
|
|
||||||
|
- versionName: '1.47'
|
||||||
|
versionCode: 47
|
||||||
|
commit: v1.47
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- libs/android-support-v4.jar
|
||||||
|
- Widgets/libs/android-support-v4.jar
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild:
|
||||||
|
- cp libs/android-support-v4.jar Widgets/libs/
|
||||||
|
- "sed -i -e '/task wrapper(type: Wrapper) {/,+2d' build.gradle"
|
||||||
|
|
||||||
|
- versionName: '1.48'
|
||||||
|
versionCode: 48
|
||||||
|
commit: v1.48
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- libs/android-support-v4.jar
|
||||||
|
- Widgets/libs/android-support-v4.jar
|
||||||
|
- gradle
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild:
|
||||||
|
- cp libs/android-support-v4.jar Widgets/libs/
|
||||||
|
- echo -e "android { lintOptions { disable 'MissingTranslation' } }" >> build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.48'
|
||||||
|
CurrentVersionCode: 48
|
|
@ -1,70 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:MIT
|
|
||||||
Web Site:https://plus.google.com/u/0/118226948467140990198/posts/YVNFmADvAs4
|
|
||||||
Source Code:https://github.com/tobykurien/GoogleApps
|
|
||||||
Issue Tracker:https://github.com/tobykurien/GoogleApps/issues
|
|
||||||
|
|
||||||
Auto Name:GApps Browser
|
|
||||||
Summary:Sandbox for web apps
|
|
||||||
Description:
|
|
||||||
This app started out as a way to view Google News on the author's phone but now
|
|
||||||
encompasses Google+, Google Maps etc. The idea is to be able to access the
|
|
||||||
Google web apps without having to log into Google on your browser, so that you
|
|
||||||
can browse privately. It is a good way to access the Google webapps if you have
|
|
||||||
an AOSP-based ROM and reject the proprietary GApps. Also the webapps are less
|
|
||||||
bandwidth and battery-hungry than their native counterparts.
|
|
||||||
|
|
||||||
Links to external sites (such as news articles, etc.) will be opened in a
|
|
||||||
regular browser, thus keeping the Google authentication sandboxed in the app.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/tobykurien/GoogleApps.git
|
|
||||||
|
|
||||||
Build:1.8,8
|
|
||||||
commit=4fc415
|
|
||||||
|
|
||||||
Build:1.9,9
|
|
||||||
commit=v1.9
|
|
||||||
|
|
||||||
Build:1.11,11
|
|
||||||
commit=v1.11
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.12,12
|
|
||||||
commit=v1.12
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.13,13
|
|
||||||
commit=v1.13
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.14,14
|
|
||||||
commit=v1.14
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.15,15
|
|
||||||
commit=v1.15
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.16,16
|
|
||||||
disable=gradle setup issues
|
|
||||||
commit=v1.16
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.17,17
|
|
||||||
commit=v1.17
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.18,18
|
|
||||||
commit=v1.18
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.20,20
|
|
||||||
commit=v1.20
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.20
|
|
||||||
Current Version Code:20
|
|
92
metadata/com.tobykurien.google_news.yml
Normal file
92
metadata/com.tobykurien.google_news.yml
Normal file
|
@ -0,0 +1,92 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: MIT
|
||||||
|
WebSite: https://plus.google.com/u/0/118226948467140990198/posts/YVNFmADvAs4
|
||||||
|
SourceCode: https://github.com/tobykurien/GoogleApps
|
||||||
|
IssueTracker: https://github.com/tobykurien/GoogleApps/issues
|
||||||
|
Changelog: https://github.com/tobykurien/GoogleApps/releases
|
||||||
|
|
||||||
|
AutoName: GApps Browser
|
||||||
|
Summary: Sandbox for web apps
|
||||||
|
Description: |-
|
||||||
|
This app started out as a way to view Google News on the author’s phone but now
|
||||||
|
encompasses Google+, Google Maps etc. The idea is to be able to access the
|
||||||
|
Google web apps without having to log into Google on your browser, so that you
|
||||||
|
can browse privately. It is a good way to access the Google webapps if you have
|
||||||
|
an AOSP-based ROM and reject the proprietary GApps. Also the webapps are less
|
||||||
|
bandwidth and battery-hungry than their native counterparts.
|
||||||
|
|
||||||
|
Links to external sites (such as news articles, etc.) will be opened in a
|
||||||
|
regular browser, thus keeping the Google authentication sandboxed in the app.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/tobykurien/GoogleApps.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.8'
|
||||||
|
versionCode: 8
|
||||||
|
commit: 4fc415
|
||||||
|
|
||||||
|
- versionName: '1.9'
|
||||||
|
versionCode: 9
|
||||||
|
commit: v1.9
|
||||||
|
|
||||||
|
- versionName: '1.11'
|
||||||
|
versionCode: 11
|
||||||
|
commit: v1.11
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.12'
|
||||||
|
versionCode: 12
|
||||||
|
commit: v1.12
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.13'
|
||||||
|
versionCode: 13
|
||||||
|
commit: v1.13
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.14'
|
||||||
|
versionCode: 14
|
||||||
|
commit: v1.14
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.15'
|
||||||
|
versionCode: 15
|
||||||
|
commit: v1.15
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.16'
|
||||||
|
versionCode: 16
|
||||||
|
disable: gradle setup issues
|
||||||
|
commit: v1.16
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.17'
|
||||||
|
versionCode: 17
|
||||||
|
commit: v1.17
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.18'
|
||||||
|
versionCode: 18
|
||||||
|
commit: v1.18
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.20'
|
||||||
|
versionCode: 20
|
||||||
|
commit: v1.20
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.20'
|
||||||
|
CurrentVersionCode: 20
|
|
@ -1,180 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:MIT
|
|
||||||
Web Site:https://github.com/tobykurien/WebApps/blob/HEAD/README.md
|
|
||||||
Source Code:https://github.com/tobykurien/webapps
|
|
||||||
Issue Tracker:https://github.com/tobykurien/webapps/issues
|
|
||||||
Changelog:https://github.com/tobykurien/WebApps/releases
|
|
||||||
|
|
||||||
Auto Name:WebApps
|
|
||||||
Summary:Sandbox for webapps
|
|
||||||
Description:
|
|
||||||
Provide a secure way to browse popular webapps by eliminating referrers, 3rd
|
|
||||||
party requests, cookies, cross-site scripting, etc.
|
|
||||||
|
|
||||||
It accomplishes this by providing a sandbox for multiple webapps (like Google's
|
|
||||||
apps, Facebook, Twitter, etc.). Each webapp will run in it's own sandbox, with
|
|
||||||
3rd party requests (images, scripts, iframes, etc.) blocked, and all external
|
|
||||||
links opening in an external default web browser (which should have cookies,
|
|
||||||
plugins, flash, etc. disabled).
|
|
||||||
|
|
||||||
By default, all HTTP requests are blocked (only HTTPS allowed). This improves
|
|
||||||
security, especially on untrusted networks. The app can also handle HTTPS links
|
|
||||||
and open them in their own sandbox.
|
|
||||||
|
|
||||||
Based on [[com.tobykurien.google_news]].
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/tobykurien/webapps
|
|
||||||
|
|
||||||
Build:v1.3,3
|
|
||||||
commit=b58dcc3d907898ff4c5c3e00db474a3b96d66223
|
|
||||||
gradle=yes
|
|
||||||
rm=libs/*.jar
|
|
||||||
|
|
||||||
Build:v1.4,4
|
|
||||||
commit=19bd52c20cc33183cfe3a683266a43bd49ec8d78
|
|
||||||
gradle=yes
|
|
||||||
rm=libs/*.jar
|
|
||||||
|
|
||||||
Build:v2.0,5
|
|
||||||
disable=foo
|
|
||||||
commit=94163a8a7bf1f379b6230922a7d1f4a90b611f99
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:v2.1,6
|
|
||||||
disable=builds, but jar file
|
|
||||||
commit=v2.1
|
|
||||||
gradle=yes
|
|
||||||
rm=gradle-libs/*
|
|
||||||
|
|
||||||
Build:v2.2,7
|
|
||||||
disable=gradle build fails
|
|
||||||
commit=v2.2
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:v2.3_beta,8
|
|
||||||
commit=9c639c5549e270f04409039603ec859b98335838
|
|
||||||
gradle=yes
|
|
||||||
preassemble=prepareReleaseDependencies
|
|
||||||
|
|
||||||
Build:v2.4,9
|
|
||||||
commit=v2.4
|
|
||||||
gradle=yes
|
|
||||||
build=gradle prepareReleaseDependencies && \
|
|
||||||
gradle assembleRelease
|
|
||||||
|
|
||||||
Build:v2.5,10
|
|
||||||
commit=v2.5
|
|
||||||
gradle=yes
|
|
||||||
build=gradle prepareReleaseDependencies && \
|
|
||||||
gradle assembleRelease
|
|
||||||
|
|
||||||
Build:v2.6,11
|
|
||||||
commit=v2.6
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
||||||
build=gradle prepareReleaseDependencies && \
|
|
||||||
gradle assembleRelease
|
|
||||||
|
|
||||||
Build:v2.7,12
|
|
||||||
commit=v2.7
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
||||||
build=gradle prepareReleaseDependencies && \
|
|
||||||
gradle assembleRelease
|
|
||||||
|
|
||||||
Build:v2.8,13
|
|
||||||
commit=v2.8
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
||||||
build=gradle prepareReleaseDependencies && \
|
|
||||||
gradle assembleRelease
|
|
||||||
|
|
||||||
Build:v2.9,14
|
|
||||||
commit=v2.9
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
||||||
build=gradle prepareReleaseDependencies && \
|
|
||||||
gradle assembleRelease
|
|
||||||
|
|
||||||
Build:v2.10,15
|
|
||||||
commit=v2.10
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
||||||
build=gradle prepareReleaseDependencies && \
|
|
||||||
gradle assembleRelease
|
|
||||||
|
|
||||||
Build:v2.11,16
|
|
||||||
disable=doesnt build
|
|
||||||
commit=v2.11
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
||||||
build=gradle prepareReleaseDependencies && \
|
|
||||||
gradle assembleRelease
|
|
||||||
|
|
||||||
Build:v2.11.2,17
|
|
||||||
commit=v2.11.2
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
||||||
build=gradle prepareReleaseDependencies && \
|
|
||||||
gradle assembleRelease
|
|
||||||
|
|
||||||
Build:v2.12.1,19
|
|
||||||
commit=v2.12.1
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
||||||
build=gradle prepareReleaseDependencies && \
|
|
||||||
gradle assembleRelease
|
|
||||||
|
|
||||||
Build:v2.13,20
|
|
||||||
commit=v2.13
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
|
|
||||||
build=gradle prepareReleaseDependencies && \
|
|
||||||
gradle assembleRelease
|
|
||||||
|
|
||||||
Build:v2.15,22
|
|
||||||
commit=v2.15
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:v2.16,23
|
|
||||||
commit=v2.16
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:v2.17,24
|
|
||||||
commit=v2.17
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:v2.18,25
|
|
||||||
commit=v2.18
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:v2.19,26
|
|
||||||
commit=v2.19
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:v2.20,27
|
|
||||||
commit=v2.20
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:v2.22,29
|
|
||||||
commit=v2.22
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:v2.23,30
|
|
||||||
commit=v2.23
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:v2.23
|
|
||||||
Current Version Code:30
|
|
255
metadata/com.tobykurien.webapps.yml
Normal file
255
metadata/com.tobykurien.webapps.yml
Normal file
|
@ -0,0 +1,255 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: MIT
|
||||||
|
WebSite: https://github.com/tobykurien/WebApps/blob/HEAD/README.md
|
||||||
|
SourceCode: https://github.com/tobykurien/webapps
|
||||||
|
IssueTracker: https://github.com/tobykurien/webapps/issues
|
||||||
|
Changelog: https://github.com/tobykurien/WebApps/releases
|
||||||
|
|
||||||
|
AutoName: WebApps
|
||||||
|
Summary: Sandbox for webapps
|
||||||
|
Description: |-
|
||||||
|
Provide a secure way to browse popular webapps by eliminating referrers, 3rd
|
||||||
|
party requests, cookies, cross-site scripting, etc.
|
||||||
|
|
||||||
|
It accomplishes this by providing a sandbox for multiple webapps (like Google's
|
||||||
|
apps, Facebook, Twitter, etc.). Each webapp will run in it's own sandbox, with
|
||||||
|
3rd party requests (images, scripts, iframes, etc.) blocked, and all external
|
||||||
|
links opening in an external default web browser (which should have cookies,
|
||||||
|
plugins, flash, etc. disabled).
|
||||||
|
|
||||||
|
By default, all HTTP requests are blocked (only HTTPS allowed). This improves
|
||||||
|
security, especially on untrusted networks. The app can also handle HTTPS links
|
||||||
|
and open them in their own sandbox.
|
||||||
|
|
||||||
|
Based on [[com.tobykurien.google_news]].
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/tobykurien/webapps
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: v1.3
|
||||||
|
versionCode: 3
|
||||||
|
commit: b58dcc3d907898ff4c5c3e00db474a3b96d66223
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- libs/*.jar
|
||||||
|
|
||||||
|
- versionName: v1.4
|
||||||
|
versionCode: 4
|
||||||
|
commit: 19bd52c20cc33183cfe3a683266a43bd49ec8d78
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- libs/*.jar
|
||||||
|
|
||||||
|
- versionName: v2.0
|
||||||
|
versionCode: 5
|
||||||
|
disable: foo
|
||||||
|
commit: 94163a8a7bf1f379b6230922a7d1f4a90b611f99
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: v2.1
|
||||||
|
versionCode: 6
|
||||||
|
disable: builds, but jar file
|
||||||
|
commit: v2.1
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- gradle-libs/*
|
||||||
|
|
||||||
|
- versionName: v2.2
|
||||||
|
versionCode: 7
|
||||||
|
disable: gradle build fails
|
||||||
|
commit: v2.2
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: v2.3_beta
|
||||||
|
versionCode: 8
|
||||||
|
commit: 9c639c5549e270f04409039603ec859b98335838
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
preassemble:
|
||||||
|
- prepareReleaseDependencies
|
||||||
|
|
||||||
|
- versionName: v2.4
|
||||||
|
versionCode: 9
|
||||||
|
commit: v2.4
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
build:
|
||||||
|
- gradle prepareReleaseDependencies
|
||||||
|
- gradle assembleRelease
|
||||||
|
|
||||||
|
- versionName: v2.5
|
||||||
|
versionCode: 10
|
||||||
|
commit: v2.5
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
build:
|
||||||
|
- gradle prepareReleaseDependencies
|
||||||
|
- gradle assembleRelease
|
||||||
|
|
||||||
|
- versionName: v2.6
|
||||||
|
versionCode: 11
|
||||||
|
commit: v2.6
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
|
||||||
|
'ExtraTranslation' } }" >> build.gradle
|
||||||
|
build:
|
||||||
|
- gradle prepareReleaseDependencies
|
||||||
|
- gradle assembleRelease
|
||||||
|
|
||||||
|
- versionName: v2.7
|
||||||
|
versionCode: 12
|
||||||
|
commit: v2.7
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
|
||||||
|
'ExtraTranslation' } }" >> build.gradle
|
||||||
|
build:
|
||||||
|
- gradle prepareReleaseDependencies
|
||||||
|
- gradle assembleRelease
|
||||||
|
|
||||||
|
- versionName: v2.8
|
||||||
|
versionCode: 13
|
||||||
|
commit: v2.8
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
|
||||||
|
'ExtraTranslation' } }" >> build.gradle
|
||||||
|
build:
|
||||||
|
- gradle prepareReleaseDependencies
|
||||||
|
- gradle assembleRelease
|
||||||
|
|
||||||
|
- versionName: v2.9
|
||||||
|
versionCode: 14
|
||||||
|
commit: v2.9
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
|
||||||
|
'ExtraTranslation' } }" >> build.gradle
|
||||||
|
build:
|
||||||
|
- gradle prepareReleaseDependencies
|
||||||
|
- gradle assembleRelease
|
||||||
|
|
||||||
|
- versionName: v2.10
|
||||||
|
versionCode: 15
|
||||||
|
commit: v2.10
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
|
||||||
|
'ExtraTranslation' } }" >> build.gradle
|
||||||
|
build:
|
||||||
|
- gradle prepareReleaseDependencies
|
||||||
|
- gradle assembleRelease
|
||||||
|
|
||||||
|
- versionName: v2.11
|
||||||
|
versionCode: 16
|
||||||
|
disable: doesnt build
|
||||||
|
commit: v2.11
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
|
||||||
|
'ExtraTranslation' } }" >> build.gradle
|
||||||
|
build:
|
||||||
|
- gradle prepareReleaseDependencies
|
||||||
|
- gradle assembleRelease
|
||||||
|
|
||||||
|
- versionName: v2.11.2
|
||||||
|
versionCode: 17
|
||||||
|
commit: v2.11.2
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
|
||||||
|
'ExtraTranslation' } }" >> build.gradle
|
||||||
|
build:
|
||||||
|
- gradle prepareReleaseDependencies
|
||||||
|
- gradle assembleRelease
|
||||||
|
|
||||||
|
- versionName: v2.12.1
|
||||||
|
versionCode: 19
|
||||||
|
commit: v2.12.1
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
|
||||||
|
'ExtraTranslation' } }" >> build.gradle
|
||||||
|
build:
|
||||||
|
- gradle prepareReleaseDependencies
|
||||||
|
- gradle assembleRelease
|
||||||
|
|
||||||
|
- versionName: v2.13
|
||||||
|
versionCode: 20
|
||||||
|
commit: v2.13
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
|
||||||
|
'ExtraTranslation' } }" >> build.gradle
|
||||||
|
build:
|
||||||
|
- gradle prepareReleaseDependencies
|
||||||
|
- gradle assembleRelease
|
||||||
|
|
||||||
|
- versionName: v2.15
|
||||||
|
versionCode: 22
|
||||||
|
commit: v2.15
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: v2.16
|
||||||
|
versionCode: 23
|
||||||
|
commit: v2.16
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: v2.17
|
||||||
|
versionCode: 24
|
||||||
|
commit: v2.17
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: v2.18
|
||||||
|
versionCode: 25
|
||||||
|
commit: v2.18
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: v2.19
|
||||||
|
versionCode: 26
|
||||||
|
commit: v2.19
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: v2.20
|
||||||
|
versionCode: 27
|
||||||
|
commit: v2.20
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: v2.22
|
||||||
|
versionCode: 29
|
||||||
|
commit: v2.22
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: v2.23
|
||||||
|
versionCode: 30
|
||||||
|
commit: v2.23
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: v2.23
|
||||||
|
CurrentVersionCode: 30
|
|
@ -1,182 +0,0 @@
|
||||||
Categories:Science & Education,Graphics
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/ctodobom/OpenNoteScanner
|
|
||||||
Issue Tracker:https://github.com/ctodobom/OpenNoteScanner/issues
|
|
||||||
Changelog:https://github.com/ctodobom/OpenNoteScanner/blob/HEAD/CHANGELOG.md
|
|
||||||
Donate:http://todobom.com/Donations.md
|
|
||||||
Bitcoin:1H5tqKZoWdqkR54PGe9w67EzBnLXHBFmt9
|
|
||||||
|
|
||||||
Auto Name:Open Note Scanner
|
|
||||||
Summary:Scan documents, handwritten notes or arts
|
|
||||||
Description:
|
|
||||||
With Open Note Scanner you can capture documents, handwritten notes, arts,
|
|
||||||
shopping receipts, etcetera. It will automatically adjust the image aspect,
|
|
||||||
contrast and save it. It will allow browsing, view and share the scanned
|
|
||||||
documents.
|
|
||||||
|
|
||||||
It also supports the automatic scan of preformatted pages with QR Code and
|
|
||||||
action indicators. PDF file with the pages are available on the application
|
|
||||||
website, in the releases section.
|
|
||||||
|
|
||||||
In order to work, Open Note Scanner needs to have access to the OpenCV Manager
|
|
||||||
application installed. If it could not find it, it will offer to download it
|
|
||||||
from GitHub or Play Store. It is also possible to manualy install it from the
|
|
||||||
OpenCV SDK for Android, available on [http://opencv.org]
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/ctodobom/OpenNoteScanner
|
|
||||||
|
|
||||||
Build:1.0.10,10
|
|
||||||
commit=1.0.10
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.11,11
|
|
||||||
commit=1.0.11
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.12,12
|
|
||||||
commit=1.0.12
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.13,13
|
|
||||||
commit=1.0.13
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.14,14
|
|
||||||
commit=1.0.14
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.15,15
|
|
||||||
commit=1.0.15
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.16.1,16
|
|
||||||
commit=1.0.16.1
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.17,17
|
|
||||||
commit=1.0.17
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.18,18
|
|
||||||
commit=1.0.18
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.19,19
|
|
||||||
commit=1.0.19
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.20,20
|
|
||||||
commit=1.0.20
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.22,22
|
|
||||||
commit=1.0.22
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.23,23
|
|
||||||
commit=1.0.23
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.24,24
|
|
||||||
commit=1.0.24
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.25,25
|
|
||||||
commit=1.0.25
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.26,26
|
|
||||||
commit=1.0.26
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.27,27
|
|
||||||
commit=1.0.27
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.28,28
|
|
||||||
commit=1.0.28
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.29,29
|
|
||||||
commit=1.0.29
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.30,30
|
|
||||||
commit=1.0.30
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.31,31
|
|
||||||
commit=1.0.31
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.32-fdroid,32
|
|
||||||
commit=1.0.32-fdroid
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.33-fdroid,33
|
|
||||||
commit=1.0.33-fdroid
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:1.0.34-fdroid,34
|
|
||||||
commit=1.0.34-fdroid
|
|
||||||
subdir=app
|
|
||||||
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Uses jitpack, so Gradle 2.11 or newer is needed.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.0.34-fdroid
|
|
||||||
Current Version Code:34
|
|
229
metadata/com.todobom.opennotescanner.yml
Normal file
229
metadata/com.todobom.opennotescanner.yml
Normal file
|
@ -0,0 +1,229 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
- Graphics
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/ctodobom/OpenNoteScanner
|
||||||
|
IssueTracker: https://github.com/ctodobom/OpenNoteScanner/issues
|
||||||
|
Changelog: https://github.com/ctodobom/OpenNoteScanner/blob/HEAD/CHANGELOG.md
|
||||||
|
Donate: http://todobom.com/Donations.md
|
||||||
|
Bitcoin: 1H5tqKZoWdqkR54PGe9w67EzBnLXHBFmt9
|
||||||
|
|
||||||
|
AutoName: Open Note Scanner
|
||||||
|
Summary: Scan documents, handwritten notes or arts
|
||||||
|
Description: |-
|
||||||
|
With Open Note Scanner you can capture documents, handwritten notes, arts,
|
||||||
|
shopping receipts, etcetera. It will automatically adjust the image aspect,
|
||||||
|
contrast and save it. It will allow browsing, view and share the scanned
|
||||||
|
documents.
|
||||||
|
|
||||||
|
It also supports the automatic scan of preformatted pages with QR Code and
|
||||||
|
action indicators. PDF file with the pages are available on the application
|
||||||
|
website, in the releases section.
|
||||||
|
|
||||||
|
In order to work, Open Note Scanner needs to have access to the OpenCV Manager
|
||||||
|
application installed. If it could not find it, it will offer to download it
|
||||||
|
from GitHub or Play Store. It is also possible to manualy install it from the
|
||||||
|
OpenCV SDK for Android, available on [http://opencv.org]
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/ctodobom/OpenNoteScanner
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.10
|
||||||
|
versionCode: 10
|
||||||
|
commit: 1.0.10
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.11
|
||||||
|
versionCode: 11
|
||||||
|
commit: 1.0.11
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.12
|
||||||
|
versionCode: 12
|
||||||
|
commit: 1.0.12
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.13
|
||||||
|
versionCode: 13
|
||||||
|
commit: 1.0.13
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.14
|
||||||
|
versionCode: 14
|
||||||
|
commit: 1.0.14
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.15
|
||||||
|
versionCode: 15
|
||||||
|
commit: 1.0.15
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.16.1
|
||||||
|
versionCode: 16
|
||||||
|
commit: 1.0.16.1
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.17
|
||||||
|
versionCode: 17
|
||||||
|
commit: 1.0.17
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.18
|
||||||
|
versionCode: 18
|
||||||
|
commit: 1.0.18
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.19
|
||||||
|
versionCode: 19
|
||||||
|
commit: 1.0.19
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.20
|
||||||
|
versionCode: 20
|
||||||
|
commit: 1.0.20
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.22
|
||||||
|
versionCode: 22
|
||||||
|
commit: 1.0.22
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.23
|
||||||
|
versionCode: 23
|
||||||
|
commit: 1.0.23
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.24
|
||||||
|
versionCode: 24
|
||||||
|
commit: 1.0.24
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.25
|
||||||
|
versionCode: 25
|
||||||
|
commit: 1.0.25
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.26
|
||||||
|
versionCode: 26
|
||||||
|
commit: 1.0.26
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.27
|
||||||
|
versionCode: 27
|
||||||
|
commit: 1.0.27
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.28
|
||||||
|
versionCode: 28
|
||||||
|
commit: 1.0.28
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.29
|
||||||
|
versionCode: 29
|
||||||
|
commit: 1.0.29
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.30
|
||||||
|
versionCode: 30
|
||||||
|
commit: 1.0.30
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.31
|
||||||
|
versionCode: 31
|
||||||
|
commit: 1.0.31
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.32-fdroid
|
||||||
|
versionCode: 32
|
||||||
|
commit: 1.0.32-fdroid
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.33-fdroid
|
||||||
|
versionCode: 33
|
||||||
|
commit: 1.0.33-fdroid
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 1.0.34-fdroid
|
||||||
|
versionCode: 34
|
||||||
|
commit: 1.0.34-fdroid
|
||||||
|
subdir: app
|
||||||
|
init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.11\" }' >> ../build.gradle"
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
MaintainerNotes: Uses jitpack, so Gradle 2.11 or newer is needed.
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.0.34-fdroid
|
||||||
|
CurrentVersionCode: 34
|
|
@ -1,42 +0,0 @@
|
||||||
Categories:Writing
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/tmarzeion/drawable-notepad
|
|
||||||
Issue Tracker:https://github.com/tmarzeion/drawable-notepad/issues
|
|
||||||
|
|
||||||
Auto Name:Notepad
|
|
||||||
Summary:Take notes
|
|
||||||
Description:
|
|
||||||
Simpel note taking app that let's you draw on notes.
|
|
||||||
|
|
||||||
Features:
|
|
||||||
|
|
||||||
* Text format panel
|
|
||||||
* Drawing panel
|
|
||||||
* Search notes
|
|
||||||
* Speech to text function
|
|
||||||
* Saving notes in SQLite database
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/tmarzeion/drawable-notepad.git
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=c860ffe766bd546215d0a0e7dc49e8e28279dcf7
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.1,4
|
|
||||||
commit=1.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.12 hotfix,7
|
|
||||||
commit=1.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.12 hotfix
|
|
||||||
Current Version Code:7
|
|
48
metadata/com.tomaszmarzeion.notepad.yml
Normal file
48
metadata/com.tomaszmarzeion.notepad.yml
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
SourceCode: https://github.com/tmarzeion/drawable-notepad
|
||||||
|
IssueTracker: https://github.com/tmarzeion/drawable-notepad/issues
|
||||||
|
|
||||||
|
AutoName: Notepad
|
||||||
|
Summary: Take notes
|
||||||
|
Description: |-
|
||||||
|
Simpel note taking app that let's you draw on notes.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* Text format panel
|
||||||
|
* Drawing panel
|
||||||
|
* Search notes
|
||||||
|
* Speech to text function
|
||||||
|
* Saving notes in SQLite database
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/tmarzeion/drawable-notepad.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: c860ffe766bd546215d0a0e7dc49e8e28279dcf7
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 4
|
||||||
|
commit: '1.1'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.12 hotfix
|
||||||
|
versionCode: 7
|
||||||
|
commit: '1.2'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.12 hotfix
|
||||||
|
CurrentVersionCode: 7
|
|
@ -1,33 +0,0 @@
|
||||||
Categories:Theming
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Author Name:Tomer Rosenfeld
|
|
||||||
Author Email:tomer@tomerrosenfeld.com
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/rosenpin/DBZ-Battery-Widget
|
|
||||||
Issue Tracker:https://github.com/rosenpin/DBZ-Battery-Widget/issues
|
|
||||||
Donate:https://www.paypal.me/rosenfeldtomer/2usd
|
|
||||||
|
|
||||||
Auto Name:DBZ Battery Widget
|
|
||||||
Summary:View your battery status with your favorite DBZ character
|
|
||||||
Description:
|
|
||||||
Choose your favorite character from Dragon Ball Z/Dragon Ball Super and view
|
|
||||||
your battery status, data and time in a meaningful way
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/rosenpin/DBZ-Battery-Widget.git
|
|
||||||
|
|
||||||
Build:1.5,4
|
|
||||||
commit=1.5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.6,5
|
|
||||||
commit=1.6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags ^[0-9\.]+$
|
|
||||||
Current Version:1.6
|
|
||||||
Current Version Code:5
|
|
37
metadata/com.tomer.dbz.widget.yml
Normal file
37
metadata/com.tomer.dbz.widget.yml
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
Categories:
|
||||||
|
- Theming
|
||||||
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Tomer Rosenfeld
|
||||||
|
AuthorEmail: tomer@tomerrosenfeld.com
|
||||||
|
SourceCode: https://github.com/rosenpin/DBZ-Battery-Widget
|
||||||
|
IssueTracker: https://github.com/rosenpin/DBZ-Battery-Widget/issues
|
||||||
|
Donate: https://www.paypal.me/rosenfeldtomer/2usd
|
||||||
|
|
||||||
|
AutoName: DBZ Battery Widget
|
||||||
|
Summary: View your battery status with your favorite DBZ character
|
||||||
|
Description: |-
|
||||||
|
Choose your favorite character from Dragon Ball Z/Dragon Ball Super and view
|
||||||
|
your battery status, data and time in a meaningful way
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/rosenpin/DBZ-Battery-Widget.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.5'
|
||||||
|
versionCode: 4
|
||||||
|
commit: '1.5'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.6'
|
||||||
|
versionCode: 5
|
||||||
|
commit: '1.6'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags ^[0-9\.]+$
|
||||||
|
CurrentVersion: '1.6'
|
||||||
|
CurrentVersionCode: 5
|
|
@ -1,42 +0,0 @@
|
||||||
Categories:Graphics
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Author Name:Tomer Rosenfeld
|
|
||||||
Author Email:tomer.rosenfeld@protonmail.com
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/rosenpin/QuickDrawEverywhere
|
|
||||||
Issue Tracker:https://github.com/rosenpin/QuickDrawEverywhere/issues
|
|
||||||
Donate:https://www.paypal.me/rosenfeldtomer/2usd
|
|
||||||
|
|
||||||
Auto Name:Quick Draw Everywhere
|
|
||||||
Summary:Draw and take notes everywhere on your device
|
|
||||||
Description:
|
|
||||||
Quickly draw anywhere on your screen using a floating bubble and a simple, yet
|
|
||||||
powerful drawing canvas.
|
|
||||||
|
|
||||||
The app will create a popup icon, clicking that icon will open a drawing area.
|
|
||||||
Draw and sketch in the provided area, when you are done click the save button.
|
|
||||||
|
|
||||||
'''Features:'''
|
|
||||||
|
|
||||||
* Save and view images
|
|
||||||
* Draw/erase
|
|
||||||
* Undo button
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/rosenpin/QuickDrawEverywhere.git
|
|
||||||
|
|
||||||
Build:1.8,51
|
|
||||||
commit=1.8
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.9,100
|
|
||||||
commit=1.9
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.9
|
|
||||||
Current Version Code:100
|
|
46
metadata/com.tomer.draw.yml
Normal file
46
metadata/com.tomer.draw.yml
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
Categories:
|
||||||
|
- Graphics
|
||||||
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Tomer Rosenfeld
|
||||||
|
AuthorEmail: tomer.rosenfeld@protonmail.com
|
||||||
|
SourceCode: https://github.com/rosenpin/QuickDrawEverywhere
|
||||||
|
IssueTracker: https://github.com/rosenpin/QuickDrawEverywhere/issues
|
||||||
|
Donate: https://www.paypal.me/rosenfeldtomer/2usd
|
||||||
|
|
||||||
|
AutoName: Quick Draw Everywhere
|
||||||
|
Summary: Draw and take notes everywhere on your device
|
||||||
|
Description: |-
|
||||||
|
Quickly draw anywhere on your screen using a floating bubble and a simple, yet
|
||||||
|
powerful drawing canvas.
|
||||||
|
|
||||||
|
The app will create a popup icon, clicking that icon will open a drawing area.
|
||||||
|
Draw and sketch in the provided area, when you are done click the save button.
|
||||||
|
|
||||||
|
'''Features:'''
|
||||||
|
|
||||||
|
* Save and view images
|
||||||
|
* Draw/erase
|
||||||
|
* Undo button
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/rosenpin/QuickDrawEverywhere.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.8'
|
||||||
|
versionCode: 51
|
||||||
|
commit: '1.8'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.9'
|
||||||
|
versionCode: 100
|
||||||
|
commit: '1.9'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.9'
|
||||||
|
CurrentVersionCode: 100
|
Loading…
Reference in a new issue