Merge branch 'txt2yaml' into 'master'
Converting Metadata to YAML See merge request fdroid/fdroiddata!5223
This commit is contained in:
commit
a653330371
|
|
@ -1,119 +0,0 @@
|
||||||
Categories:Science & Education
|
|
||||||
License:GPL-2.0-only
|
|
||||||
Web Site:https://toposuite.hgdev.ch/
|
|
||||||
Source Code:https://github.com/hgdev-ch/toposuite-android
|
|
||||||
Issue Tracker:https://github.com/hgdev-ch/toposuite-android/issues
|
|
||||||
|
|
||||||
Auto Name:TopoSuite
|
|
||||||
Summary:Tool for land surveyors
|
|
||||||
Description:
|
|
||||||
TopoSuite for Android is an application that targets land surveyors by helping
|
|
||||||
them determining new geographical points based on measurements and offering some
|
|
||||||
utilities. It is able to do the following calculations:
|
|
||||||
|
|
||||||
Polar calculations:
|
|
||||||
|
|
||||||
* station orientation
|
|
||||||
* free station
|
|
||||||
* polar survey
|
|
||||||
* polar implantation
|
|
||||||
* axis implantation
|
|
||||||
|
|
||||||
Orthogonal calculations:
|
|
||||||
|
|
||||||
* orthogonal survey
|
|
||||||
* orthogonal tracking
|
|
||||||
* orthogonal implantation
|
|
||||||
|
|
||||||
Intersections calculations:
|
|
||||||
|
|
||||||
* lines intersections
|
|
||||||
* circles intersections
|
|
||||||
* line / circle intersections
|
|
||||||
|
|
||||||
Surface calculations:
|
|
||||||
|
|
||||||
* surface included with arc of a circle
|
|
||||||
* parallel limit displacement regarding compulsory surface
|
|
||||||
|
|
||||||
Miscellaneous:
|
|
||||||
|
|
||||||
* field / distance
|
|
||||||
* point projection on a line
|
|
||||||
* circle computation using three points
|
|
||||||
* arc of a circle segmentation
|
|
||||||
|
|
||||||
Mathematics:
|
|
||||||
|
|
||||||
* triangle solver
|
|
||||||
* circular elements resolution
|
|
||||||
|
|
||||||
Data, such as points, can be imported into the application from CSV, LTOP or PTP
|
|
||||||
file formats and exported to CSV. The history of all the calculations, the
|
|
||||||
points and application settings can be exported to file (*.tpst) which can be
|
|
||||||
imported into other instances of the application or simply later on.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/hgdev-ch/toposuite-android.git
|
|
||||||
|
|
||||||
Build:1.0.0,51
|
|
||||||
commit=v1.0.0
|
|
||||||
subdir=TopoSuite
|
|
||||||
|
|
||||||
Build:1.0.1,52
|
|
||||||
commit=v1.0.1
|
|
||||||
subdir=TopoSuite
|
|
||||||
|
|
||||||
Build:1.0.2,55
|
|
||||||
commit=v1.0.2
|
|
||||||
subdir=TopoSuite
|
|
||||||
|
|
||||||
Build:1.0.3,56
|
|
||||||
commit=v1.0.3
|
|
||||||
subdir=TopoSuite
|
|
||||||
|
|
||||||
Build:1.0.4,57
|
|
||||||
commit=v1.0.4
|
|
||||||
subdir=TopoSuite
|
|
||||||
|
|
||||||
Build:1.0.5,58
|
|
||||||
commit=c281c26e3cc1efc39a1a63153044a626cf997159
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.6,59
|
|
||||||
commit=v1.0.6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.1.0-RC,65
|
|
||||||
commit=v1.1.0-RC
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.1.0-RC2,66
|
|
||||||
commit=v1.1.0-RC2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.1.0,68
|
|
||||||
commit=v1.1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.2.0,69
|
|
||||||
commit=v1.2.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.0,70
|
|
||||||
disable=transformClassesAndResourcesWithProguardForRelease fails
|
|
||||||
commit=v1.3.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.3.0
|
|
||||||
Current Version Code:70
|
|
||||||
139
metadata/ch.hgdev.toposuite.yml
Normal file
139
metadata/ch.hgdev.toposuite.yml
Normal file
|
|
@ -0,0 +1,139 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
License: GPL-2.0-only
|
||||||
|
WebSite: https://toposuite.hgdev.ch/
|
||||||
|
SourceCode: https://github.com/hgdev-ch/toposuite-android
|
||||||
|
IssueTracker: https://github.com/hgdev-ch/toposuite-android/issues
|
||||||
|
|
||||||
|
AutoName: TopoSuite
|
||||||
|
Summary: Tool for land surveyors
|
||||||
|
Description: |-
|
||||||
|
TopoSuite for Android is an application that targets land surveyors by helping
|
||||||
|
them determining new geographical points based on measurements and offering some
|
||||||
|
utilities. It is able to do the following calculations:
|
||||||
|
|
||||||
|
Polar calculations:
|
||||||
|
|
||||||
|
* station orientation
|
||||||
|
* free station
|
||||||
|
* polar survey
|
||||||
|
* polar implantation
|
||||||
|
* axis implantation
|
||||||
|
|
||||||
|
Orthogonal calculations:
|
||||||
|
|
||||||
|
* orthogonal survey
|
||||||
|
* orthogonal tracking
|
||||||
|
* orthogonal implantation
|
||||||
|
|
||||||
|
Intersections calculations:
|
||||||
|
|
||||||
|
* lines intersections
|
||||||
|
* circles intersections
|
||||||
|
* line / circle intersections
|
||||||
|
|
||||||
|
Surface calculations:
|
||||||
|
|
||||||
|
* surface included with arc of a circle
|
||||||
|
* parallel limit displacement regarding compulsory surface
|
||||||
|
|
||||||
|
Miscellaneous:
|
||||||
|
|
||||||
|
* field / distance
|
||||||
|
* point projection on a line
|
||||||
|
* circle computation using three points
|
||||||
|
* arc of a circle segmentation
|
||||||
|
|
||||||
|
Mathematics:
|
||||||
|
|
||||||
|
* triangle solver
|
||||||
|
* circular elements resolution
|
||||||
|
|
||||||
|
Data, such as points, can be imported into the application from CSV, LTOP or PTP
|
||||||
|
file formats and exported to CSV. The history of all the calculations, the
|
||||||
|
points and application settings can be exported to file (*.tpst) which can be
|
||||||
|
imported into other instances of the application or simply later on.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/hgdev-ch/toposuite-android.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.0
|
||||||
|
versionCode: 51
|
||||||
|
commit: v1.0.0
|
||||||
|
subdir: TopoSuite
|
||||||
|
|
||||||
|
- versionName: 1.0.1
|
||||||
|
versionCode: 52
|
||||||
|
commit: v1.0.1
|
||||||
|
subdir: TopoSuite
|
||||||
|
|
||||||
|
- versionName: 1.0.2
|
||||||
|
versionCode: 55
|
||||||
|
commit: v1.0.2
|
||||||
|
subdir: TopoSuite
|
||||||
|
|
||||||
|
- versionName: 1.0.3
|
||||||
|
versionCode: 56
|
||||||
|
commit: v1.0.3
|
||||||
|
subdir: TopoSuite
|
||||||
|
|
||||||
|
- versionName: 1.0.4
|
||||||
|
versionCode: 57
|
||||||
|
commit: v1.0.4
|
||||||
|
subdir: TopoSuite
|
||||||
|
|
||||||
|
- versionName: 1.0.5
|
||||||
|
versionCode: 58
|
||||||
|
commit: c281c26e3cc1efc39a1a63153044a626cf997159
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.6
|
||||||
|
versionCode: 59
|
||||||
|
commit: v1.0.6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.1.0-RC
|
||||||
|
versionCode: 65
|
||||||
|
commit: v1.1.0-RC
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.1.0-RC2
|
||||||
|
versionCode: 66
|
||||||
|
commit: v1.1.0-RC2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.1.0
|
||||||
|
versionCode: 68
|
||||||
|
commit: v1.1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.2.0
|
||||||
|
versionCode: 69
|
||||||
|
commit: v1.2.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.0
|
||||||
|
versionCode: 70
|
||||||
|
disable: transformClassesAndResourcesWithProguardForRelease fails
|
||||||
|
commit: v1.3.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.3.0
|
||||||
|
CurrentVersionCode: 70
|
||||||
|
|
@ -1,36 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/tom-and-jerry/eyeCam
|
|
||||||
Issue Tracker:https://github.com/tom-and-jerry/eyeCam/issues
|
|
||||||
|
|
||||||
Auto Name:eyeCam
|
|
||||||
Summary:Recognize colours
|
|
||||||
Description:
|
|
||||||
An augmented reality app which aims to support colorblind people in
|
|
||||||
distinguishing and recognizing colors.
|
|
||||||
|
|
||||||
* Color recognition
|
|
||||||
* Camera filters to enhance color differentiation
|
|
||||||
* Simulation of colorblindness (e.g. for web developers)
|
|
||||||
|
|
||||||
Known issues:
|
|
||||||
|
|
||||||
* Color recognition does not work properly sometimes
|
|
||||||
* Tablets are not yet supported (orientation is off)
|
|
||||||
|
|
||||||
[http://chir.ag/projects/name-that-color Name that color] is used to detect
|
|
||||||
color names.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/tom-and-jerry/eyeCam.git
|
|
||||||
|
|
||||||
Build:0.9-beta,81
|
|
||||||
commit=161096295b4d4
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:0.9-beta
|
|
||||||
Current Version Code:81
|
|
||||||
38
metadata/ch.hsr.eyecam.yml
Normal file
38
metadata/ch.hsr.eyecam.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/tom-and-jerry/eyeCam
|
||||||
|
IssueTracker: https://github.com/tom-and-jerry/eyeCam/issues
|
||||||
|
|
||||||
|
AutoName: eyeCam
|
||||||
|
Summary: Recognize colours
|
||||||
|
Description: |-
|
||||||
|
An augmented reality app which aims to support colorblind people in
|
||||||
|
distinguishing and recognizing colors.
|
||||||
|
|
||||||
|
* Color recognition
|
||||||
|
* Camera filters to enhance color differentiation
|
||||||
|
* Simulation of colorblindness (e.g. for web developers)
|
||||||
|
|
||||||
|
Known issues:
|
||||||
|
|
||||||
|
* Color recognition does not work properly sometimes
|
||||||
|
* Tablets are not yet supported (orientation is off)
|
||||||
|
|
||||||
|
[http://chir.ag/projects/name-that-color Name that color] is used to detect
|
||||||
|
color names.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/tom-and-jerry/eyeCam.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.9-beta
|
||||||
|
versionCode: 81
|
||||||
|
commit: 161096295b4d4
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: 0.9-beta
|
||||||
|
CurrentVersionCode: 81
|
||||||
|
|
@ -1,55 +0,0 @@
|
||||||
Categories:Time
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/pascalfree/calendar-color
|
|
||||||
Issue Tracker:https://github.com/pascalfree/calendar-color/issues
|
|
||||||
FlattrID:a562233c4739d5cce92e816f32fb44c1
|
|
||||||
|
|
||||||
Auto Name:Calendar Color
|
|
||||||
Summary:Change the calendar color
|
|
||||||
Description:
|
|
||||||
A simple app to change to color of a calendar in android 4+. Tested with
|
|
||||||
calendars provided by baikal.
|
|
||||||
|
|
||||||
Issues:
|
|
||||||
|
|
||||||
The color is slightly different from what the google calendar app is showing.
|
|
||||||
The google calendar app seems to tweak the colors a little bit. Colors set in
|
|
||||||
owncloud are also slightly different in the google calendar app.
|
|
||||||
|
|
||||||
The colorchanges back after some time: Many calendar services will overwrite the
|
|
||||||
color when syncing. Set the color directly in the service (e.g. google,
|
|
||||||
owncloud) instead.
|
|
||||||
|
|
||||||
Thanks:
|
|
||||||
|
|
||||||
HoloColorPicker - [https://github.com/LarsWerkman/HoloColorPicker]
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/pascalfree/calendar-color.git
|
|
||||||
|
|
||||||
Build:0.1,1
|
|
||||||
commit=v0.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.2,2
|
|
||||||
commit=v0.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.3,3
|
|
||||||
commit=v0.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.4,4
|
|
||||||
commit=v0.4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.4
|
|
||||||
Current Version Code:4
|
|
||||||
63
metadata/ch.ihdg.calendarcolor.yml
Normal file
63
metadata/ch.ihdg.calendarcolor.yml
Normal file
|
|
@ -0,0 +1,63 @@
|
||||||
|
Categories:
|
||||||
|
- Time
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/pascalfree/calendar-color
|
||||||
|
IssueTracker: https://github.com/pascalfree/calendar-color/issues
|
||||||
|
FlattrID: a562233c4739d5cce92e816f32fb44c1
|
||||||
|
|
||||||
|
AutoName: Calendar Color
|
||||||
|
Summary: Change the calendar color
|
||||||
|
Description: |-
|
||||||
|
A simple app to change to color of a calendar in android 4+. Tested with
|
||||||
|
calendars provided by baikal.
|
||||||
|
|
||||||
|
'''Issues:'''
|
||||||
|
|
||||||
|
The color is slightly different from what the google calendar app is showing.
|
||||||
|
The google calendar app seems to tweak the colors a little bit. Colors set in
|
||||||
|
owncloud are also slightly different in the google calendar app.
|
||||||
|
|
||||||
|
The colorchanges back after some time: Many calendar services will overwrite the
|
||||||
|
color when syncing. Set the color directly in the service (e.g. google,
|
||||||
|
owncloud) instead.
|
||||||
|
|
||||||
|
'''Thanks:'''
|
||||||
|
|
||||||
|
HoloColorPicker - [https://github.com/LarsWerkman/HoloColorPicker]
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/pascalfree/calendar-color.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.1'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v0.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.2'
|
||||||
|
versionCode: 2
|
||||||
|
commit: v0.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.3'
|
||||||
|
versionCode: 3
|
||||||
|
commit: v0.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.4'
|
||||||
|
versionCode: 4
|
||||||
|
commit: v0.4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '0.4'
|
||||||
|
CurrentVersionCode: 4
|
||||||
|
|
@ -1,48 +0,0 @@
|
||||||
Categories:Graphics,Multimedia,Science & Education
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Author Name:Georg Rieger
|
|
||||||
Author Email:georg.rieger@eblcom.ch
|
|
||||||
Web Site:https://github.com/Jiikuy/VelocityCalculator/wiki
|
|
||||||
Source Code:https://github.com/jiikuy/velocitycalculator
|
|
||||||
Issue Tracker:https://github.com/jiikuy/velocitycalculator/issues
|
|
||||||
|
|
||||||
Auto Name:Velocity Calculator
|
|
||||||
Summary:Calculate the speed of an object in a video
|
|
||||||
Description:
|
|
||||||
Calculates the speed of an object in a video. It needs to get calibrated once
|
|
||||||
before you can use it. The video must follow the following terms:
|
|
||||||
|
|
||||||
* It should not be shorter than 1 second.
|
|
||||||
* The camera should not move.
|
|
||||||
* The object must be visible at the start and the end of the video.
|
|
||||||
|
|
||||||
[https://github.com/Jiikuy/VelocityCalculator/wiki Full documentation].
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/jiikuy/velocitycalculator
|
|
||||||
|
|
||||||
Build:1.1.1,3
|
|
||||||
commit=2e07980
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.2,4
|
|
||||||
commit=1.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3,5
|
|
||||||
commit=1.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.1,6
|
|
||||||
commit=1.3.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.3.1
|
|
||||||
Current Version Code:6
|
|
||||||
59
metadata/ch.jiikuy.velocitycalculator.yml
Normal file
59
metadata/ch.jiikuy.velocitycalculator.yml
Normal file
|
|
@ -0,0 +1,59 @@
|
||||||
|
Categories:
|
||||||
|
- Graphics
|
||||||
|
- Multimedia
|
||||||
|
- Science & Education
|
||||||
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Georg Rieger
|
||||||
|
AuthorEmail: georg.rieger@eblcom.ch
|
||||||
|
WebSite: https://github.com/Jiikuy/VelocityCalculator/wiki
|
||||||
|
SourceCode: https://github.com/jiikuy/velocitycalculator
|
||||||
|
IssueTracker: https://github.com/jiikuy/velocitycalculator/issues
|
||||||
|
|
||||||
|
AutoName: Velocity Calculator
|
||||||
|
Summary: Calculate the speed of an object in a video
|
||||||
|
Description: |-
|
||||||
|
Calculates the speed of an object in a video. It needs to get calibrated once
|
||||||
|
before you can use it. The video must follow the following terms:
|
||||||
|
|
||||||
|
* It should not be shorter than 1 second.
|
||||||
|
* The camera should not move.
|
||||||
|
* The object must be visible at the start and the end of the video.
|
||||||
|
|
||||||
|
[https://github.com/Jiikuy/VelocityCalculator/wiki Full documentation].
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/jiikuy/velocitycalculator
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.1.1
|
||||||
|
versionCode: 3
|
||||||
|
commit: '2e07980'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 4
|
||||||
|
commit: '1.2'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.3'
|
||||||
|
versionCode: 5
|
||||||
|
commit: '1.3'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.1
|
||||||
|
versionCode: 6
|
||||||
|
commit: 1.3.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.3.1
|
||||||
|
CurrentVersionCode: 6
|
||||||
|
|
@ -1,105 +0,0 @@
|
||||||
Categories:Games
|
|
||||||
License:GPL-2.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/reloZid/android-anuto
|
|
||||||
Issue Tracker:https://github.com/reloZid/android-anuto/issues
|
|
||||||
|
|
||||||
Auto Name:Anuto TD
|
|
||||||
Summary:Another Ugly Tower Defense
|
|
||||||
Description:
|
|
||||||
Anuto is yet another tower defense game for android. It features astonishing
|
|
||||||
hand-drawn graphics and a smooth gameplay.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/reloZid/android-anuto
|
|
||||||
|
|
||||||
Build:0.1-4,5
|
|
||||||
commit=26073b06e9e6ea51da46f9f3ecc8dbe8a4ec0324
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.1-5,6
|
|
||||||
commit=0eb3add30f5a6c9eb96db8c19a9f12fec7ecea00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.2,7
|
|
||||||
commit=v0.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.2-1,8
|
|
||||||
commit=v0.2-1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.2-2,9
|
|
||||||
commit=v0.2-2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.2-3,10
|
|
||||||
commit=v0.2-3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.3,11
|
|
||||||
commit=v0.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.3-1,12
|
|
||||||
commit=v0.3-1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.3-2,13
|
|
||||||
commit=v0.3-2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.3-3,14
|
|
||||||
commit=v0.3-3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.3-4,15
|
|
||||||
commit=v0.3-4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.3-5,16
|
|
||||||
commit=v0.3-5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.4,17
|
|
||||||
commit=v0.4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.4-1,18
|
|
||||||
commit=v0.4-1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.4-2,19
|
|
||||||
commit=v0.4-2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.5,20
|
|
||||||
commit=v0.5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.5-1,21
|
|
||||||
commit=v0.5-1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.5-1
|
|
||||||
Current Version Code:21
|
|
||||||
139
metadata/ch.logixisland.anuto.yml
Normal file
139
metadata/ch.logixisland.anuto.yml
Normal file
|
|
@ -0,0 +1,139 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: GPL-2.0-only
|
||||||
|
SourceCode: https://github.com/reloZid/android-anuto
|
||||||
|
IssueTracker: https://github.com/reloZid/android-anuto/issues
|
||||||
|
|
||||||
|
AutoName: Anuto TD
|
||||||
|
Summary: Another Ugly Tower Defense
|
||||||
|
Description: |-
|
||||||
|
Anuto is yet another tower defense game for android. It features astonishing
|
||||||
|
hand-drawn graphics and a smooth gameplay.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/reloZid/android-anuto
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.1-4
|
||||||
|
versionCode: 5
|
||||||
|
commit: 26073b06e9e6ea51da46f9f3ecc8dbe8a4ec0324
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.1-5
|
||||||
|
versionCode: 6
|
||||||
|
commit: 0eb3add30f5a6c9eb96db8c19a9f12fec7ecea00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.2'
|
||||||
|
versionCode: 7
|
||||||
|
commit: v0.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.2-1
|
||||||
|
versionCode: 8
|
||||||
|
commit: v0.2-1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.2-2
|
||||||
|
versionCode: 9
|
||||||
|
commit: v0.2-2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.2-3
|
||||||
|
versionCode: 10
|
||||||
|
commit: v0.2-3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.3'
|
||||||
|
versionCode: 11
|
||||||
|
commit: v0.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.3-1
|
||||||
|
versionCode: 12
|
||||||
|
commit: v0.3-1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.3-2
|
||||||
|
versionCode: 13
|
||||||
|
commit: v0.3-2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.3-3
|
||||||
|
versionCode: 14
|
||||||
|
commit: v0.3-3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.3-4
|
||||||
|
versionCode: 15
|
||||||
|
commit: v0.3-4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.3-5
|
||||||
|
versionCode: 16
|
||||||
|
commit: v0.3-5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.4'
|
||||||
|
versionCode: 17
|
||||||
|
commit: v0.4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.4-1
|
||||||
|
versionCode: 18
|
||||||
|
commit: v0.4-1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.4-2
|
||||||
|
versionCode: 19
|
||||||
|
commit: v0.4-2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.5'
|
||||||
|
versionCode: 20
|
||||||
|
commit: v0.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.5-1
|
||||||
|
versionCode: 21
|
||||||
|
commit: v0.5-1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 0.5-1
|
||||||
|
CurrentVersionCode: 21
|
||||||
|
|
@ -1,32 +0,0 @@
|
||||||
Categories:Science & Education
|
|
||||||
License:GPL-2.0-or-later
|
|
||||||
Web Site:http://www.osciprime.com
|
|
||||||
Source Code:https://bitbucket.org/dalb8/osciiprime
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:OsciPrime
|
|
||||||
Summary:Oscilloscope to measure signals
|
|
||||||
Description:
|
|
||||||
Measure the microphone audio input as well as a USB Oscilloscope on sale from
|
|
||||||
the website.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:hg
|
|
||||||
Repo:https://bitbucket.org/dalb8/osciiprime
|
|
||||||
|
|
||||||
Build:16,16
|
|
||||||
commit=150c5dbd13f08ef292
|
|
||||||
forceversion=yes
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
scandelete=jni/liblog.so
|
|
||||||
build=cp $$NDK$$/platforms/android-14/arch-arm/usr/lib/liblog.so jni/
|
|
||||||
buildjni=yes
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Substituting binary in jni/ with one from the NDK
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:Dagobert
|
|
||||||
Current Version Code:16
|
|
||||||
34
metadata/ch.nexuscomputing.android.osciprimeics.yml
Normal file
34
metadata/ch.nexuscomputing.android.osciprimeics.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
WebSite: http://www.osciprime.com
|
||||||
|
SourceCode: https://bitbucket.org/dalb8/osciiprime
|
||||||
|
|
||||||
|
AutoName: OsciPrime
|
||||||
|
Summary: Oscilloscope to measure signals
|
||||||
|
Description: |-
|
||||||
|
Measure the microphone audio input as well as a USB Oscilloscope on sale from
|
||||||
|
the website.
|
||||||
|
|
||||||
|
RepoType: hg
|
||||||
|
Repo: https://bitbucket.org/dalb8/osciiprime
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '16'
|
||||||
|
versionCode: 16
|
||||||
|
commit: 150c5dbd13f08ef292
|
||||||
|
forceversion: true
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
scandelete:
|
||||||
|
- jni/liblog.so
|
||||||
|
build: cp $$NDK$$/platforms/android-14/arch-arm/usr/lib/liblog.so jni/
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
MaintainerNotes: Substituting binary in jni/ with one from the NDK
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: Dagobert
|
||||||
|
CurrentVersionCode: 16
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
Categories:Navigation
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/Waboodoo/Status-Bar-Tachometer
|
|
||||||
Issue Tracker:https://github.com/Waboodoo/Status-Bar-Tachometer/issues
|
|
||||||
|
|
||||||
Auto Name:Status Bar Tachometer
|
|
||||||
Summary:Display your current speed as notification
|
|
||||||
Description:
|
|
||||||
Displays your current speed as a notification in the status bar. It is
|
|
||||||
toggleable through shortcuts and supports 4 different units: m/s, km/h, mi/h and
|
|
||||||
ft/s.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/Waboodoo/Status-Bar-Tachometer
|
|
||||||
|
|
||||||
Build:1.2,3
|
|
||||||
commit=1.2
|
|
||||||
subdir=Status Bar Tacho
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.2
|
|
||||||
Current Version Code:3
|
|
||||||
26
metadata/ch.rmy.android.statusbar_tacho.yml
Normal file
26
metadata/ch.rmy.android.statusbar_tacho.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
Categories:
|
||||||
|
- Navigation
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/Waboodoo/Status-Bar-Tachometer
|
||||||
|
IssueTracker: https://github.com/Waboodoo/Status-Bar-Tachometer/issues
|
||||||
|
|
||||||
|
AutoName: Status Bar Tachometer
|
||||||
|
Summary: Display your current speed as notification
|
||||||
|
Description: |-
|
||||||
|
Displays your current speed as a notification in the status bar. It is
|
||||||
|
toggleable through shortcuts and supports 4 different units: m/s, km/h, mi/h and
|
||||||
|
ft/s.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Waboodoo/Status-Bar-Tachometer
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 3
|
||||||
|
commit: '1.2'
|
||||||
|
subdir: Status Bar Tacho
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.2'
|
||||||
|
CurrentVersionCode: 3
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/rrelmy/BatteryLevel
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:Battery Level
|
|
||||||
Summary:See the battery level
|
|
||||||
Description:
|
|
||||||
Simple app the shows the battery level when the app is launched. Press anywhere
|
|
||||||
to close it
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/rrelmy/BatteryLevel.git
|
|
||||||
|
|
||||||
Build:0.3,3
|
|
||||||
commit=45ad3b
|
|
||||||
target=android-15
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:0.3
|
|
||||||
Current Version Code:3
|
|
||||||
24
metadata/ch.rrelmy.android.batterymanager.yml
Normal file
24
metadata/ch.rrelmy.android.batterymanager.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/rrelmy/BatteryLevel
|
||||||
|
|
||||||
|
AutoName: Battery Level
|
||||||
|
Summary: See the battery level
|
||||||
|
Description: |-
|
||||||
|
Simple app the shows the battery level when the app is launched. Press anywhere
|
||||||
|
to close it
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/rrelmy/BatteryLevel.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.3'
|
||||||
|
versionCode: 3
|
||||||
|
commit: 45ad3b
|
||||||
|
target: android-15
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '0.3'
|
||||||
|
CurrentVersionCode: 3
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
AntiFeatures:NonFreeDep
|
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/rrelmy/LocationCacheMap
|
|
||||||
Issue Tracker:https://github.com/rrelmy/LocationCacheMap/issues
|
|
||||||
|
|
||||||
Auto Name:Location Cache Map
|
|
||||||
Summary:Find where your device was
|
|
||||||
Description:
|
|
||||||
N.B Only applies if you are on Android 2.3.3-. Requires root.
|
|
||||||
|
|
||||||
If you opt-in to Network location, the non-free software provided by Google to
|
|
||||||
every Android phone, a log will be kept of your location so that Google can
|
|
||||||
benefit from the combination of location data and wireless signal data.
|
|
||||||
|
|
||||||
The log can't be viewed against a map within the app because an API key for
|
|
||||||
Google Maps is missing from the f-droid.org build and no other map source is
|
|
||||||
available. Another app that supports OpenStreetMap and gpx files can be used to
|
|
||||||
view it, such as [[me.guillaumin.android.osmtracker]].
|
|
||||||
|
|
||||||
Anti-feature: Dependency. It's necessary for Google Maps to be already installed
|
|
||||||
either as an app or as a shared system library for this app to be installable.
|
|
||||||
.
|
|
||||||
|
|
||||||
Requires Root:yes
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/rrelmy/LocationCacheMap.git
|
|
||||||
|
|
||||||
Build:0.6,6
|
|
||||||
commit=2a1c44
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest
|
|
||||||
Current Version:0.6
|
|
||||||
Current Version Code:6
|
|
||||||
39
metadata/ch.rrelmy.android.locationcachemap.yml
Normal file
39
metadata/ch.rrelmy.android.locationcachemap.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeDep
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/rrelmy/LocationCacheMap
|
||||||
|
IssueTracker: https://github.com/rrelmy/LocationCacheMap/issues
|
||||||
|
|
||||||
|
AutoName: Location Cache Map
|
||||||
|
Summary: Find where your device was
|
||||||
|
Description: |-
|
||||||
|
N.B Only applies if you are on Android 2.3.3-. Requires root.
|
||||||
|
|
||||||
|
If you opt-in to Network location, the non-free software provided by Google to
|
||||||
|
every Android phone, a log will be kept of your location so that Google can
|
||||||
|
benefit from the combination of location data and wireless signal data.
|
||||||
|
|
||||||
|
The log can't be viewed against a map within the app because an API key for
|
||||||
|
Google Maps is missing from the f-droid.org build and no other map source is
|
||||||
|
available. Another app that supports OpenStreetMap and gpx files can be used to
|
||||||
|
view it, such as [[me.guillaumin.android.osmtracker]].
|
||||||
|
|
||||||
|
Anti-feature: Dependency. It's necessary for Google Maps to be already installed
|
||||||
|
either as an app or as a shared system library for this app to be installable.
|
||||||
|
|
||||||
|
RequiresRoot: 'yes'
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/rrelmy/LocationCacheMap.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.6'
|
||||||
|
versionCode: 6
|
||||||
|
commit: 2a1c44
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: '0.6'
|
||||||
|
CurrentVersionCode: 6
|
||||||
|
|
@ -1,44 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://forum.xda-developers.com/android/apps-games/app-code-aurora-s-chromium-swe-browser-t3603932
|
|
||||||
Source Code:https://github.com/bamless/chromium-swe-updater
|
|
||||||
Issue Tracker:https://github.com/bamless/chromium-swe-updater/issues
|
|
||||||
|
|
||||||
Auto Name:Chromium SWE Updater
|
|
||||||
Summary:Update custom Chromium for Snapdragon builds
|
|
||||||
Description:
|
|
||||||
Automatically update an unofficial build of
|
|
||||||
[https://www.codeaurora.org/projects/all-active-projects/chromium-browser-snapdragon
|
|
||||||
Code Aurora's Chromium for Snapdragon], an optimized fork targeting Qualcomm's
|
|
||||||
Snapdragon processors.
|
|
||||||
|
|
||||||
The custom build aims to deploy the stock Chromium SWE with only few additions:
|
|
||||||
custom icon, custom name, adblock, more search engines.
|
|
||||||
|
|
||||||
This app will search a third-party GitHub repo
|
|
||||||
[https://github.com/bamless/chromium-swe-builds] for new custom builds once a
|
|
||||||
day, and will show a notification if one is found.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/bamless/chromium-swe-updater
|
|
||||||
|
|
||||||
Build:1.4,5
|
|
||||||
commit=v1.4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.4.1,6
|
|
||||||
commit=v1.4.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
Doesnt verify with
|
|
||||||
Binaries:https://github.com/bamless/chromium-swe-updater/releases/download/v%v/chromium-swe-updater-%v.apk
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.4.1
|
|
||||||
Current Version Code:6
|
|
||||||
48
metadata/chromiumupdater.bamless.com.chromiumsweupdater.yml
Normal file
48
metadata/chromiumupdater.bamless.com.chromiumsweupdater.yml
Normal file
|
|
@ -0,0 +1,48 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: https://forum.xda-developers.com/android/apps-games/app-code-aurora-s-chromium-swe-browser-t3603932
|
||||||
|
SourceCode: https://github.com/bamless/chromium-swe-updater
|
||||||
|
IssueTracker: https://github.com/bamless/chromium-swe-updater/issues
|
||||||
|
|
||||||
|
AutoName: Chromium SWE Updater
|
||||||
|
Summary: Update custom Chromium for Snapdragon builds
|
||||||
|
Description: |-
|
||||||
|
Automatically update an unofficial build of
|
||||||
|
[https://www.codeaurora.org/projects/all-active-projects/chromium-browser-snapdragon
|
||||||
|
Code Aurora's Chromium for Snapdragon], an optimized fork targeting Qualcomm's
|
||||||
|
Snapdragon processors.
|
||||||
|
|
||||||
|
The custom build aims to deploy the stock Chromium SWE with only few additions:
|
||||||
|
custom icon, custom name, adblock, more search engines.
|
||||||
|
|
||||||
|
This app will search a third-party GitHub repo
|
||||||
|
[https://github.com/bamless/chromium-swe-builds] for new custom builds once a
|
||||||
|
day, and will show a notification if one is found.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/bamless/chromium-swe-updater
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.4'
|
||||||
|
versionCode: 5
|
||||||
|
commit: v1.4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.4.1
|
||||||
|
versionCode: 6
|
||||||
|
commit: v1.4.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
Doesnt verify with
|
||||||
|
Binaries:https://github.com/bamless/chromium-swe-updater/releases/download/v%v/chromium-swe-updater-%v.apk
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.4.1
|
||||||
|
CurrentVersionCode: 6
|
||||||
|
|
@ -1,141 +0,0 @@
|
||||||
Categories:Security,System
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/kaputnikGo/PilferShushJammer
|
|
||||||
Issue Tracker:https://github.com/kaputnikGo/PilferShushJammer/issues
|
|
||||||
Changelog:https://github.com/kaputnikGo/PilferShushJammer/blob/HEAD/CHANGELOG.md
|
|
||||||
|
|
||||||
Auto Name:PilferShush Jammer
|
|
||||||
Summary:Block unwanted use of onboard microphone
|
|
||||||
Description:
|
|
||||||
Features a '''passive jammer''' technique that engages the microphone thereby
|
|
||||||
blocking other apps from using it. But does NOT listen to or record any of the
|
|
||||||
audio from the microphone. It uses 0% CPU and no noticeable battery use. However
|
|
||||||
is not intended to be left on permanently due to the variety of triggers that
|
|
||||||
can cause audio_focus_state changes (VOIP etc).
|
|
||||||
|
|
||||||
Also features an '''active jammer''' that emits tones constrained to the NUHF
|
|
||||||
range of 18 kHz to 24 kHz range. User determined carrier frequency and drift
|
|
||||||
limits with rate for random tone emissions depending on the device capabilities.
|
|
||||||
For instance 20000 Hz carrier, drift limit 1000 Hz and rate slow - will output
|
|
||||||
random frequency between 19 kHz and 21 kHz approximately every second.
|
|
||||||
|
|
||||||
Audible artifacts are present during the NUHF tones but this may be changed in a
|
|
||||||
future release. Experimental white noise output may not be very effective at
|
|
||||||
blocking and is a somewhat annoying sound. The device speaker output may not
|
|
||||||
have enough amplitude to block unwanted NUHF signals - testing will determine.
|
|
||||||
|
|
||||||
* Manual start
|
|
||||||
* Notification post when running
|
|
||||||
* Auto stop and restart when telephony interrupts
|
|
||||||
* Currently relies on audio_focus_state changes for auto-switching
|
|
||||||
* Active jammer
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/kaputnikGo/PilferShushJammer.git
|
|
||||||
|
|
||||||
Build:2.0,3
|
|
||||||
commit=2.0.06
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.0.13,5
|
|
||||||
commit=2.0.13
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.1.1,6
|
|
||||||
commit=2.1.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.2.1,7
|
|
||||||
commit=2.2.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.2.2,8
|
|
||||||
commit=2.2.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.2.2.3,9
|
|
||||||
commit=2.2.2.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.2.5,12
|
|
||||||
commit=2.2.5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.0.1,14
|
|
||||||
commit=3.0.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.0.2,15
|
|
||||||
commit=3.0.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.0.3,16
|
|
||||||
commit=3.0.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.1.0,17
|
|
||||||
commit=3.1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.1.1,18
|
|
||||||
commit=3.1.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.1.2,19
|
|
||||||
commit=3.1.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.2.0,20
|
|
||||||
commit=3.2.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:4.0.0,22
|
|
||||||
commit=4.0.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:4.0.1,23
|
|
||||||
commit=4.0.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:4.0.2,24
|
|
||||||
commit=4.0.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:4.0.3,25
|
|
||||||
commit=4.0.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:4.0.4,26
|
|
||||||
commit=4.0.4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:4.0.5,27
|
|
||||||
commit=4.0.5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:4.0.5
|
|
||||||
Current Version Code:27
|
|
||||||
182
metadata/cityfreqs.com.pilfershushjammer.yml
Normal file
182
metadata/cityfreqs.com.pilfershushjammer.yml
Normal file
|
|
@ -0,0 +1,182 @@
|
||||||
|
Categories:
|
||||||
|
- Security
|
||||||
|
- System
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://github.com/kaputnikGo/PilferShushJammer
|
||||||
|
IssueTracker: https://github.com/kaputnikGo/PilferShushJammer/issues
|
||||||
|
Changelog: https://github.com/kaputnikGo/PilferShushJammer/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
|
AutoName: PilferShush Jammer
|
||||||
|
Summary: Block unwanted use of onboard microphone
|
||||||
|
Description: |-
|
||||||
|
Features a '''passive jammer''' technique that engages the microphone thereby
|
||||||
|
blocking other apps from using it. But does NOT listen to or record any of the
|
||||||
|
audio from the microphone. It uses 0% CPU and no noticeable battery use. However
|
||||||
|
is not intended to be left on permanently due to the variety of triggers that
|
||||||
|
can cause audio_focus_state changes (VOIP etc).
|
||||||
|
|
||||||
|
Also features an '''active jammer''' that emits tones constrained to the NUHF
|
||||||
|
range of 18 kHz to 24 kHz range. User determined carrier frequency and drift
|
||||||
|
limits with rate for random tone emissions depending on the device capabilities.
|
||||||
|
For instance 20000 Hz carrier, drift limit 1000 Hz and rate slow - will output
|
||||||
|
random frequency between 19 kHz and 21 kHz approximately every second.
|
||||||
|
|
||||||
|
Audible artifacts are present during the NUHF tones but this may be changed in a
|
||||||
|
future release. Experimental white noise output may not be very effective at
|
||||||
|
blocking and is a somewhat annoying sound. The device speaker output may not
|
||||||
|
have enough amplitude to block unwanted NUHF signals - testing will determine.
|
||||||
|
|
||||||
|
* Manual start
|
||||||
|
* Notification post when running
|
||||||
|
* Auto stop and restart when telephony interrupts
|
||||||
|
* Currently relies on audio_focus_state changes for auto-switching
|
||||||
|
* Active jammer
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/kaputnikGo/PilferShushJammer.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '2.0'
|
||||||
|
versionCode: 3
|
||||||
|
commit: 2.0.06
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.0.13
|
||||||
|
versionCode: 5
|
||||||
|
commit: 2.0.13
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.1.1
|
||||||
|
versionCode: 6
|
||||||
|
commit: 2.1.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.2.1
|
||||||
|
versionCode: 7
|
||||||
|
commit: 2.2.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.2.2
|
||||||
|
versionCode: 8
|
||||||
|
commit: 2.2.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.2.2.3
|
||||||
|
versionCode: 9
|
||||||
|
commit: 2.2.2.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.2.5
|
||||||
|
versionCode: 12
|
||||||
|
commit: 2.2.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.0.1
|
||||||
|
versionCode: 14
|
||||||
|
commit: 3.0.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.0.2
|
||||||
|
versionCode: 15
|
||||||
|
commit: 3.0.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.0.3
|
||||||
|
versionCode: 16
|
||||||
|
commit: 3.0.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.1.0
|
||||||
|
versionCode: 17
|
||||||
|
commit: 3.1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.1.1
|
||||||
|
versionCode: 18
|
||||||
|
commit: 3.1.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.1.2
|
||||||
|
versionCode: 19
|
||||||
|
commit: 3.1.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.2.0
|
||||||
|
versionCode: 20
|
||||||
|
commit: 3.2.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 4.0.0
|
||||||
|
versionCode: 22
|
||||||
|
commit: 4.0.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 4.0.1
|
||||||
|
versionCode: 23
|
||||||
|
commit: 4.0.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 4.0.2
|
||||||
|
versionCode: 24
|
||||||
|
commit: 4.0.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 4.0.3
|
||||||
|
versionCode: 25
|
||||||
|
commit: 4.0.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 4.0.4
|
||||||
|
versionCode: 26
|
||||||
|
commit: 4.0.4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 4.0.5
|
||||||
|
versionCode: 27
|
||||||
|
commit: 4.0.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 4.0.5
|
||||||
|
CurrentVersionCode: 27
|
||||||
Loading…
Reference in a new issue