Skip to content

Commit

Permalink
Merge pull request #11 from luu176/dev
Browse files Browse the repository at this point in the history
v0.3
  • Loading branch information
luu176 authored Dec 14, 2024
2 parents f40b7ab + b7e5072 commit b28a9cd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ This is a list of metro cards and transit systems that need support or have part
- Status: Fully supported.
- [x] **Opal**
- Status: Fully supported.
- [x] **ITSO**
- Status: Fully supported.

## 📝 To Do (Unimplemented)
- [ ] **Tianjin Railway Transit (TRT)**
- To Do: Add support for reading and analyzing Tianjin Railway Transit cards.

---

Expand Down
2 changes: 1 addition & 1 deletion app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ More coming soon!
- **Myki Parser**: gornekich
- **Opal parser**: gornekich
- **ITSO parser**: gsp8181, hedger, gornekich
- **Info Slaves**: Equip, TheDingo8MyBaby
- **Info Slaves**: Equip, TheDingo8MyBaby
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sourcecode:
origin: https://github.com/luu176/Metroflip
subdir:
type: git
version: 0.2
version: 0.3
8 changes: 7 additions & 1 deletion scenes/metroflip_scene_credits.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@ void metroflip_scene_credits_on_enter(void* context) {
furi_string_cat_printf(str, "Inspired by Metrodroid\n\n");
furi_string_cat_printf(str, "\e#Parser Credits:\n\n");
furi_string_cat_printf(str, "Rav-Kav Parser: luu176\n\n");
furi_string_cat_printf(str, "Navigo Parser: luu176\n\n");
furi_string_cat_printf(str, "Metromoney Parser:\n Leptopt1los\n\n");
furi_string_cat_printf(str, "Bip! Parser:\n rbasoalto, gornekich\n\n");
furi_string_cat_printf(str, "CharlieCard Parser:\n zacharyweiss\n\n");
furi_string_cat_printf(str, "Info Slave: equip\n\n");
furi_string_cat_printf(str, "Clipper Parser:\n ke6jjj\n\n");
furi_string_cat_printf(str, "Troika Parser:\n gornekich\n\n");
furi_string_cat_printf(str, "ITSO Parser:\n gsp8181, hedger, gornekich\n\n");
furi_string_cat_printf(str, "Opal Parser:\n gornekich\n\n");
furi_string_cat_printf(str, "Myki Parser:\n gornekich\n\n");
furi_string_cat_printf(str, "Info Slaves:\n Equip, TheDingo8MyBaby\n\n");

widget_add_text_scroll_element(widget, 0, 0, 128, 64, furi_string_get_cstr(str));

Expand Down

0 comments on commit b28a9cd

Please sign in to comment.