Coder Social home page Coder Social logo

ojacquemart / vlillechecker Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 12.0 13.95 MB

Android Vlille Checker app

Home Page: https://play.google.com/store/apps/details?id=com.vlille.checker

License: GNU General Public License v3.0

Java 100.00%
vlille lille android biketracker opendata java

vlillechecker's Introduction

vlilleChecker Android App

This repository contains the source code for the Vlille Checker Android app.

Build Status

Get it

This project is an unofficial android app for the Vlille service in Lille, France.

image1 image2 image3 image4

Versions

  • 2022-10-14: v4.6.2
  • 2022-05-08: v4.6.0
  • 2019-07-06: v4.5.0
  • 2017-12-14: v4.4.0
  • 2017-12-12: v4.3.0
  • 2017-11-06: v4.2.7
  • 2017-10-25: v4.2.6
  • 2017-10-25: v4.2.5
  • 2017-06-16: v4.2.4
  • 2017-04-27: v4.2.3
  • 2017-04-21: v4.2.2
  • 2017-04-02: v4.2.1
  • 2016-09-01: v4.2.0
  • 2016-01-02: v4.1.1
  • 2015-11-01: v4.1.0
  • 2014-11-20: v4.0.0
  • 2014-09-22: v3.1.1
  • 2014-09-18: v3.1.0
  • 2013-12-15: v3.0.1
  • 2013-08-17: v3.0.0
  • 2013-01-11: v2.2
  • 2012-10-21: v2.1
  • 2012-10-19: v2.0
  • 2012-06-13: v1.1
  • 2012-06-04: v1.0

Libraries

This project uses the following open source libraries:

Installation

Android studio users:

  • import the build.gradle

Greetings

Thanks to John Zmuda for its great icon. The icon is used for the app launcher icon.

vlillechecker's People

Contributors

ojacquemart avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vlillechecker's Issues

Make list sortable

Add the ability to sort the list of the favorite stations.
By default sort by ascending.

It could be done with a drag & drop list.

Replace gmaps by osm

osmdroid is already in the project. Remains the implementaiton of overlays...

Remove use of StringUtils.stripAccents.

java.lang.UnsupportedOperationException: The stripAccents(CharSequence) method requires at least Java6, but got: java.lang.ClassNotFoundException: java.text.Normalizer$Form in loader dalvik.system.PathClassLoader@400264d8; or a Sun JVM: java.lang.ClassNotFoundException: sun.text.Normalizer in loader dalvik.system.PathClassLoader@400264d8
at org.apache.commons.lang3.StringUtils.stripAccents(StringUtils.java:639)
at com.vlille.checker.utils.StationUtils.filter(StationUtils.java:37)
at com.vlille.checker.ui.AllStationsFragment.filterStationsByKeyword(AllStationsFragment.java:137)
at com.vlille.checker.ui.AllStationsFragment.access$2(AllStationsFragment.java:135)
at com.vlille.checker.ui.AllStationsFragment$1.onKey(AllStationsFragment.java:94)
at android.view.View.dispatchKeyEvent(View.java:3732)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:832)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:832)
at android.widget.ListView.dispatchKeyEvent(ListView.java:1948)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:832)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:832)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:832)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:832)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:832)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:832)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:832)
at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchKeyEvent(PhoneWindow.java:1655)
at com.android.internal.policy.impl.PhoneWindow.superDispatchKeyEvent(PhoneWindow.java:1102)
at android.app.Activity.dispatchKeyEvent(Activity.java:2041)
at com.actionbarsherlock.app.SherlockFragmentActivity.dispatchKeyEvent(SherlockFragmentActivity.java:122)
at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1631)
at android.view.ViewRoot.deliverKeyEventToViewHierarchy(ViewRoot.java:2368)
at android.view.ViewRoot.handleMessage(ViewRoot.java:1859)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4370)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)

Maps stars

On maps, when multiple stations are starred, only one is really starred.

Fork NewQuickAction3D

Fork the NewQuickAction3D project to change easily colors of following elements:

  • array_down.png
  • array_up.png
  • popup9.png

Error screen

Add some icon in order to make the error screen sexier.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.