34 Commits

Author SHA1 Message Date
rhunk
f9d1c9ea33 chore: update dependencies
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2025-01-14 22:43:30 +01:00
rhunk
a43e4049a3 feat(core): hidden api bypass 2024-08-19 22:52:29 +02:00
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
Caner Karaca
4e460ed2be
chore: update dependencies (#964)
---------

Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-05-08 14:13:44 +02:00
rhunk
c4b0f79630 feat(ui): compose color picker 2024-05-08 12:41:11 +02:00
rhunk
fbd683251a feat(scripting): rhino android 2024-04-28 19:03:44 +02:00
TheVisual
638dba00cc
feat: optimize ffmpeg (#906) 2024-04-27 13:23:03 +02:00
Caner Karaca
630d93ede6
chore: update dependencies (#644)
Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-03-01 22:54:56 +01:00
rhunk
f0aa035f7c fix(mapper): remove friend 2024-01-23 19:03:14 +01:00
Caner Karaca
c16af141e6
chore: update dependencies (#565)
* Update libs.versions.toml

* fix: proguard rules

---------

Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-01-12 20:35:50 +01:00
Caner Karaca
607521ec76
chore: update dependencies (#498)
* Update beta.yml

* Update release.yml

* Update libs.versions.toml

* Update beta.yml

* Update beta.yml

* Update libs.versions.toml

* Update libs.versions.toml

* Update libs.versions.toml

* Update libs.versions.toml
2023-12-17 14:56:12 +01:00
Caner Karaca
fc62f1b73f
build: update dependencies (#479)
* build: update libraries
* ci: remove android workflow

---------

Co-authored-by: auth <64337177+authorisation@users.noreply.github.com>
Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2023-12-09 23:52:02 +01:00
rhunk
2740519ec8 build: compose bom 2023-11-01 00:29:46 +01:00
rhunk
407e69d184 feat(manager): root installer 2023-10-30 19:57:33 +01:00
rhunk
1a488425b2 feat(manager): snapchat patch section (wip) 2023-10-30 00:13:56 +01:00
rhunk
a82c9d1738 feat: patch manager
- LSPatch v0.5.1-390
2023-10-21 21:44:47 +02:00
auth
626ea59ff6 fix(build): ci adjustments 2023-10-10 19:24:09 +02:00
rhunk
db2a709042 build: update dependencies
- add "core" and "all" product flavor
2023-10-05 00:01:12 +02:00
rhunk
aaf8f3e43a feat: end-to-end encryption
- message_logger: fix view binder bugs and deleted message color
- fix invalid message rule type
2023-09-28 02:12:03 +02:00
rhunk
53359170f6 feat: scripting base 2023-09-16 17:15:11 +02:00
rhunk
84a4f87fb1 build: update dependencies 2023-08-27 21:09:08 +02:00
rhunk
0bfb75d00c Merge branch 'main' into refactor_2_0_0
# Conflicts:
#	app/build.gradle.kts
#	core/src/main/assets/lang/de_DE.json
#	core/src/main/assets/lang/hu_HU.json
#	core/src/main/assets/lang/it_IT.json
#	core/src/main/assets/lang/tr_TR.json
#	core/src/main/kotlin/me/rhunk/snapenhance/action/impl/OpenMap.kt
#	core/src/main/kotlin/me/rhunk/snapenhance/features/impl/AutoUpdater.kt
#	core/src/main/kotlin/me/rhunk/snapenhance/features/impl/ui/StartupPageOverride.kt
#	core/src/main/kotlin/me/rhunk/snapenhance/ui/menu/impl/SettingsMenu.kt
#	gradle/libs.versions.toml
#	gradle/wrapper/gradle-wrapper.properties
2023-08-07 00:52:21 +02:00
authorisation
d1e7833e86 fix: broken builds due to deps 2023-08-06 23:42:14 +02:00
authorisation
b49cf2a4de chore: improvements
* check if loc spoof is on
* allow manual update check on debug
* remove some unused code
* update deps
2023-08-06 22:52:16 +02:00
auth
7ddc43d0a7
fix: auto-updater download (#175)
* update endpoint link
2023-08-06 20:03:43 +00:00
rhunk
7b6b0bfd70 feat: download section 2023-08-05 19:34:31 +02:00
rhunk
9aef7a1b86 build: proguard rules
- minify release build
- upgrade compose
2023-08-04 13:18:45 +02:00
rhunk
79d3bb5ba9 config refactor + ui 2023-08-01 18:37:35 +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
rhunk
c395c3374c build: upgrade to gradle 8.0 2023-05-18 19:18:36 +02:00
rhunk
0650686667 initial commit 2023-05-15 00:37:29 +02:00