Skip to content

Commit

Permalink
update readme/changelog & some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Aug 24, 2022
1 parent 3327093 commit 94f440d
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 11 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
### New changes
* Wifi Marauder app update (by @0xchocolate)
* Updated Universal remote assets (by @Amec0e)
* Fixed music player
* Fixed typos in subghz encoders
* OFW: New NFC info screens
* OFW: U2F fixes
* New universal remote for projectors
* OFW: New LF-RFID subsystem (New protocols, Animal tags support)
* Updated universal remote assets (by @Amec0e)
* Renamed UniRF Remix -> Sub-GHz Remote
* Replaced Hex/Dec converter with Multi Converter plugin [(by theisolinearchip)](https://github.com/theisolinearchip/flipperzero_stuff)
* New update screen, readme pictures (by @Svaarich)
* Fixed crash if Center button is pressed on the "update success" screen via screensharing
* Temporary disabled one log call in picopass plugin to fix crash/freeze on Read screen
* OFW: Picopass load/info/delete
* OFW: SubGhz: add protocol Magellen
* OFW: Fix mifare ultralight/ntag unlock
* OFW: Dolphin level thresholds update
* OFW: Add MFC 1/4K 4/7bUID to "Add Manually"
* OFW: Other fixes and changes

**Note: Prefer installing using web updater or by self update package, all needed assets will be installed**

Expand Down
5 changes: 4 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Our Discord Community:
* Picopass/iClass plugin included in releases
* Recompiled IR TV Universal Remote for ALL buttons
* Universal A/C and Audio(soundbars, etc.) remote
* Universal remote for Projectors
* BadUSB keyboard layouts
* Customizable Flipper name
* Other small fixes and changes throughout

See changelog in releases for latest updates!
Expand Down Expand Up @@ -88,7 +91,7 @@ See changelog in releases for latest updates!

### **Plugins**

## [- Configure UniversalRF Remix App](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/UniRFRemix.md)
## [- Configure Sub-GHz Remote App](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/SubGHzRemotePlugin.md)

## [- Barcode Generator](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/BarcodeGenerator.md)

Expand Down
4 changes: 2 additions & 2 deletions applications/desktop/views/desktop_view_slideshow.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ static bool desktop_view_slideshow_input(InputEvent* event, void* context) {
furi_timer_start(instance->timer, DESKTOP_SLIDESHOW_POWEROFF_SHORT);
} else if(event->type == InputTypeRelease) {
furi_timer_stop(instance->timer);
if(!slideshow_is_one_page(model->slideshow)) {
/*if(!slideshow_is_one_page(model->slideshow)) {
furi_timer_start(instance->timer, DESKTOP_SLIDESHOW_POWEROFF_LONG);
}
}*/
}
}
view_commit_model(instance->view, update_view);
Expand Down
2 changes: 1 addition & 1 deletion applications/picopass/picopass_worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ReturnCode picopass_detect_card(int timeout) {

err = rfalPicoPassPollerCheckPresence();
if(err != ERR_RF_COLLISION) {
FURI_LOG_E(TAG, "rfalPicoPassPollerCheckPresence error %d", err);
//FURI_LOG_E(TAG, "rfalPicoPassPollerCheckPresence error %d", err);
return err;
}

Expand Down
2 changes: 1 addition & 1 deletion applications/unirfremix/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ App(
"dialogs",
],
icon="A_UniRFRemix_14",
stack_size=2 * 1024,
stack_size=4 * 1024,
order=11,
)
Binary file modified assets/slideshow/update_default/frame_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.

0 comments on commit 94f440d

Please sign in to comment.