VerstreuteSeele
47706d20e7
Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into dev
2022-12-27 11:11:02 +01:00
RogueMaster
2bba99e329
fmt
2022-12-26 21:38:35 -05:00
RogueMaster
826a5f5aef
favorites still swapped
2022-12-26 19:07:39 -05:00
RogueMaster
c361305a10
Merge branch 'UNLEASHED' into 420
2022-12-26 16:14:07 -05:00
RogueMaster
6f62522f68
FMT FIX
2022-12-26 15:45:20 -05:00
RogueMaster
4db5f8e421
Dolphin State Code Optimizations
2022-12-26 15:44:05 -05:00
RogueMaster
a1d293712c
Empty Folder Declaration
2022-12-26 15:36:21 -05:00
MX
aecdb8fdcd
Merge branch 'fz-dev' into dev
2022-12-26 23:02:31 +03:00
Sergey Gavrilov
9192520c70
Modules: locking view model ( #2189 )
...
* Popup, dialog_ex: locking model
* Desktop: do not use the model where it is not needed
Co-authored-by: あく <alleteam@gmail.com >
2022-12-27 04:46:05 +09:00
MX
6d368c3e3a
Merge branch 'fz-dev' into dev
2022-12-26 22:42:21 +03:00
RogueMaster
bce4363b91
Apps Favorite Fix? Thanks Clara
2022-12-26 14:39:14 -05:00
Georgii Surkov
8582670a34
[FL-2811] Fix PVS-Studio warnings ( #2142 )
...
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: gornekich <n.gorbadey@gmail.com >
2022-12-26 21:13:30 +09:00
jbohack
bb8999ce62
changed dummy mode to sfw mode
2022-12-26 02:24:55 -05:00
VerstreuteSeele
fbdf33f915
- Fixed Passport Crash - - Fixed SFW_mode XP glitch - - Fixed other dolphin deeds - - - Added Web Updater to release - - - Thanks for all your support <3 | Check out my Discord!
2022-12-26 04:08:30 +01:00
VerstreuteSeele
ed18f371e8
Update dolphin_deed.c
2022-12-26 01:22:47 +01:00
jbohack
7d4d46f2bc
fixed XP exploit having to do with swapping NSFW / SFW modes
2022-12-25 17:45:20 -05:00
VerstreuteSeele
3e6f3e7bd0
Slight text updates
2022-12-25 07:53:43 +01:00
VerstreuteSeele
77c776b2fc
Clock hotfix... Caught me lackin' hard
2022-12-25 05:24:41 +01:00
VerstreuteSeele
dc8329704a
Empty Folder declaration
2022-12-25 03:39:27 +01:00
VerstreuteSeele
9974be830b
Update dolphin_state.c
2022-12-23 23:24:01 +01:00
VerstreuteSeele
e503f01739
Better code
2022-12-23 23:21:40 +01:00
VerstreuteSeele
590e21c739
Update dolphin_state.c
2022-12-23 21:31:14 +01:00
VerstreuteSeele
11ca381a2b
Bozo moment
2022-12-23 19:47:35 +01:00
VerstreuteSeele
9a36a739fb
Update dolphin_state.c
2022-12-23 19:45:08 +01:00
VerstreuteSeele
269c5b4cde
Text editing
2022-12-23 16:16:11 +01:00
VerstreuteSeele
a96c197c1d
hey rogue... wtf were you smoking with those levels?
2022-12-23 08:56:18 +01:00
VerstreuteSeele
3f65c3bde5
Dirtiest patch alive | SFW mode
2022-12-23 07:19:56 +01:00
VerstreuteSeele
005733b8af
Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into Dev
2022-12-23 00:59:47 +01:00
RogueMaster
e8ffe6d78a
FMT changes
2022-12-22 12:19:11 -05:00
RogueMaster
c685d41b46
Fix game mode 2048 to new version
2022-12-22 12:17:16 -05:00
VerstreuteSeele
64900a82ef
Hardcoding values is dumb @RogueMaster
2022-12-22 10:05:26 +01:00
RogueMaster
170a65e496
Swap Favorites
2022-12-21 10:25:13 -05:00
MX
f3553deb16
Merge branch 'fz-dev' into dev
2022-12-21 12:32:21 +03:00
RogueMaster
a3d22fd36c
fmt
2022-12-20 14:38:05 -05:00
RogueMaster
06a2db3183
Update desktop_events.h
2022-12-20 10:15:51 -05:00
RogueMaster
b32ae83436
Merge branch 'ofwdev' into 420
2022-12-20 10:14:17 -05:00
RogueMaster
c1d9423c04
Merge branch 'UNLEASHED' into 420
2022-12-20 10:04:43 -05:00
Kowalski Dragon
a9c2b4d6a0
Desktop: dummy mode improvements. Fixes: correct scrolling text, correct AM/PM in Clock. ( #2160 )
...
* Show passport instead of app if SD/app is missing
* Desktop: cleanup dummy mode code and add more apps
* Gui: fix incorrect trimming in scrollable text
Signed-off-by: Kowalski Dragon (kowalski7cc) <kowalski7cc@users.noreply.github.com >
Co-authored-by: あく <alleteam@gmail.com >
2022-12-20 22:57:58 +09:00
MX
7e049d185f
Merge branch 'fz-dev' into dev
2022-12-20 16:19:43 +03:00
gornekich
4cee550cc6
[FL-2809] Rework BLE key storage ( #2154 )
...
* bt: disconnect first on profile change
* bt keys: rework bt keys
* saved struct: add payload size getter to API
* bt: rework bt with new key storage API
* bt: add keys storage operation to bt API
* hid: save bt keys on sd card
* bt: add unit tests for key storage
* bt: working profile switch
* bt: cleanup
* bt hid: change keys storage path
Co-authored-by: あく <alleteam@gmail.com >
2022-12-20 21:32:24 +09:00
あく
e7107e39f7
Gui: scrollable long file names in FileBrowser and Archive Browser ( #2159 )
...
* Gui: scrollable long file names in FileBrowser
* Archive: scroll long file names
* Gui: elements code cleanup
2022-12-20 20:11:52 +09:00
RogueMaster
7302ee2554
Merge branch 'flipperdevices:dev' into 420
2022-12-19 17:36:45 -05:00
Kowalski Dragon
2bdc34274f
Clock v1 ( #1750 )
2022-12-20 06:43:32 +09:00
RogueMaster
8a426465c8
Merge branch 'UNLEASHED' into 420
2022-12-19 13:01:35 -05:00
MX
084cdc6ad0
Merge branch 'fz-dev' into dev
2022-12-19 16:57:00 +03:00
あく
94453d9100
[FL-3046] Notification: fix recursive speaker acquire #2147
2022-12-19 20:57:44 +09:00
Nikolay Minaylov
f10e82c64d
[FL-3024] Locale settings ( #2137 )
...
* Locale settings
* Time/date format fix
* Locale: add docs, enums for HAL, cleanup.
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-12-19 18:38:20 +09:00
MX
96a97f1bfb
Merge branch 'fz-dev' into dev
2022-12-17 07:25:49 +03:00
RogueMaster
e78da241ca
Merge branch 'ofwdev' into 420
2022-12-16 17:28:38 -05:00
Skorpionm
2dea6969fe
[FL-3040] Audio support for SubGhz ( #2131 )
...
* Furi_hal_speaker: multiple resource usage
* Furi_hal_speaker: fix multiple resource usage
* Furi_hal_speaker: fix music_player_worker
* Furi_hal_speaker: fix mutex release queue handling
* SubGhz: add furi_hal_subghz_set_debug_pin
* SubGhz: add sound SubGhz Read, SubGhz Read RAW
* furi_hal_speaker: add __attribute__((warn_unused_result)) for furi_hal_speaker_acquire()
* Furi_hal_speaker: fix review comments
* SubGhz: cleanup naming and locking timings
* SubGhz,FuriHal: fix speaker deinit logic and subghz speaker release sequence
* FuriHal: crash on speaker acquire/release from IRQ
* Furi, FuriHal: FURI_WARN_UNUSED and documentation update
* Bump api symbols version: fix broken speaker
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-12-17 07:20:10 +09:00