167 Commits

Author SHA1 Message Date
rhunk
3e9c97c18c feat(manager): conversation preview (wip)
- add messaging bridge
- refactor export chat messages
2023-10-14 18:56:16 +02:00
rhunk
b92589fa07 feat(scripting): config interface
- change onLaunched to onDispose
- refactor JSModule extras
2023-10-14 12:14:30 +02:00
rhunk
fe95a1bcc6 feat(core/experimental): custom story expiration
- refactor send override
2023-10-11 23:58:33 +02:00
rhunk
3cd628f7cf fix: bypass video length restriction 2023-10-11 21:31:44 +02:00
rhunk
1a9d55b217 fix: location spoofer in background 2023-10-11 17:16:55 +02:00
rhunk
32a458a690 refactor: location spoofer 2023-10-11 16:53:53 +02:00
rhunk
1a7755e45c refactor: snap to chat media as experimental 2023-10-11 16:46:21 +02:00
rhunk
3c13f14c07 fix: export chat messages crash 2023-10-11 16:09:32 +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
1d41aef8e0 feat: hide streak restore 2023-10-09 21:46:17 +02:00
rhunk
1a40856ae7 feat: prevent snap replays 2023-10-09 21:10:27 +02:00
rhunk
e0f6d05676 feat: better ff message preview 2023-10-08 21:03:39 +02:00
rhunk
72b0308506 refactor: enum values() deprecation 2023-10-08 20:17:22 +02:00
rhunk
102e2df4e7 feat(core/scripting): primitive value handler 2023-10-08 18:47:18 +02:00
rhunk
0ba1eb4a8b feat: bypass video length restriction
- single and split mode
2023-10-08 18:41:18 +02:00
rhunk
e4443279d6 refactor: mapper 2023-10-08 18:04:34 +02:00
rhunk
7a77ea6935 feat(core/scripting): handle setArg primitive
- add toString for Wrapper objects
2023-10-08 17:02:13 +02:00
rhunk
f2813d45c7 fix(core/downloader): better duplicate handling
- fix runOnUIThread
2023-10-08 00:35:57 +02:00
rhunk
3fbe5ef121 feat: preview conversations in friend feed 2023-10-07 19:18:23 +02:00
rhunk
54b97759e2 feat: better ff group menu buttons 2023-10-07 11:32:24 +02:00
rhunk
bc67308df8 refactor: compose icon deprecation
- refactor script interface
2023-10-07 11:30:56 +02:00
rhunk
f3cc14f405 feat: crash logs handler 2023-10-07 11:22:48 +02:00
rhunk
7cdfa78364 feat(manager/scripts): pull refresh 2023-10-05 22:13:31 +02:00
rhunk
a8e74c363c revert(core/ui_tweaks): immersive camera preview 2023-10-05 00:26:43 +02:00
rhunk
db2a709042 build: update dependencies
- add "core" and "all" product flavor
2023-10-05 00:01:12 +02:00
rhunk
d4d0362b0e refactor: package name 2023-10-04 21:04:26 +02:00
rhunk
470b70cf1d feat(scripting): interface builder 2023-10-03 00:15:23 +02:00
rhunk
14d5169758 feat(core/config): dynamic change listener
- organize imports
2023-10-01 15:55:07 +02:00
rhunk
75857946d5 fix: feature initialization 2023-10-01 12:54:57 +02:00
rhunk
c06678d72a refactor: init optimization 2023-10-01 12:29:02 +02:00
rhunk
5fd6aec256 refactor: event bus priority
- message logger & e2ee optimization
2023-10-01 02:06:05 +02:00
rhunk
bc015d5d60 feat(e2ee): secret fingerprint 2023-09-30 19:09:23 +02:00
rhunk
5e63f8fae7 feat: opera media debug info 2023-09-30 17:19:51 +02:00
rhunk
1e2c71403e fix(messagelogger): message unique identifier
- refactor bridge
- developer mode (shows additional info about messages)
- add ability to see deleted messages in ff preview
- fix notification username
2023-09-30 16:08:05 +02:00
rhunk
476de8dc38 fix(e2ee): bind view foreground
- fix MessagingRuleType npe
- fix ProtoReader exception
2023-09-30 01:32:20 +02:00
rhunk
2749b734e4 fix(e2ee): content type spoofing
- refactor event bus
- add encrypted message indicator
2023-09-29 01:56:59 +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
061f5cc5a8 fix: immersive preview borders
- todo: edits container offset
- remove cognac button
- better hide call buttons
2023-09-27 00:50:28 +02:00
rhunk
b1f7304240 feat: experimental chat encryption 2023-09-24 17:28:29 +02:00
rhunk
b46139c3ad refactor: rule features 2023-09-24 16:51:31 +02:00
rhunk
9e547bfe0c feat: snap to chat media 2023-09-24 12:26:09 +02:00
rhunk
d0e26509cb fix(proto_reader): proto pretty print uuid string 2023-09-24 11:19:28 +02:00
rhunk
a341801be3 feat: more profile information
- refactor DatabaseAccess
- refactor wasInjectedView to ViewTagState
- refactor applyTheme ktx
2023-09-24 00:22:03 +02:00
rhunk
2c16f41fd6 refactor: code cleanup 2023-09-23 22:44:51 +02:00
rhunk
fc838fed7a feat(message_logger): deleted indicator 2023-09-23 00:49:24 +02:00
rhunk
258b10fd72 feat: features overlay
- rename debug section to settings
2023-09-22 00:52:56 +02:00
rhunk
f2e49e93fb feat(social): auto sync scope 2023-09-21 21:06:56 +02:00
rhunk
8bdd7a16b4 fix(scripting): remove reload listener for now 2023-09-21 19:26:40 +02:00