Przeglądaj źródła

Merge branch 'main' of https://github.com/luu176/Metroflip

Luu 1 rok temu
rodzic
commit
80b48d2a91
4 zmienionych plików z 26 dodań i 29 usunięć
  1. 2 3
      CHANGELOG.md
  2. 21 23
      app/README.md
  3. 1 1
      application.fam
  4. 2 2
      manifest.yml

+ 2 - 3
CHANGELOG.md

@@ -1,9 +1,8 @@
 ## v0.1
 
-- Initial release by [@luu176](https://github.com/luu176)
-
+- Initial release by luu176
 ## v0.2
 
 - Update Rav-Kav parsing to show more data such as transaction logs
 - Add Navigo parser!
-- Bug fixes
+- Bug fixes

+ 21 - 23
app/README.md

@@ -2,33 +2,31 @@
 Metroflip is a multi-protocol metro card reader app for the Flipper Zero, inspired by the Metrodroid project. It enables the parsing and analysis of metro cards from transit systems around the world, providing a proof-of-concept for exploring transit card data in a portable format.
 
 # Author
-[luu176](https://github.com/luu176)
+luu176
 
-# Metroflip - Card Support List
+# Card Support List
 
 This is a list of metro cards and transit systems that are supported.
 
-## Supported Cards
-- [x] **Rav-Kav**  
+## Supported Cards
+- **Rav-Kav**  
   - Status: Partially supported
-- [x] **Navigo**  
-  - Status: Fully supported.
-- [x] **Charliecard**  
-  - Status: Fully supported.
-- [x] **Metromoney**  
-  - Status: Fully supported.
-- [x] **Bip!**  
-  - Status: Fully supported.
+- **Navigo**  
+  - Status: Fully supported
+- **Charliecard**  
+  - Status: Fully supported
+- **Metromoney**  
+  - Status: Fully supported
+- **Bip!**  
+  - Status: Fully supported
 
-## .. And more coming soon!
+More coming soon!
 
----
-
-### Credits:
-- **App Author**: [@luu176](https://github.com/luu176)
-- **Charliecard Parser**: [@zacharyweiss](https://github.com/zacharyweiss)
-- **Rav-Kav Parser**: [@luu176](https://github.com/luu176)
-- **Navigo Parser**: [@luu176](https://github.com/luu176)
-- **Metromoney Parser**: [@Leptopt1los](https://github.com/Leptopt1los)
-- **Bip! Parser**: [@rbasoalto](https://github.com/rbasoalto) [@gornekich](https://github.com/gornekich)
-- **Info Slave**: [@equipter](https://github.com/equipter)
+## Credits
+- App Author: luu176
+- Charliecard Parser: zacharyweiss
+- Rav-Kav Parser: luu176
+- Navigo Parser: luu176
+- Metromoney Parser: Leptopt1los
+- Bip! Parser: rbasoalto, gornekich
+- Info Slave: equipter

+ 1 - 1
application.fam

@@ -5,7 +5,7 @@ App(
     entry_point="metroflip",
     stack_size=2 * 1024,
     fap_category="NFC",
-    fap_version="0.1",
+    fap_version="0.2",
     fap_icon="icon.png",
     fap_description="An implementation of metrodroid on the flipper",
     fap_author="luu176",

+ 2 - 2
manifest.yml

@@ -10,10 +10,10 @@ screenshots:
   - 'screenshots/Menu-Middle.png'
   - 'screenshots/Rav-Kav.png'
   - 'screenshots/App.png'
-short_description: 'An implementation of metrodroid on the flipper'
+short_description: 'An implementation of Metrodroid on the Flipper Zero'
 sourcecode:
   location:
-    commit_sha: cdf460b464ccf4bccf0b6b06d9601872f58707c8
+    commit_sha: d85f84c1d069915122449bd4fc9872cda9e6011e
     origin: https://github.com/luu176/Metroflip
     subdir:
   type: git