Willy-JL
1d7feabffb
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2023-06-27 17:45:45 +02:00
Petr Portnov | PROgrm_JARvis
75354ec5ba
fix: make dialog_file_browser_set_basic_options initialize all fields ( #2756 )
...
* fix: make `dialog_file_browser_set_basic_options` initialize all fields
* fix(GH-2756): use alternative test for `test_dialog_file_browser_set_basic_options_should_init_all_fields`
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-06-27 18:46:04 +09:00
Astra
168fa72d53
[FL-3373] Scroll acceleration ( #2784 )
...
* Support for scroll acceleration
* Revert keyboard acceleration
* Add scroll acceleration to the text box
* Remove redundant code from the file manager input handler
* Archive: slightly better scrolling
* Gui,Archive: final version of accelerated scrolling
Co-authored-by: あく <alleteam@gmail.com >
2023-06-27 18:22:35 +09:00
Willy-JL
15bac5e02a
Fix archive selection index issues after refresh
2023-06-26 03:05:46 +01:00
Willy-JL
afb6770f92
Format
2023-06-26 01:05:31 +01:00
Willy-JL
24c73c9460
Add back API mismatch ignore dialog
2023-06-26 00:54:53 +01:00
Willy-JL
5a38c821ef
Add back app names translation for RPC
2023-06-26 00:21:14 +01:00
Willy-JL
cc5bb03b86
Add back extmainapps
2023-06-26 00:17:26 +01:00
Willy-JL
64ecdc0c45
Format
2023-06-25 23:53:43 +01:00
Willy-JL
ef0203f778
Add back loader_show_settings
2023-06-25 23:53:11 +01:00
Willy-JL
560233c700
Move apps first in main menu
2023-06-25 22:51:00 +01:00
Willy-JL
71d1c1d0f1
FAPP(TM) support
2023-06-25 22:39:15 +01:00
Willy-JL
d7f9a5ef60
Format
2023-06-25 22:14:06 +01:00
Willy-JL
ab8295848e
Fixes
2023-06-25 21:45:21 +01:00
Willy-JL
1a0f51bd25
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2023-06-25 20:57:33 +01:00
Willy-JL
99cd94f39f
Revert extmainapp stuff
2023-06-25 20:35:40 +01:00
MX
a466885df3
Merge branch 'ofw-dev' into dev
2023-06-25 03:08:40 +03:00
Sergey Gavrilov
761a14e6e2
[FL-2837][FL-3270] Loader refaptoring: second encounter ( #2779 )
...
* Core: rename internal FlipperApplication to FlipperInternalApplication
* FAP Loader: move load_name_and_icon to flipper_application library
* Loader menu: rework api
* View holder: move to gui service
* Loader: simple "loading" worker
* Loader: applications dialog
* Loader: fapping
* Update f18 api
* Apps: remove fap_loader
* Libs, flipper application: store args, rename thread allocation
* Loader: error handling
* Apps: use loader error handling
* Loader: documentation
* FBT: accomodate loader
* Loader: do not raise gui error if loader is locked
* Archive: accomodate loader
* Loader: fix loading message
* Flipper: drop some old dolphin legacy
* Loader: generalize error construction
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-06-23 21:01:40 +09:00
Willy-JL
4ff29e8910
Revert "Preload extmainapps"
...
This reverts commit fc56e39075 .
2023-06-23 00:46:34 +01:00
Willy-JL
1c7d3eeb42
Power off from locked ( flipperdevices/flipperzero-firmware#1567 )
2023-06-21 14:16:19 +01:00
Willy-JL
2d7447d979
Use prev basename instead of index on folder exit
...
Keeps folder history after closing external app
2023-06-21 13:24:51 +01:00
Willy-JL
1df4bb0696
Update widget text box element after creation
2023-06-19 18:37:02 +01:00
Willy-JL
d839562c0a
Make widget_add_* return the widget element
2023-06-19 18:35:59 +01:00
MX
8bb3092002
Revert BLE gatt characteristics refactoring temporarily
2023-06-14 03:19:18 +03:00
Willy-JL
c4850ba89a
Revert gatt refactor for now (breaks iOS BT HID)
2023-06-13 18:36:55 +01:00
Willy-JL
4ecab40fde
Max file name length is actually 253 + null term
...
More than that and fatfs will truncate like name~1
Also dir_read already accounts for null term in buf size, dont malloc +1
2023-06-13 03:10:10 +01:00
Willy-JL
cb1d05d761
Who tf made extensions have limited length???
2023-06-12 23:32:36 +01:00
Willy-JL
b56c5a2fd4
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-06-12 01:50:04 +01:00
MX
f7195adbda
OFW PR 2756
2023-06-10 06:01:23 +03:00
Willy-JL
82485fdb4e
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-06-09 21:37:29 +01:00
MX
1a6b2010ba
Merge pull request #509 from gid9798/byte_input_mini_editor
...
Byte input add feature: editor without keyboard
2023-06-09 18:52:44 +03:00
Willy-JL
e407c83829
Dont allow rpc unlock by default if pin locked
2023-06-09 16:04:15 +01:00
Willy-JL
0506869b54
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2023-06-09 13:54:14 +01:00
MX
e9fc5f62a5
Merge branch 'ofw-dev' into dev
2023-06-09 14:13:11 +03:00
Sergey Gavrilov
0e4344a83c
Services: simplify api ( #2540 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-06-09 20:02:47 +09:00
Willy-JL
db0dc7064a
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-06-09 01:27:24 +01:00
Willy-JL
f2cc1fcac1
Add sanity checks for pin code validity
2023-06-08 16:51:02 +01:00
MX
18220515b5
Merge branch 'ofw-dev' into dev
2023-06-08 14:58:46 +03:00
gid9798
ce25d6339e
Byte input add feature: editor without keyboard
2023-06-08 13:53:29 +03:00
hedger
e3e64e5e83
[FL-3267] ble: refactored bt gatt characteristics setup ( #2587 )
...
* ble: refactored bt gatt characteristics setup
* ble: naming fixes, small optimizations
* ble: expanded bitfields; fixed pvs warnings
* ble: fixed pvs warnings for real
* ble: using FlipperGattCharacteristicDataPropsFixed for char[] props
* ble: removed flipper_gatt_characteristic_props_const_char
* ble: gatt: naming changes
* ble: gatt: fixed device_info service constant attrs sizes
* ble: gatt: copy descriptors to char instances; reworked hid chars to be callback-based; moved max size getter to callback with NULL data; added comments
* ble: gatt: removed hid_svc_report_data_callback
* ble: hid svc: better double loop idx naming
* ble: hid svc: simplified hid_svc_update_info
* ble: gatt: removed magic values; fixed type for HidSvcGattCharacteristicInfo
* ble: gatt: moved long uuids to separate files
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-06-08 18:42:02 +09:00
Willy-JL
db65b8f09f
Discard lock flag if desktop settings load fails
2023-06-07 20:36:26 +01:00
Willy-JL
cca787b96d
Dont save setting files on load fail
2023-06-07 20:35:45 +01:00
Willy-JL
4955567148
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-06-07 19:44:35 +01:00
MX
0d394a6f87
Merge branch 'ofw-dev' into dev
2023-06-07 00:29:06 +03:00
あく
76c70bdf2c
[FL-3316] Settings: add contrast adjustment ( #2737 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com >
2023-06-06 21:46:01 +04:00
Willy-JL
f01b68e1e0
Allow desktop clock with no battery icon
2023-06-05 01:08:55 +01:00
MX
e990e58177
change butthurt timer
2023-06-02 22:55:05 +03:00
MX
ca49da3c83
Fix APP_IDs to match new regex
...
regex check will be added in OFW soon
2023-06-02 13:42:44 +03:00
Willy-JL
df8b7cbe48
Random cleanup and housekeeping
2023-06-01 01:46:19 +01:00
Willy-JL
8a317a793c
Fix services order
2023-06-01 01:41:09 +01:00