11 Commits

Author SHA1 Message Date
rhunk
dd8590d274 feat(composer_hooks): ts modules 2024-05-24 02:06:01 +02:00
rhunk
407e69d184 feat(manager): root installer 2023-10-30 19:57:33 +01:00
rhunk
a82c9d1738 feat: patch manager
- LSPatch v0.5.1-390
2023-10-21 21:44:47 +02:00
rhunk
26a1bdd7f9 refactor: move SourceVersion to common 2023-10-17 18:44:32 +02:00
rhunk
13d6ae7554 refactor: common submodule
- organize import
- remove unused xml
2023-10-11 01:25:27 +02:00
rhunk
08614ef454 SourceVersion stub 2023-09-16 23:30:29 +02:00
rhunk
53359170f6 feat: scripting base 2023-09-16 17:15:11 +02:00
rhunk
554ead7e9a feat: empty scripting engine submodule 2023-09-13 16:19:12 +02:00
rhunk
c0225919e9 feat: experimental native hooks 2023-08-25 19:44:42 +02:00
rhunk
ec6ba52b58 core subproject 2023-07-27 17:12:33 +02:00
rhunk
ce9833f2c3
refactor: bridge and mapper (#130)
* feat: fingerprint spoof

* fetch upstream - fix errors

* fix(ci): wrong env

* fix all items being shown and translations

* use filter instead of check

* fix(snap_enums/ContentType): status plus gift

* refactor: download bridge

* fix: check if bridge svc is correctly installed

* refactor bridge
- async handlers
- optimized reply callback calls
- add timeout debug when sending a bridge msg

* fix: check for bridge correctly initialized instead of connected

* fix: android compat + suppress warnings

* fix(feature/manager): set a fixed thread pool

* feat: dex mapper

* build: libs catalog

* fix: infinite loading

* refactor: config ui items

* feat: disable google play services dialogs

* fix(mapper): getClassName

* fix(bridge/force_start): use broadcast receiver instead of activity

* fix: notification filter

* refactor: aidl

* fix(bridge): bindServiceAsUser handler

* refactor: download manager

* fix(download/callback): add outputPath

* fix(mapper): lspatch support

* fix(notifications): blacklist & reply
- config value container translation key

* feat: download from notifications

* fix(notification/reply): use FLAG_ONLY_ALERT_ONCE

* fix: alert dialog builder theme

* hooker method inline

* fix: immersive camera preview

* fix: chat action menu design

* fix(download/processor): fallback toasts

* fix(message_logger): limit thread pool to 10

* feat(download): logging

* fix: screenshot detection in snaps

* feat: hide friend suggestions

* refactor: download content URIs

* feat: preview group chats

* fix(config): ask for save folder

* fix(download_manager): async item preview

* fix(media_downloader): story replies

* fix(notifications): concurrent exception

* build: kotlin dsl

* fix(ci): upload only on main

* fix(build): getVersion task

* fix(build): abi filters

* fix(build): default product flavor

* test(mapper): mapping tests

* fix(mappings): group chat preview

* fix(mapper): dexlib interfaces instead of impl

---------

Co-authored-by: auth <64337177+authorisation@users.noreply.github.com>
2023-07-27 15:32:50 +02:00