fdroiddata/metadata/org.berlin_vegan.bvapp.txt

53 lines
2.2 KiB
Text
Raw Normal View History

2014-08-19 22:02:02 +00:00
Categories:Navigation
License:GPLv2
2014-08-19 22:02:02 +00:00
Web Site:http://www.berlin-vegan.org/app/index_en.html
Source Code:https://github.com/smeir/Berlin-Vegan-Guide
Issue Tracker:https://github.com/smeir/Berlin-Vegan-Guide/issues
Auto Name:Berlin Vegan
Summary:Guide for vegan shopping in Berlin
2014-08-19 22:02:02 +00:00
Description:
Quick access to an overview of the vegan food and shopping possibilities in
Berlin, Germany -- even while you are out and about. We have arranged all
the information and divided it up into frequently used categories. After
you have selected a category (e.g. 'restaurants'), the results will be
automatically sorted and shown in order of distance from your current
location. With the help of the number of stars, you can also see how vegan-
friendly a place is considered to be.
2014-08-19 22:02:02 +00:00
What is more, the guide takes opening hours into consideration (very practical
when you need fresh bread rolls on a Sunday morning!) and also allows you to
activate your own filters, such as "wheelchair-friendly", "dogs allowed" or
"organic".
2014-08-19 22:02:02 +00:00
The guide is not just suitable for vegetarians and vegans, but also for all
people who are trying to live their life in a greener and more animal friendly
way.
2014-08-19 22:02:02 +00:00
The app contains the following information:
2014-08-19 22:02:02 +00:00
* Over 200 restaurants, snack bars and takeaways with detailed descriptions
* 230 bakeries with a complete description of what is on offer
* A further 200 shopping possibilities in the area of cosmetics, groceries and organic produce
* More than 100 cafes with soy milk available
* A "vegan passport" with a detailed description for the staff at restaurants and hotels, the text for which has been kindly put together for us by the Vegan Society
.
2014-08-19 22:02:02 +00:00
Repo Type:git
Repo:https://github.com/smeir/Berlin-Vegan-Guide
Build:1.6,18
commit=14cb40f2597e0c5fec66ef0b65b7c2be51e19daf
subdir=platforms/android
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 13:01:24 +00:00
srclibs=1:Cordova@3.2.0,2:YUICompressor@v2.4.8
rm=lib/tools/ycompressor.jar,platforms/android/libs/cordova*jar,platforms/android/libs/phonegap*jar,platforms/android/local.properties,platforms/android/build.properties,platforms/android/default.properties,platforms/android/build.xml
2014-09-19 11:45:18 +00:00
prebuild=cd ../../ && \
ant prod.android
2014-08-19 22:02:02 +00:00
target=android-19
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.6
Current Version Code:18
2014-08-19 22:02:02 +00:00