/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/db/StationDAO.java
ViewVC logotype

Log of /android/TrainInfoService/src/dk/thoerup/traininfoservice/db/StationDAO.java

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 2465)

Revision 1504 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 8 15:38:11 2011 UTC (12 years, 11 months ago) by torben
File length: 9059 byte(s)
Diff to previous 1417
Refactor dao code so all(nearly) jdbc calls are in one single function

Revision 1417 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 2 16:21:37 2011 UTC (13 years ago) by torben
File length: 9569 byte(s)
Diff to previous 1409
Use a simpler getbyname

Revision 1409 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 2 11:59:40 2011 UTC (13 years ago) by torben
File length: 8739 byte(s)
Diff to previous 1255
Adapt service to new StationEntry location

Revision 1255 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 4 10:56:44 2011 UTC (13 years, 1 month ago) by torben
File length: 8751 byte(s)
Copied from: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java revision 1254
Diff to previous 1254
Move database related classes to it's own package

Revision 1254 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 4 10:39:12 2011 UTC (13 years, 1 month ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 8748 byte(s)
Diff to previous 1145
Add an explanatory comment regarding latitude/longitude

Revision 1145 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 1 05:30:32 2010 UTC (13 years, 7 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 8490 byte(s)
Diff to previous 1082
Handle invalid station ID's in request

Revision 1082 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 21 05:55:31 2010 UTC (13 years, 7 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 8291 byte(s)
Diff to previous 1061
Add support for dumping all stations as XML

Revision 1061 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 16 14:04:28 2010 UTC (13 years, 8 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 7286 byte(s)
Diff to previous 1060
Experimental commit #2, move databeans to common

Revision 1060 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 16 13:32:10 2010 UTC (13 years, 8 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 7222 byte(s)
Diff to previous 997
Experimental: use Simple (simple.sourceforge.net) for XML serialization

Revision 997 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 17 06:01:09 2010 UTC (13 years, 10 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 7084 byte(s)
Diff to previous 929
Increase "find nearest stations" count from 5 to 8

Revision 929 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 27 17:07:27 2010 UTC (13 years, 10 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 7084 byte(s)
Diff to previous 928
 

Revision 928 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 27 16:55:36 2010 UTC (13 years, 10 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 7082 byte(s)
Diff to previous 895
Narrow search area further

Revision 895 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 24 17:17:45 2010 UTC (13 years, 10 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 7079 byte(s)
Diff to previous 894
use javaLogging

Revision 894 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 24 17:00:39 2010 UTC (13 years, 10 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 7073 byte(s)
Diff to previous 850
Log whenever getByLocation do a failover lookup

Revision 850 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 15 06:34:42 2010 UTC (13 years, 11 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 6892 byte(s)
Diff to previous 849
Narrow it further down

Revision 849 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 15 05:46:38 2010 UTC (13 years, 11 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 6891 byte(s)
Diff to previous 848
Narrow geo-area further

Revision 848 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 15 05:33:14 2010 UTC (13 years, 11 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 6889 byte(s)
Diff to previous 842
narrow the geographical limited search area (this is ok now we have a failover)

Revision 842 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 11 20:50:40 2010 UTC (13 years, 11 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 6889 byte(s)
Diff to previous 841
Rename function

Revision 841 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 11 20:13:18 2010 UTC (13 years, 11 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 6895 byte(s)
Diff to previous 838
Make sure we always return the same number of stations

and increase that number from 4 to 5

Revision 838 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 11 17:17:06 2010 UTC (13 years, 11 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 6382 byte(s)
Diff to previous 836
remove debug statement

Revision 836 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 11 17:12:29 2010 UTC (13 years, 11 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 6430 byte(s)
Diff to previous 741
Extract station ID's to timetable xml

Revision 741 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 19 12:56:10 2010 UTC (14 years ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 5715 byte(s)
Diff to previous 739
Comment about the faster distance calculation

Revision 739 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 19 09:53:25 2010 UTC (14 years ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 5351 byte(s)
Diff to previous 737
narrow longitude search area

Revision 737 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 19 07:40:00 2010 UTC (14 years ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 5277 byte(s)
Diff to previous 734
limit the number of distance calculations by only calculating on those stations within 2.5 degrees (lat/long)-range 
on current server this reduces query time by ~45 ms

Revision 734 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 18 20:39:22 2010 UTC (14 years ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 5051 byte(s)
Diff to previous 733
Simplify query

Revision 733 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 18 17:56:43 2010 UTC (14 years ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 5146 byte(s)
Diff to previous 714
Save a part of the distance calculation in the earth_coord column

Revision 714 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 7 17:08:11 2010 UTC (14 years ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 5166 byte(s)
Diff to previous 650
Enable station aliases

Revision 650 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 19 19:04:34 2010 UTC (14 years ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 4730 byte(s)
Diff to previous 589
Move function getStationName() function do DAO class

Revision 589 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 8 19:25:12 2010 UTC (14 years, 3 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 4203 byte(s)
Diff to previous 588
Release resources as soon as possible

Revision 588 - (view) (download) (annotate) - [select for diffs]
Added Mon Feb 8 19:12:15 2010 UTC (14 years, 3 months ago) by torben
Original Path: android/TrainInfoService/src/dk/thoerup/traininfoservice/StationDAO.java
File length: 3775 byte(s)
Rewrite to use a DAO class for DB access

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.20