Commit Graph

331 Commits

Author SHA1 Message Date
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
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