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 |
|
Willy-JL
|
014a30d8bf
|
Fix xtreme settings values handling
|
2023-05-31 18:14:30 +01:00 |
|
Willy-JL
|
a3b4defa44
|
Revert "Revert "Feature: Custom user set charging cap (#265)""
This reverts commit 31f624d662.
|
2023-05-31 17:33:05 +01:00 |
|
Willy-JL
|
c35406689b
|
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
|
2023-05-31 16:45:55 +01:00 |
|
Willy-JL
|
c5cf2ce53f
|
Fix brick on rename across filesystems
|
2023-05-31 15:43:11 +01:00 |
|
gid9798
|
b17125c65c
|
Desktop Clock: some improvements
|
2023-05-29 17:54:01 +03:00 |
|
ClaraCrazy
|
31f624d662
|
Revert "Feature: Custom user set charging cap (#265)"
This reverts commit 557cc73a1d, reversing
changes made to 32fad4af8d.
|
2023-05-29 15:42:02 +02:00 |
|
MX
|
04f9811c6e
|
Fix crash when renaming files with long file name
|
2023-05-29 14:17:50 +03:00 |
|
Willy-JL
|
11c443b79a
|
Shorter charge cap var name (for format)
|
2023-05-28 20:42:11 +01:00 |
|
John
|
8becdc66e7
|
Feature: Custom user set charging cap
|
2023-05-28 21:12:00 +02:00 |
|
Willy-JL
|
7051917d36
|
Unload asset pack icons for external apps
|
2023-05-28 17:04:33 +01:00 |
|
Willy-JL
|
33b8519202
|
Option to preload extmainapps or not
|
2023-05-28 17:03:23 +01:00 |
|
Willy-JL
|
ce1e98eb4a
|
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
|
2023-05-28 04:29:08 +01:00 |
|
Willy-JL
|
c2396e8542
|
About go nappy nap + much fw info
|
2023-05-28 04:14:39 +01:00 |
|
MX
|
a11b6e72dc
|
Update changelog and readme
+ some small fixes
|
2023-05-28 03:53:54 +03:00 |
|
Willy-JL
|
fc56e39075
|
Preload extmainapps
|
2023-05-28 00:27:58 +01:00 |
|
Willy-JL
|
acf185ecb1
|
Start xtreme app from main list
|
2023-05-28 00:24:20 +01:00 |
|
Willy-JL
|
7e5b9f68c5
|
Add lock on boot setting
|
2023-05-27 02:54:41 +01:00 |
|