Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Begin ITSO card support #56

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added ITSO to list of supported cards
  • Loading branch information
rjmunro committed Aug 7, 2013
commit 2a9a13ae6fe20bfc9413936885c71be0ed857418
Binary file added res/drawable-hdpi/itso_card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public CardsAdapter(Context context) {
add(new CardInfo(R.drawable.ovchip_card, "OV-chipkaart", R.string.location_the_netherlands, R.string.card_note_ovchip));
add(new CardInfo(R.drawable.bilheteunicosp_card, "Bilhete Único", R.string.location_sao_paulo, R.string.card_note_bilheteunicosp));
add(new CardInfo(R.drawable.hsl_card, "HSL", R.string.location_helsinki_finland));
add(new CardInfo(R.drawable.itso_card, "ITSO", R.string.location_united_kingdom));
}

@Override
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
<string name="location_the_netherlands">The Netherlands</string>
<string name="location_sao_paulo">São Paulo, Brazil</string>
<string name="location_helsinki_finland">Helsinki, Finland</string>
<string name="location_united_kingdom">UK</string>
<string name="block_title_format">Block: %s</string>
<string name="sector_title_format">Sector: 0x%s</string>
<string name="unauthorized_sector_title_format">Sector: 0x%s (Unauthorized)</string>
Expand Down