mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 04:14:03 +00:00
85 lines
2 KiB
YAML
85 lines
2 KiB
YAML
Categories:
|
||
- Navigation
|
||
License: MPL-2.0
|
||
AuthorName: haha01haha01
|
||
AuthorEmail: haha01haha01@gmail.com
|
||
SourceCode: https://github.com/hadeutscher/HaRail_Android
|
||
IssueTracker: https://github.com/hadeutscher/HaRail_Android/issues
|
||
|
||
AutoName: HaRail
|
||
Description: |-
|
||
Note: App is no longer under development.
|
||
|
||
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.
|
||
|
||
RepoType: git
|
||
Repo: https://github.com/hadeutscher/HaRail_Android.git
|
||
|
||
Builds:
|
||
- versionName: '1.0'
|
||
versionCode: 1
|
||
commit: '1.0'
|
||
submodules: true
|
||
extlibs:
|
||
- commons-net/commons-net-3.0.1.jar
|
||
- android/android-support-v4.jar
|
||
target: android-22
|
||
buildjni:
|
||
- yes
|
||
ndk: r12b
|
||
|
||
- versionName: '1.1'
|
||
versionCode: 2
|
||
commit: '1.1'
|
||
submodules: true
|
||
extlibs:
|
||
- commons-net/commons-net-3.0.1.jar
|
||
- android/android-support-v4.jar
|
||
target: android-22
|
||
buildjni:
|
||
- yes
|
||
ndk: r12b
|
||
|
||
- versionName: '1.2'
|
||
versionCode: 3
|
||
commit: '1.2'
|
||
submodules: true
|
||
extlibs:
|
||
- commons-net/commons-net-3.0.1.jar
|
||
- android/android-support-v4.jar
|
||
target: android-23
|
||
buildjni:
|
||
- yes
|
||
ndk: r12b
|
||
|
||
- versionName: '1.3'
|
||
versionCode: 4
|
||
disable: external JARs
|
||
commit: '1.3'
|
||
submodules: true
|
||
gradle:
|
||
- yes
|
||
|
||
- versionName: '1.4'
|
||
versionCode: 5
|
||
disable: fails to bui;d
|
||
commit: '1.4'
|
||
submodules: true
|
||
gradle:
|
||
- yes
|
||
|
||
ArchivePolicy: 0 versions
|
||
AutoUpdateMode: None
|
||
UpdateCheckMode: None
|
||
CurrentVersion: '1.4'
|
||
CurrentVersionCode: 5
|