Skip to content

Commit

Permalink
Merge branch 'main' into flip_store_v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jblanked authored Nov 26, 2024
2 parents e115a51 + 5520d20 commit c1ff2ab
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 18 deletions.
4 changes: 2 additions & 2 deletions applications/GPIO/flip_library/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ sourcecode:
type: git
location:
origin: https://github.com/jblanked/FlipLibrary.git
commit_sha: cf0532a04936d098e4056e43d7de301b36bcf89c
commit_sha: ae8ed2210b3b1c60e017248fba34d4d76fdb2735
short_description: "A Flipper Zero app with a dictionary, random facts, and more."
description: "@README.md"
changelog: "@CHANGELOG.md"
author: "JBlanked"
name: "FlipLibrary"
version: "1.2"
version: "1.3"
id: "flip_library"
category: "GPIO"
targets: ['all']
Expand Down
4 changes: 2 additions & 2 deletions applications/GPIO/flip_social/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ sourcecode:
type: git
location:
origin: https://github.com/jblanked/FlipSocial.git
commit_sha: e238a75a9c3b96a06c510e65aca6800383c55ae7
commit_sha: 6089cd6a7ed62b94db0a2a24b241cc2e6cf5f6f4
short_description: "Social media platform for the Flipper Zero."
description: "@./assets/README.md"
changelog: "@./assets/CHANGELOG.md"
author: "JBlanked"
name: "FlipSocial"
version: "0.6.2"
version: "0.6.3"
id: "flip_social"
category: "GPIO"
targets: ['all']
Expand Down
4 changes: 2 additions & 2 deletions applications/GPIO/flip_trader/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ sourcecode:
type: git
location:
origin: https://github.com/jblanked/FlipTrader.git
commit_sha: b939a99a7ba0a3b9920acbf701e64a09ebc2d7e0
commit_sha: 1717a8ac7e916bd7a246b79971a5d602e018faf6
short_description: "Use WiFi to get the price of stocks and currency pairs on your Flipper Zero."
description: "@README.md"
changelog: "@CHANGELOG.md"
author: "JBlanked"
name: "FlipTrader"
version: "1.1"
version: "1.2"
id: "flip_trader"
category: "GPIO"
targets: ['all']
Expand Down
4 changes: 2 additions & 2 deletions applications/GPIO/flip_weather/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ sourcecode:
type: git
location:
origin: https://github.com/jblanked/FlipWeather.git
commit_sha: 61a18a2e087faad9c0186a3d4beed89a6ec2202b
commit_sha: a43fab1bf447ccd3e0c573b5bd2fe38ccda33eb6
short_description: "Use WiFi to get GPS and Weather information on your Flipper Zero."
description: "@README.md"
changelog: "@CHANGELOG.md"
author: "JBlanked"
name: "FlipWeather"
version: "1.1"
version: "1.2"
id: "flip_weather"
category: "GPIO"
targets: ['all']
Expand Down
4 changes: 2 additions & 2 deletions applications/GPIO/flip_wifi/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ sourcecode:
type: git
location:
origin: https://github.com/jblanked/FlipWiFi.git
commit_sha: 437fa41543397259ad8be47e6996e4c5a473780d
commit_sha: c65232f0173202d2b15633a341c445aea13672b9
short_description: "FlipperHTTP companion app. Scan and save WiFi networks on your Flipper Zero."
description: "@README.md"
changelog: "@CHANGELOG.md"
author: "JBlanked"
name: "FlipWiFi"
version: "1.1"
version: "1.2"
id: "flip_wifi"
category: "GPIO"
targets: ['all']
Expand Down
2 changes: 1 addition & 1 deletion applications/GPIO/gemini_ia/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sourcecode:
type: git
location:
origin: https://github.com/d4rks1d33/Gemini-Flipper.git
commit_sha: 828e0dce64e285beb4156777e8a1f1714fe547f1
commit_sha: 6776f9ae40dc5e1954d29ac517460c6bb33b2571
id: "gemini_ia"
category: "GPIO"
short_description: "Companion app for interfacing with Gemini IA using the Flipper Zero"
Expand Down
6 changes: 3 additions & 3 deletions applications/GPIO/web_crawler/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ sourcecode:
type: git
location:
origin: https://github.com/jblanked/WebCrawler-FlipperZero.git
commit_sha: 862ac5765aa3394dd028a97e995f68d6f9d5cd68
short_description: "Use Wi-Fi to access the internet and scrape data from the web."
commit_sha: c651762b4dbefcdc58010f0e7afd1a9bd4f9c41f
short_description: "Use WiFi to access the internet and scrape data from the web."
description: "@README.md"
changelog: "@CHANGELOG.md"
author: "JBlanked"
name: "Web Crawler"
version: "0.7"
version: "0.8"
id: "web_crawler"
category: "GPIO"
targets: ['all']
Expand Down
14 changes: 14 additions & 0 deletions applications/Games/pinball0/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sourcecode:
type: git
location:
origin: https://github.com/rdefeo/pinball0.git
commit_sha: 7090ec291a63d59ba114d91ecf85a1a0f1c95edb
changelog: "@./CHANGELOG.md"
description: "@./README_flipperlab.md"
author: "Roberto De Feo"
screenshots:
- "./screenshots/lab_splash.png"
- "./screenshots/lab_menu.png"
- "./screenshots/lab_basic.png"
- "./screenshots/lab_el_ocho.png"
- "./screenshots/lab_classic.png"
4 changes: 2 additions & 2 deletions applications/Games/snake20/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ sourcecode:
type: git
location:
origin: https://github.com/xMasterX/all-the-plugins.git
commit_sha: 06c22064aa6ae0c33438795eb7cd27d4d083c6c8
commit_sha: 1380605e6ae59e7ea3e3934da5f0106a5756e9cd
subdir: apps_source_code/Snake_2
description: "Advanced Snake Game (Remake of original Snake)"
changelog: "v2.0 - Initial release, v2.1 - Various important fixes, v2.2 - Sync updates and latest API support"
changelog: "@changelog.md"
author: "@Willzvul"
screenshots:
- "./img/2.png"
Expand Down
2 changes: 1 addition & 1 deletion applications/Tools/quac/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sourcecode:
type: git
location:
origin: https://github.com/rdefeo/quac.git
commit_sha: 1bd825b34ff0d63800f9b67f54d3cddb5b093e28
commit_sha: 1719213da259715b2f559bd6643a7e855e374abd
changelog: "@./CHANGELOG.md"
description: "@./README_flipperlab.md"
author: "Roberto De Feo"
Expand Down
2 changes: 1 addition & 1 deletion applications/Tools/upython/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sourcecode:
type: git
location:
origin: https://github.com/ofabel/mp-flipper.git
commit_sha: 35f3246ffde51b99daa6afec14670349788dff7d
commit_sha: 0d0afba61bed1921142353828bdcab00f3a7f61f
description: "@./docs/README.md"
changelog: "@./docs/CHANGELOG.md"
screenshots:
Expand Down

0 comments on commit c1ff2ab

Please sign in to comment.