Willy-JL
991d49733f
Format
2023-02-26 01:44:32 +00:00
Willy-JL
3296cf3b79
Keyboard hold backspace to keep deleting
2023-02-24 04:46:14 +00:00
Willy-JL
c8e9e9bc9e
Secondary symbol keyboard pane + switch key
...
Original idea & code by @edrethardo, update and fix by @Willy-JL
2023-02-24 04:02:09 +00:00
Willy-JL
d3f3bf1e11
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-02-24 01:05:31 +00:00
Willy-JL
fd7620202a
Keyboard long press first char for lowercase
2023-02-24 00:49:41 +00:00
Willy-JL
d23f396c44
Keyboard lowercase check fix
2023-02-24 00:23:33 +00:00
Willy-JL
02591c12b7
Fix keyboard capitalization bug (_ and space)
2023-02-24 00:10:04 +00:00
Round-Pi
b89902942b
typo combing
2023-02-20 10:55:53 -05:00
Willy-JL
462a0c8efc
Cleaner settings implementation (proper defaults)
2023-02-17 23:30:28 +00:00
Willy-JL
cb89bb9628
Fix archive sorting (skip on big folders)
2023-02-13 14:54:23 +00:00
Willy-JL
fbf99d6cb3
Skip browser inputs while loading / sorting
2023-02-13 14:54:15 +00:00
Willy-JL
abeb34b983
Fix archive sorting (skip on big folders)
2023-02-13 05:01:31 +00:00
Willy-JL
9fe3136993
Skip browser inputs while loading / sorting
2023-02-13 04:57:44 +00:00
MX
efcfcedaed
Rename functions and cleanup a bit
2023-02-12 22:25:06 +00:00
MX
6c4334e7cb
Rename functions and cleanup a bit
2023-02-13 00:41:50 +03:00
MX
e5b9289da8
Fix large folders parsing
2023-02-12 21:05:19 +00:00
MX
ca12057426
Fix large folders parsing
2023-02-12 23:55:39 +03:00
Willy-JL
0f6343f6f5
Remove unnecessary sarcastic comment
2023-02-12 19:58:16 +00:00
Willy-JL
37b84a9dbb
Remove unnecessary sarcastic comment
2023-02-12 12:28:40 +00:00
Willy-JL
5a2f693551
File browser load speed improvements (skip redraw)
2023-02-12 11:22:52 +00:00
Willy-JL
82f77edc70
Fix file browser back history
2023-02-12 11:22:37 +00:00
Willy-JL
80b8a0dddb
Fix file browser clownage comment
2023-02-12 11:22:23 +00:00
Willy-JL
205da2920e
File browser load speed improvements (skip redraw)
2023-02-12 11:16:12 +00:00
Willy-JL
9b16c2178b
Fix file browser back history
2023-02-12 11:15:11 +00:00
Willy-JL
54019b46ca
Fix file browser clownage comment
2023-02-12 07:39:15 +00:00
Willy-JL
fb4e2e02be
Hide files in browser while still loading
2023-02-11 23:49:29 +00:00
Willy-JL
7d2fdc5c6d
Hide files in browser while still loading
2023-02-11 23:44:19 +00:00
Willy-JL
9ed14fe773
Remove unused imports and old code
2023-02-11 20:07:53 +00:00
MX
a4c28ed5bf
Show internal memory only in DEBUG mode + other fixes
...
Remove unused imports and remove my old code that used to hide layouts and tmp history folders, this was removed in dev but somehow was added back here
2023-02-11 21:59:22 +03:00
VerstreuteSeele
371f3b3869
De-xtreme-ify the code
2023-02-11 16:13:49 +01:00
VerstreuteSeele
6b99999566
Update browser
2023-02-11 15:49:00 +01:00
Willy-JL
efb11dfcbd
Properly integrate xtreme apis and headers
2023-02-11 05:19:37 +00:00
MX
b9351649ed
Merge branch 'fz-dev' into dev
2023-02-09 17:48:50 +03:00
MX
ba36f4672c
Throw away Kostily & Velosipedy
...
Ne bag a ficha, bolshe ne nuzhna
2023-02-09 17:21:40 +03:00
Petr Portnov | PROgrm_JARvis
4265057ee8
feat: add missing const qualifiers ( #2233 )
...
* feat: make `ViewPort` getters const
* feat: make tx-buffers const
* feat: make `canvas_get_buffer_size` const
* feat: make `canvas` methods const
* feat: make `icon_animation` methods const
* feat: make `scene_manager` methods const
* feat: make `loader` method const
* feat: make `canvas_get_font_params` const
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-02-09 13:58:01 +09:00
MX
30081b79c4
Mirror my changes to badusb layouts from PR
2023-02-08 16:10:47 +03:00
MX
6c768f2019
Merge branch 'fz-dev' into dev
2023-02-08 12:09:57 +03: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
3bd3b7f122
Format
2023-02-07 01:08:43 +00:00
Willy-JL
d3cf757ead
Fix typos
2023-02-07 01:08:05 +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
e393285064
Fix file browser long list jump bug
2023-02-06 23:05:34 +00:00
Willy-JL
d6dcf0efa2
Case insensitive file browser list
2023-02-06 20:51:07 +00:00
MX
c708a301f5
Merge branch 'fz-dev' into dev
2023-01-18 18:26:49 +03:00
VerstreuteSeele
333cf4dadc
Update text_input.c
2023-01-16 06:19:04 +01:00
VerstreuteSeele
bebb8a47ac
fix submenu in vertical
2023-01-16 03:07:02 +01:00
VerstreuteSeele
fa4edd7767
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-01-14 01:07:25 +01:00
gid9798
073fb3861a
Add the ability to turn pages in infrared ( #2271 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-01-13 17:11:12 +03:00