Skip to content

Commit

Permalink
FlipStore - v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jblanked committed Oct 23, 2024
1 parent b6e11fd commit ec32646
Show file tree
Hide file tree
Showing 13 changed files with 1,743 additions and 870 deletions.
Binary file modified .DS_Store
Binary file not shown.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ Download Flipper Zero apps directly to your Flipper Zero using WiFi. You no long
## Roadmap
**v0.2**
- Stability Patch
- LED options
- App Categories

**v0.3**
- Caching
- Delete Apps
- Stability Patch 2
- App Catalog Patch (add in required functionalility)

**v0.4**
- App Categories (currently the apps download to a folder called FlipStore)
- Delete Apps

**v0.5**
- App short description
Expand All @@ -46,7 +47,7 @@ Download Flipper Zero apps directly to your Flipper Zero using WiFi. You no long
This is a big task, and I welcome all contributors, especially developers interested in animations and graphics. Fork the repository, create a pull request, and I will review your edits.

## Known Bugs
1. When clicking the Catalog, I get an "out of memory" error.
- This has been addressed but may still occur. If it does, just restart the app.
1. Clicking the catalog results in an "Out of Memory" error.
- This issue has been addressed, but it may still occur. If it does, restart the app.
2. The app file is corrupted.
- It's likely there was an error parsing the data. Restart the app and wait until the green LED light turns off after downloading the app before exiting the view.
- This is likely due to an error parsing the data. Restart the app and wait until the green LED light turns off after downloading the app before exiting the view. If this happens more than three times, the current version of FlipStore may not be able to download that app successfully.
4 changes: 2 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ App(
fap_category="GPIO",
fap_icon_assets="assets",
fap_description="Download apps via WiFi directly to your Flipper Zero",
fap_author="jblanked",
fap_author="JBlanked",
fap_weburl="https://github.com/jblanked/FlipStore",
fap_version="0.1",
fap_version="0.2",
)
8 changes: 7 additions & 1 deletion assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
## v0.2
- Refactored using the Easy Flipper library.
- Added categories: Users can now navigate through categories, and when FlipStore installs a selected app, it will download directly to the corresponding category's folder in the apps directory.
- Improved memory allocation to prevent "Out of Memory" warnings
- Updated installation messages

## v0.1
- Initial Release
- Initial release
8 changes: 5 additions & 3 deletions assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Download Flipper Zero apps directly to your Flipper Zero using WiFi. You no long
## Roadmap
**v0.2**
- Stability Patch
- LED options
- App Categories

**v0.3**
- Caching
- Delete Apps
- App Catalog Patch (add in required functionalility)

**v0.4**
- App Categories (currently the apps download to a folder called FlipStore)
- Delete Apps

**v0.5**
- App short description
Expand All @@ -50,3 +50,5 @@ This is a big task, and I welcome all contributors, especially developers intere
- This has been addressed but may still occur. If it does, just restart the app.
2. The app file is corrupted.
- It's likely there was an error parsing the data. Restart the app and wait until the green LED light turns off after downloading the app before exiting the view.
3. The app is stuck on "receiving".
- Restart your Flipper Zero with your WiFi Devboard plugged in.
Loading

0 comments on commit ec32646

Please sign in to comment.