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
Willy-JL
fa89ef848c
Add an actual move function (OFW, rename != move)
2023-05-26 22:06:14 +01:00
Willy-JL
20dd1ba9da
Fail early on actual rename
2023-05-26 22:05:43 +01:00
Willy-JL
decce5aa8d
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-05-26 19:33:56 +01:00
MX
12f9b6a89e
Apply desktop favourite apps refactoring
2023-05-26 13:13:46 +03:00
MX
36102b8ee0
Merge branch 'ofw-dev' into dev
2023-05-26 12:03:49 +03:00
Yukai Li
77bb997b0b
desktop: Refactor favorites settings and allow app browser in selection ( #2687 )
...
* desktop: Refactor favorites settings and allow app browser in selection
* desktop: Gate app browser entry add, just in case
* Desktop: simplify favorite application selection
* Desktop: refactor favorite application opening routine and cleanup code
* Desktop: handle exit from external application selection
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-05-26 01:16:41 +09:00
あく
080324f7e0
[FL-3315] Desktop,Rpc: desktop status subscription ( #2696 )
...
* Desktop,Rpc: desktop status subscription
* Desktop,RPC: properly handle unsubscribe
Co-authored-by: Sergey Gavrilov <who.just.the.doctor@gmail.com >
2023-05-25 23:22:31 +09:00
MX
d094bfaa12
Merge branch 'ofw-dev' into dev
2023-05-25 16:48:28 +03:00
Sergey Gavrilov
88f0b63577
Storage, common_rename: check that old path is exists ( #2698 )
...
* Storage, common_rename: check that old path is exists
* Storage, common_rename: return correct status
2023-05-25 22:44:32 +09:00
MX
035bb57c56
bump version!!!
2023-05-24 07:50:45 +03:00
MX
977c9e706e
Fix typos
2023-05-24 07:50:13 +03:00
MX
d597211161
Merge branch 'dev' into clock_on_desktop
2023-05-24 07:49:27 +03:00
MX
1e5a8f4391
Merge branch 'ofw-dev' into dev
2023-05-24 07:16:05 +03:00
gid9798
1d5a4240b9
Clock: some improvements
2023-05-23 22:47:15 +03:00
あく
3217f286f0
Services: remove deallocator for persistent services ( #2692 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com >
2023-05-23 19:17:12 +04:00
Sergey Gavrilov
711f0fef40
[FL-3327] Storage: common_rename is now POSIX compliant ( #2693 )
...
* Storage: common_rename is now POSIX compliant
* storage: check for success on storage_common_remove in file rename
---------
Co-authored-by: hedger <hedger@nanode.su >
2023-05-23 18:59:32 +04:00
gid9798
c82ed71b6f
cleanup
2023-05-23 16:41:57 +03:00
gid9798
e40620fd10
clock
2023-05-22 22:45:16 +03:00
Willy-JL
805f14b996
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-05-22 14:27:27 +01:00