smeir / berlin-vegan-guide

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 62.3%Language:CSS 32.2%Language:PHP 4.5%Language:HTML 0.7%Language:Objective-C 0.2%Language:Java 0.1%Language:Ruby 0.1%