Willy-JL
9b80cec2fa
Add internal flash browser tab
2023-02-10 10:09:28 +00:00
MX
81316255f9
Fix after merge issues pt1
2023-02-08 12:22:11 +03:00
MX
6c768f2019
Merge branch 'fz-dev' into dev
2023-02-08 12:09:57 +03:00
Willy-JL
65081c878a
Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble
2023-02-08 04:05:46 +00:00
VerstreuteSeele
ce17c0d55e
Update archive_browser_view.h
2023-02-07 19:14:30 +01:00
VerstreuteSeele
9b81f93fd2
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-02-07 19:12:13 +01:00
hedger
224d0aefe4
[FL-2733] multitarget support for fbt ( #2209 )
...
* First part of multitarget porting
* Delete firmware/targets/f7/Inc directory
* Delete firmware/targets/f7/Src directory
* gpio: cli fixes; about: using version from HAL
* sdk: path fixes
* gui: include fixes
* applications: more include fixes
* gpio: ported to new apis
* hal: introduced furi_hal_target_hw.h; libs: added one_wire
* hal: f18 target
* github: also build f18 by default
* typo fix
* fbt: removed extra checks on app list
* api: explicitly bundling select mlib headers with sdk
* hal: f18: changed INPUT_DEBOUNCE_TICKS to match f7
* cleaned up commented out code
* docs: added info on hw targets
* docs: targets: formatting fixes
* f18: fixed link error
* f18: fixed API version to match f7
* docs: hardware: minor wording fixes
* faploader: added fw target check
* docs: typo fixes
* github: not building komi target by default
* fbt: support for `targets` field for built-in apps
* github: reworked build flow to exclude app_set; fbt: removed komi-specific appset; added additional target buildset check
* github: fixed build; nfc: fixed pvs warnings
* attempt to fix target id
* f7, f18: removed certain HAL function from public API
* apps: debug: enabled bt_debug_app for f18
* Targets: backport input pins configuration routine from F7 to F18
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-08 01:33:05 +09:00
Willy-JL
3a10bbc227
Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble
2023-02-07 00:50:53 +00:00
Willy-JL
edd3171d6c
Add xfw setting for sort dirs before files
2023-02-07 00:50:38 +00:00
Willy-JL
e98ad6fc2c
Fix file browser sorting for good
2023-02-07 00:24:19 +00:00
Willy-JL
d6dcf0efa2
Case insensitive file browser list
2023-02-06 20:51:07 +00:00
Willy-JL
72935579e6
Format
2023-02-03 17:46:32 +00:00
Willy-JL
f3bb068fd7
Rename bad usb to bad kb
2023-02-03 17:43:59 +00:00
VerstreuteSeele
905bb23fdf
Formatting & New updated IR
2023-01-14 08:44:32 +01:00
VerstreuteSeele
f0df3ff827
Browser now opening to browser
2023-01-14 05:44:07 +01:00
VerstreuteSeele
a026ab37bd
Who tf wrote this, and why? | Biggest stability update ever
...
Bro, what the fuck is this bullshit? I swear imma go cry if I see more shit like that...
2023-01-06 01:45:02 +01:00
jbohack
a123ce9a38
list files in alphabetical order
2023-01-03 17:05:01 -05:00
VerstreuteSeele
d279639e53
Massive overhaul | Part 1
2022-12-30 05:12:53 +01:00
RogueMaster
c361305a10
Merge branch 'UNLEASHED' into 420
2022-12-26 16:14:07 -05:00
MX
6d368c3e3a
Merge branch 'fz-dev' into dev
2022-12-26 22:42:21 +03: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
MX
f3553deb16
Merge branch 'fz-dev' into dev
2022-12-21 12:32:21 +03: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
Nikolay Minaylov
e0d716647c
[FL-3053] Archive browser delete fix ( #2163 )
2022-12-20 23:46:05 +09:00
MX
7e049d185f
Merge branch 'fz-dev' into dev
2022-12-20 16:19:43 +03: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
MX
1fc67f76a2
Merge branch 'fz-dev' into dev
2022-12-08 08:58:39 +03:00
RogueMaster
9261e3cdcf
Merge branch 'ofwdev' into 420
2022-12-07 19:16:33 -05:00
gornekich
c535b8f4ce
[FL-3017], [FL-3018] Change NFC emulation screens ( #2102 )
...
* nfc: fix emulate uid view
* archive: hide dot files in apps
* nfc: fix other emulation scenes view
2022-12-08 01:47:55 +09:00
Nikolay Minaylov
2daf39018b
[FL-3001] File browser base folder ( #2091 )
...
* File browser base folder
* Format sources
* FuriHal: bump api version
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-12-07 23:17:41 +09:00
gornekich
9a21dae29c
[FL-3008], [FL-2734], [FL-2766], [FL-2898] NFC bug fixes ( #2098 )
...
* nfc: rework mf classic update
* nfc: rename cache folder to .cache
* nfc: fix ATQA order bytes in nfc files
* file browser: add hide dot files option
* nfc: fix iso-14443-4 uid cards emulation
* nfc: fix unit tests
Co-authored-by: あく <alleteam@gmail.com >
2022-12-07 19:52:44 +09:00
RogueMaster
4414b6451a
Merge branch 'pr/462' into 420
2022-12-06 19:38:40 -05:00
gornekich
79140829b3
file browser: add hide dot files option
2022-12-06 15:22:03 +04:00
MX
3d36105142
Merge branch 'fz-dev' into dev
2022-11-28 23:12:17 +03:00
あく
769c53b6da
[FL-2977] Gui: better navigation in file browser dialog ( #2014 )
...
* Gui: proper navigation in file browser dialog
* Trim file name from start path
* File list loading fix
* File list offset fix
Co-authored-by: nminaylov <nm29719@gmail.com >
Co-authored-by: Sergey Gavrilov <who.just.the.doctor@gmail.com >
2022-11-29 03:59:24 +09:00
RogueMaster
a486cc898a
Merge branch 'ofwdev' into 420
2022-11-28 12:12:22 -05:00
Maksim Derbasov
e121e6a287
Fix for spelling ( #2051 )
...
* Fix for spelling
* Review iteration
Co-authored-by: あく <alleteam@gmail.com >
2022-11-29 01:51:51 +09:00
RogueMaster
b2958cf679
Merge pull request #449 from flipperdevices/aku/browser_navigation
...
Aku/browser navigation
2022-11-26 01:25:36 -05:00
nminaylov
536eb93fd3
File list offset fix
2022-11-25 17:44:23 +03:00
RogueMaster
ddb5ae2bd5
Merge branch 'UNLEASHED' into 420
2022-11-13 13:32:13 -05:00
RogueMaster
a43b17dee3
Update archive_browser_view.c
2022-11-12 08:51:17 -05:00
MX
a821b80ffc
Archive: Show loading popup on delete
2022-11-12 16:47:00 +03:00
MX
950dee48a0
Merge branch 'fz-dev' into dev
2022-11-12 16:43:12 +03:00
RogueMaster
4b9f353c78
fmt
2022-11-12 08:37:29 -05:00
RogueMaster
ffbbc7ecde
Merge branch 'ofwdev' into 420
2022-11-12 08:35:37 -05:00
Nikolay Minaylov
73441af9c6
BadUSB and Archive fixes ( #2005 )
...
* BsdUsb: fix empty lines handling
* Archive: folders and unknown files rename fix
Co-authored-by: あく <alleteam@gmail.com >
2022-11-12 20:55:42 +09:00
RogueMaster
bafe3dc3c6
Update archive_scene_browser.c
2022-11-06 10:07:34 -05:00
RogueMaster
05e66ad91d
infrared FAP test
2022-11-04 03:48:17 -04:00
RogueMaster
bfde28cb38
fapssss
2022-11-04 03:31:01 -04:00