berlin-vegan-guide icon indicating copy to clipboard operation
berlin-vegan-guide copied to clipboard

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

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

  • git clone https://github.com/smeir/Berlin-Vegan-Guide.git
  • installed android sdk
  • installed IntelliJ IDEA [http://www.jetbrains.com/idea/]

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

  • Sencha Touch 1.1
  • Include.js 1.0.4 http://capmousse.github.com/include.js/
  • phonegap 0.9.4/Cordova 3.2 (Android)
  • WebStorm 2.0/Intellij IDEA 11