Commit Graph

212 Commits

Author SHA1 Message Date
744223af62 fix(mapper): story boost state 2023-08-17 09:56:39 +02:00
20fedc8032 chore: template improvement 2023-08-08 17:38:47 +00:00
d07571e970 fix(media_downloader): download from topics 2023-08-08 12:28:52 +02:00
9dc61b6215 fix: anonymous story viewing 2023-08-08 00:49:21 +02:00
70e31c1fd8 fix: remove spoofer from stable 2023-08-08 00:04:39 +02:00
87c5f7dc55 fix: startup tab override 2023-08-07 00:43:09 +02:00
d1e7833e86 fix: broken builds due to deps v1.2.1 2023-08-06 23:42:14 +02:00
9c2053fac3 fix: revert shrink 2023-08-06 21:08:36 +00:00
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
626e4a2efb add: translations
* bump version (v1.2.0)

* chore: update readme

* sync crowdin langs

* turkish init

* pull upstream

* fetch upstream
2023-08-06 20:06:20 +00:00
7ddc43d0a7 fix: auto-updater download (#175)
* update endpoint link
2023-08-06 20:03:43 +00:00
4182f53f23 fix: unicode paths
* improve sanitization
* Fix InputType to allow negative decimals to properly spoof more locations

Co-authored-by: auth <64337177+authorisation@users.noreply.github.com>
2023-08-05 14:59:02 +00:00
e89901a2f6 fix: configuration override 2023-08-04 22:45:03 +02:00
d93a90c74d refactor: config override (#169)
* refactor: config override

* perf: mapper

* revert(hooker): inline method
- hookAll methods

* feat: no friend score delay

---------

Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2023-08-04 14:53:30 +00:00
2925b52b9d chore: template improvement 2023-08-03 17:18:14 +00:00
a3afdc5000 bump version (v1.2.1) 2023-08-01 12:30:24 +00:00
6b1d4bdc0a fix: gallery media send override 2023-08-01 02:05:56 +02:00
968718c8be chore: ignore build folder 2023-07-28 02:11:58 +02:00
4e8dff949f fix: stealth mode (#156)
* fix: stealth mod
---------

Co-authored-by: RevealedSoulEven <anshumaurya000@gmail.com>
2023-07-27 15:57:18 +02:00
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
151c804629 fix(action/clean_cache): add more files 2023-07-08 18:15:11 +02:00
83c003b289 readme: quick start 2023-07-07 18:36:29 +00:00
0241ff5349 fix: dialog theme error 2023-07-06 19:50:18 +02:00
da543f14e9 feat: startup page override (#115)
* feat: startup page override

* feat(conversation_info): total messages

* fix: translation key
2023-07-02 17:27:53 +02:00
34b5ba2b46 fix(ci): branch name 2023-07-02 15:02:29 +00:00
d98b6fc6a4 ci: add branch name 2023-06-28 19:22:10 +00:00
daed1e14a5 update readme 2023-06-28 18:58:04 +00:00
4a7a377468 fix(friend_info): birthday 2023-06-28 15:32:00 +02:00
83ade114c2 update readme v1.1.0 2023-06-28 12:48:58 +00:00
04e83be48c Added hindi translation (#94) 2023-06-28 14:40:37 +02:00
5dac0db881 fix: arabic translation 2023-06-28 12:34:04 +00:00
d8625b4e80 fix(downloader): major improvement (#110)
* fix: use download manager when no write permissions

* fix: download manager & config
- use coroutines

* fix(download_manager): scan media

* fix: download server blocking request

* fix(download/manager_receiver): IO dispatcher
- add debug messages

* build: packaging options
- add armv7 wildcard filter

* feat: build notices
- add notice for debug/lspatch builds and different package name
- add project author watermark

* fix(downloader): manage external storage permission

* fix(download/receiver): scan media file

* fix(context): storage permission for legacy devices
2023-06-28 14:31:36 +02:00
19ec7463b0 fix(bridge): supports SDK <30 2023-06-28 00:02:42 +02:00
ee80ab9a3e fix(lang): french translations (#102)
---------

Co-authored-by: Rom <skav@gmx.fr>
2023-06-26 22:59:30 +02:00
9052be4645 add(ci): auto upload
https://t.me/snapenhance_ci
2023-06-26 20:43:03 +02:00
1723a4be39 remove: unnecessary libraries 2023-06-26 20:04:05 +02:00
313cb7cf1b fix: preview scale factor 2023-06-26 03:29:45 +02:00
4619a4fdc0 feat: unlimited multi snap 2023-06-26 02:30:27 +02:00
e3c2cdd478 refactor: action manager debug actions 2023-06-26 02:23:14 +02:00
b7422d9795 fix: story boost state mapper 2023-06-24 11:11:52 +02:00
54d65cc017 refactor: rename AR.json to ar_SA.json (#91) 2023-06-24 10:58:18 +02:00
76a186c855 feat(lang): arabic (#88) 2023-06-23 23:25:52 +02:00
163984a9c1 fix: media downloader file path 2023-06-23 19:05:54 +02:00
2fa8574151 feat: ui tweaks
- hide chat input bar sharing drawer button
2023-06-23 18:49:47 +02:00
2b30883157 bump version (1.1.0) 2023-06-23 16:02:00 +00:00
0d8bf10049 refactor: debug settings 2023-06-23 17:53:33 +02:00
c8bfd14c3f feat: translations and file path
- new json property schema
- append media type to file name
2023-06-23 16:29:50 +02:00
c861688151 fix(media_downloader): unknown media type 2023-06-23 13:46:09 +02:00
37026afcb0 refactor: settings (#85)
* refactor: settings

* add: config property description

* fix: category bug

* fix translations and fine tune theme

* feat: settings gear

* remove unused view

* fix dialog color, add missing translations

* set switch track color

* fix: colors
- config textview color
- alert dialog default theme

* add more descriptions

* fix: settings
- action dependsOnProperty
- property shouldAppearInSettings

* update en_US

* feat: hide story sections

* fix: alert dialog edit text color

* fix: discover block ads

* fix: better immersive camera

---------

Co-authored-by: auth <64337177+authorisation@users.noreply.github.com>
2023-06-23 12:12:49 +02:00
c6eb14fee0 fix(media_downloader): arroyo message hash 2023-06-23 00:30:50 +02:00