Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

zoff99/zanavi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
ci
 
 
 
 
 
 
 
 
m4
 
 
man
 
 
 
 
po
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Travis: Build Status CircleCI: CircleCI

ZANavi is a fork of NavIT. It is for the Android platfrom only! for more details look at our website

http://zanavi.cc

Compiling (command line)

git clone https://github.com/zoff99/zanavi
cd zanavi
git checkout master
./download-androidstudio-files.sh
cd navit
./gradlew assembleRelease --stacktrace
find . -name '*.apk' -exec ls -al {} \;

Compiling Android Studio

first do this outside of Android Studio!

git clone https://github.com/zoff99/zanavi
cd zanavi
git checkout master
./download-androidstudio-files.sh

now start Android Studio and select "import Project" then select the navit subdirectory
in Android Studio just press "play"

Development Snapshot Version

the latest Development Snapshot can be downloaded from CircleCI, here

Coding Style

https://github.com/zoff99/Code-Style-Guidelines/blob/master/Android/Java.md

tagsoup-1.2.1.jar:

http://home.ccil.org/~cowan/tagsoup/

downloaded from: http://home.ccil.org/~cowan/tagsoup/tagsoup-1.2.1.jar