13 Commits

Author SHA1 Message Date
rhunk
c3f04f5942 build: debug properties 2023-11-01 01:08:25 +01:00
rhunk
920e3ef421 fix(mapper): unique build hash 2023-10-22 18:48:12 +02:00
rhunk
13d6ae7554 refactor: common submodule
- organize import
- remove unused xml
2023-10-11 01:25:27 +02:00
auth
79dc6e83bc fix: version code 2023-10-10 22:30:21 +02:00
auth
626ea59ff6 fix(build): ci adjustments 2023-10-10 19:24:09 +02:00
rhunk
e6f4a109da build: custom native name property 2023-10-07 11:40:30 +02:00
rhunk
db2a709042 build: update dependencies
- add "core" and "all" product flavor
2023-10-05 00:01:12 +02:00
rhunk
684cb26116 build: remove DSL_SCOPE_VIOLATION
- remove unused comments
2023-09-13 15:53:50 +02:00
rhunk
2db332c3cd build: bump to 2.0.0 2023-08-19 19:56:04 +02:00
rhunk
1e02e0a61c refactor: config system 2023-08-01 01:14:04 +02:00
rhunk
304bd9fe94 compose test 2023-07-28 02:03:39 +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