Commit Graph

20149 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
Ciaran Gultnieks fc66c97b75 Update known apks 2015-03-26 09:20:22 +00:00
F-Droid Builder f751e46f2a Update CV of Lampshade to 1.3.4 (134) 2015-03-26 05:59:51 +00:00
F-Droid Builder 41b0ab0689 Update CV of Transports Bordeaux to 2.9.2 (292) 2015-03-26 05:16:51 +00:00
F-Droid Builder bc91e0575a Update CV of SMSsync to 2.8.0 (29) 2015-03-26 05:12:48 +00:00
F-Droid Builder ef52ec213a Update CV of Navit to 6031 (6031) 2015-03-26 05:03:37 +00:00
F-Droid Builder 3370f44340 Update CV of DataStats to 2.1.0 (13) 2015-03-26 04:44:58 +00:00
F-Droid Builder 98194b044b Update Boilr to 0.5.0 (7) 2015-03-26 03:46:56 +00:00
F-Droid Builder 3560f72212 Update CV of Kernel Adiutor to 0.8.8.2 beta (60) 2015-03-26 03:36:24 +00:00
F-Droid Builder e9d4d03793 Update CV of IceCondor to 20150302 (20150302) 2015-03-26 03:20:40 +00:00
F-Droid Builder a02ac7f0b8 Update CV of DSub to 4.9.5 (149) 2015-03-26 02:52:53 +00:00
F-Droid Builder 7283dc898c Update SoundWaves to 0.82 (102) 2015-03-26 02:05:28 +00:00
Ciaran Gultnieks b8bf150ac3 Stats, etc 2015-03-26 01:16:14 +00:00
Boris Kraut 97c26976aa SMSSecure: Rebase build against upstream 2015-03-25 22:54:12 +01:00
Boris Kraut 1329d29f4e Merge branch 'freeminer' into 'master'
Update freeminer to 0.4.12.6.15

See merge request !662
2015-03-25 21:31:29 +00:00
Boris Kraut 483f9fea05 Merge branch 'master' into 'master'
Lets try autoupdate

See merge request !661
2015-03-25 21:29:33 +00:00
Boris Kraut 3732bb6598 Add srclib ShortcutBadger 2015-03-25 22:27:02 +01:00
Boris Kraut bd86b67e84 Fennec FDroid: Bump current version 2015-03-25 22:26:19 +01:00
Boris Kraut 88358011d0 Don't update Simple Alarm Clock to 2.9.01 (2901): Upstream uses gradle now. 2015-03-25 22:24:25 +01:00
Boris Kraut c3851ef47f Update Clip Stack to 1.3.0 (55) 2015-03-25 22:16:42 +01:00
proller 594eae39b3 Update freeminer to 0.4.12.6.15 2015-03-25 19:49:26 +03:00
Ciaran Gultnieks 867de7120c Update known apks 2015-03-25 14:40:41 +00:00
F-Droid Builder 0f18c8bddd Update BatteryFu to 1.47 (47) 2015-03-25 11:43:45 +00:00
Ciaran Gultnieks f526cfafe7 Reminder: disable updates, no source any more 2015-03-25 11:05:43 +00:00
Ciaran Gultnieks 3e69d961d8 org.mozilla.firefox: update to 36.0.4 2015-03-25 11:00:35 +00:00
Ciaran Gultnieks 31491c9ff3 Update known apks 2015-03-25 10:00:17 +00:00
Xphnx c379a90596 Lets try autoupdate 2015-03-25 07:59:33 +00:00
F-Droid Builder 9ee5e64553 Update CV of RGB Tool to 1.5.0 (9) 2015-03-25 06:02:07 +00:00
F-Droid Builder 70fc3dbf6c Update StockTicker to 5.30.34 (48) 2015-03-25 04:52:11 +00:00
F-Droid Builder e7614ae135 Update CV of Navit to 6028 (6028) 2015-03-25 04:50:46 +00:00
F-Droid Builder 8343d6bfe9 Update Syncthing to 0.5.27 (64) 2015-03-25 04:23:25 +00:00
F-Droid Builder e814f47ccf Update CV of FBReader to 2.3.2 (2030210) 2015-03-25 03:49:58 +00:00
F-Droid Builder d8ef2308fb Update CV of Dozuki to 2.8.0 (57) 2015-03-25 02:53:59 +00:00
F-Droid Builder a103ad6c3c Update CV of Simple Alarm Clock to 2.9.01 (2901) 2015-03-25 02:28:35 +00:00
F-Droid Builder 18b972a6dd Update agram to 1.0 (16) 2015-03-25 02:25:29 +00:00
F-Droid Builder aaad3c2688 Update CV of Clip Stack to 1.3.0 (55) 2015-03-25 01:53:24 +00:00
F-Droid Builder e01cb09709 Update CV of WordPress to 3.8.1 (171) 2015-03-25 01:37:45 +00:00
F-Droid Builder 4906468f21 Update YubiClip to 1.0.0 (3) 2015-03-25 01:29:23 +00:00
Ciaran Gultnieks 444acd00ca Stats, etc 2015-03-25 01:15:55 +00:00
Ciaran Gultnieks 146281602f Update known apks 2015-03-24 21:11:26 +00:00
Boris Kraut ecfadb4a2b Update Mifare Classic Tool to 2.0.0 (31) 2015-03-24 21:43:35 +01:00
Boris Kraut f069321875 Update Logical Defence to 1.1.1 (10) 2015-03-24 21:36:14 +01:00
Boris Kraut d779ac0649 Update Turbo Editor to 1.18.3 (46) 2015-03-24 21:36:14 +01:00
Boris Kraut 27409f69ea Update IceCondor to 20150301 (20150301) 2015-03-24 21:36:14 +01:00
Boris Kraut fa8b78756d Merge branch 'fbreader_ucm' into 'master'
FBReader: Fix UCM

See merge request !660
2015-03-24 20:05:28 +00:00
Rancor 21e58062a1 FBReader: Fix UCM 2015-03-24 20:38:09 +01:00
F-Droid Builder e1886142b5 Update Tasks to 4.7.9 (357) 2015-03-24 06:10:26 +00:00
F-Droid Builder 2d032d2e77 Update CV of Logical Defence to 1.1.1 (10) 2015-03-24 06:03:41 +00:00
F-Droid Builder db95c48bd1 Update CV of Turbo Editor to 1.18.3 (46) 2015-03-24 05:14:38 +00:00
F-Droid Builder a4be480c64 Update CV of SMSsync to 2.8.0 (28) 2015-03-24 05:01:14 +00:00