/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/DepartureList.java
ViewVC logotype

Log of /android/TrainInfo/src/dk/thoerup/traininfo/DepartureList.java

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 981 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 10 16:03:10 2010 UTC (13 years, 10 months ago) by torben
File length: 7796 byte(s)
Diff to previous 918 , to selected 245
add support for parsing notification messages from departure xml docs

Revision 918 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 26 11:02:53 2010 UTC (13 years, 11 months ago) by torben
File length: 7883 byte(s)
Diff to previous 917 , to selected 245
Stop any background work if the activity is destroyed

Revision 917 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 26 10:50:34 2010 UTC (13 years, 11 months ago) by torben
File length: 7739 byte(s)
Diff to previous 906 , to selected 245
Attempt to silence this exception

java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. [in ListView(16908298, class android.widget.ListView) with Adapter(class dk.thoerup.traininfo.DepartureListAdapter)]


Revision 906 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 25 23:59:58 2010 UTC (13 years, 11 months ago) by torben
File length: 7513 byte(s)
Diff to previous 843 , to selected 245
Finish activity if errormsg

Revision 843 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 13 13:45:37 2010 UTC (13 years, 11 months ago) by torben
File length: 7507 byte(s)
Diff to previous 835 , to selected 245
Finish activities if data lookup failed

Revision 835 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 11 14:05:24 2010 UTC (13 years, 11 months ago) by torben
File length: 7471 byte(s)
Diff to previous 742 , to selected 245
Add support for fetching arrivals as well

Revision 742 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 19 16:27:41 2010 UTC (14 years ago) by torben
File length: 6113 byte(s)
Diff to previous 630 , to selected 245
Don't show distance to station, unless we really have one

Revision 630 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 17 15:27:11 2010 UTC (14 years, 2 months ago) by torben
File length: 5992 byte(s)
Diff to previous 575 , to selected 245
Catch exceptions

Revision 575 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 2 08:34:00 2010 UTC (14 years, 3 months ago) by torben
File length: 5735 byte(s)
Diff to previous 572 , to selected 245
revert to r571 (before widget code)

Revision 572 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 1 16:49:02 2010 UTC (14 years, 3 months ago) by torben
File length: 6029 byte(s)
Diff to previous 561 , to selected 245
Code.sync: first try at widget

Revision 561 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 28 08:55:19 2010 UTC (14 years, 4 months ago) by torben
File length: 5735 byte(s)
Diff to previous 557 , to selected 245
Externalize strings

Revision 557 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 27 10:04:28 2010 UTC (14 years, 4 months ago) by torben
File length: 5639 byte(s)
Diff to previous 552 , to selected 245
Simplify data transfer between these two activities


Revision 552 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 26 21:17:26 2010 UTC (14 years, 4 months ago) by torben
File length: 6038 byte(s)
Diff to previous 474 , to selected 245
DepartureList: Show a message if it is a metro only station

Revision 474 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 27 13:40:15 2009 UTC (14 years, 7 months ago) by torben
File length: 5607 byte(s)
Diff to previous 365 , to selected 245
Remove unneeded imports

Revision 365 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 30 09:14:27 2009 UTC (14 years, 8 months ago) by torben
File length: 5633 byte(s)
Diff to previous 364 , to selected 245
First workable version with timetable feature

Revision 364 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 30 06:02:03 2009 UTC (14 years, 8 months ago) by torben
File length: 5745 byte(s)
Diff to previous 362 , to selected 245
Code sync

Revision 362 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 29 21:30:16 2009 UTC (14 years, 8 months ago) by torben
File length: 5703 byte(s)
Diff to previous 336 , to selected 245
CodeSync towards timetable feature

Revision 336 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 23 12:51:49 2009 UTC (14 years, 8 months ago) by torben
File length: 7221 byte(s)
Diff to previous 319 , to selected 245
* Enable retry on errors,
* rename TrainInfoList to StationList
* add AdMob advertising

Revision 319 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 11 12:24:53 2009 UTC (14 years, 8 months ago) by torben
File length: 6511 byte(s)
Diff to previous 317 , to selected 245
Provider's : differentiate between an empty returned list or a communication error

Re-organize some of the background work

Revision 317 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 11 09:12:45 2009 UTC (14 years, 8 months ago) by torben
File length: 6314 byte(s)
Diff to previous 316 , to selected 245
Do the background address lokkup at a smarter point

Revision 316 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 11 08:48:18 2009 UTC (14 years, 8 months ago) by torben
File length: 7041 byte(s)
Diff to previous 310 , to selected 245
Lookup of the stations address is now done in background

Revision 310 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 10 19:09:09 2009 UTC (14 years, 8 months ago) by torben
File length: 6172 byte(s)
Diff to previous 294 , to selected 245
Make code work with new servlets (and new db layout)

Revision 294 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 1 20:28:55 2009 UTC (14 years, 8 months ago) by torben
File length: 6157 byte(s)
Diff to previous 257 , to selected 245
Some work on new xmlStationProvider

Revision 257 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 10 18:48:24 2009 UTC (14 years, 9 months ago) by torben
File length: 6100 byte(s)
Diff to previous 255 , to selected 245
Make departurelist work correctly when device is flipped

Revision 255 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 10 17:01:51 2009 UTC (14 years, 9 months ago) by torben
File length: 5160 byte(s)
Diff to previous 253 , to selected 245
Clean up imports

Revision 253 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 10 16:58:22 2009 UTC (14 years, 9 months ago) by torben
File length: 5190 byte(s)
Diff to previous 249 , to selected 245
Refactored the station lookup into a provider interface

Revision 249 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 10 06:22:54 2009 UTC (14 years, 9 months ago) by torben
File length: 5183 byte(s)
Diff to previous 245
Add train number to departure list

Revision 245 - (view) (download) (annotate) - [selected]
Modified Sun Aug 9 19:40:05 2009 UTC (14 years, 9 months ago) by torben
File length: 5091 byte(s)
Diff to previous 243
Small mods to the messagebox

Revision 243 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 9 12:12:33 2009 UTC (14 years, 9 months ago) by torben
File length: 5056 byte(s)
Diff to previous 239 , to selected 245
Make the activities behave better if the device is rotated while it is working

Revision 239 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 9 09:09:16 2009 UTC (14 years, 9 months ago) by torben
File length: 4909 byte(s)
Diff to previous 238 , to selected 245
Launch a map viewer when user clicks the station's address

Revision 238 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 8 20:09:47 2009 UTC (14 years, 9 months ago) by torben
File length: 4418 byte(s)
Diff to previous 237 , to selected 245
Create a utility class for downloading xml docs, and make fetching of departure data asynchronous

Revision 237 - (view) (download) (annotate) - [select for diffs]
Added Sat Aug 8 19:02:20 2009 UTC (14 years, 9 months ago) by torben
File length: 3883 byte(s)
Diff to selected 245
First version

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