Merge branch 'harail_v1' into 'master'
New app: HaRail HaRail is an app that helps users of Israel Railways find train schedules and routes easily. It depends on boost and I didn't see that in your included extlibs, so I added to HaRail's source tree a stripped version of boost containing only the headers it needs. If there's a better way to do that, let me know. See merge request !853
This commit is contained in:
commit
f395d565d3
37
metadata/com.haha01haha01.harail.txt
Normal file
37
metadata/com.haha01haha01.harail.txt
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
Categories:Navigation
|
||||||
|
License:MPL2
|
||||||
|
Web Site:https://github.com/haha01haha01/HaRail_Android
|
||||||
|
Source Code:https://github.com/haha01haha01/HaRail_Android
|
||||||
|
Issue Tracker:https://github.com/haha01haha01/HaRail_Android
|
||||||
|
|
||||||
|
Auto Name:HaRail
|
||||||
|
Summary:Find train routes and schedules for Israel Railways
|
||||||
|
Description:
|
||||||
|
HaRail lets you find train routes and see schedules for Israel Railways
|
||||||
|
trains. It is similar to the original Israel Railways app, but with the
|
||||||
|
following advantages:
|
||||||
|
|
||||||
|
1. Simple design for easy and fast searching
|
||||||
|
2. Searches trains in a local database, making searches very fast and
|
||||||
|
eliminating the need for internet connection (database needs to be
|
||||||
|
downloaded once every few months)
|
||||||
|
3. Searches routes using Dijkstra's algorithm, which can sometimes find
|
||||||
|
non-trivial routes that are faster.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/haha01haha01/HaRail_Android.git
|
||||||
|
|
||||||
|
Build:1.0,1
|
||||||
|
commit=1.0
|
||||||
|
submodules=yes
|
||||||
|
extlibs=commons-net/commons-net-3.0.1.jar,android/android-support-v4.jar
|
||||||
|
target=android-22
|
||||||
|
buildjni=yes
|
||||||
|
ndk=r10e
|
||||||
|
|
||||||
|
Auto Update Mode:Version %v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:1.0
|
||||||
|
Current Version Code:1
|
||||||
|
|
||||||
Loading…
Reference in a new issue