Commit graph

168 commits

Author SHA1 Message Date
BMT
66821e2dce
Allow Canary and PTB to use window popout (#372)
* Update window.ts

allow popout window for canary and ptb as they are selectable via armcord settings

* Update window.ts

fixed because i forget
2023-04-06 21:41:33 +02:00
Oro
b42e4d91ea
Comment out any Linux and Wayland checks (#356)
* Redo the Wayland checks for Linux

* Update the Wayland window decorations comments

* Nit: don't nest if checks, update some comments

* Nit: stricter env var checks

* toLowerCase() on Wayland/Linux string checks

* Use toLowerCase() properly

Co-authored-by: Ven <vendicated@riseup.net>

* Don't use toLowerCase() on XDG_SESSION_TYPE

* Null safety for XDG_SESSION_TYPE and toLowerCase

* Change how appendSwitch is used

* Forgot the quotes

* When the platform is Linux, it will always be lowercase

Co-authored-by: unlwly <x57luw@gmail.com>

* Comment out any Linux and Wayland checks

They were nonfunctioning anyways.

---------

Co-authored-by: Ven <vendicated@riseup.net>
Co-authored-by: unlwly <x57luw@gmail.com>
2023-03-09 16:50:17 +01:00
smartfridge
cc9bd3d8e7 Fix arRPC 2023-02-26 12:37:26 +01:00
smartfridge
f936382830 Fix arRPC 2023-02-25 21:37:45 +01:00
smartfridge
74598f2ed8 Update arRPC and add MS Store assets 2023-02-25 19:08:21 +01:00
smartfridge
f8d7ca68fa
Revert "Redo the Wayland checks for Linux (#327)" (#338)
This reverts commit a66f477af6.
2023-01-24 19:54:18 +01:00
Oro
a66f477af6
Redo the Wayland checks for Linux (#327)
* Redo the Wayland checks for Linux

* Update the Wayland window decorations comments

* Nit: don't nest if checks, update some comments

* Nit: stricter env var checks

* toLowerCase() on Wayland/Linux string checks

* Use toLowerCase() properly

Co-authored-by: Ven <vendicated@riseup.net>

* Don't use toLowerCase() on XDG_SESSION_TYPE

* Null safety for XDG_SESSION_TYPE and toLowerCase

Co-authored-by: Ven <vendicated@riseup.net>
2023-01-24 10:29:57 +01:00
smartfrigde
70ba007e46 Use unified-acrylic 2023-01-11 20:00:28 +01:00
Ven
fe78be06d2
Fix settings injection on canary (#326)
* Fix settings injection on canary

* Put sideeffects up again
2023-01-07 08:49:04 +01:00
smartfrigde
34daa1888c temp fix: settings load english specific css 2022-12-31 16:27:42 +01:00
smartfridge
6355082718 USE_WAYLAND env value handler 2022-12-27 16:12:34 +01:00
smartfridge
7463856b63 Add dynamic icon option 2022-12-27 11:34:26 +01:00
Ven
7822317d3a
rewrite science block, also block cloudflare nel & sentry (#317)
* rewrite science block, also block cloudflare nel

* Kill unused import
2022-12-26 23:29:29 +01:00
smartfridge
55fd573599 Add apt repo to readme 2022-12-26 18:28:15 +01:00
smartfridge
09fcd77803 Add a way to enable legacy capturer 2022-12-25 21:43:35 +01:00
smartfridge
2dec7c21dc Update mod loader install logic 2022-12-25 21:06:07 +01:00
smartfridge
f9dbd884b3 Add css bundle download for mods 2022-12-25 20:47:25 +01:00
smartfridge
334d28542f Tweak screensharing 2022-12-25 19:27:21 +01:00
smartfridge
8e16371521 Make ArmCord not cpu bomb on splash 2022-12-25 19:27:21 +01:00
smartfridge
9b6175ca6d Rewrite capturer 2022-12-25 13:33:22 +01:00
smartfridge
e0313c01dd Remove Hummus support 2022-12-24 20:24:27 +01:00
smartfridge
3339a4ca1b Remove download apps notice 2022-12-24 19:54:05 +01:00
smartfridge
9ead560115 remove unwanted css 2022-12-24 19:51:11 +01:00
smartfridge
8cdfac0367 Fix first-time setup 2022-12-24 19:46:58 +01:00
smartfridge
1e6e6900d4 Update dev build check 2022-12-24 19:41:01 +01:00
smartfridge
3bc47753e6
Disable download apps button 2022-12-18 20:23:50 +01:00
Christopher Snowhill
969d1c3662
Fix environment access for Linux Wayland patches (#304) 2022-12-17 10:06:40 +01:00
TymanWasTaken
fd5f7f78cf
Fix url logic (#300) 2022-12-14 05:36:09 +00:00
smartfridge
f9fd95ac6f Make Windows tray icon look better 2022-12-13 20:30:00 +01:00
smartfridge
147f361341 Fix Windows tray ico scaling 2022-12-13 20:23:17 +01:00
smartfridge
6966219255 Add Windows icon scaling 2022-12-13 20:21:27 +01:00
Octopus Hugger
63db76cd7e
Avoid window creation/init if 2nd instance (#297)
* fix first instance not showing when opening 2nd

* Avoid window creation/init if 2nd instance

* fix white flash on startup, add en-us transparent entry for future use

* fix white flash for settings window too

Co-authored-by: octopushugger <octopushugger@github.com>
2022-12-13 19:45:21 +01:00
Ven
18ba2ec477
Fix github raw css links, make jsons human readable (#299) 2022-12-13 19:02:28 +01:00
smartfridge
1f369dae11 Add disable autogain 2022-12-13 15:11:44 +01:00
smartfridge
c8c4e1a877 Add local crash reporter 2022-12-13 14:10:41 +01:00
smartfridge
f8c785e9b3 Add start minimized option 2022-12-13 13:13:25 +01:00
smartfridge
931e5df2f0 Allow stream popouts 2022-12-13 11:03:21 +01:00
smartfridge
6c8eb71d46 Enable titlebar fix 2022-12-13 11:03:21 +01:00
Octopus Hugger
5bcbbacee1
fix first instance not showing when opening 2nd (#296)
Co-authored-by: octopushugger <octopushugger@github.com>
2022-12-12 15:54:56 +01:00
Cain Atkinson
5610f372bf
Fully remove CSP as opposed to setting custom policies (#293)
* Just remove CSP instead of trying to work with it

* Simplify CSP removal further
2022-12-11 18:59:33 +01:00
smartfridge
ea20492372 Fix skip splash 2022-12-10 20:33:35 +01:00
smartfridge
d8af912faf Remove useless log in RPC 2022-12-10 19:22:05 +01:00
smartfridge
254ba93433
Update Window state manager (#291)
* Update Window state

* Add x/y state saving
2022-12-10 19:01:47 +01:00
aeongdesu
e2fc0c6401
Update arrpc to 3.0.0 (#284) 2022-12-10 09:40:14 +00:00
KayoticCarnige
af1f2f2e1c
Update discord.css (#285) 2022-12-10 09:39:35 +00:00
Remty5
378fef1a0e
Add portable mode (#280) 2022-12-03 16:21:25 +00:00
Justice Almanzar
70e5b7673d
feat(csp): allow blob and data uri workers (#271)
* allow unsafe worker-src

* modify child-src instead

* safer csp handling
2022-11-28 10:24:10 +00:00
Ven
d92da1c3d0
settings cleanup (#266)
* settings cleanup

* translate more texts

* Move all strings

* Fix broken switches
2022-11-25 12:12:14 +01:00
smartfridge
e6df2b0ecf Make invite socket use arrpc 2022-11-22 15:34:24 +01:00
smartfridge
d7a318d5c3 Update arrpc to 2.2.0 2022-11-22 15:03:54 +01:00