Boris Kraut
837cd97abc
FastHub: gradle35
2017-05-03 02:24:17 +02:00
Boris Kraut
d7c851eb57
Taskbar: gradle35
2017-05-03 02:24:04 +02:00
Boris Kraut
9938002b55
OpenAPK: Disable build, translation error
2017-05-03 02:23:52 +02:00
Boris Kraut
a650f6e093
Tinfoil for Facebook: Fix builds, subdir change
2017-05-03 02:23:39 +02:00
Boris Kraut
ba7fdda873
SyncOrg: Uses Google Repository
2017-05-03 02:23:27 +02:00
Boris Kraut
f0c3297b10
Library: appcompat issue
2017-05-03 02:23:07 +02:00
Boris Kraut
b47a573075
APKUpdater: Disable non-validating builds
2017-05-03 02:22:51 +02:00
Boris Kraut
3a4f86a6f4
Update Power Ampache to 1.09.33 (43)
2017-05-03 02:22:47 +02:00
Boris Kraut
52b5637d1e
Just Notes: Disable, beta constraintlayout
2017-05-03 02:22:32 +02:00
Boris Kraut
803593e589
Just Craigslist: Disable, beta constraintlayout
2017-05-03 02:22:13 +02:00
Boris Kraut
933cc03ee6
MinCal Widget: Disable, does not verify
2017-05-03 02:21:32 +02:00
Boris Kraut
2ea61d237c
FTP Server: Disable due lint error
2017-05-03 02:21:03 +02:00
Boris Kraut
d4aaabe4c4
Xabber: Remove failing builds
2017-05-03 00:28:55 +02:00
Boris Kraut
0b0c3cfc1f
Sky Map: Disable build, still not clean
2017-05-03 00:10:48 +02:00
Boris Kraut
a05f1b916d
New app: My Contacts, closes fdroid/rfp#127
2017-05-02 23:47:29 +02:00
Boris Kraut
cea3505e15
Personal Diary: Runr rewritemeta
2017-05-02 23:30:34 +02:00
Boris Kraut
fa8bda2336
Merge branch 'master' into 'master'
...
Add org.billthefarmer.diary.txt - Personal Diary - version 1.01
See merge request !2220
2017-05-02 21:08:39 +00:00
Bill Farmer
8a2a5f3c9c
Add org.billthefarmer.diary.txt - Personal Diary - version 1.01
2017-05-02 21:08:16 +00:00
Boris Kraut
558466f107
Merge branch 'update_sky' into 'master'
...
Update and enable Sky Map (Closes : #616 )
Closes #616
See merge request !2218
2017-05-02 21:07:32 +00:00
Boris Kraut
7260fe0c1c
Merge branch 'master' into 'master'
...
Update Tux Paint to beta 8.
See merge request !2221
2017-05-02 21:06:18 +00:00
Pere Pujal i Carabantes
028e9d26b4
Update Tux Paint to beta 8.
2017-05-02 20:26:16 +02:00
Hans-Christoph Steiner
5ec40074dd
Update F-Droid to 0.103 (103050)
2017-05-02 14:12:51 +02:00
Hans-Christoph Steiner
a69bf8e75c
Merge branch 'master' into 'master'
...
giant cleanup of License: tags
See merge request !2219
2017-05-02 11:02:32 +00:00
Hans-Christoph Steiner
71a8c9dd74
license correction: Fair License --> Fair
...
https://spdx.org/licenses/Fair.html
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
d718a64039
license correction: add versions to GPL and LGPL
...
This was done by manual inspection, and includes a couple of minor license
corrections, e.g. GPL vs LGPL.
for f in `grep '^License:' metadata/*.txt|grep GPL | grep -v GPL-| cut -d : -f 1|sort -u | sed 's,\.txt,,'|cut -d / -f 2`; do echo $f; find build/$f/ -iname '*license*' -o -iname 'COPYING*' -o -iname 'notice*' | xargs less ; done
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
b1f5861b2c
license correction: AGPL --> AGPL-3.0
...
https://spdx.org/licenses/AGPL-3.0.html
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
4048779370
license correction: Artistic2 --> Artistic-2.0
...
https://spdx.org/licenses/Artistic-2.0.html
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
89f7ecc875
license correction: EUPL --> EUPL-1.1
...
https://spdx.org/licenses/EUPL-1.1.html
Manually inspected the license:
grep '^License:' metadata/*.txt|grep EUPL
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
286383db09
license correction: CMU --> MIT-CMU
...
https://spdx.org/licenses/MIT-CMU.html
Manually inspected the license:
grep '^License:' metadata/*.txt|grep CMU
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
0c97c131de
license correction: --> EPL-1.0
...
https://spdx.org/licenses/EPL-1.0.html
Manually inspected the license:
grep '^License:' metadata/*.txt|grep EPL
#234
2017-05-02 12:26:14 +02:00
Hans-Christoph Steiner
e6b894de33
use license that actually covers the whole project
...
If a more restrictive license is combined with a less restrictive one, then
the more restrictive one is the license for the whole app.
2017-05-02 12:26:13 +02:00
Hans-Christoph Steiner
04a95fd870
license correction: Apache --> Apache-2.0
...
Based on manually reading the license.
2017-05-02 12:26:13 +02:00
Hans-Christoph Steiner
5cdebdaa24
license correction: BSD --> BSD-2-Clause
...
https://spdx.org/licenses/BSD-3-Clause.html
Manually inspected the license:
grep '^License:' metadata/*.txt|grep BSD|grep -v BSD-
#234
2017-05-02 12:26:13 +02:00
Hans-Christoph Steiner
b4185a088d
license correction: BSD --> BSD-3-Clause
...
https://spdx.org/licenses/BSD-3-Clause.html
Manually inspected the license:
grep '^License:' metadata/*.txt|grep BSD|grep -v BSD-
#234
2017-05-02 12:26:13 +02:00
Hans-Christoph Steiner
66e6feb995
CC-licensed NonFreeAssets means that's the license of the app
...
In the case of a permissive license on the source code and CC-BY-NC assets,
the app should be labeled CC-BY-NC. The whole app cannot be used under the
BSD, but BSD/etc code can be included in CC-BY-NC.
#234
2017-05-02 11:33:34 +02:00
Hans-Christoph Steiner
9007fa35fc
license correction: NewBSD --> BSD-3-Clause
...
I did a manual audit to see if the licenses match this:
https://spdx.org/licenses/BSD-3-Clause.html
for f in `grep '^License:' metadata/*.txt|grep NewBSD| cut -d : -f 1|sort -u | sed 's,\.txt,,'|cut -d / -f 2`; do find build/$f/ -iname '*license*' -o -iname 'COPYING*' | xargs less; done
#234
2017-05-02 11:33:34 +02:00
Hans-Christoph Steiner
db2c6f5b6a
license correction: FreeBSD --> BSD-2-Clause-FreeBSD
...
#234
2017-05-02 11:33:34 +02:00
Hans-Christoph Steiner
eb2d8d0274
license correction: NetBSD --> BSD-2-Clause-NetBSD
2017-05-02 11:33:34 +02:00
Hans-Christoph Steiner
0040cf521c
set CC license versions based on date when license was set
...
These apps didn't specify the CC license version. This just assumes they
wanted the current version when the license was set:
https://wiki.creativecommons.org/wiki/License_Versions
2017-05-02 11:33:34 +02:00
Boris Kraut
04ebd97565
Funkytunes: Clarify legal status
2017-05-02 02:16:57 +02:00
Ciaran Gultnieks
8c1533cd5c
Stats, etc
2017-05-02 01:15:42 +01:00
Boris Kraut
1fca5aca5f
Unify disable= for fdroid/fdroidserver#288
2017-05-02 01:11:26 +02:00
Boris Kraut
64b261745b
Funkytunes: Update description
2017-05-02 00:57:02 +02:00
Jochen Sprickerhof
6b656942e2
Update and enable Sky Map ( Closes : #616 )
...
This uses a non tagged commit as long as there is no new release.
2017-05-01 22:39:59 +02:00
Boris Kraut
26cc9a9394
Merge branch 'patch-1' into 'master'
...
Home Assistant: Point 1.0-RC1 to valid git tag.
See merge request !2216
2017-05-01 16:00:40 +00:00
Max Rumpf
0ca621916a
Home Assistant: Point 1.0-RC1 to valid git tag.
2017-05-01 15:58:49 +00:00
Boris Kraut
0717ab97cf
Update Android CUPS Print to 1.4.0 (9)
2017-05-01 11:20:49 +02:00
Ciaran Gultnieks
9008029c96
Update known apks
2017-05-01 01:23:33 +01:00
Boris Kraut
eaf2626107
Merge branch 'master' into 'master'
...
Dziennik: Point to a working commit for 1.4r
See merge request !2215
2017-04-30 11:28:44 +00:00
Boris Kraut
45d7a15493
Update Taskbar to 3.3.2 (142)
2017-04-30 13:17:06 +02:00