Skip to content

Commit

Permalink
Squashed 'applications/external/' changes from 70fae8dc939..e43e4f6bf65
Browse files Browse the repository at this point in the history
e43e4f6bf65 Merge nfc_playlist from https://github.com/acegoal07/FlipperZero_NFC_Playlist
be40a321d7d Merge quac from https://github.com/rdefeo/quac
a054a5a0496 Merge cross_remote from https://github.com/leedave/flipper-zero-cross-remote
9a453c5152f Mifare Fuzzer: Fix crash on unsupported card type loaded (#16)
c7b71c6 Merge pull request #21 from leedave/feature/replaceIntInput
8ff990c Code cleanup
341dcd3 Version and Docs Update
47e5ab0 ufbt format
b9326a1 Removed old Int Input Keyboard
33775c7 Added Number Input in parallel
cb6e15d Merge pull request #38 from acegoal07/dev
dd6c8ca final tweaks
e1c48ca updated for firmware SDK 0.105.0
88248a7 remove deprecated view_dispatcher_enable_queue call
0227f47 Removes deprecated function
0cc95e2 Improves other playlist editor functions
d7571eb Update nfc_playlist_scene_nfc_move_item.c
be4153b Update nfc_playlist_scene_nfc_move_item.c
18bd245 Implements move feature in editor
60f8961 Behaviour + Move nfc items
0867c8b Updates issues
1235067 Merge pull request #37 from acegoal07/main
27d8ffb Maintainability
f985b97 Update README.md
733cee4 Update README.md

git-subtree-dir: applications/external
git-subtree-split: e43e4f6bf657aa545605902c2051835649fca8c9
  • Loading branch information
RogueMaster committed Aug 23, 2024
1 parent 9ea9550 commit 101df30
Show file tree
Hide file tree
Showing 35 changed files with 401 additions and 675 deletions.
2 changes: 1 addition & 1 deletion cross_remote/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ App(
stack_size=3 * 1024,
fap_icon="icons/xremote_10px.png",
fap_icon_assets="icons",
fap_version="2.6",
fap_version="2.7",
fap_category="Infrared",
fap_author="Leedave",
fap_description="One-Click, sends multiple commands",
Expand Down
4 changes: 4 additions & 0 deletions cross_remote/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7
- Replaced custom keyboard for timing with new number_input from Firmware
- Requires minimum OFW version 0.105.0 or custom firmware based on this

## 2.6
- Fix for conflict wiht SubGHz folder variable in 0.103.1-rc

Expand Down
Loading

0 comments on commit 101df30

Please sign in to comment.