Skip to content

Commit b28a9cd

Browse files
authored
Merge pull request #11 from luu176/dev
v0.3
2 parents f40b7ab + b7e5072 commit b28a9cd

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ This is a list of metro cards and transit systems that need support or have part
2727
- Status: Fully supported.
2828
- [x] **Opal**
2929
- Status: Fully supported.
30-
- [x] **ITSO**
31-
- Status: Fully supported.
32-
33-
## 📝 To Do (Unimplemented)
34-
- [ ] **Tianjin Railway Transit (TRT)**
35-
- To Do: Add support for reading and analyzing Tianjin Railway Transit cards.
3630

3731
---
3832

app/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ More coming soon!
4444
- **Myki Parser**: gornekich
4545
- **Opal parser**: gornekich
4646
- **ITSO parser**: gsp8181, hedger, gornekich
47-
- **Info Slaves**: Equip, TheDingo8MyBaby
47+
- **Info Slaves**: Equip, TheDingo8MyBaby

manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ sourcecode:
1717
origin: https://github.com/luu176/Metroflip
1818
subdir:
1919
type: git
20-
version: 0.2
20+
version: 0.3

scenes/metroflip_scene_credits.c

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ void metroflip_scene_credits_on_enter(void* context) {
1717
furi_string_cat_printf(str, "Inspired by Metrodroid\n\n");
1818
furi_string_cat_printf(str, "\e#Parser Credits:\n\n");
1919
furi_string_cat_printf(str, "Rav-Kav Parser: luu176\n\n");
20+
furi_string_cat_printf(str, "Navigo Parser: luu176\n\n");
2021
furi_string_cat_printf(str, "Metromoney Parser:\n Leptopt1los\n\n");
2122
furi_string_cat_printf(str, "Bip! Parser:\n rbasoalto, gornekich\n\n");
2223
furi_string_cat_printf(str, "CharlieCard Parser:\n zacharyweiss\n\n");
23-
furi_string_cat_printf(str, "Info Slave: equip\n\n");
24+
furi_string_cat_printf(str, "Clipper Parser:\n ke6jjj\n\n");
25+
furi_string_cat_printf(str, "Troika Parser:\n gornekich\n\n");
26+
furi_string_cat_printf(str, "ITSO Parser:\n gsp8181, hedger, gornekich\n\n");
27+
furi_string_cat_printf(str, "Opal Parser:\n gornekich\n\n");
28+
furi_string_cat_printf(str, "Myki Parser:\n gornekich\n\n");
29+
furi_string_cat_printf(str, "Info Slaves:\n Equip, TheDingo8MyBaby\n\n");
2430

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

0 commit comments

Comments
 (0)