Merge branch 'txt2yaml' into 'master'
YAML conversion once more See merge request fdroid/fdroiddata!5366
This commit is contained in:
commit
1d9c277237
|
@ -1,65 +0,0 @@
|
||||||
Categories:System
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/nma83/SDCardTrac
|
|
||||||
Issue Tracker:https://github.com/nma83/SDCardTrac/issues
|
|
||||||
FlattrID:3457864
|
|
||||||
Bitcoin:16bxTv1fP8X2QN5SWXc1AcKhhA1tJQKcTa
|
|
||||||
|
|
||||||
Auto Name:StorageTrac
|
|
||||||
Summary:Record and plot changes in external storage
|
|
||||||
Description:
|
|
||||||
Uses [http://en.wikipedia.org/wiki/Inotify inotify] to record any file activity
|
|
||||||
in the external storage. Collects data at regular intervals and plots used
|
|
||||||
storage space over time. Uses the [http://android-graphview.org GraphView]
|
|
||||||
library for plotting.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/nma83/SDCardTrac.git
|
|
||||||
|
|
||||||
Build:0.2,2
|
|
||||||
commit=v0.2
|
|
||||||
subdir=SDCardTrac
|
|
||||||
gradle=yes
|
|
||||||
rm=SDCardTrac/lib/*
|
|
||||||
|
|
||||||
Build:0.3,3
|
|
||||||
commit=v0.3
|
|
||||||
subdir=SDCardTrac
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.4,4
|
|
||||||
commit=v0.4
|
|
||||||
subdir=SDCardTrac
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.5,5
|
|
||||||
commit=v0.5
|
|
||||||
subdir=SDCardTrac
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.6,6
|
|
||||||
commit=c3d1bdc095096536581c70bbec0480e32dd62763
|
|
||||||
subdir=SDCardTrac
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.7,7
|
|
||||||
commit=v0.7
|
|
||||||
subdir=SDCardTrac
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.8,8
|
|
||||||
commit=v0.8
|
|
||||||
subdir=SDCardTrac
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.9,9
|
|
||||||
commit=v0.9
|
|
||||||
subdir=SDCardTrac
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.9
|
|
||||||
Current Version Code:9
|
|
82
metadata/com.nma.util.sdcardtrac.yml
Normal file
82
metadata/com.nma.util.sdcardtrac.yml
Normal file
|
@ -0,0 +1,82 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/nma83/SDCardTrac
|
||||||
|
IssueTracker: https://github.com/nma83/SDCardTrac/issues
|
||||||
|
FlattrID: '3457864'
|
||||||
|
Bitcoin: 16bxTv1fP8X2QN5SWXc1AcKhhA1tJQKcTa
|
||||||
|
|
||||||
|
AutoName: StorageTrac
|
||||||
|
Summary: Record and plot changes in external storage
|
||||||
|
Description: |-
|
||||||
|
Uses [http://en.wikipedia.org/wiki/Inotify inotify] to record any file activity
|
||||||
|
in the external storage. Collects data at regular intervals and plots used
|
||||||
|
storage space over time. Uses the [http://android-graphview.org GraphView]
|
||||||
|
library for plotting.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/nma83/SDCardTrac.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.2'
|
||||||
|
versionCode: 2
|
||||||
|
commit: v0.2
|
||||||
|
subdir: SDCardTrac
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- SDCardTrac/lib/*
|
||||||
|
|
||||||
|
- versionName: '0.3'
|
||||||
|
versionCode: 3
|
||||||
|
commit: v0.3
|
||||||
|
subdir: SDCardTrac
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.4'
|
||||||
|
versionCode: 4
|
||||||
|
commit: v0.4
|
||||||
|
subdir: SDCardTrac
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.5'
|
||||||
|
versionCode: 5
|
||||||
|
commit: v0.5
|
||||||
|
subdir: SDCardTrac
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.6'
|
||||||
|
versionCode: 6
|
||||||
|
commit: c3d1bdc095096536581c70bbec0480e32dd62763
|
||||||
|
subdir: SDCardTrac
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.7'
|
||||||
|
versionCode: 7
|
||||||
|
commit: v0.7
|
||||||
|
subdir: SDCardTrac
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.8'
|
||||||
|
versionCode: 8
|
||||||
|
commit: v0.8
|
||||||
|
subdir: SDCardTrac
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.9'
|
||||||
|
versionCode: 9
|
||||||
|
commit: v0.9
|
||||||
|
subdir: SDCardTrac
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '0.9'
|
||||||
|
CurrentVersionCode: 9
|
|
@ -1,369 +0,0 @@
|
||||||
Categories:Internet,Reading
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://gitlab.com/spacecowboy/Feeder
|
|
||||||
Issue Tracker:https://gitlab.com/spacecowboy/Feeder/issues
|
|
||||||
Changelog:https://gitlab.com/spacecowboy/Feeder/blob/HEAD/CHANGELOG.md
|
|
||||||
Bitcoin:1PdmeeGxB2iktvmtkGqwUNmYq7L9tnxjwE
|
|
||||||
|
|
||||||
Auto Name:Feeder
|
|
||||||
Summary:RSS feed reader
|
|
||||||
Description:
|
|
||||||
Are you sick of bloated non-free readers that steal your personal information?
|
|
||||||
Are you tired of convoluted syncing setups requiring hours of server
|
|
||||||
configuration? Are you fed up with having to create accounts everywhere?
|
|
||||||
|
|
||||||
Try Feeder instead!
|
|
||||||
|
|
||||||
Feeder is a fully free/libre feed reader. It supports all common feed formats,
|
|
||||||
including JSONFeed. It doesn't track you. It doesn't require any setup. It
|
|
||||||
doesn't even need you to create an account! Just setup your feeds, or import
|
|
||||||
them from your old reader via OPML, then get on with syncing and reading.
|
|
||||||
|
|
||||||
'''Features'''
|
|
||||||
|
|
||||||
* Parses HTML and displays it in a native TextView
|
|
||||||
* Offline reading
|
|
||||||
* Background synchronization
|
|
||||||
* Notifications
|
|
||||||
* OPML Import/Export
|
|
||||||
* Handy access to enclosure links
|
|
||||||
* Material design
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://gitlab.com/spacecowboy/Feeder.git
|
|
||||||
|
|
||||||
Build:1.2.2,5
|
|
||||||
commit=1.2.2
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.2.3,6
|
|
||||||
commit=1.2.3
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.0,7
|
|
||||||
commit=1.3.0
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.2,9
|
|
||||||
commit=1.3.2
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.3,10
|
|
||||||
commit=1.3.3
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.4,11
|
|
||||||
commit=1.3.4
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.5,12
|
|
||||||
commit=1.3.5
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.6,13
|
|
||||||
commit=1.3.6
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.7,14
|
|
||||||
commit=1.3.7
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.8,15
|
|
||||||
commit=1.3.8
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.9,16
|
|
||||||
commit=1.3.9
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.10,17
|
|
||||||
commit=1.3.10
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.11,18
|
|
||||||
commit=1.3.11
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.12,19
|
|
||||||
commit=1.3.12
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.13,20
|
|
||||||
commit=1.3.13
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.14,21
|
|
||||||
commit=1.3.14
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.3.15,22
|
|
||||||
commit=1.3.15
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.4.0,23
|
|
||||||
commit=1.4.0
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.4.1,24
|
|
||||||
commit=1.4.1
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.4.2,25
|
|
||||||
commit=1.4.2
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.4.3,26
|
|
||||||
commit=1.4.3
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.5.0,27
|
|
||||||
commit=1.5.0
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.6.0,28
|
|
||||||
commit=1.6.0
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.6.1,29
|
|
||||||
commit=1.6.1
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.6.2,30
|
|
||||||
commit=1.6.2
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.6.3,31
|
|
||||||
commit=1.6.3
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.6.4,32
|
|
||||||
commit=1.6.4
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.6.5,33
|
|
||||||
commit=1.6.5
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.6.6,34
|
|
||||||
commit=1.6.6
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.6.7,35
|
|
||||||
commit=1.6.7
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.6.8,36
|
|
||||||
commit=1.6.8
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.7.0,37
|
|
||||||
commit=1.7.0
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.7.1,38
|
|
||||||
commit=1.7.1
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.0,39
|
|
||||||
commit=1.8.0
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.1,40
|
|
||||||
commit=1.8.1
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.2,41
|
|
||||||
commit=1.8.2
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.3,42
|
|
||||||
commit=1.8.3
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.4,43
|
|
||||||
commit=1.8.4
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.5,44
|
|
||||||
commit=1.8.5
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.6,45
|
|
||||||
commit=1.8.6
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.7,46
|
|
||||||
commit=1.8.7
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.8,47
|
|
||||||
commit=1.8.8
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.9,48
|
|
||||||
commit=1.8.9
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.10,49
|
|
||||||
commit=1.8.10
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.11,50
|
|
||||||
commit=1.8.11
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.12,51
|
|
||||||
commit=1.8.12
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.13,52
|
|
||||||
commit=1.8.13
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.14,53
|
|
||||||
commit=1.8.14
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.15,54
|
|
||||||
commit=1.8.15
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.8.16,55
|
|
||||||
commit=1.8.16
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
|
||||||
|
|
||||||
Build:1.8.17,56
|
|
||||||
commit=1.8.17
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
|
||||||
|
|
||||||
Build:1.8.18,57
|
|
||||||
commit=1.8.18
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
|
||||||
|
|
||||||
Build:1.8.19,58
|
|
||||||
commit=1.8.19
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
|
||||||
|
|
||||||
Build:1.8.20,59
|
|
||||||
commit=1.8.20
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
prebuild=echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.8.20
|
|
||||||
Current Version Code:59
|
|
478
metadata/com.nononsenseapps.feeder.yml
Normal file
478
metadata/com.nononsenseapps.feeder.yml
Normal file
|
@ -0,0 +1,478 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
- Reading
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://gitlab.com/spacecowboy/Feeder
|
||||||
|
IssueTracker: https://gitlab.com/spacecowboy/Feeder/issues
|
||||||
|
Changelog: https://gitlab.com/spacecowboy/Feeder/blob/HEAD/CHANGELOG.md
|
||||||
|
Bitcoin: 1PdmeeGxB2iktvmtkGqwUNmYq7L9tnxjwE
|
||||||
|
|
||||||
|
AutoName: Feeder
|
||||||
|
Summary: RSS feed reader
|
||||||
|
Description: |-
|
||||||
|
Are you sick of bloated non-free readers that steal your personal information?
|
||||||
|
Are you tired of convoluted syncing setups requiring hours of server
|
||||||
|
configuration? Are you fed up with having to create accounts everywhere?
|
||||||
|
|
||||||
|
Try Feeder instead!
|
||||||
|
|
||||||
|
Feeder is a fully free/libre feed reader. It supports all common feed formats,
|
||||||
|
including JSONFeed. It doesn't track you. It doesn't require any setup. It
|
||||||
|
doesn't even need you to create an account! Just setup your feeds, or import
|
||||||
|
them from your old reader via OPML, then get on with syncing and reading.
|
||||||
|
|
||||||
|
'''Features'''
|
||||||
|
|
||||||
|
* Parses HTML and displays it in a native TextView
|
||||||
|
* Offline reading
|
||||||
|
* Background synchronization
|
||||||
|
* Notifications
|
||||||
|
* OPML Import/Export
|
||||||
|
* Handy access to enclosure links
|
||||||
|
* Material design
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/spacecowboy/Feeder.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.2.2
|
||||||
|
versionCode: 5
|
||||||
|
commit: 1.2.2
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.2.3
|
||||||
|
versionCode: 6
|
||||||
|
commit: 1.2.3
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.0
|
||||||
|
versionCode: 7
|
||||||
|
commit: 1.3.0
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.2
|
||||||
|
versionCode: 9
|
||||||
|
commit: 1.3.2
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.3
|
||||||
|
versionCode: 10
|
||||||
|
commit: 1.3.3
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.4
|
||||||
|
versionCode: 11
|
||||||
|
commit: 1.3.4
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.5
|
||||||
|
versionCode: 12
|
||||||
|
commit: 1.3.5
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.6
|
||||||
|
versionCode: 13
|
||||||
|
commit: 1.3.6
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.7
|
||||||
|
versionCode: 14
|
||||||
|
commit: 1.3.7
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.8
|
||||||
|
versionCode: 15
|
||||||
|
commit: 1.3.8
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.9
|
||||||
|
versionCode: 16
|
||||||
|
commit: 1.3.9
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.10
|
||||||
|
versionCode: 17
|
||||||
|
commit: 1.3.10
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.11
|
||||||
|
versionCode: 18
|
||||||
|
commit: 1.3.11
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.12
|
||||||
|
versionCode: 19
|
||||||
|
commit: 1.3.12
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.13
|
||||||
|
versionCode: 20
|
||||||
|
commit: 1.3.13
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.14
|
||||||
|
versionCode: 21
|
||||||
|
commit: 1.3.14
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.3.15
|
||||||
|
versionCode: 22
|
||||||
|
commit: 1.3.15
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.4.0
|
||||||
|
versionCode: 23
|
||||||
|
commit: 1.4.0
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.4.1
|
||||||
|
versionCode: 24
|
||||||
|
commit: 1.4.1
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.4.2
|
||||||
|
versionCode: 25
|
||||||
|
commit: 1.4.2
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.4.3
|
||||||
|
versionCode: 26
|
||||||
|
commit: 1.4.3
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.5.0
|
||||||
|
versionCode: 27
|
||||||
|
commit: 1.5.0
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.6.0
|
||||||
|
versionCode: 28
|
||||||
|
commit: 1.6.0
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.6.1
|
||||||
|
versionCode: 29
|
||||||
|
commit: 1.6.1
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.6.2
|
||||||
|
versionCode: 30
|
||||||
|
commit: 1.6.2
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.6.3
|
||||||
|
versionCode: 31
|
||||||
|
commit: 1.6.3
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.6.4
|
||||||
|
versionCode: 32
|
||||||
|
commit: 1.6.4
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.6.5
|
||||||
|
versionCode: 33
|
||||||
|
commit: 1.6.5
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.6.6
|
||||||
|
versionCode: 34
|
||||||
|
commit: 1.6.6
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.6.7
|
||||||
|
versionCode: 35
|
||||||
|
commit: 1.6.7
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.6.8
|
||||||
|
versionCode: 36
|
||||||
|
commit: 1.6.8
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.7.0
|
||||||
|
versionCode: 37
|
||||||
|
commit: 1.7.0
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.7.1
|
||||||
|
versionCode: 38
|
||||||
|
commit: 1.7.1
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.0
|
||||||
|
versionCode: 39
|
||||||
|
commit: 1.8.0
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.1
|
||||||
|
versionCode: 40
|
||||||
|
commit: 1.8.1
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.2
|
||||||
|
versionCode: 41
|
||||||
|
commit: 1.8.2
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.3
|
||||||
|
versionCode: 42
|
||||||
|
commit: 1.8.3
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.4
|
||||||
|
versionCode: 43
|
||||||
|
commit: 1.8.4
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.5
|
||||||
|
versionCode: 44
|
||||||
|
commit: 1.8.5
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.6
|
||||||
|
versionCode: 45
|
||||||
|
commit: 1.8.6
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.7
|
||||||
|
versionCode: 46
|
||||||
|
commit: 1.8.7
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.8
|
||||||
|
versionCode: 47
|
||||||
|
commit: 1.8.8
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.9
|
||||||
|
versionCode: 48
|
||||||
|
commit: 1.8.9
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.10
|
||||||
|
versionCode: 49
|
||||||
|
commit: 1.8.10
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.11
|
||||||
|
versionCode: 50
|
||||||
|
commit: 1.8.11
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.12
|
||||||
|
versionCode: 51
|
||||||
|
commit: 1.8.12
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.13
|
||||||
|
versionCode: 52
|
||||||
|
commit: 1.8.13
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.14
|
||||||
|
versionCode: 53
|
||||||
|
commit: 1.8.14
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.15
|
||||||
|
versionCode: 54
|
||||||
|
commit: 1.8.15
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.8.16
|
||||||
|
versionCode: 55
|
||||||
|
commit: 1.8.16
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
||||||
|
|
||||||
|
- versionName: 1.8.17
|
||||||
|
versionCode: 56
|
||||||
|
commit: 1.8.17
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
||||||
|
|
||||||
|
- versionName: 1.8.18
|
||||||
|
versionCode: 57
|
||||||
|
commit: 1.8.18
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
||||||
|
|
||||||
|
- versionName: 1.8.19
|
||||||
|
versionCode: 58
|
||||||
|
commit: 1.8.19
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
||||||
|
|
||||||
|
- versionName: 1.8.20
|
||||||
|
versionCode: 59
|
||||||
|
commit: 1.8.20
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.8.20
|
||||||
|
CurrentVersionCode: 59
|
|
@ -1,28 +0,0 @@
|
||||||
Disabled:Sample app that doesn't really do anything
|
|
||||||
AntiFeatures:NonFreeAssets
|
|
||||||
Categories:Multimedia,Development
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:https://github.com/nostra13/Android-Universal-Image-Loader/wiki
|
|
||||||
Source Code:https://github.com/nostra13/Android-Universal-Image-Loader
|
|
||||||
Issue Tracker:https://github.com/nostra13/Android-Universal-Image-Loader/issues
|
|
||||||
Changelog:https://github.com/nostra13/Android-Universal-Image-Loader/blob/HEAD/CHANGELOG.md
|
|
||||||
|
|
||||||
Auto Name:Universal Image Loader
|
|
||||||
Summary:View images (sample app)
|
|
||||||
Description:
|
|
||||||
Sample application built around the famous UniversalImageLoader library.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/nostra13/Android-Universal-Image-Loader
|
|
||||||
|
|
||||||
Build:1.9.5,40
|
|
||||||
commit=v1.9.5
|
|
||||||
subdir=sample
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/maven_push.gradle/d' ../library/build.gradle
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.9.5
|
|
||||||
Current Version Code:40
|
|
32
metadata/com.nostra13.universalimageloader.yml
Normal file
32
metadata/com.nostra13.universalimageloader.yml
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
Disabled: Sample app that doesn't really do anything
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeAssets
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
- Development
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: https://github.com/nostra13/Android-Universal-Image-Loader/wiki
|
||||||
|
SourceCode: https://github.com/nostra13/Android-Universal-Image-Loader
|
||||||
|
IssueTracker: https://github.com/nostra13/Android-Universal-Image-Loader/issues
|
||||||
|
Changelog: https://github.com/nostra13/Android-Universal-Image-Loader/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
|
AutoName: Universal Image Loader
|
||||||
|
Summary: View images (sample app)
|
||||||
|
Description: Sample application built around the famous UniversalImageLoader library.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/nostra13/Android-Universal-Image-Loader
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.9.5
|
||||||
|
versionCode: 40
|
||||||
|
commit: v1.9.5
|
||||||
|
subdir: sample
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/maven_push.gradle/d' ../library/build.gradle
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.9.5
|
||||||
|
CurrentVersionCode: 40
|
|
@ -1,55 +0,0 @@
|
||||||
Categories:Writing,Security
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/RyuzakiKK/NoteCrypt
|
|
||||||
Issue Tracker:https://github.com/RyuzakiKK/NoteCrypt/issues
|
|
||||||
Changelog:https://raw.githubusercontent.com/RyuzakiKK/NoteCrypt/HEAD/CHANGELOG
|
|
||||||
Bitcoin:1MHEbHt4sBeqGoriwAq1MsXZaZJinoUeLH
|
|
||||||
|
|
||||||
Auto Name:Note Crypt Pro
|
|
||||||
Summary:Keep your notes safe and secure
|
|
||||||
Description:
|
|
||||||
* Create different encrypted, with password, database (files).
|
|
||||||
* Add new notes in a database choosing for each of them: title and tags.
|
|
||||||
* Filter by Tag the list of the notes.
|
|
||||||
* Mark the notes as important by clicking the star icon.
|
|
||||||
* Sorting notes by alphabet or creation date.
|
|
||||||
* The database is securely encrypted with AES 128 bit,
|
|
||||||
|
|
||||||
using cipher-block chaining (CBC), PKCS5Padding and random IV. For the KDF is
|
|
||||||
used a random salt and PBKDF2WithHmacSHA1.
|
|
||||||
|
|
||||||
At the first start you need to choose the name of the database (only the name or
|
|
||||||
the complete path in memory) and press the Create button. After choosing your
|
|
||||||
password you can open the database pressing Open.
|
|
||||||
|
|
||||||
If you forgot your password, the notes will be inaccessible.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/RyuzakiKK/NoteCrypt.git
|
|
||||||
|
|
||||||
Build:1.41,17
|
|
||||||
commit=228052116d0c08c937e1141e1e7f5c71ac14521a
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.42,18
|
|
||||||
commit=1.42
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.43,19
|
|
||||||
commit=1.43
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.44,22
|
|
||||||
commit=1.44
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.44
|
|
||||||
Current Version Code:22
|
|
64
metadata/com.notecryptpro.yml
Normal file
64
metadata/com.notecryptpro.yml
Normal file
|
@ -0,0 +1,64 @@
|
||||||
|
Categories:
|
||||||
|
- Writing
|
||||||
|
- Security
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/RyuzakiKK/NoteCrypt
|
||||||
|
IssueTracker: https://github.com/RyuzakiKK/NoteCrypt/issues
|
||||||
|
Changelog: https://raw.githubusercontent.com/RyuzakiKK/NoteCrypt/HEAD/CHANGELOG
|
||||||
|
Bitcoin: 1MHEbHt4sBeqGoriwAq1MsXZaZJinoUeLH
|
||||||
|
|
||||||
|
AutoName: Note Crypt Pro
|
||||||
|
Summary: Keep your notes safe and secure
|
||||||
|
Description: |-
|
||||||
|
* Create different encrypted, with password, database (files).
|
||||||
|
* Add new notes in a database choosing for each of them: title and tags.
|
||||||
|
* Filter by Tag the list of the notes.
|
||||||
|
* Mark the notes as important by clicking the star icon.
|
||||||
|
* Sorting notes by alphabet or creation date.
|
||||||
|
* The database is securely encrypted with AES 128 bit,
|
||||||
|
|
||||||
|
using cipher-block chaining (CBC), PKCS5Padding and random IV. For the KDF is
|
||||||
|
used a random salt and PBKDF2WithHmacSHA1.
|
||||||
|
|
||||||
|
At the first start you need to choose the name of the database (only the name or
|
||||||
|
the complete path in memory) and press the Create button. After choosing your
|
||||||
|
password you can open the database pressing Open.
|
||||||
|
|
||||||
|
If you forgot your password, the notes will be inaccessible.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/RyuzakiKK/NoteCrypt.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.41'
|
||||||
|
versionCode: 17
|
||||||
|
commit: 228052116d0c08c937e1141e1e7f5c71ac14521a
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.42'
|
||||||
|
versionCode: 18
|
||||||
|
commit: '1.42'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.43'
|
||||||
|
versionCode: 19
|
||||||
|
commit: '1.43'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.44'
|
||||||
|
versionCode: 22
|
||||||
|
commit: '1.44'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.44'
|
||||||
|
CurrentVersionCode: 22
|
|
@ -1,68 +0,0 @@
|
||||||
Categories:Money
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:https://www.notriddle.com
|
|
||||||
Source Code:https://github.com/notriddle/budget-envelopes
|
|
||||||
Issue Tracker:https://github.com/notriddle/budget-envelopes/issues
|
|
||||||
Donate:https://www.notriddle.com/donate
|
|
||||||
|
|
||||||
Auto Name:Budget
|
|
||||||
Summary:Manage your income and expenses
|
|
||||||
Description:
|
|
||||||
Avoid overdraft fees, unexpected shortages, the minimum payment treadmill, and
|
|
||||||
that sinking dread when you realize you actually couldn't afford to go out.
|
|
||||||
|
|
||||||
You put money into the envelopes at payday, and take it out as you spend. An
|
|
||||||
envelope can represent anything — a bank account, money set aside for groceries,
|
|
||||||
or the cash you're saving to buy that new Android phone off-contract. Think of a
|
|
||||||
cheque book, only more flexible.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/notriddle/budget-envelopes.git
|
|
||||||
|
|
||||||
Build:1.0,10
|
|
||||||
commit=1.0
|
|
||||||
|
|
||||||
Build:1.2,12
|
|
||||||
commit=1.2
|
|
||||||
|
|
||||||
Build:1.3,13
|
|
||||||
commit=1.3
|
|
||||||
|
|
||||||
Build:1.4,14
|
|
||||||
commit=1.4
|
|
||||||
|
|
||||||
Build:1.5,15
|
|
||||||
commit=1.5
|
|
||||||
|
|
||||||
Build:1.6,16
|
|
||||||
commit=1.6
|
|
||||||
|
|
||||||
Build:1.7,17
|
|
||||||
commit=1.7
|
|
||||||
|
|
||||||
Build:3.0,30
|
|
||||||
commit=3.0
|
|
||||||
|
|
||||||
Build:3.2,32
|
|
||||||
commit=3.2
|
|
||||||
|
|
||||||
Build:3.4,34
|
|
||||||
commit=3.4
|
|
||||||
|
|
||||||
Build:4.0,40
|
|
||||||
commit=4.0
|
|
||||||
|
|
||||||
Build:4.2,42
|
|
||||||
commit=4.2
|
|
||||||
|
|
||||||
Build:4.3,43
|
|
||||||
commit=v4.3
|
|
||||||
|
|
||||||
Build:4.4,44
|
|
||||||
commit=v4.4
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:4.4
|
|
||||||
Current Version Code:44
|
|
83
metadata/com.notriddle.budget.yml
Normal file
83
metadata/com.notriddle.budget.yml
Normal file
|
@ -0,0 +1,83 @@
|
||||||
|
Categories:
|
||||||
|
- Money
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
WebSite: https://www.notriddle.com
|
||||||
|
SourceCode: https://github.com/notriddle/budget-envelopes
|
||||||
|
IssueTracker: https://github.com/notriddle/budget-envelopes/issues
|
||||||
|
Donate: https://www.notriddle.com/donate
|
||||||
|
|
||||||
|
AutoName: Budget
|
||||||
|
Summary: Manage your income and expenses
|
||||||
|
Description: |-
|
||||||
|
Avoid overdraft fees, unexpected shortages, the minimum payment treadmill, and
|
||||||
|
that sinking dread when you realize you actually couldn't afford to go out.
|
||||||
|
|
||||||
|
You put money into the envelopes at payday, and take it out as you spend. An
|
||||||
|
envelope can represent anything — a bank account, money set aside for groceries,
|
||||||
|
or the cash you're saving to buy that new Android phone off-contract. Think of a
|
||||||
|
cheque book, only more flexible.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/notriddle/budget-envelopes.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 10
|
||||||
|
commit: '1.0'
|
||||||
|
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 12
|
||||||
|
commit: '1.2'
|
||||||
|
|
||||||
|
- versionName: '1.3'
|
||||||
|
versionCode: 13
|
||||||
|
commit: '1.3'
|
||||||
|
|
||||||
|
- versionName: '1.4'
|
||||||
|
versionCode: 14
|
||||||
|
commit: '1.4'
|
||||||
|
|
||||||
|
- versionName: '1.5'
|
||||||
|
versionCode: 15
|
||||||
|
commit: '1.5'
|
||||||
|
|
||||||
|
- versionName: '1.6'
|
||||||
|
versionCode: 16
|
||||||
|
commit: '1.6'
|
||||||
|
|
||||||
|
- versionName: '1.7'
|
||||||
|
versionCode: 17
|
||||||
|
commit: '1.7'
|
||||||
|
|
||||||
|
- versionName: '3.0'
|
||||||
|
versionCode: 30
|
||||||
|
commit: '3.0'
|
||||||
|
|
||||||
|
- versionName: '3.2'
|
||||||
|
versionCode: 32
|
||||||
|
commit: '3.2'
|
||||||
|
|
||||||
|
- versionName: '3.4'
|
||||||
|
versionCode: 34
|
||||||
|
commit: '3.4'
|
||||||
|
|
||||||
|
- versionName: '4.0'
|
||||||
|
versionCode: 40
|
||||||
|
commit: '4.0'
|
||||||
|
|
||||||
|
- versionName: '4.2'
|
||||||
|
versionCode: 42
|
||||||
|
commit: '4.2'
|
||||||
|
|
||||||
|
- versionName: '4.3'
|
||||||
|
versionCode: 43
|
||||||
|
commit: v4.3
|
||||||
|
|
||||||
|
- versionName: '4.4'
|
||||||
|
versionCode: 44
|
||||||
|
commit: v4.4
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '4.4'
|
||||||
|
CurrentVersionCode: 44
|
|
@ -1,39 +0,0 @@
|
||||||
Categories:Development
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:http://www.notriddle.com
|
|
||||||
Source Code:https://github.com/notriddle/null-launcher
|
|
||||||
Issue Tracker:https://github.com/notriddle/null-launcher/issues
|
|
||||||
Donate:http://www.notriddle.com/donate
|
|
||||||
|
|
||||||
Auto Name:Null launcher
|
|
||||||
Summary:A launcher that does nothing
|
|
||||||
Description:
|
|
||||||
Null launcher is a launcher that does nothing. It's useful when combined with
|
|
||||||
other launchers.
|
|
||||||
|
|
||||||
After installing, press your home button. Then, depending on your Android
|
|
||||||
version, either check the "Use by default" box and tap Null launcher, or tap
|
|
||||||
Null launcher then tap "Always."
|
|
||||||
|
|
||||||
If you've accidentally switched to Null Launcher with no way to get out,
|
|
||||||
pinch-zoom on the wallpaper and you can change back to your old launcher. NOTE:
|
|
||||||
If you don't have a multi-touch capable screen, that safety feature is not going
|
|
||||||
to help you. Don't install on such devices unless you know what you're doing.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/notriddle/null-launcher.git
|
|
||||||
|
|
||||||
Build:1.1,11
|
|
||||||
commit=1.1
|
|
||||||
|
|
||||||
Build:1.2,12
|
|
||||||
commit=1.2
|
|
||||||
|
|
||||||
Build:1.3,13
|
|
||||||
commit=1.3
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.3
|
|
||||||
Current Version Code:13
|
|
43
metadata/com.notriddle.null_launcer.yml
Normal file
43
metadata/com.notriddle.null_launcer.yml
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
Categories:
|
||||||
|
- Development
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
WebSite: http://www.notriddle.com
|
||||||
|
SourceCode: https://github.com/notriddle/null-launcher
|
||||||
|
IssueTracker: https://github.com/notriddle/null-launcher/issues
|
||||||
|
Donate: http://www.notriddle.com/donate
|
||||||
|
|
||||||
|
AutoName: Null launcher
|
||||||
|
Summary: A launcher that does nothing
|
||||||
|
Description: |-
|
||||||
|
Null launcher is a launcher that does nothing. It's useful when combined with
|
||||||
|
other launchers.
|
||||||
|
|
||||||
|
After installing, press your home button. Then, depending on your Android
|
||||||
|
version, either check the "Use by default" box and tap Null launcher, or tap
|
||||||
|
Null launcher then tap "Always."
|
||||||
|
|
||||||
|
If you've accidentally switched to Null Launcher with no way to get out,
|
||||||
|
pinch-zoom on the wallpaper and you can change back to your old launcher. NOTE:
|
||||||
|
If you don't have a multi-touch capable screen, that safety feature is not going
|
||||||
|
to help you. Don't install on such devices unless you know what you're doing.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/notriddle/null-launcher.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 11
|
||||||
|
commit: '1.1'
|
||||||
|
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 12
|
||||||
|
commit: '1.2'
|
||||||
|
|
||||||
|
- versionName: '1.3'
|
||||||
|
versionCode: 13
|
||||||
|
commit: '1.3'
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.3'
|
||||||
|
CurrentVersionCode: 13
|
|
@ -1,72 +0,0 @@
|
||||||
Categories:Games
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/Reepeecheep/NumberGuesser
|
|
||||||
Issue Tracker:https://github.com/Reepeecheep/NumberGuesser/issues
|
|
||||||
Changelog:https://github.com/Reepeecheep/NumberGuesser/releases
|
|
||||||
|
|
||||||
Auto Name:Number Guesser
|
|
||||||
Summary:Guess the right number
|
|
||||||
Description:
|
|
||||||
Simple number guessing game.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/Reepeecheep/NumberGuesser
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=56ede1bbe07d7f284dc5faf9ddd0f8e1996d6dc7
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.0,2
|
|
||||||
commit=2.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:2.0.1,3
|
|
||||||
commit=7f03180c7032310cae9954a34298be26ba26c2db
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.0.1,4
|
|
||||||
disable=error: cannot find symbol R.drawable.android_genio_o
|
|
||||||
commit=3.0.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.0.3,5
|
|
||||||
commit=3.0.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.0.4,6
|
|
||||||
commit=3.0.4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.0.5,7
|
|
||||||
disable=malformed app/src/main/res/values-fr/strings.xml
|
|
||||||
commit=3.0.5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.0.41,8
|
|
||||||
commit=3.0.41
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:3.1.0,9
|
|
||||||
commit=3.1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:4.0.0,11
|
|
||||||
commit=4.0.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:4.0.0
|
|
||||||
Current Version Code:11
|
|
91
metadata/com.numguesser.tonio_rpchp.numberguesser.yml
Normal file
91
metadata/com.numguesser.tonio_rpchp.numberguesser.yml
Normal file
|
@ -0,0 +1,91 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
SourceCode: https://github.com/Reepeecheep/NumberGuesser
|
||||||
|
IssueTracker: https://github.com/Reepeecheep/NumberGuesser/issues
|
||||||
|
Changelog: https://github.com/Reepeecheep/NumberGuesser/releases
|
||||||
|
|
||||||
|
AutoName: Number Guesser
|
||||||
|
Summary: Guess the right number
|
||||||
|
Description: Simple number guessing game.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Reepeecheep/NumberGuesser
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: 56ede1bbe07d7f284dc5faf9ddd0f8e1996d6dc7
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '2.0'
|
||||||
|
versionCode: 2
|
||||||
|
commit: '2.0'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.0.1
|
||||||
|
versionCode: 3
|
||||||
|
commit: 7f03180c7032310cae9954a34298be26ba26c2db
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.0.1
|
||||||
|
versionCode: 4
|
||||||
|
disable: 'error: cannot find symbol R.drawable.android_genio_o'
|
||||||
|
commit: 3.0.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.0.3
|
||||||
|
versionCode: 5
|
||||||
|
commit: 3.0.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.0.4
|
||||||
|
versionCode: 6
|
||||||
|
commit: 3.0.4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.0.5
|
||||||
|
versionCode: 7
|
||||||
|
disable: malformed app/src/main/res/values-fr/strings.xml
|
||||||
|
commit: 3.0.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.0.41
|
||||||
|
versionCode: 8
|
||||||
|
commit: 3.0.41
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 3.1.0
|
||||||
|
versionCode: 9
|
||||||
|
commit: 3.1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 4.0.0
|
||||||
|
versionCode: 11
|
||||||
|
commit: 4.0.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 4.0.0
|
||||||
|
CurrentVersionCode: 11
|
|
@ -1,97 +0,0 @@
|
||||||
Categories:Phone & SMS
|
|
||||||
License:MPL-2.0
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/Nutomic/ensichat
|
|
||||||
Issue Tracker:https://github.com/Nutomic/ensichat/issues
|
|
||||||
Changelog:https://github.com/Nutomic/ensichat/releases
|
|
||||||
Bitcoin:1DmU6QVGSKXGXJU1bqmmStPDNsNnYoMJB4
|
|
||||||
|
|
||||||
Auto Name:Ensichat
|
|
||||||
Summary:Decentralized Instant Messenger
|
|
||||||
Description:
|
|
||||||
Instant messenger that is fully decentralized. Messages are encrypted and sent
|
|
||||||
directly between devices via Bluetooth or Internet, without any central server.
|
|
||||||
Relay nodes are used to ensure message delivery, even if the target node is
|
|
||||||
offline.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/Nutomic/ensichat.git
|
|
||||||
|
|
||||||
Build:0.1.0,1
|
|
||||||
commit=0.1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.1.1,2
|
|
||||||
commit=0.1.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.1.2,3
|
|
||||||
commit=0.1.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.1.3,4
|
|
||||||
commit=0.1.3
|
|
||||||
subdir=app
|
|
||||||
gradle=rel
|
|
||||||
|
|
||||||
Build:0.1.4,5
|
|
||||||
commit=0.1.4
|
|
||||||
subdir=app
|
|
||||||
gradle=rel
|
|
||||||
|
|
||||||
Build:0.1.6,7
|
|
||||||
disable=build issues
|
|
||||||
commit=0.1.6
|
|
||||||
subdir=app
|
|
||||||
gradle=rel
|
|
||||||
|
|
||||||
Build:0.1.7,8
|
|
||||||
commit=0.1.7
|
|
||||||
subdir=app
|
|
||||||
gradle=rel
|
|
||||||
build=gradle assembleRelRelease || true
|
|
||||||
|
|
||||||
Build:0.2.1,10
|
|
||||||
commit=0.2.1
|
|
||||||
subdir=android
|
|
||||||
gradle=rel
|
|
||||||
build=gradle assembleRelRelease || true
|
|
||||||
|
|
||||||
Build:0.4.0,14
|
|
||||||
commit=0.4.0
|
|
||||||
subdir=android
|
|
||||||
gradle=rel
|
|
||||||
build=gradle assembleRelRelease || true
|
|
||||||
|
|
||||||
Build:0.5.0,15
|
|
||||||
commit=0.5.0
|
|
||||||
subdir=android
|
|
||||||
gradle=rel
|
|
||||||
build=gradle assembleRelRelease || true
|
|
||||||
|
|
||||||
Build:0.5.1,16
|
|
||||||
commit=0.5.1
|
|
||||||
subdir=android
|
|
||||||
gradle=rel
|
|
||||||
build=gradle assembleRelRelease || true
|
|
||||||
|
|
||||||
Build:0.5.2,17
|
|
||||||
commit=0.5.2
|
|
||||||
subdir=android
|
|
||||||
gradle=rel
|
|
||||||
build=gradle assembleRelRelease || true
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
The build fails when running it once, but works the second time. The
|
|
||||||
workaround..well.. works, but is far from being optimal.
|
|
||||||
https://github.com/Nutomic/ensichat/issues/42
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.5.2
|
|
||||||
Current Version Code:17
|
|
120
metadata/com.nutomic.ensichat.yml
Normal file
120
metadata/com.nutomic.ensichat.yml
Normal file
|
@ -0,0 +1,120 @@
|
||||||
|
Categories:
|
||||||
|
- Phone & SMS
|
||||||
|
License: MPL-2.0
|
||||||
|
SourceCode: https://github.com/Nutomic/ensichat
|
||||||
|
IssueTracker: https://github.com/Nutomic/ensichat/issues
|
||||||
|
Changelog: https://github.com/Nutomic/ensichat/releases
|
||||||
|
Bitcoin: 1DmU6QVGSKXGXJU1bqmmStPDNsNnYoMJB4
|
||||||
|
|
||||||
|
AutoName: Ensichat
|
||||||
|
Summary: Decentralized Instant Messenger
|
||||||
|
Description: |-
|
||||||
|
Instant messenger that is fully decentralized. Messages are encrypted and sent
|
||||||
|
directly between devices via Bluetooth or Internet, without any central server.
|
||||||
|
Relay nodes are used to ensure message delivery, even if the target node is
|
||||||
|
offline.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Nutomic/ensichat.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.1.0
|
||||||
|
versionCode: 1
|
||||||
|
commit: 0.1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.1.1
|
||||||
|
versionCode: 2
|
||||||
|
commit: 0.1.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.1.2
|
||||||
|
versionCode: 3
|
||||||
|
commit: 0.1.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.1.3
|
||||||
|
versionCode: 4
|
||||||
|
commit: 0.1.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- rel
|
||||||
|
|
||||||
|
- versionName: 0.1.4
|
||||||
|
versionCode: 5
|
||||||
|
commit: 0.1.4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- rel
|
||||||
|
|
||||||
|
- versionName: 0.1.6
|
||||||
|
versionCode: 7
|
||||||
|
disable: build issues
|
||||||
|
commit: 0.1.6
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- rel
|
||||||
|
|
||||||
|
- versionName: 0.1.7
|
||||||
|
versionCode: 8
|
||||||
|
commit: 0.1.7
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- rel
|
||||||
|
build: gradle assembleRelRelease || true
|
||||||
|
|
||||||
|
- versionName: 0.2.1
|
||||||
|
versionCode: 10
|
||||||
|
commit: 0.2.1
|
||||||
|
subdir: android
|
||||||
|
gradle:
|
||||||
|
- rel
|
||||||
|
build: gradle assembleRelRelease || true
|
||||||
|
|
||||||
|
- versionName: 0.4.0
|
||||||
|
versionCode: 14
|
||||||
|
commit: 0.4.0
|
||||||
|
subdir: android
|
||||||
|
gradle:
|
||||||
|
- rel
|
||||||
|
build: gradle assembleRelRelease || true
|
||||||
|
|
||||||
|
- versionName: 0.5.0
|
||||||
|
versionCode: 15
|
||||||
|
commit: 0.5.0
|
||||||
|
subdir: android
|
||||||
|
gradle:
|
||||||
|
- rel
|
||||||
|
build: gradle assembleRelRelease || true
|
||||||
|
|
||||||
|
- versionName: 0.5.1
|
||||||
|
versionCode: 16
|
||||||
|
commit: 0.5.1
|
||||||
|
subdir: android
|
||||||
|
gradle:
|
||||||
|
- rel
|
||||||
|
build: gradle assembleRelRelease || true
|
||||||
|
|
||||||
|
- versionName: 0.5.2
|
||||||
|
versionCode: 17
|
||||||
|
commit: 0.5.2
|
||||||
|
subdir: android
|
||||||
|
gradle:
|
||||||
|
- rel
|
||||||
|
build: gradle assembleRelRelease || true
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
The build fails when running it once, but works the second time. The
|
||||||
|
workaround..well.. works, but is far from being optimal.
|
||||||
|
https://github.com/Nutomic/ensichat/issues/42
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 0.5.2
|
||||||
|
CurrentVersionCode: 17
|
|
@ -1,836 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:MPL-2.0
|
|
||||||
Web Site:https://syncthing.net
|
|
||||||
Source Code:https://github.com/syncthing/syncthing-android
|
|
||||||
Issue Tracker:https://github.com/syncthing/syncthing-android/issues
|
|
||||||
Translation:https://www.transifex.com/syncthing/syncthing-android
|
|
||||||
Changelog:https://github.com/syncthing/syncthing-android/releases
|
|
||||||
Donate:https://syncthing.net/#donate
|
|
||||||
|
|
||||||
Auto Name:Syncthing
|
|
||||||
Summary:File synchronization
|
|
||||||
Description:
|
|
||||||
Syncthing replaces proprietary sync and cloud services with something open,
|
|
||||||
trustworthy and decentralized. Your data is your data alone and you deserve to
|
|
||||||
choose where it is stored, if it is shared with some third party and how it's
|
|
||||||
transmitted over the Internet.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/syncthing/syncthing-android.git
|
|
||||||
|
|
||||||
Build:0.4.8,22
|
|
||||||
commit=80072194b94e0ca0f81e5bc3b88c8f88867e2e5c
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.4.9,23
|
|
||||||
commit=0.4.9
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.0-beta2,24
|
|
||||||
commit=0.5.0-beta2
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.4.11,25
|
|
||||||
commit=0.4.11
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.4.12,26
|
|
||||||
commit=0.4.12
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.4.13,27
|
|
||||||
commit=0.4.13
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.4.14,28
|
|
||||||
commit=0.4.14
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.4.15,29
|
|
||||||
commit=0.4.15
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.4.16,30
|
|
||||||
commit=0.4.16
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.4.17,31
|
|
||||||
commit=0.4.17
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.4.18,32
|
|
||||||
commit=0.4.18
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.0-beta4,33
|
|
||||||
commit=0.5.0-beta4
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.0-beta5,34
|
|
||||||
commit=0.5.0-beta5
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.0-beta6,35
|
|
||||||
commit=0.5.0-beta6
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.0-beta7,36
|
|
||||||
commit=0.5.0-beta7
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.0,37
|
|
||||||
commit=0.5.0
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.1,38
|
|
||||||
commit=0.5.1
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.2,39
|
|
||||||
commit=0.5.2
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.4,41
|
|
||||||
commit=0.5.4
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.5,42
|
|
||||||
commit=0.5.5
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.6,43
|
|
||||||
commit=0.5.6
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.7,44
|
|
||||||
commit=0.5.7
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.8,45
|
|
||||||
commit=0.5.8
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.9,46
|
|
||||||
commit=0.5.9
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.10,47
|
|
||||||
commit=0.5.10
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.11,48
|
|
||||||
commit=0.5.11
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.12,49
|
|
||||||
commit=0.5.12
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.13,50
|
|
||||||
commit=0.5.13
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.14,51
|
|
||||||
disable=failing build
|
|
||||||
commit=0.5.14
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.15,52
|
|
||||||
commit=0.5.15
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.16,53
|
|
||||||
commit=0.5.16
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.17,54
|
|
||||||
commit=0.5.17
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.18,55
|
|
||||||
commit=0.5.18
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.20,57
|
|
||||||
commit=0.5.20
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.21,58
|
|
||||||
commit=0.5.21
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.22,59
|
|
||||||
commit=0.5.22
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.24,61
|
|
||||||
commit=0.5.24
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.26,63
|
|
||||||
commit=0.5.26
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.27,64
|
|
||||||
commit=0.5.27
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.5.28,65
|
|
||||||
commit=0.5.28
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.6.0,66
|
|
||||||
commit=0.6.0
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.6.1,67
|
|
||||||
commit=0.6.1
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.6.2,68
|
|
||||||
commit=0.6.2
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.6.3,69
|
|
||||||
commit=0.6.3
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.6.4,70
|
|
||||||
commit=0.6.4
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.6.5,71
|
|
||||||
commit=0.6.5
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.6.6,72
|
|
||||||
commit=0.6.6
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.7.0,75
|
|
||||||
disable=third party maven repo
|
|
||||||
commit=0.7.0
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.7.1,76
|
|
||||||
disable=remove apk
|
|
||||||
commit=0.7.1
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.7.4,78
|
|
||||||
commit=0.7.4
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
|
|
||||||
Build:0.7.5-beta1,79
|
|
||||||
disable=broken, original build was missing buildNative
|
|
||||||
commit=0.7.5-beta1
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scandelete=ext/golang/go/src/debug/,ext/golang/go1.4/src/debug/
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.5-beta2,80
|
|
||||||
commit=0.7.5-beta2
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scandelete=ext/golang/go/src/debug/,ext/golang/go1.4/src/debug/
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.5,81
|
|
||||||
commit=0.7.5
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scandelete=ext/golang/go/src/debug/,ext/golang/go1.4/src/debug/
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.6,82
|
|
||||||
commit=0.7.6
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scandelete=ext/golang/go/src/debug/,ext/golang/go1.4/src/debug/
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.7,83
|
|
||||||
commit=0.7.7
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scandelete=ext/golang/go/src/debug/,ext/golang/go1.4/src/debug/
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.8,84
|
|
||||||
commit=0.7.8
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scandelete=ext/golang/go/src/debug/,ext/golang/go1.4/src/debug/
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.9,85
|
|
||||||
commit=0.7.9
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scandelete=ext/golang/go/src/debug/,ext/golang/go1.4/src/debug/
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.10,86
|
|
||||||
commit=0.7.10
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scandelete=ext/golang/go/src/debug/,ext/golang/go1.4/src/debug/
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.11,87
|
|
||||||
commit=0.7.11
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scandelete=ext/golang/go/src/debug/,ext/golang/go1.4/src/debug/
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.12,88
|
|
||||||
disable=go build failure
|
|
||||||
commit=0.7.12
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scandelete=ext/golang/go/src/debug/,ext/golang/go1.4/src/debug/
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.15,91
|
|
||||||
commit=0.7.15
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.16,92
|
|
||||||
commit=0.7.16
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.17,93
|
|
||||||
commit=0.7.17
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.18,95
|
|
||||||
commit=0.7.18
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.19,96
|
|
||||||
commit=0.7.19
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.20,97
|
|
||||||
commit=0.7.20
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.7.21,98
|
|
||||||
commit=0.7.21
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.8.0,99
|
|
||||||
commit=0.8.0
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.8.1,100
|
|
||||||
commit=0.8.1
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.8.2,101
|
|
||||||
commit=0.8.2
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.8.3,102
|
|
||||||
commit=0.8.3
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.8.4,103
|
|
||||||
commit=0.8.4
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.8.6,105
|
|
||||||
commit=0.8.6
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
scandelete=ext/syncthing/src/github.com/syncthing/syncthing/cmd/stdiscosrv/stdiscosrv
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.8.7,106
|
|
||||||
commit=0.8.7
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.8.8,107
|
|
||||||
commit=0.8.8
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.0,110
|
|
||||||
commit=0.9.0
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.1,111
|
|
||||||
commit=0.9.1
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.2,112
|
|
||||||
commit=0.9.2
|
|
||||||
submodules=yes
|
|
||||||
gradle=fat
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.3,4113
|
|
||||||
commit=0.9.3
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.4,4114
|
|
||||||
commit=0.9.4
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.5,4115
|
|
||||||
commit=0.9.5
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.6,4116
|
|
||||||
commit=0.9.6
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.7,4117
|
|
||||||
commit=0.9.7
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.8,4118
|
|
||||||
commit=0.9.8
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.9,4119
|
|
||||||
commit=0.9.9
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.10,4120
|
|
||||||
disable=pre-release build
|
|
||||||
commit=0.9.10
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.11,4121
|
|
||||||
commit=0.9.11
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.12,4122
|
|
||||||
commit=0.9.12
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.13,4123
|
|
||||||
commit=0.9.13
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.14,4124
|
|
||||||
commit=0.9.14
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.16,4126
|
|
||||||
commit=0.9.16
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.9.17,4127
|
|
||||||
commit=0.9.17
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
scanignore=ext/golang
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.0-beta3,4131
|
|
||||||
commit=0.10.0-beta3
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-go/jessie-backports golang-src/jessie-backports
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/app-release-unsigned.apk
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.0,4133
|
|
||||||
commit=0.10.0
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-go/jessie-backports golang-src/jessie-backports
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/app-release-unsigned.apk
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.1,4134
|
|
||||||
commit=0.10.1
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-go/jessie-backports golang-src/jessie-backports
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.2,4135
|
|
||||||
commit=0.10.2
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-go/jessie-backports golang-src/jessie-backports
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.4,4137
|
|
||||||
commit=0.10.4
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-1.9-go/testing && \
|
|
||||||
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.5,4138
|
|
||||||
disable=Contains breaking bug: https://github.com/syncthing/syncthing-android/issues/1032
|
|
||||||
commit=0.10.5
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-1.9-go/testing && \
|
|
||||||
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.7,4140
|
|
||||||
commit=0.10.7
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-1.9-go/testing && \
|
|
||||||
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.8,4141
|
|
||||||
commit=0.10.8
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-1.9-go/testing && \
|
|
||||||
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.10,4143
|
|
||||||
commit=0.10.10
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-1.9-go/testing && \
|
|
||||||
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.11,4144
|
|
||||||
commit=0.10.11
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-1.9-go/testing && \
|
|
||||||
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.12,4145
|
|
||||||
commit=0.10.12
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-1.9-go/testing && \
|
|
||||||
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.13,4146
|
|
||||||
commit=0.10.13
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt-get install -y golang-1.9-go/testing && \
|
|
||||||
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:0.10.14,4148
|
|
||||||
commit=0.10.14
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
build=wget -O go.tgz https://dl.google.com/go/go1.9.7.linux-amd64.tar.gz && \
|
|
||||||
echo '88573008f4f6233b81f81d8ccf92234b4f67238df0f0ab173d75a302a1f3d6ee go.tgz' | shasum -c - && \
|
|
||||||
tar xf go.tgz && \
|
|
||||||
PATH="$PWD/go/bin:$PATH" gradle buildNative
|
|
||||||
ndk=r15c
|
|
||||||
|
|
||||||
Build:0.10.15,4150
|
|
||||||
commit=0.10.15
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
build=wget -O go.tgz https://dl.google.com/go/go1.9.7.linux-amd64.tar.gz && \
|
|
||||||
echo '88573008f4f6233b81f81d8ccf92234b4f67238df0f0ab173d75a302a1f3d6ee go.tgz' | shasum -c - && \
|
|
||||||
tar xf go.tgz && \
|
|
||||||
PATH="$PWD/go/bin:$PATH" gradle buildNative
|
|
||||||
ndk=r15c
|
|
||||||
|
|
||||||
Build:0.10.17,4155
|
|
||||||
commit=0.10.17
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
build=wget -O go.tgz https://dl.google.com/go/go1.9.7.linux-amd64.tar.gz && \
|
|
||||||
echo '88573008f4f6233b81f81d8ccf92234b4f67238df0f0ab173d75a302a1f3d6ee go.tgz' | shasum -c - && \
|
|
||||||
tar xf go.tgz && \
|
|
||||||
PATH="$PWD/go/bin:$PATH" gradle buildNative
|
|
||||||
ndk=r15c
|
|
||||||
|
|
||||||
Build:0.10.18,4160
|
|
||||||
disable=Wraps RC: https://github.com/syncthing/syncthing-android/issues/1286
|
|
||||||
commit=0.10.18
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
build=wget -O go.tgz https://dl.google.com/go/go1.9.7.linux-amd64.tar.gz && \
|
|
||||||
echo '88573008f4f6233b81f81d8ccf92234b4f67238df0f0ab173d75a302a1f3d6ee go.tgz' | shasum -c - && \
|
|
||||||
tar xf go.tgz && \
|
|
||||||
PATH="$PWD/go/bin:$PATH" gradle buildNative
|
|
||||||
ndk=r15c
|
|
||||||
|
|
||||||
Build:0.10.19,4161
|
|
||||||
commit=0.10.19
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt update || apt update && \
|
|
||||||
apt install -y -t testing golang-go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:1.1.1,4164
|
|
||||||
commit=1.1.1
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt update || apt update && \
|
|
||||||
apt install -y -t testing golang-go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:1.1.2.1,4167
|
|
||||||
commit=1.1.2.1
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt update || apt update && \
|
|
||||||
apt install -y -t testing golang-go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
scanignore=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:1.1.4,4170
|
|
||||||
commit=1.1.4
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt update || apt update && \
|
|
||||||
apt install -y -t testing golang-go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
scanignore=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:1.2.0,4180
|
|
||||||
commit=1.2.0
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt update || apt update && \
|
|
||||||
apt install -y -t testing golang-go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
scanignore=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Build:1.2.1,4187
|
|
||||||
commit=1.2.1
|
|
||||||
submodules=yes
|
|
||||||
sudo=apt update || apt update && \
|
|
||||||
apt install -y -t testing golang-go
|
|
||||||
gradle=yes
|
|
||||||
output=app/build/outputs/apk/release/app-release-unsigned.apk
|
|
||||||
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
|
|
||||||
scanignore=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
ndk=r15c
|
|
||||||
preassemble=buildNative
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
The submodule in syncthing/src/github.com/syncthing/syncthing must be
|
|
||||||
pristine, as the version/release information is taken from git.
|
|
||||||
The ignored directory
|
|
||||||
syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
|
|
||||||
contains pre-generated data for testing and is thus not involved in the build
|
|
||||||
process.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags ^[0-9.]*$
|
|
||||||
Current Version:1.2.1
|
|
||||||
Current Version Code:4187
|
|
1213
metadata/com.nutomic.syncthingandroid.yml
Normal file
1213
metadata/com.nutomic.syncthingandroid.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,54 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/gjedeer/androidwisprclient
|
|
||||||
Issue Tracker:https://github.com/gjedeer/androidwisprclient/issues
|
|
||||||
Changelog:https://github.com/gjedeer/androidwisprclient/releases
|
|
||||||
|
|
||||||
Auto Name:Fon
|
|
||||||
Summary:Auto connect to FON network
|
|
||||||
Description:
|
|
||||||
The FON network is made up of routers that share their internet access with
|
|
||||||
guests in return for access to other FON access points. This app authenticates
|
|
||||||
with a username and password using WISPr and supports routers managed by FON and
|
|
||||||
partners.
|
|
||||||
|
|
||||||
Based on the no longer maintained [[com.sputnik.wispr]].
|
|
||||||
|
|
||||||
'''Features:'''
|
|
||||||
|
|
||||||
* Free Wi-Fi access for members of Fon and its partners
|
|
||||||
* Automatically connect to the Fon network whenever a Fon Wi-Fi hotspot is detected
|
|
||||||
* Test the speed of the network you are connected to.
|
|
||||||
* Save hotspots areas for offline navigation
|
|
||||||
* Check your usage statistics
|
|
||||||
* Choose to be alerted so you know when you are logged in
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/gjedeer/androidwisprclient.git
|
|
||||||
|
|
||||||
Build:1.4.8,148
|
|
||||||
commit=1.4.8
|
|
||||||
target=android-8
|
|
||||||
|
|
||||||
Build:1.4.9,149
|
|
||||||
commit=1.4.9
|
|
||||||
target=android-8
|
|
||||||
|
|
||||||
Build:1.5.0,150
|
|
||||||
commit=1.5.0
|
|
||||||
target=android-8
|
|
||||||
|
|
||||||
Build:1.5.1,151
|
|
||||||
commit=1.5.1
|
|
||||||
target=android-8
|
|
||||||
|
|
||||||
Build:1.5.2,152
|
|
||||||
commit=1.5.2
|
|
||||||
target=android-8
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.5.2
|
|
||||||
Current Version Code:152
|
|
59
metadata/com.oakley.fon.yml
Normal file
59
metadata/com.oakley.fon.yml
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/gjedeer/androidwisprclient
|
||||||
|
IssueTracker: https://github.com/gjedeer/androidwisprclient/issues
|
||||||
|
Changelog: https://github.com/gjedeer/androidwisprclient/releases
|
||||||
|
|
||||||
|
AutoName: Fon
|
||||||
|
Summary: Auto connect to FON network
|
||||||
|
Description: |-
|
||||||
|
The FON network is made up of routers that share their internet access with
|
||||||
|
guests in return for access to other FON access points. This app authenticates
|
||||||
|
with a username and password using WISPr and supports routers managed by FON and
|
||||||
|
partners.
|
||||||
|
|
||||||
|
Based on the no longer maintained [[com.sputnik.wispr]].
|
||||||
|
|
||||||
|
'''Features:'''
|
||||||
|
|
||||||
|
* Free Wi-Fi access for members of Fon and its partners
|
||||||
|
* Automatically connect to the Fon network whenever a Fon Wi-Fi hotspot is detected
|
||||||
|
* Test the speed of the network you are connected to.
|
||||||
|
* Save hotspots areas for offline navigation
|
||||||
|
* Check your usage statistics
|
||||||
|
* Choose to be alerted so you know when you are logged in
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/gjedeer/androidwisprclient.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.4.8
|
||||||
|
versionCode: 148
|
||||||
|
commit: 1.4.8
|
||||||
|
target: android-8
|
||||||
|
|
||||||
|
- versionName: 1.4.9
|
||||||
|
versionCode: 149
|
||||||
|
commit: 1.4.9
|
||||||
|
target: android-8
|
||||||
|
|
||||||
|
- versionName: 1.5.0
|
||||||
|
versionCode: 150
|
||||||
|
commit: 1.5.0
|
||||||
|
target: android-8
|
||||||
|
|
||||||
|
- versionName: 1.5.1
|
||||||
|
versionCode: 151
|
||||||
|
commit: 1.5.1
|
||||||
|
target: android-8
|
||||||
|
|
||||||
|
- versionName: 1.5.2
|
||||||
|
versionCode: 152
|
||||||
|
commit: 1.5.2
|
||||||
|
target: android-8
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.5.2
|
||||||
|
CurrentVersionCode: 152
|
|
@ -1,56 +0,0 @@
|
||||||
AntiFeatures:NonFreeNet
|
|
||||||
Categories:Games
|
|
||||||
License:MIT
|
|
||||||
Web Site:https://nathanj.github.io/ogsdroid/
|
|
||||||
Source Code:https://github.com/nathanj/ogsdroid
|
|
||||||
Issue Tracker:https://github.com/nathanj/ogsdroid/issues
|
|
||||||
Changelog:https://github.com/nathanj/ogsdroid/blob/HEAD/Changelog
|
|
||||||
|
|
||||||
Auto Name:OGS
|
|
||||||
Summary:Play Go online
|
|
||||||
Description:
|
|
||||||
Play Go games on [http://online-go.com]. The app is still early in development
|
|
||||||
so be prepared for bugs and half-implemented features.
|
|
||||||
|
|
||||||
The main reason to use this over the website is the ability to have the first
|
|
||||||
click zoom the board so that the stones can be placed with more accuracy. This
|
|
||||||
allows 19x19 games to be easily played on even a small screen such as a phone.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/nathanj/ogsdroid
|
|
||||||
|
|
||||||
Build:0.8,1
|
|
||||||
commit=v0.8
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.9.1,2
|
|
||||||
commit=v0.9.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0,3
|
|
||||||
commit=v1.0
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.1,4
|
|
||||||
commit=v1.0.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.0.2,5
|
|
||||||
commit=v1.0.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
While the web interface code of online-go.com is under AGPL-3.0-or-later, the rest of
|
|
||||||
server-side code is not available.
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.0.2
|
|
||||||
Current Version Code:5
|
|
67
metadata/com.ogsdroid.yml
Normal file
67
metadata/com.ogsdroid.yml
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeNet
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: MIT
|
||||||
|
WebSite: https://nathanj.github.io/ogsdroid/
|
||||||
|
SourceCode: https://github.com/nathanj/ogsdroid
|
||||||
|
IssueTracker: https://github.com/nathanj/ogsdroid/issues
|
||||||
|
Changelog: https://github.com/nathanj/ogsdroid/blob/HEAD/Changelog
|
||||||
|
|
||||||
|
AutoName: OGS
|
||||||
|
Summary: Play Go online
|
||||||
|
Description: |-
|
||||||
|
Play Go games on [http://online-go.com]. The app is still early in development
|
||||||
|
so be prepared for bugs and half-implemented features.
|
||||||
|
|
||||||
|
The main reason to use this over the website is the ability to have the first
|
||||||
|
click zoom the board so that the stones can be placed with more accuracy. This
|
||||||
|
allows 19x19 games to be easily played on even a small screen such as a phone.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/nathanj/ogsdroid
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '0.8'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v0.8
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.9.1
|
||||||
|
versionCode: 2
|
||||||
|
commit: v0.9.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 3
|
||||||
|
commit: v1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.1
|
||||||
|
versionCode: 4
|
||||||
|
commit: v1.0.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.0.2
|
||||||
|
versionCode: 5
|
||||||
|
commit: v1.0.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
While the web interface code of online-go.com is under AGPL-3.0-or-later, the rest of
|
||||||
|
server-side code is not available.
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.0.2
|
||||||
|
CurrentVersionCode: 5
|
Loading…
Reference in a new issue