Commit graph

177 commits

Author SHA1 Message Date
Torsten Grote a559ddc0c4 try to enable FixMyStreet, not yet with cordova srclib 2014-05-28 22:26:14 +02:00
Boris Kraut 994e62c3d8 ADSDroid: Fix crash/build 2014-05-22 11:56:27 +02:00
Markus Kilås 1fa6647fa1 First attempt on building OI Safe. 2014-05-11 23:23:02 +02:00
Daniel Martí e7c3e1b3ba Cleanup orwell srclib 2014-05-11 13:41:00 +02:00
Boris Kraut 2b67c62e20 TinfoilSMS: Replace some jars (still disabled) 2014-05-06 20:47:57 +02:00
Boris Kraut dc49698c38 DogecoinWallet: Initial metadata (disabled) 2014-05-06 12:05:51 +02:00
Daniel Martí 7dd479a090 Support doesn't need a target after all 2014-04-30 23:08:17 +02:00
Daniel Martí afdc4a7418 Support: Use target android-19 2014-04-29 11:19:28 +02:00
Daniel Martí 242de45d96 Cleanup AChartEngine 2014-04-28 08:21:47 +02:00
Boris Kraut 0f5d25b227 Androsens2: Initial metadata; disabled 2014-04-27 23:47:39 +02:00
Daniel Martí d8219dfa30 Clean up spongycastle 2014-04-27 14:12:45 +02:00
Boris Kraut edcddc496b Add SpongCastle srclib 2014-04-19 13:46:01 +02:00
Boris Kraut 1b7a87b259 TaxiBulgaria: Initial metadata 2014-04-15 12:49:46 +02:00
Ciaran Gultnieks 34fb3d7da7 Merge branch 'conversations' into 'master'
Add Conversations
2014-04-13 20:58:28 +00:00
Torsten Grote 331b2d32cb enable ThermometerExtended2
It now has a license and uses the correct srclib
2014-04-12 15:11:04 +02:00
Ciaran Gultnieks 60c61bc74a Merge branch 'filemanager' into 'master'
Add FileManagerPro
2014-04-12 10:52:07 +00:00
Boris Kraut 4bf1904219 Conversations: Try to remove jars... 2014-04-11 21:57:13 +02:00
Ciaran Gultnieks 0d151bda33 Merge branch 'vertretungsplan' into 'master'
Update build script for Vertretungsplan.... somewhat

Looks ugly and doesn't build, yet. However, it looks like it should not be that difficult to fix..?
2014-04-11 08:06:43 +00:00
Daniel Martí 8da8654aa4 Fix MenuDrawer srclib 2014-04-10 10:38:30 +02:00
Boris Kraut 9c78fe00e3 Vertretungsplan: Try to remove jars; still disabled 2014-04-10 03:18:01 +02:00
Boris Kraut c5be9ed06b FileManagerPro: Initial metadata 2014-04-10 01:19:28 +02:00
Daniel Martí c1c63aedbb Clean up Support lib 2014-04-08 19:03:33 +02:00
Daniel Martí 58996122f0 Revert "Patching 'android.library=true' in is no longer necessary"
This reverts commit 7803674329.
2014-03-31 20:17:38 +02:00
أحمد المحمودي (Ahmed El-Mahmoudy) 2d90f2fac6 Add yet another clone of ColorPickerPreference 2014-03-30 21:52:59 +02:00
أحمد المحمودي (Ahmed El-Mahmoudy) a836becfdc append android.library=true to project.properties 2014-03-30 14:31:12 +02:00
Daniel Martí 3905ce6cd1 Simplify Changelog-cketti Prepare 2014-03-29 13:17:27 +01:00
أحمد المحمودي (Ahmed El-Mahmoudy) 760e961b43 Append android.library=true to project.properties 2014-03-29 11:15:47 +02:00
Boris Kraut 63f2646611 Conversations: Initial metadata 2014-03-28 00:43:28 +01:00
أحمد المحمودي (Ahmed El-Mahmoudy) 977b699b63 Added UnifiedNlp Backend that uses Apple's service to resolve WiFi locations
Added MapsAPI and wire-runtime to srclibs
2014-03-21 08:35:11 +02:00
أحمد المحمودي (Ahmed El-Mahmoudy) cedd24812f Added API for UnifiedNlp (Next generation NetworkLocationProvider, based on plugins) 2014-03-21 08:35:11 +02:00
Daniel Martí bfabb5ead7 No need to add a newline with echo 2014-03-05 12:21:15 +01:00
Ciaran Gultnieks 5e89816465 Switch bitcoinj (fork) srclib to github repo 2014-02-27 08:39:11 +00:00
Daniel Martí e4a50de7aa Make liwlocate apps share repo as srclib 2014-02-11 20:54:55 +01:00
Daniel Martí 7803674329 Patching 'android.library=true' in is no longer necessary
Since we now update ant libraries via lib-project
2014-02-11 18:07:02 +01:00
Daniel Martí af37991d3d Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Daniel Martí 60ba39c0f2 OsmAnd~ (net.osmand.plus): More WIP, still some things to fix 2014-02-10 10:02:08 +01:00
Daniel Martí 25f87052b5 More fixes to OsmAnd srclibs 2014-02-09 14:59:10 +01:00
Daniel Martí 02a8cf9ed2 OsmAnd~ (net.osmand.plus): Proper names for srclibs 2014-02-09 14:35:42 +01: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 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 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í 8c971ef154 Switch jutf7 to git-svn 2014-01-30 10:01:11 +01:00
أحمد المحمودي (Ahmed El-Mahmoudy) 3993339982 Updated Twidere (org.mariotaku.twidere) to 0.2.9.10 (92)
Added new required srclibs: AndroidStaggeredGrid & RefreshNow
2014-01-28 18:39:23 +02:00
Daniel Martí cc5ced6a5d Add missing srclib for org.dmfs.tasks 2014-01-27 13:28:43 +01:00
أحمد المحمودي (Ahmed El-Mahmoudy) 16a9bb1108 Added IMSDroid (still WIP) 2014-01-27 00:26:45 +02:00
أحمد المحمودي (Ahmed El-Mahmoudy) d647b82496 Remove duplicate drag-sort-listview srclib, it already exists as
DragSort
2014-01-24 09:03:05 +01:00
David Black 8030671c00 Had forgotten a srclib tweak 2014-01-23 19:45:36 +00:00
David Black 634c6fe34d Merge branch 'master' of https://git.gitorious.org/f-droid/fdroiddata
Conflicts:
	metadata/org.mariotaku.twidere.txt
2014-01-23 13:51:42 +00:00
أحمد المحمودي (Ahmed El-Mahmoudy) e4adea3132 Set android.library=true in project.properties 2014-01-23 13:03:57 +02:00
David Black 0b20048525 Fix Prevo 2014-01-20 14:44:05 +00:00