/berlin-vegan-guide

deprecated mobile app for iOS and Android (Sencha Touch & phonegap)

Primary LanguageJavaScript

This app is depracted and should not be used anymore.

**new version is available on Berlin-Vegan-Guide repo **

testing/debugging on desktop

  • index.html -> App for desktop browser (only chrome)
  • frame.html -> App for desktop browser in a nice iPhone Frame

build for Android

preconditions

build apk

on command line

  • cd Berlin-Vegan-Guide/

  • ant prod.android (this will minify css & javascript and copy everything to build folder)

  • open IntelliJ, open project

  • File->Project Structure->Project

    • set Project SDK to your installed Android SDK
    • set Project compiler output path
  • Tools->Android->Export Signed Application Package

install apk

  • adb uninstall org.berlin_vegan.bvapp (if already installed)
  • adb install BVApp-Android.apk

regenerate css files

  • update css files with "compass compile" in /resources/scss

##Supported Platforms

  • Android 2.x
  • iOS 3.x

License

  • Source code: GPLv2
  • Content: CC BY-NC-SA 2.0

##Used Software and Tools