mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-11 23:38:11 -07:00
Merge remote-tracking branch 'mntm/dev' into feat/use-after-free-sentinel
This commit is contained in:
+5
-2
@@ -3,6 +3,10 @@
|
||||
- Reworks how communication with battery guage is done, improves reliability and fixes issues with battery percentage not showing
|
||||
- After installing firmware with this change, downgrading to old firmware will cause battery percentage to be blank
|
||||
- If you must downgrade firmware, use the [Guage Tool app](https://github.com/skotopes/flipperzero_gauge_tool) to unseal the guage
|
||||
- OFW: Furi: RTC Alarm support (目覚め時計) (by @skotopes)
|
||||
- Reworks RTC initialization to support Alarms functionality
|
||||
- Older firmware will be unable to handle alarm, downgrading might be problematic
|
||||
- If you must downgrade firmware, disable Alarm in Settings > Clock & Alarm first
|
||||
- OFW: JS: Modules backport & overhaul (by @portasynthinca3), backport of backport (by @Willy-JL & @xMasterX)
|
||||
- OFW backported some modules we had, added lots of new stuff, and overhauled many other things
|
||||
- Non-exhaustive list of changes to help you fix your scripts:
|
||||
@@ -47,7 +51,6 @@
|
||||
- effort required to update old scripts using these: minimal
|
||||
- Added type definitions (typescript files for type checking in IDE, Flipper does not run typescript)
|
||||
- Documentation is incomplete and deprecated, from now on you should refer to type definitions (`applications/system/js_app/packages/fz-sdk`), those will always be correct
|
||||
- Type definitions for extra modules we have that OFW doesn't will come later
|
||||
- GUI: Refactored TextInput illegal symbols (by @Willy-JL)
|
||||
- If your app used `text_input_add_illegal_symbols(text_input)` it should change to `text_input_show_illegal_symbols(text_input, true)`
|
||||
|
||||
@@ -121,7 +124,6 @@
|
||||
- Furi:
|
||||
- OFW: Add FuriEventLoop support for FuriEventFlag, simplify API (by @Skorpionm)
|
||||
- OFW: Put errno into TCB, better integration with libc (by @portasynthinca3)
|
||||
- OFW: FuriHalRtc Alarm support (目覚め時計) (by @skotopes)
|
||||
|
||||
### Updated:
|
||||
- Apps:
|
||||
@@ -141,6 +143,7 @@
|
||||
- CLI-GUI Bridge: Add more symbols to keyboard (#222 by @Willy-JL)
|
||||
- NRF24 Batch: Add Aeropac SN board txt file (by @vad7)
|
||||
- UL: Sub-GHz Bruteforcer: Add new protocols for existing dump option (by @xMasterX), use FW functions for top buttons (by @DerSkythe)
|
||||
- UL: RFID/iButton Fuzzer: Add protocols Electra, Idteck, Gallagher, Nexwatch, refactor to make RFID protocols easier to add (by @SkeletonMan03), add more Dallas 1990 IDs (by @eblis)
|
||||
- UL: NRF24 Apps: Use string library compatible with OFW SDK (by @xMasterX)
|
||||
- UL: W5500 Ethernet: Various fixes and improvements (by @xMasterX)
|
||||
- OFW: SPI Mem Manager: Fixed UI rendering bug related to line breaks (by @portasynthinca3)
|
||||
|
||||
+1
-1
Submodule applications/external updated: 1b8f9fcf6c...861fe33513
@@ -15,25 +15,9 @@ const char* const name_generator_left[] = {
|
||||
};
|
||||
|
||||
const char* const name_generator_right[] = {
|
||||
"bidet",
|
||||
"sus",
|
||||
"fed",
|
||||
"moroder",
|
||||
"bobr",
|
||||
"chomik",
|
||||
"sidorovich",
|
||||
"stalker",
|
||||
"yapper",
|
||||
"bnuuy",
|
||||
"jezyk",
|
||||
"juzyk",
|
||||
"cult",
|
||||
"pp",
|
||||
"zalaz",
|
||||
"breeky",
|
||||
"bunker"
|
||||
"pingwin",
|
||||
"kot",
|
||||
"bidet", "sus", "fed", "moroder", "bobr", "chomik", "sidorovich",
|
||||
"stalker", "yapper", "bnuuy", "jezyk", "juzyk", "cult", "pp",
|
||||
"zalaz", "breeky", "bunker", "pingwin", "kot",
|
||||
};
|
||||
|
||||
void name_generator_make_auto_datetime(
|
||||
|
||||
Reference in New Issue
Block a user