Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2 FlipperHTTP apps #572

Merged
merged 27 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a2a2df5
FastJS v1.0
jblanked Sep 25, 2024
c2dbaf2
Update manifest.yml
jblanked Sep 25, 2024
318753e
Update manifest.yml
jblanked Sep 25, 2024
64a8ccd
FastJS v1.01
jblanked Sep 26, 2024
bdbbfc7
FastJS v1.01
jblanked Sep 26, 2024
628e547
Merge branch 'main' into main
doomwastaken Sep 26, 2024
665886f
Update ChangeLog and ReadMe location
jblanked Sep 26, 2024
60c0fe2
FastJS - Update ChangeLog and ReadMe
jblanked Sep 26, 2024
d812779
FastJS - v1.2
jblanked Sep 27, 2024
527adb7
Update manifest.yml
jblanked Sep 27, 2024
4ff01ff
Update about view text
jblanked Sep 27, 2024
ee0162b
Merge branch 'main' into main
doomwastaken Sep 27, 2024
49719f3
Update to match main branch
jblanked Sep 27, 2024
6d2cf3e
Merge branch 'main' of https://github.com/jblanked/flipper-applicatio…
jblanked Sep 27, 2024
8d306bd
FastJS - Update Sub-Menu Header
jblanked Sep 27, 2024
69cfda6
Web Crawler v0.1
jblanked Sep 30, 2024
0174f6e
Merge branch 'main' of https://github.com/jblanked/flipper-applicatio…
jblanked Oct 21, 2024
7d0a162
Merge branch 'main' of https://github.com/jblanked/flipper-applicatio…
jblanked Oct 21, 2024
d6bef97
Update manifest.yml
jblanked Oct 21, 2024
eb7eff4
Merge branch 'flipperdevices:main' into main
jblanked Oct 30, 2024
5ce69e5
Merge branch 'flipperdevices:main' into main
jblanked Nov 7, 2024
1656911
Merge branch 'flipperdevices:main' into main
jblanked Nov 12, 2024
bdd4558
Merge branch 'flipperdevices:main' into main
jblanked Nov 13, 2024
6316d3a
Merge branch 'flipperdevices:main' into main
jblanked Nov 20, 2024
62eb45d
Merge branch 'flipperdevices:main' into main
jblanked Dec 1, 2024
5b43e51
Merge branch 'flipperdevices:main' into main
jblanked Dec 5, 2024
1d27a13
Update 2 FlipperHTTP apps
jblanked Dec 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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: ae8ed2210b3b1c60e017248fba34d4d76fdb2735
short_description: "A Flipper Zero app with a dictionary, random facts, and more."
commit_sha: 014d744fec9f36aabe85fbd754e0bcacd296d3cc
short_description: "Utilize WiFi to retrieve data from 20 different APIs."
description: "@README.md"
changelog: "@CHANGELOG.md"
author: "JBlanked"
name: "FlipLibrary"
version: "1.3"
version: "1.4"
id: "flip_library"
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: c65232f0173202d2b15633a341c445aea13672b9
commit_sha: 6c7f2f14add72176e31f170b802a9ba9f47f0205
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.2"
version: "1.2.1"
id: "flip_wifi"
category: "GPIO"
targets: ['all']
Expand Down
Loading