Commit graph

10843 commits

Author SHA1 Message Date
F-Droid Builder 327875a441 Update CV of Halachic Prayer Times (net.sf.times) to 3.1 (24) 2014-02-01 06:53:08 +00:00
F-Droid Builder e03178906a Update CV of SamLib Инфо (monakhv.android.samlib) to 3.2.3 (23) 2014-02-01 06:40:29 +00:00
F-Droid Builder 36dc65572a Update CV of Web Opac (de.geeksfactory.opacclient) to 2.0.31 (68) 2014-02-01 06:09:02 +00:00
F-Droid Builder 7807131d26 Update CV of MTG Familiar (com.gelakinetic.mtgfam) to 2.1.1 (22) 2014-02-01 04:46:55 +00:00
Ciaran Gultnieks 3b5c7bac02 Stats, etc 2014-02-01 03:41:08 +00:00
Daniel Martí 64e122ab4d Scid on the go (org.scid.android): disable build 2014-01-31 15:42:07 +01:00
Ciaran Gultnieks e8e18b9cec Update known apks 2014-01-31 13:42:04 +00:00
Daniel Martí 41b549e11e I'm to blame for this flattr typo 2014-01-31 13:23:04 +01:00
Daniel Martí 9410a8792c New app: Impress Remote 2014-01-31 13:22:36 +01:00
Daniel Martí 91cf326487 DebianDroid (net.debian.debiandroid): Uses tags now 2014-01-31 11:45:15 +01:00
Daniel Martí 340b4a9def Rearrange yaxim description 2014-01-31 10:29:26 +01:00
Daniel Martí 7aae6c7ddc Build yaxim more elegantly 2014-01-31 10:28:32 +01:00
Daniel Martí ba88e422a1 Update Sage (org.sagemath.droid) to 0.9.2 (7) 2014-01-31 09:32:53 +01:00
Daniel Martí 395268a430 Update EPUB3 Reader (it.angrydroids.epub3reader) to 1.0.1 (2) 2014-01-31 09:32:52 +01:00
Daniel Martí ef924a2e3a Update DebianDroid (net.debian.debiandroid) to 1.732 (16) 2014-01-31 09:30:42 +01:00
Daniel Martí e1a0a40639 Update SamLib Инфо (monakhv.android.samlib) to 3.2.2 (22) 2014-01-31 09:27:14 +01:00
Daniel Martí 4ea8d4cbfe DebianDroid (com.debian.debiandroid): disable 2014-01-31 09:27:10 +01:00
Daniel Martí fcf11d0fac Update yaxim (org.yaxim.androidclient) to 0.8.7 (17) 2014-01-31 09:22:47 +01:00
Daniel Martí 078f877b4d Update Scid on the go (org.scid.android) to 1.43 (43) 2014-01-31 09:06:54 +01:00
Daniel Martí 4fe8ac5c3e Link Setter (com.emartynov.android.app.urlsetter): Disable entirely 2014-01-31 09:06:49 +01:00
Daniel Martí 0cf00d60e6 Merge commit 'refs/merge-requests/374' of gitorious.org:f-droid/fdroiddata 2014-01-31 09:01:38 +01:00
Ciaran Gultnieks 73aba55ba2 Update known apks 2014-01-31 05:51:32 +00:00
F-Droid Builder c121d235bd Update CV of yaxim (org.yaxim.androidclient) to @string/build_revision (17) 2014-01-31 05:12:09 +00:00
F-Droid Builder dc65db37c3 Update CV of Scid on the go (org.scid.android) to 1.43 (43) 2014-01-31 05:05:13 +00:00
F-Droid Builder cda9529b37 Update CV of Sage (org.sagemath.droid) to 0.9.2 (7) 2014-01-31 05:05:04 +00:00
F-Droid Builder 0645c9dee7 Update MozStumbler (org.mozilla.mozstumbler) to 0.11.0 (26) 2014-01-31 04:58:41 +00:00
F-Droid Builder 8c771d2530 Update CV of DroidUPnP (org.droidupnp) to 2.0.0b1 (10) 2014-01-31 04:51:42 +00:00
F-Droid Builder 2f92a30b21 Update CV of DebianDroid (net.debian.debiandroid) to 1.732 (16) 2014-01-31 04:41:02 +00:00
F-Droid Builder eaab011743 Update CV of SamLib Инфо (monakhv.android.samlib) to 3.2.2 (22) 2014-01-31 04:38:58 +00:00
F-Droid Builder cb3f4f76b2 Update CV of EPUB3 Reader (it.angrydroids.epub3reader) to 1.0.1 (2) 2014-01-31 04:36:30 +00:00
Ciaran Gultnieks 45827f1ad7 Stats, etc 2014-01-31 03:41:56 +00:00
Hans-Christoph Steiner 0dc4afff7f always use https with gitorious.org, prevent redirects
http://gitorious.org will redirect to https.  This changes that url to
https:// everywhere to also leak less info

sed -i 's,http://gitorious.org,https://gitorious.org,g'
2014-01-30 20:58:23 -05:00
Hans-Christoph Steiner 903e0f2042 use https to access sourceforge svn repos
SVN does not provide the same level of security as git, so it is more
important that SVN is accessed using https.

sed -i 's,http://svn.code.sf.net,https://svn.code.sf.net,g'
2014-01-30 20:55:48 -05:00
Hans-Christoph Steiner 3bd66f5d78 use https to access apache.org svn repos
SVN does not provide the same level of security as git, so it is more
important that SVN is accessed using https.

sed -i 's,http://svn.apache.org/repos,https://svn.apache.org/repos,g'
2014-01-30 20:53:58 -05:00
Hans-Christoph Steiner fdd87360e0 use https to access google code svn repos
SVN does not provide the same level of security as git, so it is more
important that SVN is accessed using https.

sed -i 's,http://\([^.]*\).googlecode.com/svn,https://\1.googlecode.com/svn,g'
2014-01-30 20:51:41 -05:00
Hans-Christoph Steiner dd70599c15 always use https with github.com, prevent redirects
http://github.com will redirect to https.  This changes that url to
https:// everywhere to also leak less info
2014-01-30 20:42:55 -05:00
Hans-Christoph Steiner b360c1b684 always use https with code.google.com, prevent redirects
http://code.google.com will redirect to https.  This changes that url to
https:// everywhere to also leak less info
2014-01-30 20:41:47 -05:00
Daniel Martí dac76e2350 Update FreeOTP (org.fedorahosted.freeotp) to 1.3 (12) 2014-01-31 00:16:56 +01:00
Daniel Martí 0da3e53759 Ran rewritemeta, fix pname 2014-01-30 23:49:04 +01:00
Daniel Martí c667e9a4c8 English summary 2014-01-30 23:47:50 +01:00
Daniel Martí 69b7652353 Merge commit 'refs/merge-requests/373' of gitorious.org:f-droid/fdroiddata 2014-01-30 23:43:47 +01:00
Eduardo 2c116c859c Modification on Update Check Mode 2014-01-30 18:39:04 -03:00
Daniel Martí 2e4439a4ba Merge commit 'refs/merge-requests/371' of gitorious.org:f-droid/fdroiddata 2014-01-30 22:29:31 +01:00
Eduardo e92d8372d8 Some modifications 2014-01-30 17:32:42 -03:00
Chris Peterson 1b1dfe9cd9 Enable AUM for MozStumbler (org.mozilla.mozstumbler) 2014-01-30 12:08:10 -08:00
Daniel Martí 4b1d4d3ee0 Disable org.fosdem entirely 2014-01-30 19:44:55 +01:00
Daniel Martí 71427eb536 Note that YouTube Download is non-free yet again 2014-01-30 18:38:06 +01:00
Ciaran Gultnieks 383595f214 Hall Monitor (org.durka.hallmonitor): typo fix 2014-01-30 17:31:57 +00:00
Daniel Martí 6a1d0fd849 properly disable mintercept 2014-01-30 16:34:33 +01:00
Ciaran Gultnieks 80bb0bb190 Update known apks 2014-01-30 14:48:27 +00:00