695 Commits

Author SHA1 Message Date
rhunk
ec6ba52b58 core subproject 2023-07-27 17:12:33 +02:00
rhunk
4e8dff949f
fix: stealth mode (#156)
* fix: stealth mod
---------

Co-authored-by: RevealedSoulEven <anshumaurya000@gmail.com>
2023-07-27 15:57:18 +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
151c804629 fix(action/clean_cache): add more files 2023-07-08 18:15:11 +02:00
auth
83c003b289
readme: quick start 2023-07-07 18:36:29 +00:00
authorisation
0241ff5349 fix: dialog theme error 2023-07-06 19:50:18 +02:00
rhunk
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
auth
34b5ba2b46
fix(ci): branch name 2023-07-02 15:02:29 +00:00
auth
d98b6fc6a4
ci: add branch name 2023-06-28 19:22:10 +00:00
auth
daed1e14a5
update readme 2023-06-28 18:58:04 +00:00
rhunk
4a7a377468 fix(friend_info): birthday 2023-06-28 15:32:00 +02:00
auth
83ade114c2
update readme v1.1.0 2023-06-28 12:48:58 +00:00
Ayush Maurya
04e83be48c
Added hindi translation (#94) 2023-06-28 14:40:37 +02:00
iBasim
5dac0db881
fix: arabic translation 2023-06-28 12:34:04 +00:00
rhunk
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
rhunk
19ec7463b0 fix(bridge): supports SDK <30 2023-06-28 00:02:42 +02:00
rhunk
ee80ab9a3e
fix(lang): french translations (#102)
---------

Co-authored-by: Rom <skav@gmx.fr>
2023-06-26 22:59:30 +02:00
auth
9052be4645 add(ci): auto upload
https://t.me/snapenhance_ci
2023-06-26 20:43:03 +02:00
auth
1723a4be39 remove: unnecessary libraries 2023-06-26 20:04:05 +02:00
rhunk
313cb7cf1b fix: preview scale factor 2023-06-26 03:29:45 +02:00
rhunk
4619a4fdc0 feat: unlimited multi snap 2023-06-26 02:30:27 +02:00
rhunk
e3c2cdd478 refactor: action manager debug actions 2023-06-26 02:23:14 +02:00
rhunk
b7422d9795 fix: story boost state mapper 2023-06-24 11:11:52 +02:00
iBasim
54d65cc017
refactor: rename AR.json to ar_SA.json (#91) 2023-06-24 10:58:18 +02:00
iBasim
76a186c855
feat(lang): arabic (#88) 2023-06-23 23:25:52 +02:00
rhunk
163984a9c1 fix: media downloader file path 2023-06-23 19:05:54 +02:00
rhunk
2fa8574151 feat: ui tweaks
- hide chat input bar sharing drawer button
2023-06-23 18:49:47 +02:00
auth
2b30883157
bump version (1.1.0) 2023-06-23 16:02:00 +00:00
rhunk
0d8bf10049 refactor: debug settings 2023-06-23 17:53:33 +02:00
rhunk
c8bfd14c3f feat: translations and file path
- new json property schema
- append media type to file name
2023-06-23 16:29:50 +02:00
rhunk
c861688151 fix(media_downloader): unknown media type 2023-06-23 13:46:09 +02:00
rhunk
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
rhunk
c6eb14fee0 fix(media_downloader): arroyo message hash 2023-06-23 00:30:50 +02:00
auth
d1977b6e19
add(ci): unique hash 2023-06-22 22:30:22 +00:00
rhunk
be520b727b fix(template): audio voice notes 2023-06-23 00:11:31 +02:00
auth
8810c8f64f fix: auto updater in debug
disables the auto updater in debug builds
2023-06-22 15:30:50 +02:00
rhunk
2d49a2a8dd feat: story viewer override
- vertical story viewer
- discover playback seekbar
2023-06-22 13:12:50 +02:00
rhunk
f995cc1ed5 revert: clean cache action 2023-06-22 01:34:31 +02:00
auth
c501682a2f
fix: unique hash (#81)
* fix: media hash reference

* fix: download manager receiver
longToast -> shortToast

* fix: media downloader
sanitize file name
fix playlistUrl bug
fix dash download duration

---------

Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2023-06-22 00:57:51 +02:00
auth
cc59f9d060
refactor: translations (#78)
* ui changes

* fix more stuff

* fix: set ffmpeg preset to ultrafast

* refactor: ui tweaks
getIdentifier function

* feat: download manager filter

* add placeholder bitmoji

* change bitmoji blank color

* add settings page (not done)

* setting page impl

* confirmation dialog

* update theme

* remove snap context buttons

* fix: delete cache

* fix: bitmoji icon

* fix: french translation

* translation refactor

* translation: download manager

* refactor: get operator

* refactor: config properties

* add translation for download manager receiver

* fix: steak expire translation format

---------

Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2023-06-21 19:41:36 +02:00
auth
65cbf79dce
refactor: download manager ui (#69)
* ui changes

* fix more stuff

* fix: set ffmpeg preset to ultrafast

* refactor: ui tweaks
getIdentifier function

* feat: download manager filter

* add placeholder bitmoji

* change bitmoji blank color

* add settings page (not done)

* setting page impl

* confirmation dialog

* update theme

* remove snap context buttons

* fix: delete cache

* fix: bitmoji icon

---------

Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2023-06-21 16:06:31 +02:00
rhunk
1e02cbef11 fix(message_exporter): default serialized message 2023-06-19 22:54:21 +02:00
auth
c0ed3da64e
feat: chat export (#17)
Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
2023-06-19 19:43:54 +00:00
rhunk
86abe10fa2 update translations
- french translation (#71)
remove: unused keys
2023-06-19 12:25:47 +02:00
auth
d49bf2705d fix(template): title 2023-06-18 16:33:12 +02:00
rhunk
2ee64c40ad
feat: download manager (#65)
* fix: media scanner

* refactor!: media downloader feature

* fix(notifications): sender username

* fix: ffmpeg merge filter

* fix: ffmpeg timestamp

* fix(bridge): sendMessage coroutine

* fix(media_downloader): friendinfo icon

* download manager database

* remove all tasks button

* revert: preview group chat

* add: encryption key throwable

* feat: download manager preview

* feat: preview deleted medias

* message logger database schema

* fix: send media override
changed media duration: int -> long

* refactor: download request

* bitmoji selfie update

* refactor: utils
2023-06-17 11:40:36 +02:00
rhunk
fca2f8a53d fix: ff menu injection 2023-06-12 00:48:06 +02:00
Dominik Rathmer
9e02806f95
chore(localization): german
Co-authored-by: auth <64337177+authorisation@users.noreply.github.com>
2023-06-11 23:33:53 +02:00
Ayush Maurya
3cf966fd2a
refactor: readme
Co-authored-by: authorisation <64337177+authorisation@users.noreply.github.com>
2023-06-11 23:14:44 +02:00
rhunk
678ff1085c feat: unlimited conversation pinning 2023-06-11 21:28:41 +02:00