Merge branch 'txt2yaml' into 'master'
Converting metadata to YAML See merge request fdroid/fdroiddata!5476
This commit is contained in:
commit
b8d6138be2
|
@ -1,33 +0,0 @@
|
|||
Categories:Internet
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:
|
||||
Source Code:https://github.com/ilesinge/scuttloid
|
||||
Issue Tracker:https://github.com/ilesinge/scuttloid/issues
|
||||
|
||||
Auto Name:Scuttloid
|
||||
Summary:Semantic Scuttle client
|
||||
Description:
|
||||
Scuttloid is a client for managing your bookmarks that are stored on a
|
||||
[https://sourceforge.net/projects/semanticscuttle/ Semantic Scuttle] server. It
|
||||
allows to list/search your personal bookmarks, add and edit existing bookmarks,
|
||||
and share them to other applications.
|
||||
|
||||
Status: Beta.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/ilesinge/scuttloid.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=1.0
|
||||
|
||||
Build:1.0.1,2
|
||||
commit=1.0.1
|
||||
|
||||
Build:1.1,3
|
||||
commit=1.1
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1
|
||||
Current Version Code:3
|
37
metadata/gr.ndre.scuttloid.yml
Normal file
37
metadata/gr.ndre.scuttloid.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/ilesinge/scuttloid
|
||||
IssueTracker: https://github.com/ilesinge/scuttloid/issues
|
||||
Changelog: https://github.com/ilesinge/scuttloid/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: Scuttloid
|
||||
Summary: Semantic Scuttle client
|
||||
Description: |-
|
||||
Scuttloid is a client for managing your bookmarks that are stored on a
|
||||
[https://sourceforge.net/projects/semanticscuttle/ Semantic Scuttle] server. It
|
||||
allows to list/search your personal bookmarks, add and edit existing bookmarks,
|
||||
and share them to other applications.
|
||||
|
||||
Status: Beta.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ilesinge/scuttloid.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: '1.0'
|
||||
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
commit: 1.0.1
|
||||
|
||||
- versionName: '1.1'
|
||||
versionCode: 3
|
||||
commit: '1.1'
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.1'
|
||||
CurrentVersionCode: 3
|
|
@ -1,63 +0,0 @@
|
|||
Categories:Sports & Health
|
||||
License:GPL-3.0-only
|
||||
Web Site:
|
||||
Source Code:https://github.com/grmpl/StepandHeightcounter
|
||||
Issue Tracker:https://github.com/grmpl/StepandHeightcounter/issues
|
||||
|
||||
Auto Name:Step and Height counter
|
||||
Summary:Counting Steps and Elevation gain on Nexus 5X
|
||||
Description:
|
||||
This app counts steps and elevation gain if step sensor and pressure sensor is
|
||||
available as on the Nexus 5X. It is only tested on this device, so I don't know
|
||||
if it will run on other devices. Please note: Pressure sensor is mandatory.
|
||||
Steps will not be counted if there is a step sensor but no pressure sensor.
|
||||
|
||||
Elevation gain should only be counted if steps are detected, so only stairs will
|
||||
count, but not elevators. Don't expect high accuracy - due to the concept of the
|
||||
sensors the accuracy is limited. And: avoid walking in trains or subways with
|
||||
active measurement, as the pressure (and therefore height) can change
|
||||
significantly during driving.
|
||||
|
||||
You can save regular and daily statistics automatically on SD-Card and save a
|
||||
marker with current values with the floating action button. There isn't much on
|
||||
graphical display of statistic data besides two progress bars. Just use any
|
||||
program which can read csv-values.
|
||||
|
||||
'''Permissions:'''
|
||||
|
||||
* Keep device awake: Device will not be kept awake all time. It will be woken up regulary and kept awake if necessary for short time to ensure proper counting of steps and elevation gain.
|
||||
* Write to external storage: App will work without this permission, but you cannot save statistical values or markers.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/grmpl/StepandHeightcounter
|
||||
|
||||
Build:1.0,1
|
||||
commit=v1.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.01,2
|
||||
commit=v1.01
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.1,3
|
||||
commit=v1.1-fdroid
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2,4
|
||||
commit=v1.2-fdroid
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.21,5
|
||||
commit=v1.21-fdroid
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v-fdroid
|
||||
Update Check Mode:Tags .*-fdroid$
|
||||
Current Version:1.21
|
||||
Current Version Code:5
|
74
metadata/grmpl.mk.stepandheightcounter.yml
Normal file
74
metadata/grmpl.mk.stepandheightcounter.yml
Normal file
|
@ -0,0 +1,74 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/grmpl/StepandHeightcounter
|
||||
IssueTracker: https://github.com/grmpl/StepandHeightcounter/issues
|
||||
Changelog: https://github.com/grmpl/StepandHeightcounter/releases
|
||||
|
||||
AutoName: Step and Height counter
|
||||
Summary: Counting Steps and Elevation gain on Nexus 5X
|
||||
Description: |-
|
||||
This app counts steps and elevation gain if step sensor and pressure sensor is
|
||||
available as on the Nexus 5X. It is only tested on this device, so I don’t know
|
||||
if it will run on other devices. Please note: Pressure sensor is mandatory.
|
||||
Steps will not be counted if there is a step sensor but no pressure sensor.
|
||||
|
||||
Elevation gain should only be counted if steps are detected, so only stairs will
|
||||
count, but not elevators. Don’t expect high accuracy - due to the concept of the
|
||||
sensors the accuracy is limited. And: avoid walking in trains or subways with
|
||||
active measurement, as the pressure (and therefore height) can change
|
||||
significantly during driving.
|
||||
|
||||
You can save regular and daily statistics automatically on SD-Card and save a
|
||||
marker with current values with the floating action button. There isn’t much on
|
||||
graphical display of statistic data besides two progress bars. Just use any
|
||||
program which can read csv-values.
|
||||
|
||||
'''Permissions:'''
|
||||
|
||||
* Keep device awake: Device will not be kept awake all time. It will be woken up regulary and kept awake if necessary for short time to ensure proper counting of steps and elevation gain.
|
||||
* Write to external storage: App will work without this permission, but you cannot save statistical values or markers.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/grmpl/StepandHeightcounter
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v1.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.01'
|
||||
versionCode: 2
|
||||
commit: v1.01
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.1'
|
||||
versionCode: 3
|
||||
commit: v1.1-fdroid
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.2'
|
||||
versionCode: 4
|
||||
commit: v1.2-fdroid
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.21'
|
||||
versionCode: 5
|
||||
commit: v1.21-fdroid
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v-fdroid
|
||||
UpdateCheckMode: Tags .*-fdroid$
|
||||
CurrentVersion: '1.21'
|
||||
CurrentVersionCode: 5
|
|
@ -1,36 +0,0 @@
|
|||
Categories:Internet
|
||||
License:GPL-2.0-or-later
|
||||
Web Site:
|
||||
Source Code:https://github.com/Valodim/Stratum0Widget
|
||||
Issue Tracker:https://github.com/Valodim/Stratum0Widget/issues
|
||||
|
||||
Auto Name:Stratum 0 Widget
|
||||
Summary:Status Widget for Stratum 0, Hackerspace Braunschweig
|
||||
Description:
|
||||
This is a widget for viewing and managing the opening status of the Stratum 0
|
||||
Hackerspace. It's very good.
|
||||
|
||||
Features:
|
||||
|
||||
* Display status as widget
|
||||
* Manage status (open/close/inherit)
|
||||
* Open door using your authorized SSH key
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/Valodim/Stratum0Widget
|
||||
|
||||
Build:4.0.1-foss,21
|
||||
commit=v4.0.1
|
||||
subdir=app
|
||||
gradle=foss
|
||||
|
||||
Build:5.0.0-foss,22
|
||||
commit=v5.0.0
|
||||
subdir=app
|
||||
gradle=foss
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags ^v[0-9.]+$
|
||||
Current Version:5.0.0-foss
|
||||
Current Version Code:22
|
43
metadata/horse.amazin.my.stratum0.statuswidget.yml
Normal file
43
metadata/horse.amazin.my.stratum0.statuswidget.yml
Normal file
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-2.0-or-later
|
||||
AuthorName: Valodim
|
||||
AuthorEmail: s0widget@mugenguild.com
|
||||
SourceCode: https://github.com/Valodim/Stratum0Widget
|
||||
IssueTracker: https://github.com/Valodim/Stratum0Widget/issues
|
||||
Changelog: https://github.com/Valodim/Stratum0Widget/releases
|
||||
|
||||
AutoName: Stratum 0 Widget
|
||||
Summary: Status Widget for Stratum 0, Hackerspace Braunschweig
|
||||
Description: |-
|
||||
This is a widget for viewing and managing the opening status of the Stratum 0
|
||||
Hackerspace. It’s very good.
|
||||
|
||||
Features:
|
||||
|
||||
* Display status as widget
|
||||
* Manage status (open/close/inherit)
|
||||
* Open door using your authorized SSH key
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Valodim/Stratum0Widget
|
||||
|
||||
Builds:
|
||||
- versionName: 4.0.1-foss
|
||||
versionCode: 21
|
||||
commit: v4.0.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- foss
|
||||
|
||||
- versionName: 5.0.0-foss
|
||||
versionCode: 22
|
||||
commit: v5.0.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- foss
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
CurrentVersion: 5.0.0-foss
|
||||
CurrentVersionCode: 22
|
|
@ -1,90 +0,0 @@
|
|||
Categories:Games
|
||||
License:LGPL-3.0-only
|
||||
Web Site:
|
||||
Source Code:https://github.com/subchannel13/EnchantedFortress
|
||||
Issue Tracker:https://github.com/subchannel13/EnchantedFortress/issues
|
||||
Changelog:https://github.com/subchannel13/EnchantedFortress/blob/HEAD/CHANGELOG.md
|
||||
Donate:https://www.paypal.me/IvanKravarscan/5
|
||||
|
||||
Auto Name:Enchanted Fortress
|
||||
Summary:Build, manage and defend your castle
|
||||
Description:
|
||||
A simple game inspired by Age of Castles. Distribute your population to farming,
|
||||
construction, guard duty and scholarship, survive demon invasion and find the
|
||||
way to banish them forever.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/subchannel13/EnchantedFortress
|
||||
|
||||
Build:1.0,1
|
||||
commit=0db12acb24f11fbb892f8c1e43e769254adadb4c
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.1,2
|
||||
commit=v1.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2,3
|
||||
disable=lintVitalRelease: "helpText" is not translated in "de" (German)
|
||||
commit=v1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3,4
|
||||
disable=lintVitalRelease: "helpText" is not translated in "de" (German)
|
||||
commit=v1.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4,5
|
||||
commit=v1.4
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.5,6
|
||||
commit=v1.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.6,7
|
||||
commit=v1.6
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.7,8
|
||||
commit=v1.7
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.8,9
|
||||
commit=v1.8
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.9,10
|
||||
commit=v1.9
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.10,11
|
||||
commit=v1.10
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.11,12
|
||||
commit=v1.11
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.12,13
|
||||
commit=v1.12
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.12
|
||||
Current Version Code:13
|
116
metadata/hr.kravarscan.enchantedfortress.yml
Normal file
116
metadata/hr.kravarscan.enchantedfortress.yml
Normal file
|
@ -0,0 +1,116 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: LGPL-3.0-only
|
||||
SourceCode: https://github.com/subchannel13/EnchantedFortress
|
||||
IssueTracker: https://github.com/subchannel13/EnchantedFortress/issues
|
||||
Changelog: https://github.com/subchannel13/EnchantedFortress/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://www.paypal.me/IvanKravarscan/5
|
||||
|
||||
AutoName: Enchanted Fortress
|
||||
Summary: Build, manage and defend your castle
|
||||
Description: |-
|
||||
A simple game inspired by Age of Castles. Distribute your population to farming,
|
||||
construction, guard duty and scholarship, survive demon invasion and find the
|
||||
way to banish them forever.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/subchannel13/EnchantedFortress
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: 0db12acb24f11fbb892f8c1e43e769254adadb4c
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.1'
|
||||
versionCode: 2
|
||||
commit: v1.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.2'
|
||||
versionCode: 3
|
||||
disable: 'lintVitalRelease: "helpText" is not translated in "de" (German)'
|
||||
commit: v1.2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.3'
|
||||
versionCode: 4
|
||||
disable: 'lintVitalRelease: "helpText" is not translated in "de" (German)'
|
||||
commit: v1.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.4'
|
||||
versionCode: 5
|
||||
commit: v1.4
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.5'
|
||||
versionCode: 6
|
||||
commit: v1.5
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.6'
|
||||
versionCode: 7
|
||||
commit: v1.6
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.7'
|
||||
versionCode: 8
|
||||
commit: v1.7
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.8'
|
||||
versionCode: 9
|
||||
commit: v1.8
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.9'
|
||||
versionCode: 10
|
||||
commit: v1.9
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.10'
|
||||
versionCode: 11
|
||||
commit: v1.10
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.11'
|
||||
versionCode: 12
|
||||
commit: v1.11
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.12'
|
||||
versionCode: 13
|
||||
commit: v1.12
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.12'
|
||||
CurrentVersionCode: 13
|
|
@ -1,93 +0,0 @@
|
|||
Categories:Reading
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/dnet/adsdroid
|
||||
Issue Tracker:https://github.com/dnet/adsdroid/issues
|
||||
|
||||
Auto Name:ADSdroid
|
||||
Summary:Get technical datasheets
|
||||
Description:
|
||||
Unofficial Android app for alldatasheet.com, allowing fast access to thousands
|
||||
of PDFs for specifications about electronic items
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/dnet/adsdroid.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=v1.0
|
||||
extlibs=jsoup/jsoup-1.6.3.jar
|
||||
target=android-10
|
||||
|
||||
Build:1.2,2
|
||||
commit=v1.2
|
||||
extlibs=jsoup/jsoup-1.6.3.jar
|
||||
target=android-16
|
||||
|
||||
Build:1.3,3
|
||||
commit=v1.3
|
||||
extlibs=jsoup/jsoup-1.6.3.jar
|
||||
target=android-10
|
||||
|
||||
Build:1.4,5
|
||||
commit=v1.4
|
||||
extlibs=jsoup/jsoup-1.6.3.jar
|
||||
target=android-16
|
||||
|
||||
Build:1.5,6
|
||||
commit=v1.5
|
||||
srclibs=JSoup@jsoup-1.6.2
|
||||
prebuild=mkdir libs && \
|
||||
pushd $$JSoup$$ && \
|
||||
mvn package && \
|
||||
popd && \
|
||||
cp $$JSoup$$/target/*jar libs/
|
||||
target=android-16
|
||||
|
||||
Build:1.5.1,7
|
||||
commit=v1.5.1
|
||||
srclibs=JSoup@jsoup-1.6.2
|
||||
prebuild=mkdir libs && \
|
||||
pushd $$JSoup$$ && \
|
||||
mvn package && \
|
||||
popd && \
|
||||
cp $$JSoup$$/target/*jar libs/
|
||||
target=android-16
|
||||
|
||||
Build:1.6,8
|
||||
commit=v1.6
|
||||
srclibs=JSoup@jsoup-1.6.2
|
||||
prebuild=mkdir libs && \
|
||||
pushd $$JSoup$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$JSoup$$/target/*jar libs/
|
||||
|
||||
Build:1.7,9
|
||||
commit=v1.7
|
||||
srclibs=JSoup@jsoup-1.11.3
|
||||
target=android-9
|
||||
build=mkdir libs && \
|
||||
$$MVN3$$ package -f $$JSoup$$/pom.xml && \
|
||||
cp $$JSoup$$/target/jsoup-*.jar libs/
|
||||
|
||||
Build:1.7.1,10
|
||||
commit=v1.7.1
|
||||
srclibs=JSoup@jsoup-1.11.3
|
||||
target=android-21
|
||||
build=mkdir libs && \
|
||||
$$MVN3$$ package -f $$JSoup$$/pom.xml && \
|
||||
cp $$JSoup$$/target/jsoup-*.jar libs/
|
||||
|
||||
Build:1.7.2,11
|
||||
commit=v1.7.2
|
||||
srclibs=JSoup@jsoup-1.11.3
|
||||
target=android-21
|
||||
build=mkdir libs && \
|
||||
$$MVN3$$ package -f $$JSoup$$/pom.xml && \
|
||||
cp $$JSoup$$/target/jsoup-*.jar libs/
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.7.2
|
||||
Current Version Code:11
|
120
metadata/hu.vsza.adsdroid.yml
Normal file
120
metadata/hu.vsza.adsdroid.yml
Normal file
|
@ -0,0 +1,120 @@
|
|||
Categories:
|
||||
- Reading
|
||||
License: MIT
|
||||
SourceCode: https://github.com/dnet/adsdroid
|
||||
IssueTracker: https://github.com/dnet/adsdroid/issues
|
||||
Changelog: https://github.com/dnet/adsdroid/releases
|
||||
|
||||
AutoName: ADSdroid
|
||||
Summary: Get technical datasheets
|
||||
Description: |-
|
||||
Unofficial Android app for alldatasheet.com, allowing fast access to thousands
|
||||
of PDFs for specifications about electronic items
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/dnet/adsdroid.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v1.0
|
||||
extlibs:
|
||||
- jsoup/jsoup-1.6.3.jar
|
||||
target: android-10
|
||||
|
||||
- versionName: '1.2'
|
||||
versionCode: 2
|
||||
commit: v1.2
|
||||
extlibs:
|
||||
- jsoup/jsoup-1.6.3.jar
|
||||
target: android-16
|
||||
|
||||
- versionName: '1.3'
|
||||
versionCode: 3
|
||||
commit: v1.3
|
||||
extlibs:
|
||||
- jsoup/jsoup-1.6.3.jar
|
||||
target: android-10
|
||||
|
||||
- versionName: '1.4'
|
||||
versionCode: 5
|
||||
commit: v1.4
|
||||
extlibs:
|
||||
- jsoup/jsoup-1.6.3.jar
|
||||
target: android-16
|
||||
|
||||
- versionName: '1.5'
|
||||
versionCode: 6
|
||||
commit: v1.5
|
||||
srclibs:
|
||||
- JSoup@jsoup-1.6.2
|
||||
prebuild:
|
||||
- mkdir libs
|
||||
- pushd $$JSoup$$
|
||||
- mvn package
|
||||
- popd
|
||||
- cp $$JSoup$$/target/*jar libs/
|
||||
target: android-16
|
||||
|
||||
- versionName: 1.5.1
|
||||
versionCode: 7
|
||||
commit: v1.5.1
|
||||
srclibs:
|
||||
- JSoup@jsoup-1.6.2
|
||||
prebuild:
|
||||
- mkdir libs
|
||||
- pushd $$JSoup$$
|
||||
- mvn package
|
||||
- popd
|
||||
- cp $$JSoup$$/target/*jar libs/
|
||||
target: android-16
|
||||
|
||||
- versionName: '1.6'
|
||||
versionCode: 8
|
||||
commit: v1.6
|
||||
srclibs:
|
||||
- JSoup@jsoup-1.6.2
|
||||
prebuild:
|
||||
- mkdir libs
|
||||
- pushd $$JSoup$$
|
||||
- $$MVN3$$ package
|
||||
- popd
|
||||
- cp $$JSoup$$/target/*jar libs/
|
||||
|
||||
- versionName: '1.7'
|
||||
versionCode: 9
|
||||
commit: v1.7
|
||||
srclibs:
|
||||
- JSoup@jsoup-1.11.3
|
||||
target: android-9
|
||||
build:
|
||||
- mkdir libs
|
||||
- $$MVN3$$ package -f $$JSoup$$/pom.xml
|
||||
- cp $$JSoup$$/target/jsoup-*.jar libs/
|
||||
|
||||
- versionName: 1.7.1
|
||||
versionCode: 10
|
||||
commit: v1.7.1
|
||||
srclibs:
|
||||
- JSoup@jsoup-1.11.3
|
||||
target: android-21
|
||||
build:
|
||||
- mkdir libs
|
||||
- $$MVN3$$ package -f $$JSoup$$/pom.xml
|
||||
- cp $$JSoup$$/target/jsoup-*.jar libs/
|
||||
|
||||
- versionName: 1.7.2
|
||||
versionCode: 11
|
||||
commit: v1.7.2
|
||||
srclibs:
|
||||
- JSoup@jsoup-1.11.3
|
||||
target: android-21
|
||||
build:
|
||||
- mkdir libs
|
||||
- $$MVN3$$ package -f $$JSoup$$/pom.xml
|
||||
- cp $$JSoup$$/target/jsoup-*.jar libs/
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.7.2
|
||||
CurrentVersionCode: 11
|
|
@ -1,43 +0,0 @@
|
|||
Categories:Connectivity
|
||||
License:GPL-3.0-only
|
||||
Author Name:Mark Kuo
|
||||
Web Site:
|
||||
Source Code:https://github.com/starryalley/AmbitSync
|
||||
Issue Tracker:https://github.com/starryalley/AmbitSync/issues
|
||||
|
||||
Auto Name:AmbitSync
|
||||
Summary:Read Suunto Ambit watches and convert to GPX
|
||||
Description:
|
||||
''AmbitSync'' is an app to download sport logs (or "moves") from Suunto Ambit
|
||||
GPS watch and convert them to GPX file right on your Android device through the
|
||||
Ambit charging USB cable. No interaction with Movescount website is needed. It
|
||||
also supports Strava upload.
|
||||
|
||||
You will only need the Ambit USB cable and an OTG cable (Type-C or Micro-B to
|
||||
Type-A receptacle cable), connect your watch with the Ambit USB cable through
|
||||
the OTG cable to your Android device's USB port. Your device should support USB
|
||||
host mode or this won't work at all.
|
||||
|
||||
Note that this app requires network permission just for Strava upload. You may
|
||||
choose not to upload to Strava. The app does not communicate with Movescount at
|
||||
all.
|
||||
|
||||
'''Disclaimer:''' Although this app does "read-only" access from your Ambit
|
||||
watch, it does not guarantee 100% safe and functional. Also it is not proven to
|
||||
work on any Android devices + Ambit watch combinations.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/starryalley/AmbitSync.git
|
||||
|
||||
Build:1.3,7
|
||||
commit=v1.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
scandelete=app/src/main/cpp/iconv-android/tests
|
||||
ndk=r17b
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3
|
||||
Current Version Code:7
|
47
metadata/idv.markkuo.ambitsync.yml
Normal file
47
metadata/idv.markkuo.ambitsync.yml
Normal file
|
@ -0,0 +1,47 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Mark Kuo
|
||||
AuthorEmail: starryalley@gmail.com
|
||||
SourceCode: https://github.com/starryalley/AmbitSync
|
||||
IssueTracker: https://github.com/starryalley/AmbitSync/issues
|
||||
|
||||
AutoName: AmbitSync
|
||||
Summary: Read Suunto Ambit watches and convert to GPX
|
||||
Description: |-
|
||||
''AmbitSync'' is an app to download sport logs (or "moves") from Suunto Ambit
|
||||
GPS watch and convert them to GPX file right on your Android device through the
|
||||
Ambit charging USB cable. No interaction with Movescount website is needed. It
|
||||
also supports Strava upload.
|
||||
|
||||
You will only need the Ambit USB cable and an OTG cable (Type-C or Micro-B to
|
||||
Type-A receptacle cable), connect your watch with the Ambit USB cable through
|
||||
the OTG cable to your Android device's USB port. Your device should support USB
|
||||
host mode or this won't work at all.
|
||||
|
||||
Note that this app requires network permission just for Strava upload. You may
|
||||
choose not to upload to Strava. The app does not communicate with Movescount at
|
||||
all.
|
||||
|
||||
'''Disclaimer:''' Although this app does "read-only" access from your Ambit
|
||||
watch, it does not guarantee 100% safe and functional. Also it is not proven to
|
||||
work on any Android devices + Ambit watch combinations.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/starryalley/AmbitSync.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.3'
|
||||
versionCode: 7
|
||||
commit: v1.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- app/src/main/cpp/iconv-android/tests
|
||||
ndk: r17b
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.3'
|
||||
CurrentVersionCode: 7
|
|
@ -1,46 +0,0 @@
|
|||
Categories:Science & Education,Navigation
|
||||
License:GPL-3.0-only
|
||||
Web Site:http://shubhamchaudhary.in
|
||||
Source Code:https://github.com/carts-uiet/cartsbusboarding
|
||||
Issue Tracker:https://github.com/carts-uiet/cartsbusboarding/issues
|
||||
|
||||
Auto Name:Carts Bus Boarding
|
||||
Summary:Detect bus boarding event
|
||||
Description:
|
||||
This application is a part of CARTS research project and detect boarding of bus
|
||||
using smartphone sensors.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/carts-uiet/cartsbusboarding.git
|
||||
|
||||
Build:0.1.1,11
|
||||
commit=v0.1.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.1.2,12
|
||||
commit=v0.1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.1.3,13
|
||||
commit=v0.1.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.1.4,14
|
||||
disable=proguard warnings make gradle error
|
||||
commit=v0.1.4
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.1.5,15
|
||||
commit=v0.1.5
|
||||
subdir=app
|
||||
gradle=full
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.1.5
|
||||
Current Version Code:15
|
58
metadata/in.ac.iitb.cse.cartsbusboarding.yml
Normal file
58
metadata/in.ac.iitb.cse.cartsbusboarding.yml
Normal file
|
@ -0,0 +1,58 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
- Navigation
|
||||
License: GPL-3.0-only
|
||||
WebSite: http://shubhamchaudhary.in
|
||||
SourceCode: https://github.com/carts-uiet/cartsbusboarding
|
||||
IssueTracker: https://github.com/carts-uiet/cartsbusboarding/issues
|
||||
|
||||
AutoName: Carts Bus Boarding
|
||||
Summary: Detect bus boarding event
|
||||
Description: |-
|
||||
This application is a part of CARTS research project and detect boarding of bus
|
||||
using smartphone sensors.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/carts-uiet/cartsbusboarding.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.1
|
||||
versionCode: 11
|
||||
commit: v0.1.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.1.2
|
||||
versionCode: 12
|
||||
commit: v0.1.2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.1.3
|
||||
versionCode: 13
|
||||
commit: v0.1.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.1.4
|
||||
versionCode: 14
|
||||
disable: proguard warnings make gradle error
|
||||
commit: v0.1.4
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.1.5
|
||||
versionCode: 15
|
||||
commit: v0.1.5
|
||||
subdir: app
|
||||
gradle:
|
||||
- full
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.5
|
||||
CurrentVersionCode: 15
|
|
@ -1,68 +0,0 @@
|
|||
Categories:Internet,Development
|
||||
License:GPL-3.0-only
|
||||
Web Site:
|
||||
Source Code:https://github.com/andresth/Kandroid
|
||||
Issue Tracker:https://github.com/andresth/Kandroid/issues
|
||||
Changelog:https://github.com/andresth/Kandroid/blob/HEAD/Changelog.md
|
||||
|
||||
Auto Name:Kandroid
|
||||
Summary:Manage your projects
|
||||
Description:
|
||||
Client for [https://kanboard.net/ Kanboard]. It requires access to a Kanboard
|
||||
server.
|
||||
|
||||
Manage your projects with the Kanban methodology.
|
||||
|
||||
* Get a clear overview of your projects by visualizing your workflow on boards
|
||||
* Limit your workload
|
||||
* Focus on your workflow
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/andresth/Kandroid
|
||||
|
||||
Build:0.5,9
|
||||
disable=pre-release constraint layout
|
||||
commit=v0.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.5.1,11
|
||||
commit=v0.5.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.5.2,12
|
||||
commit=v0.5.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.5.3,13
|
||||
commit=v0.5.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.5.4,14
|
||||
commit=v0.5.4
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.5.6,16
|
||||
commit=v0.5.6
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.5.7,17
|
||||
commit=v0.5.7
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.5.9,19
|
||||
commit=v0.5.9
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.5.9
|
||||
Current Version Code:19
|
85
metadata/in.andres.kandroid.yml
Normal file
85
metadata/in.andres.kandroid.yml
Normal file
|
@ -0,0 +1,85 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Development
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/andresth/Kandroid
|
||||
IssueTracker: https://github.com/andresth/Kandroid/issues
|
||||
Changelog: https://github.com/andresth/Kandroid/blob/HEAD/Changelog.md
|
||||
|
||||
AutoName: Kandroid
|
||||
Summary: Manage your projects
|
||||
Description: |-
|
||||
Client for [https://kanboard.net/ Kanboard]. It requires access to a Kanboard
|
||||
server.
|
||||
|
||||
Manage your projects with the Kanban methodology.
|
||||
|
||||
* Get a clear overview of your projects by visualizing your workflow on boards
|
||||
* Limit your workload
|
||||
* Focus on your workflow
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/andresth/Kandroid
|
||||
|
||||
Builds:
|
||||
- versionName: '0.5'
|
||||
versionCode: 9
|
||||
disable: pre-release constraint layout
|
||||
commit: v0.5
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.5.1
|
||||
versionCode: 11
|
||||
commit: v0.5.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.5.2
|
||||
versionCode: 12
|
||||
commit: v0.5.2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.5.3
|
||||
versionCode: 13
|
||||
commit: v0.5.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.5.4
|
||||
versionCode: 14
|
||||
commit: v0.5.4
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.5.6
|
||||
versionCode: 16
|
||||
commit: v0.5.6
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.5.7
|
||||
versionCode: 17
|
||||
commit: v0.5.7
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.5.9
|
||||
versionCode: 19
|
||||
commit: v0.5.9
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.5.9
|
||||
CurrentVersionCode: 19
|
|
@ -1,26 +0,0 @@
|
|||
Categories:System
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/Arjun-sna/android-permission-checker-app
|
||||
Issue Tracker:https://github.com/Arjun-sna/android-permission-checker-app/issues
|
||||
|
||||
Auto Name:Android Permissions
|
||||
Summary:Check requested permission details of all installed applications
|
||||
Description:
|
||||
App to see details of permissions required by all the installed apps. It lets
|
||||
you browse by installed apps ("what permissions does this app request?", and
|
||||
also by permission groups ("which app does request this permission?").
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/Arjun-sna/android-permission-checker-app.git
|
||||
|
||||
Build:2.0,5
|
||||
commit=v2.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.0
|
||||
Current Version Code:5
|
30
metadata/in.arjsna.permissionchecker.yml
Normal file
30
metadata/in.arjsna.permissionchecker.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
AuthorName: Arjun S N
|
||||
AuthorEmail: arj.sna@gmail.com
|
||||
SourceCode: https://github.com/Arjun-sna/android-permission-checker-app
|
||||
IssueTracker: https://github.com/Arjun-sna/android-permission-checker-app/issues
|
||||
|
||||
AutoName: Android Permissions
|
||||
Summary: Check requested permission details of all installed applications
|
||||
Description: |-
|
||||
App to see details of permissions required by all the installed apps. It lets
|
||||
you browse by installed apps ("what permissions does this app request?", and
|
||||
also by permission groups ("which app does request this permission?").
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Arjun-sna/android-permission-checker-app.git
|
||||
|
||||
Builds:
|
||||
- versionName: '2.0'
|
||||
versionCode: 5
|
||||
commit: v2.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.0'
|
||||
CurrentVersionCode: 5
|
|
@ -1,68 +0,0 @@
|
|||
Categories:System
|
||||
License:GPL-2.0-or-later
|
||||
Web Site:https://torchieapp.wordpress.com/
|
||||
Source Code:https://github.com/anselm94/Torchie-Android
|
||||
Issue Tracker:https://github.com/anselm94/Torchie-Android/issues
|
||||
Donate:https://torchieapp.wordpress.com/donate/
|
||||
|
||||
Auto Name:Torchie
|
||||
Summary:Access LED flashlight from the Volume buttons
|
||||
Description:
|
||||
Use the LED flash of the camera as a flashlight. Easy access this functionality
|
||||
by pressing both volume buttons together. It works in screen on, lock screen and
|
||||
screen off (when enabled from settings).
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Turn on/off torch / flashlight / LED just by holding volume Buttons / keys together
|
||||
* Works in screen on, lock screen, even while screen off (when enabled from Settings)
|
||||
* Optimized (zero) Battery usage (unless enabled in screen off via settings)
|
||||
* Standalone torch / flashlight / LED app too!
|
||||
* Easy, innovative and handy Material Design UI
|
||||
* Very light, tiny and small (~1 MB)
|
||||
* Super fast and reliable
|
||||
* Brightest guaranteed
|
||||
* Innovative, simple & handy
|
||||
* No privacy / security issues
|
||||
* No Root required
|
||||
* No framework / plugin required
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/anselm94/Torchie-Android
|
||||
|
||||
Build:1.2.0,25
|
||||
commit=1.2.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.0,27
|
||||
commit=2.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.0,28
|
||||
disable=com.android.tools.build:gradle:3.0.0-alpha9 requires Google Maven repository
|
||||
commit=3.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.1,29
|
||||
commit=3.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.2,30
|
||||
commit=3.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.2.1,34
|
||||
commit=3.2.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.2.1
|
||||
Current Version Code:34
|
84
metadata/in.blogspot.anselmbros.torchie.yml
Normal file
84
metadata/in.blogspot.anselmbros.torchie.yml
Normal file
|
@ -0,0 +1,84 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-2.0-or-later
|
||||
AuthorName: Anselm and Anselm
|
||||
AuthorEmail: hello@anselm.in
|
||||
WebSite: https://torchieapp.wordpress.com/
|
||||
SourceCode: https://github.com/anselm94/Torchie-Android
|
||||
IssueTracker: https://github.com/anselm94/Torchie-Android/issues
|
||||
Changelog: https://github.com/anselm94/Torchie-Android/releases
|
||||
Donate: https://torchieapp.wordpress.com/donate/
|
||||
|
||||
AutoName: Torchie
|
||||
Summary: Access LED flashlight from the Volume buttons
|
||||
Description: |-
|
||||
Use the LED flash of the camera as a flashlight. Easy access this functionality
|
||||
by pressing both volume buttons together. It works in screen on, lock screen and
|
||||
screen off (when enabled from settings).
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Turn on/off torch / flashlight / LED just by holding volume Buttons / keys together
|
||||
* Works in screen on, lock screen, even while screen off (when enabled from Settings)
|
||||
* Optimized (zero) Battery usage (unless enabled in screen off via settings)
|
||||
* Standalone torch / flashlight / LED app too!
|
||||
* Easy, innovative and handy Material Design UI
|
||||
* Very light, tiny and small (~1 MB)
|
||||
* Super fast and reliable
|
||||
* Brightest guaranteed
|
||||
* Innovative, simple & handy
|
||||
* No privacy / security issues
|
||||
* No Root required
|
||||
* No framework / plugin required
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/anselm94/Torchie-Android
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.0
|
||||
versionCode: 25
|
||||
commit: 1.2.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '2.0'
|
||||
versionCode: 27
|
||||
commit: '2.0'
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '3.0'
|
||||
versionCode: 28
|
||||
disable: com.android.tools.build:gradle:3.0.0-alpha9 requires Google Maven repository
|
||||
commit: '3.0'
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '3.1'
|
||||
versionCode: 29
|
||||
commit: '3.1'
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '3.2'
|
||||
versionCode: 30
|
||||
commit: '3.2'
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 3.2.1
|
||||
versionCode: 34
|
||||
commit: 3.2.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.2.1
|
||||
CurrentVersionCode: 34
|
|
@ -1,59 +0,0 @@
|
|||
Categories:Internet
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:http://indrora.github.io/Atomic
|
||||
Source Code:https://github.com/indrora/Atomic
|
||||
Issue Tracker:https://github.com/indrora/Atomic/issues
|
||||
|
||||
Auto Name:Atomic
|
||||
Summary:IRC (chat) client
|
||||
Description:
|
||||
Internet Relay Chat (IRC) client based on [[org.yaaic]] offering
|
||||
|
||||
* Improved graphics
|
||||
* A more managed settings infrastructure
|
||||
* Color schemes
|
||||
* Generally more helpful error messages
|
||||
* Improved support for low-end devices
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/indrora/Atomic.git
|
||||
|
||||
Build:1.13,13
|
||||
commit=f79244e6a5c67fd40cf2ee9df7fcfcf61d0c93aa
|
||||
subdir=application
|
||||
target=android-19
|
||||
|
||||
Build:1.14,14
|
||||
commit=v1.14
|
||||
subdir=application
|
||||
target=android-19
|
||||
|
||||
Build:1.15,15
|
||||
commit=v1.15
|
||||
subdir=application
|
||||
|
||||
Build:1.16,16
|
||||
commit=v1.16
|
||||
subdir=application
|
||||
submodules=yes
|
||||
|
||||
Build:1.18,18
|
||||
commit=v1.18
|
||||
subdir=application
|
||||
submodules=yes
|
||||
|
||||
Build:1.19,19
|
||||
commit=v1.19
|
||||
subdir=application
|
||||
submodules=yes
|
||||
|
||||
Build:2.1,21
|
||||
commit=fdroid-r21
|
||||
subdir=application
|
||||
gradle=fdroid
|
||||
|
||||
Auto Update Mode:Version fdroid-r%c
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.1
|
||||
Current Version Code:21
|
70
metadata/indrora.atomic.yml
Normal file
70
metadata/indrora.atomic.yml
Normal file
|
@ -0,0 +1,70 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-or-later
|
||||
WebSite: http://indrora.github.io/Atomic
|
||||
SourceCode: https://github.com/indrora/Atomic
|
||||
IssueTracker: https://github.com/indrora/Atomic/issues
|
||||
|
||||
AutoName: Atomic
|
||||
Summary: IRC (chat) client
|
||||
Description: |-
|
||||
'''NOTE:''' This app is no longer maintained (its repo was archived).
|
||||
|
||||
Internet Relay Chat (IRC) client based on [[org.yaaic]] offering
|
||||
|
||||
* Improved graphics
|
||||
* A more managed settings infrastructure
|
||||
* Color schemes
|
||||
* Generally more helpful error messages
|
||||
* Improved support for low-end devices
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/indrora/Atomic.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.13'
|
||||
versionCode: 13
|
||||
commit: f79244e6a5c67fd40cf2ee9df7fcfcf61d0c93aa
|
||||
subdir: application
|
||||
target: android-19
|
||||
|
||||
- versionName: '1.14'
|
||||
versionCode: 14
|
||||
commit: v1.14
|
||||
subdir: application
|
||||
target: android-19
|
||||
|
||||
- versionName: '1.15'
|
||||
versionCode: 15
|
||||
commit: v1.15
|
||||
subdir: application
|
||||
|
||||
- versionName: '1.16'
|
||||
versionCode: 16
|
||||
commit: v1.16
|
||||
subdir: application
|
||||
submodules: true
|
||||
|
||||
- versionName: '1.18'
|
||||
versionCode: 18
|
||||
commit: v1.18
|
||||
subdir: application
|
||||
submodules: true
|
||||
|
||||
- versionName: '1.19'
|
||||
versionCode: 19
|
||||
commit: v1.19
|
||||
subdir: application
|
||||
submodules: true
|
||||
|
||||
- versionName: '2.1'
|
||||
versionCode: 21
|
||||
commit: fdroid-r21
|
||||
subdir: application
|
||||
gradle:
|
||||
- fdroid
|
||||
|
||||
AutoUpdateMode: Version fdroid-r%c
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.1'
|
||||
CurrentVersionCode: 21
|
|
@ -1,39 +0,0 @@
|
|||
Categories:Writing
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:
|
||||
Source Code:https://github.com/aario/snotepad
|
||||
Issue Tracker:https://github.com/aario/snotepad/issues
|
||||
Changelog:https://github.com/aario/snotepad/releases
|
||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJTM2GDGPEFHA
|
||||
|
||||
Auto Name:SNotepad
|
||||
Summary:Take notes
|
||||
Description:
|
||||
SNotepad is a combination of modern memo apps and traditional text editors.
|
||||
While you enjoy the features of top modern notepad apps like multiple notes
|
||||
management and instant search, SNotepad doesn't save notes in a special database
|
||||
but instead directly on internal storage or SDCard. That means you need not to
|
||||
worry about backing up your valuable notes or export them every once in a while
|
||||
in case you changed your phone or lost it. You can also define the save path in
|
||||
settings dialog. You can even give it address of your OwnCloud folder if you
|
||||
have the app installed. Therefor you can have all your notes backed up by
|
||||
OwnCloud.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/aario/snotepad
|
||||
|
||||
Build:1.0,1
|
||||
commit=1.0.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.1,2
|
||||
commit=1.2.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.1
|
||||
Current Version Code:2
|
43
metadata/info.aario.snotepad.yml
Normal file
43
metadata/info.aario.snotepad.yml
Normal file
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/aario/snotepad
|
||||
IssueTracker: https://github.com/aario/snotepad/issues
|
||||
Changelog: https://github.com/aario/snotepad/releases
|
||||
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJTM2GDGPEFHA
|
||||
|
||||
AutoName: SNotepad
|
||||
Summary: Take notes
|
||||
Description: |-
|
||||
SNotepad is a combination of modern memo apps and traditional text editors.
|
||||
While you enjoy the features of top modern notepad apps like multiple notes
|
||||
management and instant search, SNotepad doesn't save notes in a special database
|
||||
but instead directly on internal storage or SDCard. That means you need not to
|
||||
worry about backing up your valuable notes or export them every once in a while
|
||||
in case you changed your phone or lost it. You can also define the save path in
|
||||
settings dialog. You can even give it address of your OwnCloud folder if you
|
||||
have the app installed. Therefor you can have all your notes backed up by
|
||||
OwnCloud.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/aario/snotepad
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: 1.0.2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.2.1
|
||||
versionCode: 2
|
||||
commit: 1.2.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 2
|
Loading…
Reference in a new issue