Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Squashed 'qrcode/' changes from e68fe33..084893a
Browse files Browse the repository at this point in the history
084893a update qrcode app
8e800a3 fix plugins, remove dupe
271b785 move apps
REVERT: e68fe33 add screenshots
REVERT: 767a2ca vcard example
REVERT: 202ca0b resolve #2, resolve #3 manual mode selection, qrcodes w/multi lines
REVERT: 36dc9f4 fix #1 rename app to QRCode for consistency with other f0 apps
REVERT: 5c13516 update to firmware 0.93.0
REVERT: 56bd125 update to firmware 0.92.2
REVERT: 5362be0 update to firmware 0.91.4
REVERT: ed6f13f update to firmware 0.90.1
REVERT: 72bbe62 update to firmware 0.89.0
REVERT: a53fa08 update to firmware 0.88.0
REVERT: 29bec70 update to firmware 0.87.0
REVERT: 7289c60 update to firmware 0.86.2
REVERT: 9a31e42 update to firmware 0.86.1
REVERT: 7106fc7 update to firmware 0.85.2
REVERT: 63dcd8d update to firmware 0.84.2
REVERT: 53754de update to firmware 0.83.1
REVERT: 91ed12c update to firmware 0.82.3
REVERT: 9d7d56b update to firmware 0.81.1
REVERT: 85fa04e update to firmware 0.80.1
REVERT: b566167 update to firmware 0.79.1
REVERT: d44d1b0 update to firmware 0.78.1
REVERT: 3cb830b update to firmware 0.77.1
REVERT: d4f01f2 update to firmware 0.76.0
REVERT: 63319cd push branch + tags
REVERT: 4bb2a01 update to firmware 0.75.0
REVERT: fb44598 fix typo
REVERT: 395c434 fix automation
REVERT: 0d6d173 simple menu to change version, ecc
REVERT: 6a009dd some automation
REVERT: a1d4478 fix icon
REVERT: 56ae06e added "stats", increased stack size, github workflow
REVERT: 4aac32b initial version
REVERT: 6a223ba Initial commit

git-subtree-dir: qrcode
git-subtree-split: 084893a
  • Loading branch information
Willy-JL committed Nov 12, 2023
1 parent e68fe33 commit 1cf2bb4
Show file tree
Hide file tree
Showing 9 changed files with 669 additions and 524 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/check-for-new-firmware.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

env:
firmware_version: '0.93.0'

jobs:
build:
name: Build
Expand All @@ -17,7 +14,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'flipperdevices/flipperzero-firmware'
ref: ${{ env.firmware_version }}
ref: '0.74.2'
submodules: true
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -29,6 +26,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: build/f7-firmware-D/.extapps/qrcode.fap
body: Built against firmware v${{ env.firmware_version }}
generate_release_notes: true
fail_on_unmatched_files: true
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# flipperzero-qrcode
Display qrcodes on the [Flipper Zero]

![qrcode screenshot](https://github.com/bmatcuk/flipperzero-qrcode/blob/main/ss2.png?raw=true)

## Download
Grab the latest `qrcode.fap` from [Releases].

Expand Down
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
App(
appid="qrcode",
name="QRCode",
name="QR Code",
fap_version=(2,0),
fap_description="Display qrcodes",
fap_author="Bob Matcuk",
Expand Down
Loading

0 comments on commit 1cf2bb4

Please sign in to comment.