RogueMaster
942e572a30
Merge branch 'pr/466' into 420
2022-12-12 13:33:02 -05:00
RogueMaster
5adfd734e3
Merge branch 'UNLEASHED' into 420
2022-12-10 16:18:41 -05:00
SHxKenzuto
400558acfd
Shutdown on Idle: auto-shutdown timer arm/inhibit hooked to loader events
2022-12-09 20:29:39 +01:00
MX
aae82b2694
Misc fixes & updates
2022-12-09 20:00:39 +03:00
SHxKenzuto
76c2ccdccd
Merge branch 'dev-upstream' into shutdown_idle
2022-12-09 17:18:28 +01:00
RogueMaster
18f64f0002
Merge branch 'ofwdev' into 420
2022-12-09 00:24:04 -05:00
MX
8794aad5d0
Merge branch 'fz-dev' into dev
2022-12-08 21:41:45 +03:00
Shane Synan
5c3a5cd8f7
FuriHal, Power, UnitTests: battery charging voltage limit API ( #2063 )
2022-12-08 15:57:49 +09:00
RogueMaster
b4656d801b
Merge branch 'UNLEASHED' into 420
2022-11-29 12:38:01 -05:00
MX
eec21b073b
Merge branch 'fz-dev' into dev
2022-11-29 16:11:13 +03:00
Georgii Surkov
0261dc3075
[FL-2957] Unified Info API, App Error, Data Xchange ( #1998 )
...
* Update protobuf definitions
* Add Property subsystem entry point function
* Key-based system info and power info function stubs
* Remove unneeded functions
* Working power info
* Working system info
* Replace #defines with string literals
* Remove unneeded field
* Simplify system info formatting
* Refactor output callback handling
* Handle the last info element correctly
* Optimise power info, rename methods
* Add comments
* Add power debug
* Remove unneeded definitions
* Rename some files and functions
* Update protobuf definitions
* Implement App GetError and DataExchange APIs
* Send GetErrorReply with correct command_id
* Add RPC debug app stub
* Add more scenes
* Add warning, increase stack size
* Add receive data exchange scene
* Improve data exchange
* Add notifications
* Update application requirements
* Bump format version for property-based infos
* Correctly reset error text
* RCP: sync protobuf repo to latest release tag
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-11-29 18:08:08 +09:00
MX
3d36105142
Merge branch 'fz-dev' into dev
2022-11-28 23:12:17 +03: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
82dd46f0c0
Merge pull request #436 from TQMatvey/dev
...
Power: Show battery percentile while charging
2022-11-22 02:22:23 -05:00
TQMatvey
15dcf73083
Power: Show battery percentile while charging
2022-11-22 12:51:47 +07:00
あく
dfe7828270
Merge branch 'dev' into shutdown_idle
2022-10-29 02:36:31 +09:00
MX
2cfb5bdfc6
Merge branch 'fz-dev' into dev
2022-10-28 18:03:31 +03:00
RogueMaster
8878a73577
Merge branch 'ofwdev' into 420
2022-10-28 10:39:44 -04:00
Sergey Gavrilov
3434305630
[FL-2937] Remove resources from API to prevent frequent API version increase ( #1935 )
...
* Remove all icons from API
* Music player: icons
* Signal generator: icons
* Bt hid: icons
* Weather station: icons
* Picopass: icons
* File browser test: icons
* Example images: documentation
* Remove global assets header
* Fix picopass
Co-authored-by: あく <alleteam@gmail.com >
2022-10-28 23:08:50 +09:00
RogueMaster
b3ab617083
Merge branch 'pr/372' into 420
2022-10-18 03:02:00 -04:00
RogueMaster
39e572db37
Merge branch 'UNLEASHED' into 420
2022-10-18 01:17:04 -04:00
TQMatvey
76aecb597a
Power: remove % sign from desktop and center numbers
2022-10-17 15:14:31 +07:00
lokiuox
6d7395cf4c
[Power] Reboot on Idle setting change
2022-10-15 02:55:47 +02:00
SHxKenzuto
82f2354727
event based check for auto shutdown timer setting
2022-10-10 23:39:29 +02:00
SHxKenzuto
d3c1ff5b95
Merge remote-tracking branch 'upstream/dev' into shutdown_idle
2022-10-10 23:24:35 +02:00
RogueMaster
e32a1ca733
Merge branch 'UNLEASHED' into 420darkupds
2022-10-08 23:56:12 -04:00
MX
b0c9af9c06
Merge branch 'fz-dev' into dev
2022-10-08 23:11:16 +03:00
Sergey Gavrilov
31c0346adc
[FL-976] Removing lambdas ( #1849 )
...
* Removing lambdas...
* Wake the fk up, Gordon! We have a citadel to burn!
* Here comes the Nihilanth
* Lambda documentation
Co-authored-by: あく <alleteam@gmail.com >
2022-10-09 02:38:29 +09:00
RogueMaster
7ff3fa09da
Merge branch 'UNLEASHED' into 420
2022-10-06 12:58:47 -04:00
MX
0796263e81
Merge branch 'fz-dev' into dev
2022-10-05 19:27:46 +03:00
Sergey Gavrilov
4bf29827f8
M*LIB: non-inlined strings, FuriString primitive ( #1795 )
...
* Quicksave 1
* Header stage complete
* Source stage complete
* Lint & merge fixes
* Includes
* Documentation step 1
* FBT: output free size considering BT STACK
* Documentation step 2
* py lint
* Fix music player plugin
* unit test stage 1: string allocator, mem, getters, setters, appends, compare, search.
* unit test: string equality
* unit test: string replace
* unit test: string start_with, end_with
* unit test: string trim
* unit test: utf-8
* Rename
* Revert fw_size changes
* Simplify CLI backspace handling
* Simplify CLI character insert
* Merge fixes
* Furi: correct filenaming and spelling
* Bt: remove furi string include
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-10-06 00:15:23 +09:00
あく
6d83a3e658
Merge branch 'dev' into shutdown_idle
2022-09-29 02:49:51 +09:00
RogueMaster
032edd3507
Merge branch 'Eng1n33r:dev' into 420
2022-09-26 13:09:20 -04:00
MX
a9210b2849
Merge branch 'fz-dev' into dev
2022-09-26 19:37:37 +03:00
Shane Synan
9f501034c3
Power: Also ask charger if charge done ( #1378 )
...
* power: Also ask charger if charge done
* F7: bump API Symbols version
* Lib: remove double include in bq25896.c
Co-authored-by: あく <alleteam@gmail.com >
2022-09-27 00:34:59 +09:00
RogueMaster
b8cf357a52
Merge branch 'UNLEASHED' into 420
2022-09-25 13:37:18 -04:00
MX
01ca588488
Merge branch 'fz-dev' into dev
2022-09-25 18:27:58 +03:00
Kowalski Dragon
f86eada292
Remove unused headers ( #1751 )
2022-09-25 23:39:06 +09:00
Kowalski Dragon (kowalski7cc)
e71f6a856a
Remove unused headers
...
Signed-off-by: Kowalski Dragon (kowalski7cc) <kowalski7cc@users.noreply.github.com >
2022-09-22 13:23:12 -04:00
SHxKenzuto
40cabd5ecb
Merge remote-tracking branch 'upstream/dev' into shutdown_idle
2022-09-19 20:52:18 +02:00
RogueMaster
7f0c5dc247
Merge remote-tracking branch 'origin/dev' into 420-newfaps
2022-09-17 03:59:17 -04:00
MX
14bd8f2c49
ofw pr: dummy mode
...
OFW PR 1739 by nminaylov
2022-09-17 00:43:21 +03:00
RogueMaster
889df964be
more power fixes
2022-09-16 14:36:43 -04:00
RogueMaster
c7b9357a30
Fix Power Settings
2022-09-16 14:33:52 -04:00
RogueMaster
2ec2493e9e
Desktop, Dolphin, Loader, Passport and Power Settings
2022-09-16 13:59:45 -04:00
Nikolay Minaylov
a6052be0f1
Charging icon update fix ( #1733 )
...
* Power: refresh battery indicator on charger plug/unplug
Co-authored-by: SG <who.just.the.doctor@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2022-09-15 23:13:48 +09:00
MX
3fbaad1488
Merge branch 'fz-dev' into dev
2022-09-14 21:04:04 +03:00
SG
b9a766d909
[FL-2627] Flipper applications: SDK, build and debug system ( #1387 )
...
* Added support for running applications from SD card (FAPs - Flipper Application Packages)
* Added plugin_dist target for fbt to build FAPs
* All apps of type FlipperAppType.EXTERNAL and FlipperAppType.PLUGIN are built as FAPs by default
* Updated VSCode configuration for new fbt features - re-deploy stock configuration to use them
* Added debugging support for FAPs with fbt debug & VSCode
* Added public firmware API with automated versioning
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: SG <who.just.the.doctor@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2022-09-15 02:21:03 +09:00
SG
873e1f114b
[FL-2627] Flipper applications: SDK, build and debug system ( #1387 )
2022-09-15 01:11:38 +09:00