Commit graph

111 commits

Author SHA1 Message Date
Beef
3448a3b2cb [Plugins] Allow not exporting anything 2023-04-16 14:02:22 +01:00
Beef
fd741ded5d [Themes > Background] Prevent bad blur property values 2023-04-15 20:04:40 +01:00
Beef
85d0bd263b [Global] Code cleanup pass 2023-04-15 19:54:23 +01:00
Beef
ffbb507125 [Themes > Background] Improve patch 2023-04-15 18:15:23 +01:00
Amsyar Rasyiq
20310db733
[Themes] Implement chat background image (#64)
* [Themes] hardcode fuyu chat bg

* [Themes > BG] listen to theme file

* remove .apply()

* some uhh misc changes

* readd

* how

* [Global] Minor changes

---------

Co-authored-by: Beef <beefers@riseup.net>
2023-04-15 17:08:08 +01:00
Amsyar Rasyiq
ef0b162d3a
[Utils] Implement timeout for safeFetch (#62)
* implement timeout for safeFetch

* update typedef

---------

Co-authored-by: Beef <beefers@riseup.net>
2023-04-15 16:25:03 +01:00
Beef
b271240f76 [TS] Completely remove Indexable from Vendetta 2023-04-15 03:04:48 +01:00
Beef
fbfc7d0d0b [SafeMode] Reload was being unreliable for me, so add a timeout of 400ms 2023-04-15 01:46:33 +01:00
Beef
5344f0017a
[SafeMode] Initial implementation (#61)
* [UI > Components] Add Discord's button

* [SafeMode] Initial work, basic ErrorBoundary patch

* [SafeMode] Custom error boundary (#57)

* [SafeMode] Add mostly complete custom error boundary

* [SafeMode] Use Button from @ui/components in error boundary

* [SafeMode] Wrap the error boundary in our own error boundary

* [SafeMode > ErrorBoundary] Code-style changes

---------

Co-authored-by: Beef <beefers@riseup.net>

* [TS] Add basic type for Discord's button

* [UI] Move Codeblock to components, and use it

* [UI > Settings] Allow disabling the ErrorBoundary in CustomPage

* [UI > Settings] Move the ErrorBoundary triggers to Developer

* [TS] Add Codeblock to types

* [TS] Use ButtonColors in Button type

* [SafeMode > ErrorBoundary] Rework

* [UI] Add HelpMessage to components

* [SafeMode] Proper implementation

* [Global] SafeMode is optional (#59)

* [UI > Developer] Restore the balance

* [SafeMode > ErrorBoundary] Optimise for tablet UI

* [SafeMode] Last-minute fixes

---------

Co-authored-by: Jack <30497388+FieryFlames@users.noreply.github.com>
Co-authored-by: Jack Matthews <jm5112356@gmail.com>
2023-04-13 19:42:14 +01:00
Beef
f85fc4b00c [Plugins] Start immediately after fetch (closes #54) 2023-04-11 22:38:05 +01:00
Beef
c4a25744d4 [Utils > without] Move to util 2023-04-09 19:53:26 +01:00
Jack Matthews
4e1df66cc1 [Hotfix] Fix filePathFixer for iOS 174.0 and later 2023-04-08 19:14:25 +01:00
redstonekasi
5461065db8 [Global] Some changes and fixes 2023-04-06 00:00:00 +01:00
Beef
aff1c83e94 [Global] Tidy usage of native modules 2023-04-05 20:40:17 +01:00
Beef
c8f54c1b0c [Plugins] Delete plugin data on removal 2023-04-04 19:57:49 +01:00
Beef
c10355ef70 [Metro] Implement findByTypeName(All) 2023-04-04 19:45:53 +01:00
Beef
81fbf02ad9 [TS] Typing for createThemedStylesheet 2023-04-04 19:33:31 +01:00
Jack
5148fdb15f
[UI > QuickInstall] Implement (#45)
* [UI > QuickInstall] Init

* [Constants] Update PROXY_PREFIX

* [TS] Type additional constants

* [Style] Move Metro filter imports to top of imports
2023-04-04 01:35:59 +01:00
Beef
a9b8edd691 [Global] Fix for 173.14 2023-04-01 16:00:50 +01:00
redstonekasi
a98cf94f4c [Global] Fixes for 173.13 2023-03-31 15:54:40 +01:00
Beef
ac4da3032e [Global] Fixes for latest Discord versions 2023-03-30 19:56:32 +01:00
Jack Matthews
f5552e1ba6 [Metro] Switch findByDisplayName/All to use dNameFilter 2023-03-27 23:25:56 +01:00
Beef
72c9055b5a [Metro > Common] Add lodash to common modules 2023-03-22 21:24:55 +00:00
Amsyar Rasyiq
0bf2b58926
[Themes] Overhaul themes data process (#42)
* [Themes] Rewrite `resolveSemanticColor` patch

* [Themes] chroma.js & properly themes rawColors

* [Themes] Apply Android's color keys, import `@types/chroma.js`

* [Metro] Export chroma.js as a common module
2023-03-22 21:02:53 +00:00
Beef
4d10691ac1 [TS] Various cleanups 2023-03-20 21:30:13 +00:00
Jack
13cf5e6872
[Utils] Remove copyText (#39)
[Cleanup] Fix imports
2023-03-20 20:11:27 +00:00
Jack
e000d8384c
[Metro] Implement findByName (#35)
* [Metro] Correct findByDisplayName behavior

* [Metro] Temporarily revert findByDisplayName to name filter
This is to allow plugin developers to switch their plugins to use findByName
2023-03-20 08:09:25 +00:00
Beef
f4fd8328b5 [Themes] Properly theme raw colors 2023-03-19 17:46:57 +00:00
Beef
85a83e4873
[Themes] Implement (#34)
* [Themes] Initial work

* [Themes] Read from __vendetta_themes and early UI (#36)

* [Themes] Read from `__vendetta_themes`

* [Themes] Save as JSON and native theming

* [Themes] Basic UI

* [Themes] Merge processed theme data

* [Themes] Import ReactNative from `@lib/preinit`, oraganize imports

* [Themes] Some minor cleanup

* [Themes] UI overhaul

* [Themes] Minor adjustments

* [Themes] Implement updates, make UI reactive-ish

* [Themes] Move to new format

* [Themes > UI] Last-minute ThemeCard changes

* [Themes] Properly support AMOLED

---------

Co-authored-by: Amsyar Rasyiq <82711525+amsyarasyiq@users.noreply.github.com>
2023-03-17 21:58:37 +00:00
Beef
abe307ee57 [Bugfix] Fix AMOLED state on 170.2+ 2023-03-08 20:50:15 +00:00
redstonekasi
c54f9fe426
[Utils] Fix findInTree (#32) 2023-03-08 00:39:11 +00:00
Beef
2201ff3a1d [Bugfix] Fix forced Hindi timestamps 2023-03-07 23:12:41 +00:00
redstonekasi
293c256dc9 [Build] Fix __vendettaVersion 2023-03-07 08:11:34 +00:00
Jack
6dff7f7119
[UI] Open invite in modal (#28)
* [Metro > Common] Have url find openDeeplink

* [Constants] Make invite a URL

* [UI > General] Open invite modal
2023-03-04 21:32:30 +00:00
Beef
7d36903b2c [Global] Code cleanup pass 2023-02-26 22:56:36 +00:00
Jack
9fb99ced74
[UI] Alerts API (#21)
* [UI] Initial Alerts API

* [UI > Alerts] showCustomAlert and showInputAlert

* [Constants] Add HTTP_REGEX

* [UI > Plugins] Use InputAlert for installing plugins

* [UI > Plugins/PluginCard] Pass plugin index to PluginCard to add top margin

* [UI > Alerts] Fix indentation
2023-02-26 21:26:01 +00:00
redstonekasi
8354b3806c
[Build] SWC-ify, allow classes and async arrow functions (#24)
* [Build] SWC-ify, allow classes and async arrow functions

* [Build] The SWC-ening is upon us.

* [Build] Tidy

* [Global] Make use of our newfound powers

* [Build] Call bundle.close when done

---------

Co-authored-by: Beef <beefers@riseup.net>
2023-02-26 00:34:16 +00:00
Beef
d6a8dd6710 [UI] Move color variables 2023-02-21 18:15:50 +00:00
Beef
7755f97ab2 [Plugins] Update disabled plugins 2023-02-20 18:58:07 +00:00
Beef
605fd3d73f [Plugins] Give plugins their ID on VendettaPluginObject 2023-02-20 18:47:30 +00:00
Beef
77dd4503b7 [Plugins] Properly handle errors in UI 2023-02-20 18:43:50 +00:00
Beef
a039d183b7 [Plugins] Tidy import code 2023-02-19 22:35:53 +00:00
Beef
6e75d64c05 [Plugins] Move plugin-specific logger 2023-02-19 22:29:25 +00:00
Jack Matthews
a13b6e210c [Plugins] Give plugins their own logger 2023-02-17 19:33:04 +00:00
Beef
c9aeefe419 [Plugins] Remove hash-updating TODO, as it is done 2023-02-16 02:17:38 +00:00
Beef
1ede4e088e [Metro > Common] Properly type moment 2023-02-14 18:35:48 +00:00
Beef
9080769a0c [Metro > Common] Add moment to common modules 2023-02-14 18:33:42 +00:00
Beef
eb90b0a21d [Metro] Fixups and tidying 2023-02-14 18:28:51 +00:00
Beef
371688c805 [Debug > getDebugInfo] Return loader version 2023-02-13 20:14:09 +00:00
redstonekasi
c2ebff3e93 [Plugins] Properly await plugin start in initialization 2023-02-08 21:06:57 +00:00