Commit graph

370 commits

Author SHA1 Message Date
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
Boris Kraut 3732bb6598 Add srclib ShortcutBadger 2015-03-25 22:27:02 +01:00
Boris Kraut 5e86e1c87e Merge branch 'OctoDroid' into 'master'
Update OctoDroid

This finally builds against source code of GitHub API.
Yet it still pulls ViewPagerIndicator from http://dl.bintray.com:80/populov/maven/ repository, but I don't see what's the problem with that, since that repository contains the source too.

See merge request !604
2015-03-20 22:41:28 +00:00
est31 f05017281b Minetest: add Minetest game 2015-03-17 02:18:33 +01:00
أحمد المحمودي (Ahmed El-Mahmoudy) 8dad94da34 Add build for OctoDroid 3.7.1 (38)
Build using OctoDroid's GitHub API fork
2015-03-11 17:20:37 +02:00
Boris Kraut ca9c9cecbb QuickLyric: Prepare for 1.5.8 (16) 2015-03-08 10:00:47 +01:00
Rancor 2f814b0065 Update Smart Receipts Pro 3.3.0 (120) 2015-03-06 23:25:17 +01:00
Boris Kraut 3557fd32b9 Add jasypt srclib 2015-03-03 13:42:08 +01:00
Boris Kraut fe7f6bfc55 Update Seafile to 1.4.2 (28) 2015-02-28 14:39:23 +01:00
keeba 3371263873 OpenFixMap: add metadata, OSMDroid: add srclib 2015-02-27 02:24:59 +01:00
Boris Kraut 7c49ce3ae2 Removed unused/duplicated srclib; fixes #163 2015-02-23 01:38:16 +01:00
Boris Kraut 245b7a0a72 Add DiskLruCache and TouchImageView srclibs 2015-02-20 20:50:12 +01:00
Boris Kraut 2c5876ccdc Add xmlobjects srclib 2015-02-17 19:05:11 +01:00
Boris Kraut 4528e19676 Add AndroidLinkPreview srclib 2015-02-16 16:35:29 +01:00
Boris Kraut c762827837 Add JavaMail srclib. 2015-02-12 13:49:09 +01:00
Boris Kraut d575ebe837 Merge branch 'LOViewer' into 'master'
Add LibreOffice Viewer

Libreoffice Viewer for android is out in a beta form http://blog.documentfoundation.org/2015/01/21/libreoffice-viewer-for-android/

This needs some tarballs to build... all of them are in the git repo that i added to "srclibs".

To build this in my laptop i needed:
libdbus-glib-1-dev
libgconf2-dev
libxt-dev
python3-dev
libxslt1-dev
libarchive-zip-perl

Maybe there are some other dependencies, but i cant search for them this week

See merge request !519
2015-02-03 10:27:55 +00:00
Boris Kraut bad6126e68 Merge branch 'wip_receiptspro' into 'master'
Smart Receipts Pro: WIP for update to 3.3.2

WIP, upstream issue? while building: https://github.com/wbaumann/SmartReceiptsLibrary/issues/8

See merge request !536
2015-02-01 18:28:54 +00:00
Rancor d42662c290 Wifi Camera: Update to version 2.3 (12) 2015-02-01 14:08:13 +01:00
Boris Kraut d05b3a17f9 Add RootShell srclib. 2015-02-01 12:43:48 +01:00
Rancor abf259d1e9 Smart Receipts Pro: WIP for update to 3.3.2 2015-01-31 23:51:09 +01:00
Boris Kraut 64603e5117 Merge branch 'update_android-xmp' into 'master'
Update Xmp Mod Player to 4.3.1 (73) (WIP)

Currently no native libs on ndk r10d are build locally and i have no clue why. Using the method from the older builds also lead to no native libs so this could be also just a local problem on my NDK r9b/r10d Setup.

This also needs the updated android-support-v4.jar from !498

See merge request !512
2015-01-29 16:15:49 +00:00
Boris Kraut 426498c5da Merge branch 'master' into 'master'
GreenBits: new app added

It was verified that it builds with F-Droid Vagrant buildserver.

GreenBits is a new Android wallet by GreenAddress which is native to this platform, as opposed to it.greenaddress.cordova which was built on top Cordova and HTML.

See merge request !517
2015-01-25 18:43:06 +00:00
Boris Kraut a4a64361bc Add PreferenceFragment srclib 2015-01-25 19:16:16 +01:00
Boris Kraut 31db5c3dec Lumicall: Remove some jars; enable build. 2015-01-25 17:14:58 +01:00
Boris Kraut 37db957cfd DashClock Widget: Add note about GmsLib. 2015-01-25 01:47:27 +01:00
Boris Kraut 4fde99d003 Update srclibs for lumicall 2015-01-24 23:18:54 +01:00
GreenAddress df3d340ba4 GreenBits: Bitcoin P2SH multisignature wallet 2015-01-24 20:25:23 +01:00
Rancor 1e20d9f85c New App: ownCloud-SMS 2015-01-24 16:29:52 +01:00
Manizuca 1b6e213593 Add LibreOffice Viewer 2015-01-23 18:23:37 -03:00
Andreas Enge 55cb0cff41 New app: PariDroid 2015-01-22 21:53:56 +01:00
Rancor a58b7c05d7 Add Groundy srclibs 2015-01-18 20:13:04 +01:00
Rancor b21f06731d Added missing srclib 2015-01-17 17:48:02 +01:00
Boris Kraut 28134f38ec Add StockFish srclib. 2015-01-16 20:38:58 +01:00
Boris Kraut a7f3579c83 Merge branch 'update_scid' into 'master'
org.scid.android: Update to current version 1.5.1 and disabled it (WIP)

Before enabling we need to find a way to build the removed libstockfish.so from source (https://github.com/official-stockfish/Stockfish/tree/sf_5/).

Maybe pick it from https://code.google.com/p/cuckoochess/source/browse/#svn%2Ftrunk%2FDroidFish%2Fjni%2Fstockfish

See merge request !488
2015-01-16 18:28:15 +00:00
Boris Kraut c0cd493be7 Fennec Fdroid: Fix locales. 2015-01-15 23:34:47 +01:00
Boris Kraut 90668271f5 Add MozLocales srclib. 2015-01-15 17:37:38 +01:00
Rancor 78a8163360 org.scid.android: Update to current version 1.5.1 and disabled it (WIP) 2015-01-15 14:01:13 +01:00
Boris Kraut 8017117362 Merge branch 'update_sismics_reader' into 'master'
com.sismics.reader: Updated to newest version and added srclibs

Build, install and starting of the app tested. Functionality untested because of the lack of an sismics server.

Using Aquery @ 0.26.9 instead of 0.26.7 because of this issue in the older versions together with Java7: https://groups.google.com/forum/#!topic/android-query/3HmROsnDJ20

Not quite sure if we also should replace the "drag-sort-listview-0.6.1-SNAPSHOT-AAR.aar" in https://github.com/sismics/reader/tree/master/reader-android/app/libs . This is currently also used in [net.rurik.roman.dashclock](/fdroid/fdroiddata/blob/master/metadata/net.nurik.roman.dashclock.txt)

See merge request !468
2015-01-12 18:34:00 +00:00
Boris Kraut 6f6c1858df Update sugar srclib. 2015-01-11 22:29:56 +01:00
Boris Kraut 899befcdbd Add SugarCMS srclib 2015-01-11 22:28:04 +01:00
Boris Kraut cc67cf6f7c New app: EFF Alerts (disabled: nodejs) 2015-01-11 19:23:51 +01:00
Boris Kraut 35601bf2a2 Vuze Remote: Fix build, disabled (proguard issues). 2015-01-10 19:07:19 +01:00
Rancor 8525487783 com.sismics.reader: Updated to newest version and added srclibs 2015-01-08 22:33:02 +01:00
Boris Kraut 21f2e42a28 Mizuu: Remove some jars. 2015-01-07 19:51:39 +01:00
Boris Kraut 409e95feb5 Lffl Feed Reader: Prepare 2.0 (10) and try to get FadingActionBar to work.. 2015-01-06 20:30:06 +01:00
Boris Kraut f0a9e0a336 FadingActionBar: Set name. 2015-01-05 15:41:19 +01:00
Boris Kraut 46d9b68644 Add missing srclibs. 2015-01-03 22:20:27 +01:00
Boris Kraut 82d3701d98 DAVdroid: Fix (local) build. 2014-12-31 01:46:54 +01:00
Boris Kraut 0f96f51fbf Add bluetooth srclibs 2014-12-28 02:53:55 +01:00
Boris Kraut 4b3e7be870 Update IceCondor to 20141218 (20141218) 2014-12-23 12:02:41 +01:00
Przemyslaw Rzepecki 7ec23ea9a5 Updated dot_racer to version 0.2 2014-12-21 14:07:49 +01:00
Boris Kraut 04c4027baf Add k9lib srclib 2014-12-21 03:06:30 +01:00
Boris Kraut e09e623155 New app: HoloIRC (disabled) 2014-12-16 22:07:05 +01:00
Boris Kraut f83e4a2744 Add libphonenumber srclib 2014-12-15 23:45:45 +01:00
Boris Kraut d94f69747d New app: Lffl Feed Reader (disabled) 2014-12-08 21:42:46 +01:00
Boris Kraut 4edba8dfb5 Add ActiveAndroid srclib 2014-11-23 14:15:08 +01:00
Boris Kraut e6a8200e0e Twidere: Prepare for repochange and 0.3.0-dev (98) 2014-11-22 11:15:47 +01:00
AlexanderR 526cc12ce4 Added RetroArch 1.0.0.2 2014-11-19 10:42:48 +10:00
Ciaran Gultnieks d7218b5867 Add StringTemplate srclib 2014-11-18 13:09:06 +00:00
Boris Kraut eede25e69f Add libgdx srclib 2014-11-16 20:30:39 +01:00
Boris Kraut cddc67410c FrenchRevolutionaryCalendar: Force java 1.7 2014-11-16 20:30:09 +01:00
Daniel Martí 9b9547474c Avoid misleading srclib names 2014-11-15 19:57:58 +01:00
Boris Kraut 2b23cde9c3 Shattered Pixel Dungeon: Fix build 2014-11-14 21:43:05 +01:00
Boris Kraut 2f3969766e Merge branch 'master' into 'master'
c:geo working build

See merge request !335
2014-11-10 20:49:30 +00:00
Boris Kraut f39d79fdd8 New app: RF Analyzer (disable) 2014-11-06 19:48:59 +01:00
Boris Kraut 31ba3b351b NoNonsense Notes: Fix build. 2014-11-01 23:12:03 +01:00
Boris Kraut 1ee81eef27 New app: Slick UPnP (disabled:untrusted repo) 2014-11-01 16:38:19 +01:00
Boris Kraut e3f020161a New app: SimpleDo 2014-11-01 13:07:45 +01:00
Boris Kraut bb8f77ce71 New app: Echo 2014-10-30 21:42:00 +01:00
wowie cf744b69aa c:geo working build 2014-10-28 15:09:50 +01:00
Boris Kraut 6b5cc2886c New app: WREK Online 2014-10-26 15:59:13 +01:00
Boris Kraut d0a90d3254 New app: French Calendar 2014-10-26 15:49:17 +01:00
Boris Kraut 375d41a300 WiGLE Wifi Wardriving: Add AndroidMapUtils; disable (play-services) 2014-10-23 23:20:09 +02:00
Boris Kraut 97499d5831 Update Wikipedia to 2.0-r-2014-10-14 (84) 2014-10-20 18:56:11 +02:00
Boris Kraut 25f25de3df c:geo: Switch repo. 2014-10-19 23:50:11 +02:00
Boris Kraut e73eb08388 MozStumbler: Try to fix build. 2014-10-19 17:36:42 +02:00
Boris Kraut 81aaf4fb5b Fix HttpClientAndroid srclib. 2014-10-18 13:34:21 +02:00
Boris Kraut 9a0f5a4aa9 Add Jackson srclib. 2014-10-18 10:03:20 +02:00
Boris Kraut ec5906b56a Add OpenTripPlaner srclib 2014-10-16 18:50:13 +02:00
Boris Kraut fcd929e77a Boilr: Replace libraries. 2014-10-07 21:22:42 +02:00
Boris Kraut e53f9544d6 New app: ElloShare (disabled) 2014-10-07 20:30:27 +02:00
Boris Kraut af5c5396fa Add dnsjava and mdnsjava srclibs. 2014-10-05 14:57:36 +02:00
Boris Kraut df220adaca Update FBReader Calibre connector to 1.2 (102000) 2014-10-04 13:44:59 +02:00
Boris Kraut 335880492e Tinfoil-SMS: Try to remove jars. 2014-10-04 01:59:58 +02:00
Boris Kraut db1c7fc963 SMS Backup+: Try to build 1.5.5 from source. #62 2014-09-29 01:30:48 +02:00
Boris Kraut 97f5b607c0 Add srclibs for asm, cglib, easymock and objenesis 2014-09-25 23:23:50 +02:00
Boris Kraut c1eaea9cec New app: PocketSphinx Demo 2014-09-24 00:46:01 +02:00
Boris Kraut 610906ea9a PdDroid Party: Initial build recipe 2014-09-22 04:24:55 +02:00
Boris Kraut 4e91fad825 New app: ArchNews 2014-09-22 00:37:25 +02:00
Boris Kraut 26c1f44667 Update Simple Explorer to 2.1 (55) 2014-09-16 15:46:33 +02:00
Boris Kraut 69fb2eff79 ChatSecure: WIP for 14.0.1 2014-09-13 15:39:17 +02:00
Boris Kraut c06a3ddd73 Add Gravatar srclib 2014-09-13 12:10:38 +02:00
Boris Kraut b39acf74fa New app: Password Store (WIP: swipelistview) 2014-09-10 18:43:00 +02:00
Boris Kraut ef3eb040ed Add ABS-MapsPlugin and FBReaderJ srclibs 2014-09-03 01:55:58 +02:00
Boris Kraut 093b774dff Don't update NoteCipher to 0.1 (13): not released 2014-08-30 00:09:37 +02:00
Boris Kraut cc3ed27c77 Add MuzeiAPI and Mapsforge srclibs 2014-08-29 01:06:25 +02:00
Boris Kraut 8005448aa7 FBReader: Remove some jars 2014-08-26 00:48:07 +02:00
Boris Kraut a8e4a65984 Kontalk: Use submodules and mavenLocal() 2014-08-25 20:23:02 +02:00
Boris Kraut 9b637cd239 Kontalk: Prepare for 3.0b1 2014-08-25 00:46:20 +02:00
Daniel Martí 364f7719a2 Update Androzic to 1.7.8 (94) 2014-08-24 11:49:30 +02:00