Commit graph

358 commits

Author SHA1 Message Date
keeba f0122b2c5c criticalmaps: new app and dependencies 2015-07-31 03:09:04 +02:00
أحمد المحمودي (Ahmed El-Mahmoudy) 5635306062 Update Twidere to 0.3.0-dev-117 (117) 2015-07-08 09:53:28 +02:00
Boris Kraut 6f4d5a8ce3 New app: Learnforandroid (wait for upstream) 2015-07-01 23:42:26 +02:00
Boris Kraut ee4c02a41b Don't update Kolab Notes to 0.1.0-alpha6 (6): dependencies 2015-07-01 19:25:52 +02:00
Boris Kraut 4f207b5a76 Merge branch 'Twidere' into 'master'
Update Twidere to 0.3.0-dev-116 (116)

Add RestFu & PickNCrop srclibs

See merge request !846
2015-06-30 21:38:03 +00:00
Boris Kraut 9d8860dfe5 Add KolabNotesLib srclib 2015-06-30 18:06:32 +02:00
أحمد المحمودي (Ahmed El-Mahmoudy) d2b0416b50 Update Twidere to 0.3.0-dev-116 (116)
Add RestFu & PickNCrop srclibs
2015-06-30 14:57:57 +02:00
Boris Kraut d4fedb48e4 Fwknop2: Fix build 2015-06-13 00:25:23 +02:00
Boris Kraut 0286979c17 Lffl Feed Reader: Disable failing build 2015-06-09 16:14:11 +02:00
Boris Kraut 73d42dcddc Add rfc2445 srclib 2015-06-07 15:51:38 +02:00
Boris Kraut 6c886ca816 New app: Kõnele 2015-06-05 16:36:21 +02:00
Boris Kraut 99c65a7788 Add DepotTools srclib 2015-06-04 19:16:35 +02:00
Isgar 12b734f07c add Aard2 (disabled) 2015-06-03 16:53:32 +02:00
Daniel Martí f950839370 Remove all "Srclibs:" from srclib metadata files 2015-06-03 13:53:26 +02:00
Boris Kraut b5290b16ba Add wishlist and egit-github srclibs 2015-06-01 18:47:19 +02:00
est31 5c30ae53dc Use official godot repository and point minilens to release 1.1
The release includes the patch needed by the f-droid build.
2015-05-26 08:05:09 +02:00
Boris Kraut 2a73d291da Add AChartEngine-fr3ts0n to srclibs 2015-05-25 23:56:43 +02:00
Boris Kraut 27e53768e6 Add android-logging-log4j and log4j srclibs 2015-05-24 17:10:51 +02:00
Boris Kraut 4d3970d89a Add AsyncManager srclib 2015-05-18 16:36:37 +02:00
أحمد المحمودي (Ahmed El-Mahmoudy) ab1df6bc6d Fix URL of GitHub API used by OctoDroid 2015-05-18 11:27:55 +02:00
Boris Kraut 19f79cbffa Add OkIo and OkHttp srclibs 2015-05-06 20:09:24 +02:00
Boris Kraut 7d21044a75 Add 7ZipJBindings srclib 2015-05-03 01:15:59 +02:00
est31 f94e50a730 Add minilens game
The buildscript may be useful for other godot games, too.
2015-04-29 16:29:57 +02:00
Boris Kraut b05c005410 New app: Pedometer (wait for upstream) 2015-04-24 18:39:54 +02:00
Boris Kraut 4d59c272a4 OpenBikeSharing: Fix build 2015-04-22 19:53:32 +02:00
Boris Kraut a172a6369b Add androidsoft.org srclibs 2015-04-19 16:32:07 +02:00
Boris Kraut 4245bd9ed4 Add missing srclib: SVGAndroid2-raydac 2015-04-13 18:38:01 +02:00
Rancor 59501d88c9 Update ownCloud-SMS to 1.8.2 (26) 2015-04-12 14:00:35 +02:00
Boris Kraut d776ebfe58 PirateDice: Initial metadata 2015-04-12 03:39:59 +02:00
Boris Kraut d9b3c729ed Flym: Build TextDrawable dependency from source 2015-04-11 01:19:02 +02:00
Boris Kraut 4f8c5f8a8d New app: Applications Info (disabled) 2015-04-10 17:25:05 +02:00
Boris Kraut d2aa19e143 Browser: First try at CM/AOSP Browser 2015-04-06 15:51:26 +02:00
Boris Kraut 98acf1af9b JKU App: Fix build; disable due scanner issues 2015-04-05 19:49:48 +02:00
Boris Kraut c096667b80 Twidere: Fix build 2015-04-05 16:41:29 +02:00
Boris Kraut 6c9b3bc52e New app: Swiss Chess Tournament 2015-04-04 00:25:44 +02:00
Boris Kraut 3dc747e087 Merge branch 'berlinvegan' into 'master'
Berlinvegan

With the new JS files available upstream
(116c661d029f7f23cb2be4ad168dc8554dd16794)
the build works OOTB

See merge request !391
2015-03-31 22:17:47 +00:00
Boris Kraut b5f11c296a Don't update Twidere to 0.3.0 (103): Dependencies 2015-04-01 00:09:15 +02:00
Boris Kraut a645fb4517 SMSSecure: Add working builds; wait for upstream 2015-03-27 23:22:11 +01:00
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