- May 04, 2023
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@162 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@161 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@160 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@159 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Apr 26, 2023
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@158 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@157 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@156 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Apr 25, 2023
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@155 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
Allowed 'stop_name' and 'direction' arguments of get_all_waiting_times function to be case-insenstivie. Allowed 'direction' argument of get_waiting_times function to be case-insensitive. git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@154 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
Moved print_waiting_times function in front of deprecated functions. git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@153 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@152 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Apr 22, 2023
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@151 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@150 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Apr 20, 2023
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@149 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
Allowed 'stop_name' argument of get_waiting_times function to be lowercase. git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@148 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
Capitalized global variables. Reordered functions, moving deprecated ones to the back. Added docstrings to all functions. Moved deprecated code in get_waiting_times function to dedicated get_waiting_times_html function. git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@147 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@146 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Jan 04, 2023
-
-
Kris Vanneste authored
Modified get_waiting_times method of MIVBTab to show 1 line for each waiting time, sorted chronologically. git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@145 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Jan 03, 2023
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@144 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
Append leading zeros to waiting times to allow sorting in get_waiting_times function. Strip leading zeros from waiting times in __main__ block. git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@143 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Dec 21, 2022
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@142 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
Check if haltnr is not None in construct_url function. Catch error in json_info in parse_json function, and check for end of service message. Check for EoS, round seconds to multiple of 5 and set negative waiting times to 0 in get_waiting_times function. Skip lines with empty result in get_all_waiting_times function. Order lines by shortest waiting time in __main__ section. git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@141 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Dec 19, 2022
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@140 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- May 06, 2019
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@136 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@135 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@134 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Nov 21, 2018
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@123 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@122 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Nov 20, 2018
-
-
Kris Vanneste authored
Updated some stop numbers. Added get_direction_code function, which is only necessary for the main website, but may be useful in the future. git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@121 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Jan 08, 2017
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@113 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Nov 26, 2015
-
-
Kris Vanneste authored
Added Marlow square to villo.py. git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@80 37a5099a-7f66-4e75-a1b5-94b20200c34a
-
- Feb 21, 2015
-
-
Kris Vanneste authored
git-svn-id: svn://192.168.2.12/svn/repos/Python/Android/KMIVBVilloDroid@18 37a5099a-7f66-4e75-a1b5-94b20200c34a
-