Skip to content

Commit

Permalink
Push version 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodie committed Feb 21, 2019
1 parent ba707a1 commit fa77954
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIDlet-1: NextCaltrain, , NextCaltrain
MIDlet-Name: Next Caltrain
MIDlet-Vendor: Netpress.com
MIDlet-Version: 0.5
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
MIDlet-Icon: icon40x40.png
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ This project is a Caltrain Schedule for the new Nokia 3310 3G.

The Nokia 3310 3G has no geo location capabilities, but the phone knows what time it is, so the app can always show the next train at your morning and evening stations.

Although the screen is small, we intend to have a modern UI similar to what you'd expect on a smart watch. The Nokia 3310 3G has only one typeface that's very small, so we added support for loading our own fonts.
Although the screen is small, we intend to have a modern UI similar to what you'd expect on a smart watch. The Nokia 3310 3G has only one typeface that's very small, so we added support for loading our own fonts.

We'll soon add the ability to save default AM and PM station stops.

Download [the zip file](https://github.com/woodie/Caltrain-Schedule-MIDlet/raw/master/dist/NextCaltrain.zip).
Download [zip file](https://github.com/woodie/Caltrain-Schedule-MIDlet/raw/master/dist/NextCaltrain.zip),
[jad file](https://raw.githubusercontent.com/woodie/Caltrain-Schedule-MIDlet/master/dist/NextCaltrain.jad),
[jar file](https://raw.githubusercontent.com/woodie/Caltrain-Schedule-MIDlet/master/dist/NextCaltrain.jar)

![alt text](https://raw.githubusercontent.com/woodie/Caltrain-Schedule-MIDlet/master/docs/stops.jpg)
<img width="49%" src="https://raw.githubusercontent.com/woodie/Caltrain-Schedule-MIDlet/master/docs/train.jpg" valign="top">
Expand Down
4 changes: 2 additions & 2 deletions dist/NextCaltrain.jad
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MIDlet-1: NextCaltrain, , NextCaltrain
MIDlet-Name: Next Caltrain
MIDlet-Vendor: Netpress.com
MIDlet-Version: 0.5
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
MIDlet-Icon: icon40x40.png
MPP-Width: 240
MPP-Height: 320
MIDlet-Jar-URL: NextCaltrain.jar
MIDlet-Jar-Size: 66077
MIDlet-Jar-Size: 66072
Binary file modified dist/NextCaltrain.jar
Binary file not shown.
Binary file modified dist/NextCaltrain.zip
Binary file not shown.

0 comments on commit fa77954

Please sign in to comment.