fdroiddata/srclibs
micu 6259891a4b Issue #70: Fix Berlin vegan black screen issue
This commit actually does not fix the issue, it is just
a (not yet working) suggestion for fixing it:

The Berlin vegan guide needs a preparation phase, which inlucdes
copying some JS files and resources and stuff like that. This
preperation is done via

    ant prod.android

in the very root of the Berlin vegan guide git repository.

As you can see in the build.xml file in the root of the repo, the
target prod.android depends on the target prod, which in turn depends
on the target js.minify:

>     <target name="js.minify" depends="js.concatenate">
>
>         <apply executable="java" parallel="false">
>
>             <fileset dir="${build.dir}" includes="index.js"/>
>             <arg line="-jar"/>
>             <arg path="lib/tools/ycompressor.jar"/>
>             <srcfile/>
>             <arg line="-o"/>
>             <mapper type="glob" from="*.js"
>             to="${build.dir}/*-min.js"/>
>             <targetfile/>
>
>         </apply>
>         <delete file="${build.dir}/index.js"/>
>
>     </target>
>
> </project>

In the js.minify phase, the ycompressor.jar tool is used to compress
the java script files for mobile use.

By removing all the jar files in the prebuild phase, ycompressor.jar
gets removed, as well. Thus, the ant prod.android step does not work
properly.

I already managed to build this YUI compressor tool by hand from the sources.
But I could not figure out how to correctly add this external (non-Android)
host tool as dependency for this package.

Do you have any hint?

If I do it like this (in this commit) the build fails with:

> Running 'prebuild' commands in build/org.berlin_vegan.bvapp/platforms/android
> Cleaning subproject ../../../srclib/Cordova/framework
> Could not build app org.berlin_vegan.bvapp due to BuildException: Failed to update project at ../../../srclib/YUICompressor
> ==== detail begin ====
> Error: ../../../srclib/YUICompressor is not a valid project (AndroidManifest.xml not found).
2015-03-26 14:36:33 +01:00
..
ABS-Prototik.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
AChartEngine.txt Androsens 2: build 1.92, fix description 2014-07-09 10:47:06 +02:00
AChartengineXlythe.txt Calculator: Build arity from source; WIP for #26 2014-07-13 14:21:03 +02:00
ACRA-Yuri.txt
ACRA.txt Vertretungsplan: Try to remove jars; still disabled 2014-04-10 03:18:01 +02:00
ActionBar-PullToRefresh.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ActionBar.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ActionBarNW.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ActionBarSherlock-MapsPlugin.txt Add ABS-MapsPlugin and FBReaderJ srclibs 2014-09-03 01:55:58 +02:00
ActionBarSherlock.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ActiveAndroid.txt Add ActiveAndroid srclib 2014-11-23 14:15:08 +01:00
Aerc.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
aFileChooser.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Amazing-ListView.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Andlib-mjwhitta.txt
AndroidAsync.txt Update IceCondor to 20141218 (20141218) 2014-12-23 12:02:41 +01:00
AndroidCamera-WB.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
AndroidFocal.txt Focal: builds dependencies 2014-08-10 00:22:04 +02:00
AndroidLinkPreview.txt Add AndroidLinkPreview srclib 2015-02-16 16:35:29 +01:00
AndroidMapsUtils.txt WiGLE Wifi Wardriving: Add AndroidMapUtils; disable (play-services) 2014-10-23 23:20:09 +02:00
Androidplot.txt Update FillUp to 1.7 (19) 2014-08-20 14:30:46 +02:00
AndroidQuery.txt com.sismics.reader: Updated to newest version and added srclibs 2015-01-08 22:33:02 +01:00
AndroidSoft.txt
AndroidStaggeredGrid.txt Revert "Patching 'android.library=true' in is no longer necessary" 2014-03-31 20:17:38 +02:00
AndroidUtils.txt
AndrozicLib.txt Update Androzic to 1.7.8 (94) 2014-08-24 11:49:30 +02:00
AndTheme.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
AnySoftKeyboard-API.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
AnySoftKeyboardPacks.txt
AnySoftKeyboardTools.txt
ApacheHttpClient.txt Add srclibs for ApacheHttpClient, CWACAdapter and CWACEndless 2014-08-06 22:17:34 +02:00
ApacheHttpClientAndroid.txt DAVdroid: Fix (local) build. 2014-12-31 01:46:54 +01:00
ApacheHttpCore.txt Add Apache HttpCore srclib 2014-08-11 16:50:42 +02:00
appcompat.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
AppMsg.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
AppRater.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ArityXlythe.txt Calculator: Build arity from source; WIP for #26 2014-07-13 14:21:03 +02:00
ASM.txt Add srclibs for asm, cglib, easymock and objenesis 2014-09-25 23:23:50 +02:00
AutobahnSW-greenaddress.txt GreenBits: Bitcoin P2SH multisignature wallet 2015-01-24 20:25:23 +01:00
Bho.txt
BillingLibrary.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
BingTranslator.txt TessUI: Update to 0.3.7 (13); disable (jar files) 2014-06-08 18:02:28 +02:00
BitcoinJWallet-schildbach.txt Build Bitcoin Wallet 3.52, switch srclibs 2014-07-04 09:20:58 +02:00
BitcoinJWallet.txt Build Bitcoin Wallet 3.52, switch srclibs 2014-07-04 09:20:58 +02:00
bluetooth.txt Add bluetooth srclibs 2014-12-28 02:53:55 +01:00
bluez.txt Add bluetooth srclibs 2014-12-28 02:53:55 +01:00
BouncyCastle.txt Conversations: Try to remove jars... 2014-04-11 21:57:13 +02:00
bSNES.txt
buslib.txt New app: HoloIRC (disabled) 2014-12-16 22:07:05 +01:00
Busybox.txt
BusyboxConfigs-linusyang.txt
BusyboxConfigs.txt
Cacheword.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
CastCompanion.txt Put.io: Add missing srclib 2014-06-25 01:30:32 +02:00
cglib.txt Add srclibs for asm, cglib, easymock and objenesis 2014-09-25 23:23:50 +02:00
Changelog-cketti.txt Revert "Patching 'android.library=true' in is no longer necessary" 2014-03-31 20:17:38 +02:00
Changelog-HRK.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ChangeLog.txt
ChartLib.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ChessEngineSupportLibrary.txt org.scid.android: Update to current version 1.5.1 and disabled it (WIP) 2015-01-15 14:01:13 +01:00
Clementine-Protobuf.txt Avoid misleading srclib names 2014-11-15 19:57:58 +01:00
ClementineDeps.txt
Cling.txt New app: Slick UPnP (disabled:untrusted repo) 2014-11-01 16:38:19 +01:00
codec2-dev.txt Forgot to add the CSipSimple srclibs 2014-07-24 08:56:43 +02:00
Color-Picker-2.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Color-Picker.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ColorPicker-Ebraminio.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ColorPicker-eolwral.txt Add yet another clone of ColorPickerPreference 2014-03-30 21:52:59 +02:00
ColorPicker-GSingh.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ColorPickerPreference.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ComicViewer.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
CommanderGenius.txt
Common-AskSven.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
CommonsCodec.txt Add srclib CommonsCodec 2014-08-09 11:07:57 +02:00
CommonsIO.txt New app: Simple Explorer 2014-08-05 11:44:57 +02:00
CommonsLang.txt Srclibs: Add CommonsLang, Date4J, JUnit, SuperCSV 2014-07-15 02:47:57 +02:00
CommonsMath.txt New app: MATHTools 2014-07-29 10:56:51 +02:00
Cordova.txt Cordova: use https, better Prepare 2014-05-29 09:34:40 +02:00
Crouton.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
CSipSimple.txt CSipSimple: use whole repo for modified ABS; use srclib 2014-07-25 08:58:30 +02:00
CWACAdapter.txt Add srclibs for ApacheHttpClient, CWACAdapter and CWACEndless 2014-08-06 22:17:34 +02:00
CWACMerge.txt Twidere: Prepare for repochange and 0.3.0-dev (98) 2014-11-22 11:15:47 +01:00
CWACSacklist.txt Twidere: Prepare for repochange and 0.3.0-dev (98) 2014-11-22 11:15:47 +01:00
DashClock.txt
Date4J-1.2.0.txt Srclibs: Add CommonsLang, Date4J, JUnit, SuperCSV 2014-07-15 02:47:57 +02:00
Date4J.txt Srclibs: Add CommonsLang, Date4J, JUnit, SuperCSV 2014-07-15 02:47:57 +02:00
DateSlider.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Ddplist.txt Add dd-plist srclib. 2014-08-15 16:56:38 +02:00
DiskLruCache.txt Add DiskLruCache and TouchImageView srclibs 2015-02-20 20:50:12 +01:00
dnsjava.txt Add dnsjava and mdnsjava srclibs. 2014-10-05 14:57:36 +02:00
DogecoinJ.txt DogecoinWallet: Initial metadata (disabled) 2014-05-06 12:05:51 +02:00
Donations.txt
DragSort.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Droidtools-uaraven.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Dropbear.txt
Easing.txt
EasyMock.txt Add srclibs for asm, cglib, easymock and objenesis 2014-09-25 23:23:50 +02:00
EJML.txt Add srclib EfficientJavaMatrixLibrary 2014-07-10 19:43:15 +02:00
EmulatorView.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
EncfsJava.txt
Endless.txt Add srclibs for ApacheHttpClient, CWACAdapter and CWACEndless 2014-08-06 22:17:34 +02:00
EyesFree.txt use https to access google code svn repos 2014-01-30 20:51:41 -05:00
F5.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
FacebookSDK.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
FadingActionBar.txt Lffl Feed Reader: Prepare 2.0 (10) and try to get FadingActionBar to work.. 2015-01-06 20:30:06 +01:00
FastJSON.txt Vuze Remote: Fix build, disabled (proguard issues). 2015-01-10 19:07:19 +01:00
FBReaderJ.txt Add ABS-MapsPlugin and FBReaderJ srclibs 2014-09-03 01:55:58 +02:00
FFMPEG-Java.txt
File-Picker.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
FilePicker.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
FinfAgent.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
FLAC.txt
FloatingActionButton.txt Update Simple Explorer to 2.1 (55) 2014-09-16 15:46:33 +02:00
FluffyLocations.txt TaxiBulgaria: Initial metadata 2014-04-15 12:49:46 +02:00
Focal.txt New app: Focal (disabled/WIP) 2014-08-07 02:57:11 +02:00
ForvoApi.txt New app: ForvoDroid 2014-08-24 00:37:09 +02:00
FrenchRevolutionaryCalendar.txt FrenchRevolutionaryCalendar: Force java 1.7 2014-11-16 20:30:09 +01:00
FTDriver.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Ganymed.txt Update Ghost Commander - SFTP plugin to 1.13.1 (17); wip #28 2014-08-14 12:22:23 +02:00
GH4AGitHubAPI.txt Add build for OctoDroid 3.7.1 (38) 2015-03-11 17:20:37 +02:00
GhostCommander.txt use https to access sourceforge svn repos 2014-01-30 20:55:48 -05:00
GitHubAPI.txt
GmsLib.txt DashClock Widget: Add note about GmsLib. 2015-01-25 01:47:27 +01:00
GMusicAPI.txt QuickLyric: Prepare for 1.5.8 (16) 2015-03-08 10:00:47 +01:00
GNUPG.txt
Google-Gson.txt use https to access google code svn repos 2014-01-30 20:51:41 -05:00
GradleWitness.txt New app: Flock 2014-08-02 01:59:48 +02:00
GraphView-2.txt enable ThermometerExtended2 2014-04-12 15:11:04 +02:00
GraphView.txt enable ThermometerExtended2 2014-04-12 15:11:04 +02:00
GravatarAndroid.txt Add Gravatar srclib 2014-09-13 12:10:38 +02:00
GreenDroid.txt
Groundy.txt Add Groundy srclibs 2015-01-18 20:13:04 +01:00
HackRF.txt New app: RF Analyzer (disable) 2014-11-06 19:48:59 +01:00
HockeySDK.txt ChatSecure: WIP for 14.0.1 2014-09-13 15:39:17 +02:00
HoloAccent.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
HoloColorPicker-frigus02.txt Add Jackson srclib. 2014-10-18 10:03:20 +02:00
HoloColorPicker.txt Add Jackson srclib. 2014-10-18 10:03:20 +02:00
HoloEverywhere-DougKeen.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
HoloEverywhere.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
HtmlSpanner-dscuermann.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
HtmlSpanner.txt
HttpClient.txt Add srclibs for ApacheHttpClient, CWACAdapter and CWACEndless 2014-08-06 22:17:34 +02:00
HttpClientAndroid.txt Fix HttpClientAndroid srclib. 2014-10-18 13:34:21 +02:00
HttpRequest-Sawicki.txt
HumanTime.txt
I2P.txt
ImageLoader-Novoda.txt
ImageLoader.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ImageViewTouch.txt
Inputmethodcommon.txt
INSTEAD.txt use https to access sourceforge svn repos 2014-01-30 20:55:48 -05:00
IOCipher.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
iptables.txt
itextg.txt Update Smart Receipts Pro 3.3.0 (120) 2015-03-06 23:25:17 +01:00
jackrabbit.txt New App: ownCloud-SMS 2015-01-24 16:29:52 +01:00
Jackson.txt Add Jackson srclib. 2014-10-18 10:03:20 +02:00
jasypt.txt Add jasypt srclib 2015-03-03 13:42:08 +01:00
Java-WebSocket.txt Wifi Camera: Update to version 2.3 (12) 2015-02-01 14:08:13 +01:00
JavaMail.txt Add JavaMail srclib. 2015-02-12 13:49:09 +01:00
JazzyViewPager.txt Add srclib JazzyViewPager 2014-08-18 03:03:36 +02:00
Jbox2d.txt use https to access google code svn repos 2014-01-30 20:51:41 -05:00
jcaki.txt New app: Echo 2014-10-30 21:42:00 +01:00
jcfis.txt Mizuu: Remove some jars. 2015-01-07 19:51:39 +01:00
Jericho.txt
JmDNS.txt Update FBReader Calibre connector to 1.2 (102000) 2014-10-04 13:44:59 +02:00
JodaTime.txt New app: SimpleDo 2014-11-01 13:07:45 +01:00
JOpenDocument.txt
JsonSimple.txt FBReader: Remove some jars 2014-08-26 00:48:07 +02:00
JSoup.txt ADSDroid: Fix crash/build 2014-05-22 11:56:27 +02:00
jToxcore.txt Antox: Merge huge recipe. 2014-08-18 17:15:46 +02:00
JUnit.txt Srclibs: Add CommonsLang, Date4J, JUnit, SuperCSV 2014-07-15 02:47:57 +02:00
JUnrar.txt Simple Explorer: Fix dependencies 2014-08-05 23:48:01 +02:00
JustPlayerPluginsAdView.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Jutf7.txt Fix all sourceforge svn urls 2014-06-27 20:54:59 +02:00
k9lib.txt Add k9lib srclib 2014-12-21 03:06:30 +01:00
K9Mail-XOAUTH.txt
KontalkCommon.txt Kontalk: Prepare for 3.0b1 2014-08-25 00:46:20 +02:00
KontalkEmojicon.txt Kontalk: Prepare for 3.0b1 2014-08-25 00:46:20 +02:00
KoushWidgets.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
LazyList.txt New app: Lffl Feed Reader (disabled) 2014-12-08 21:42:46 +01:00
libautotalent.txt
libdynticker.txt Boilr: Replace libraries. 2014-10-07 21:22:42 +02:00
libgdx.txt Add libgdx srclib 2014-11-16 20:30:39 +01:00
liblame.txt
LibPageKite.txt
Libpd.txt PdDroid Party: Initial build recipe 2014-09-22 04:24:55 +02:00
libphonenumber.txt Update srclibs for lumicall 2015-01-24 23:18:54 +01:00
libpricealarm.txt Boilr: Replace libraries. 2014-10-07 21:22:42 +02:00
libresample.txt
libretro-overlays.txt Added RetroArch 1.0.0.2 2014-11-19 10:42:48 +10:00
libretro-super.txt Added RetroArch 1.0.0.2 2014-11-19 10:42:48 +10:00
libsdl-android.txt
libsodium.txt Antox: Merge huge recipe. 2014-08-18 17:15:46 +02:00
libsuperuser.txt
libwave.txt
libwlocate.txt Make liwlocate apps share repo as srclib 2014-02-11 20:54:55 +01:00
Libxmp.txt
libyuv.txt Forgot to add the CSipSimple srclibs 2014-07-24 08:56:43 +02:00
ListViewAnimations.txt
LocaleAPI.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
LockPattern.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
LocusMap.txt c:geo working build 2014-10-28 15:09:50 +01:00
LOTarballs.txt Add LibreOffice Viewer 2015-01-23 18:23:37 -03:00
MapsAPI.txt Added UnifiedNlp Backend that uses Apple's service to resolve WiFi locations 2014-03-21 08:35:11 +02:00
Mapsforge.txt
MapsforgeCgeo.txt c:geo working build 2014-10-28 15:09:50 +01:00
MapsforgeMirror.txt Add MuzeiAPI and Mapsforge srclibs 2014-08-29 01:06:25 +02:00
MariotakuJsonSerializer.txt Twidere: Prepare for repochange and 0.3.0-dev (98) 2014-11-22 11:15:47 +01:00
MarkDownView.txt Update Seafile to 1.4.2 (28) 2015-02-28 14:39:23 +01:00
mdnsjava.txt Add dnsjava and mdnsjava srclibs. 2014-10-05 14:57:36 +02:00
MediaWikiApi.txt Update Wikipedia to 2.0-r-2014-10-14 (84) 2014-10-20 18:56:11 +02:00
mednafen-psx.txt Added RetroArch 1.0.0.2 2014-11-19 10:42:48 +10:00
MenuComponent.txt Revert "Patching 'android.library=true' in is no longer necessary" 2014-03-31 20:17:38 +02:00
MenuDrawer.txt Fix MenuDrawer srclib 2014-04-10 10:38:30 +02:00
MessageBar.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
MetadataExtractor.txt Focal: builds dependencies 2014-08-10 00:22:04 +02:00
MeterLib.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
MinetestGame.txt Minetest: add Minetest game 2015-03-17 02:18:33 +01:00
Mini-WB.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
mnemogogo.txt
MobAdMob.txt Revert "Patching 'android.library=true' in is no longer necessary" 2014-03-31 20:17:38 +02:00
MozLocales.txt Fennec Fdroid: Fix locales. 2015-01-15 23:34:47 +01:00
MozOsmDroid.txt MozStumbler: Try to fix build. 2014-10-19 17:36:42 +02:00
MSQLite.txt FileManagerPro: Initial metadata 2014-04-10 01:19:28 +02:00
MuPDF.txt Smart Receipts Pro: WIP for update to 3.3.2 2015-01-31 23:51:09 +01:00
MusicBrainz-API.txt
MuzeiAPI.txt Add MuzeiAPI and Mapsforge srclibs 2014-08-29 01:06:25 +02:00
NanoHttpd.txt FBReader: Remove some jars 2014-08-26 00:48:07 +02:00
NetCipher.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
NewQuickAction3D-haiwen.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
NewQuickAction3D.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
NineOldAndroids.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
NoAnalytics.txt Revert "Patching 'android.library=true' in is no longer necessary" 2014-03-31 20:17:38 +02:00
NodeJS.txt New app: EFF Alerts (disabled: nodejs) 2015-01-11 19:23:51 +01:00
NPM.txt New app: EFF Alerts (disabled: nodejs) 2015-01-11 19:23:51 +01:00
NumberPicker-DougKeen.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
NumberPicker-Novak.txt
NumberPicker-SimonVT.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
NumberPicker.txt
nxengine.txt Added RetroArch 1.0.0.2 2014-11-19 10:42:48 +10:00
Objenesis.txt Add srclibs for asm, cglib, easymock and objenesis 2014-09-25 23:23:50 +02:00
oc-android-library.txt New App: ownCloud-SMS 2015-01-24 16:29:52 +01:00
OI.txt use https to access google code svn repos 2014-01-30 20:51:41 -05:00
OIgit.txt First attempt on building OI Safe. 2014-05-11 23:23:02 +02:00
ONScripter.txt
OpenCSV-org.txt Added missing srclib 2015-01-17 17:48:02 +01:00
OpenCSV.txt AIMSICD: Initial metadata (disabled) 2014-07-14 01:37:50 +02:00
OpenMSX.txt
OpenSSL-GP.txt
OpenTripPlaner.txt Add OpenTripPlaner srclib 2014-10-16 18:50:13 +02:00
OpenTTD.txt
Orgparser.txt NoNonsense Notes: Fix build. 2014-11-01 23:12:03 +01:00
Ormlite-Android.txt
Ormlite-Core.txt
Orwell.txt Tinfoil-SMS: Try to remove jars. 2014-10-04 01:59:58 +02:00
osmdroid.txt OpenFixMap: add metadata, OSMDroid: add srclib 2015-02-27 02:24:59 +01:00
Otr4j-jitsi.txt Conversations: Initial metadata 2014-03-28 00:43:28 +01:00
Otr4j.txt
PagerSlidingTabStrip.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
pari.txt New app: PariDroid 2015-01-22 21:53:56 +01:00
PayMe.txt SMS Backup+: Try to build 1.5.5 from source. #62 2014-09-29 01:30:48 +02:00
PBKDF2.txt Update srclibs for lumicall 2015-01-24 23:18:54 +01:00
pcsx_rearmed.txt
PDClasses-shattered.txt Shattered Pixel Dungeon: Fix build 2014-11-14 21:43:05 +01:00
PDClasses.txt New app: Pixel Dungeon (WIP) 2014-08-01 12:18:21 +02:00
PDFParseLib.txt FBReader: Remove some jars 2014-08-26 00:48:07 +02:00
PhotoView.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
pjsip.txt Forgot to add the CSipSimple srclibs 2014-07-24 08:56:43 +02:00
PkRequestManager.txt New app: Numix Circle 2014-08-17 14:53:05 +02:00
PocketSphinx.txt New app: PocketSphinx Demo 2014-09-24 00:46:01 +02:00
PocketSphinxAndroid.txt New app: PocketSphinx Demo 2014-09-24 00:46:01 +02:00
portaudio.txt Forgot to add the CSipSimple srclibs 2014-07-24 08:56:43 +02:00
PrayTimes.txt
PreferenceFragment.txt Add PreferenceFragment srclib 2015-01-25 19:16:16 +01:00
PrettyTime.txt
PrevoDB.txt
Processing-Multitouch.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ProgressFragment.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ProjectMAXS.txt
Protobuf.txt use https to access google code svn repos 2014-01-30 20:51:41 -05:00
PullToRefresh.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
QuickdicUtils.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
rarch-common-shaders.txt Added RetroArch 1.0.0.2 2014-11-19 10:42:48 +10:00
RefreshNow.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
relaylib.txt New app: HoloIRC (disabled) 2014-12-16 22:07:05 +01:00
RemoteTea.txt Add missing srclibs. 2015-01-03 22:20:27 +01:00
Rescu.txt
RetentionMagic.txt Cleanup RetentionMagic srclib 2014-05-29 09:14:51 +02:00
Revo.txt
RootCommands.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
RootFW.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
RootShell.txt Add RootShell srclib. 2015-02-01 12:43:48 +01:00
RootTools.txt RootTools: cleanup 2014-05-29 09:44:38 +02:00
RootToolsSvn.txt RootToolsSvn: No need to remove debuggable, done by fdroidserver 2014-05-29 09:44:46 +02:00
SDL.txt Introduced SDL as srclib. 2014-06-13 23:06:32 +02:00
SDL_image.txt Updated dot_racer to version 0.2 2014-12-21 14:07:49 +01:00
SDL_mixer.txt Updated dot_racer to version 0.2 2014-12-21 14:07:49 +01:00
SherlockNavDrawer.txt
ShortcutBadger.txt Add srclib ShortcutBadger 2015-03-25 22:27:02 +01:00
ShowCase-Androzic.txt
ShowcaseView.txt
simple-xml.txt
SimpleKML.txt MozStumbler: Try to fix build. 2014-10-19 17:36:42 +02:00
SimpleRss2.txt New app: ArchNews 2014-09-22 00:37:25 +02:00
slf4j.txt New App: ownCloud-SMS 2015-01-24 16:29:52 +01:00
Slider.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
SlidingMenu.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Smack.txt Kontalk: Use submodules and mavenLocal() 2014-08-25 20:23:02 +02:00
SmartReceipts.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Smashwords-API.txt use https to access google code svn repos 2014-01-30 20:51:41 -05:00
SmoothProgressBar.txt Revert "Patching 'android.library=true' in is no longer necessary" 2014-03-31 20:17:38 +02:00
Sonic.txt
SphinxBase.txt New app: PocketSphinx Demo 2014-09-24 00:46:01 +02:00
SpongyCastle.txt Clean up spongycastle 2014-04-27 14:12:45 +02:00
SQLCipher.txt Don't update NoteCipher to 0.1 (13): not released 2014-08-30 00:09:37 +02:00
stella-libretro.txt Added RetroArch 1.0.0.2 2014-11-19 10:42:48 +10:00
StickyListHeaders-tots.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
StickyListHeaders.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
StockFish.txt Add StockFish srclib. 2015-01-16 20:38:58 +01:00
Streamscraper.txt always use https with code.google.com, prevent redirects 2014-01-30 20:41:47 -05:00
StringTemplate.txt Add StringTemplate srclib 2014-11-18 13:09:06 +00:00
StrippedCastle.txt TinfoilSMS: Replace some jars (still disabled) 2014-05-06 20:47:57 +02:00
SugarORM.txt Update sugar srclib. 2015-01-11 22:29:56 +01:00
SunriseSunset-aragaer.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
SunriseSunset.txt
SuperCSV.txt Srclibs: Add CommonsLang, Date4J, JUnit, SuperCSV 2014-07-15 02:47:57 +02:00
SuperDryColorPicker.txt
Support-v7.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Support.txt Support doesn't need a target after all 2014-04-30 23:08:17 +02:00
SVGAndroid.txt PdDroid Party: Initial build recipe 2014-09-22 04:24:55 +02:00
Swipelist.txt New app: Password Store (WIP: swipelistview) 2014-09-10 18:43:00 +02:00
SwitchCompatLibrary.txt New app: DroidPHP (disabled:wip) 2014-08-18 01:22:13 +02:00
SystemBarTint.txt FileManagerPro: Initial metadata 2014-04-10 01:19:28 +02:00
task-provider.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
TaskManager.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
TeclaAccess.txt
template
TessTwo.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
TintAddon.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
tomcat-servlet-api.txt New App: ownCloud-SMS 2015-01-24 16:29:52 +01:00
TouchImageView.txt Add DiskLruCache and TouchImageView srclibs 2015-02-20 20:50:12 +01:00
toxcore.txt Antox: Merge huge recipe. 2014-08-18 17:15:46 +02:00
TransportsRennes.txt
Tree-View-List.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Tremor.txt
TtsSetup.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
TwidereExtension.txt
ub0rlib.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
UITableView.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
UnifiedNlpApi.txt Added API for UnifiedNlp (Next generation NetworkLocationProvider, based on plugins) 2014-03-21 08:35:11 +02:00
UrlImageViewHelper.txt New app: WREK Online 2014-10-26 15:59:13 +01:00
vba-m.txt Added RetroArch 1.0.0.2 2014-11-19 10:42:48 +10:00
ViewPagerIndicator.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
ViewPagerTabs.txt Revert "Patching 'android.library=true' in is no longer necessary" 2014-03-31 20:17:38 +02:00
VLC-2.2.txt Added build for VLC 0.9.6 (9602,9604) 2014-06-23 14:07:25 +03:00
VLC.txt
VoiceIME.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
Volley.txt append android.library=true to project.properties 2014-03-30 14:31:12 +02:00
WeatherNotification.txt
webrtc.txt Forgot to add the CSipSimple srclibs 2014-07-24 08:56:43 +02:00
WebSMSAPI.txt Get rid of deprecated "Update Project" lines in srclibs 2014-02-11 17:02:11 +01:00
weupnp.txt Lumicall: Remove some jars; enable build. 2015-01-25 17:14:58 +01:00
whassup.txt SMS Backup+: Try to build 1.5.5 from source. #62 2014-09-29 01:30:48 +02:00
wire-runtime.txt Added UnifiedNlp Backend that uses Apple's service to resolve WiFi locations 2014-03-21 08:35:11 +02:00
x264.txt Wifi Camera: Update to version 2.3 (12) 2015-02-01 14:08:13 +01:00
XChange.txt
XChart.txt
xmlobjects.txt Add xmlobjects srclib 2015-02-17 19:05:11 +01:00
Xmp.txt
YUICompressor.txt Issue #70: Fix Berlin vegan black screen issue 2015-03-26 14:36:33 +01:00
zxing.txt Antox: Merge huge recipe. 2014-08-18 17:15:46 +02:00