20 Commits

Author SHA1 Message Date
rhunk
28d1ea2a43 feat: rust native
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-26 01:54:43 +02:00
Caner Karaca
6105429a2a
chore: update dependencies (#1062)
Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-06-01 10:09:03 +02:00
auth
4a121a4a21
Bump version (v2.1.0) 2024-04-27 16:06:54 +02:00
auth
540393a7bb
Bump version (v2.0.2) 2024-04-14 18:08:09 +02:00
auth
8712e38a09
Bump version (v2.0.1) 2024-04-10 22:43:04 +02:00
auth
d074e40581 fix(ci): getVersion task 2024-04-08 23:06:04 +02:00
auth
865a8953b8
chore: fix version code 2024-04-02 19:59:53 +02:00
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