Commit graph

258 commits

Author SHA1 Message Date
6edc955aa0
ci: modify for revenge builds
Some checks failed
Build / Build and push (push) Failing after 45s
2024-02-10 13:03:36 +01:00
Palm
0755af9366
chore(README): add contributing section 2024-02-10 10:42:47 +07:00
PalmDevs
f2916d4b79
fix: restore compatibility of plugins that have custom pages 2024-02-09 23:55:36 +07:00
PalmDevs
094ff7c879
chore!: rename __vendettaVersion constant to __revengeVersion 2024-02-09 02:04:56 +07:00
PalmDevs
e5d834fdbc
chore(README): update with more info 2024-02-09 02:01:36 +07:00
PalmDevs
aa4bd693bd
fix(ui/components/Search): type error with unnecessary property 2024-02-09 02:01:35 +07:00
PalmDevs
b7e329ad9f
fix: fix multiple type errors 2024-02-09 02:01:22 +07:00
PalmDevs
d0b9d63d12
chore: remove instances of Vendetta in places
This hopefully shouldn't break things, unless some kind of plugin depend on finding stuff with the string `Vendetta`. That is a very bad practice though
2024-02-09 02:01:21 +07:00
PalmDevs
6728bb9270
chore(README): update info 2024-02-09 02:00:35 +07:00
PalmDevs
6558cb3521
chore: switch to biome instead of prettier 2024-02-08 23:15:47 +07:00
PalmDevs
a573c3943f
chore: switch to bun pm 2024-02-08 23:15:18 +07:00
maisy
e5d3502834
[Meta] Archival notice 2024-02-06 23:45:41 +00:00
amsyarasyiq
eed535549e [Lib > Storage] Store and throw errors
+ Added some debug infos on Discord's error boundary
2023-12-30 18:33:53 +00:00
pylixonly
98cecb4b6a
[Fix] Support 211203 (#212)
* Fix 211203

* just to be safe

* themes fix
2023-12-23 04:19:39 +00:00
pylixonly
0e48cbcb9e
[UI > InputAlert] Revert and fix (#211)
* Revert "[UI > InputAlert] Fix for new UI"

This reverts commit 963ddc50c5.

* real fix

* unrevert some changes
2023-12-19 07:21:07 +00:00
maisy
963ddc50c5 [UI > InputAlert] Fix for new UI 2023-12-17 03:44:41 +00:00
Amsyar Rasyiq
80efe7026c
[Lib > Storage] Move from MMKVManager to FS (#206)
* init migration

* fixes
2023-12-17 02:09:12 +00:00
maisy
c58530080e [Metro > Common] Add the util polyfill 2023-11-13 23:57:59 +00:00
Amsyar Rasyiq
0a78aa4d60
[Global] Fix for 204201+ (#185)
* Fix for 204201+

* Hooki-ify safeMode styles

* Re-add theme fixer

* def.d.ts

* Alternate `createThemedStyleSheet` approach

* verbatim import aa

* make backwards compatible

---------

Co-authored-by: redstonekasi <kasi@hanneskann.de>
2023-11-13 23:24:48 +00:00
redstonekasi
289ffa49f2 [UI > QuickInstall] Fix forum posts 2023-10-20 22:41:02 +02:00
redstonekasi
d602f60a96 [Lib > Plugins] Use our own allSettled 2023-10-20 20:12:57 +02:00
nexpid
43d351ce4f
[UI > Settings] Fix alert race condition (#162) 2023-10-20 18:06:04 +02:00
nexpid
8352072654
[Lib > Preinit] Fix Chat Box Bug™ on iOS (#170) 2023-10-20 17:43:17 +02:00
Amsyar Rasyiq
2cc1f8d76c
[Entry] Make 'freeze' and 'seal' do nothing (#152) 2023-10-04 07:01:27 +01:00
maisy
d539e5a59a [Meta] Commit pnpm lockfile, lock in SWC versions 2023-09-04 18:21:09 +01:00
omame
f40af91ed9
[UI > QuickInstall] Fix simple action sheet patch on 195.x (#150) 2023-09-04 18:08:43 +01:00
Amsyar Rasyiq
b90cddd3d8
[UI] Fix You tab on recent versions (#142)
* Fix You tab crash

* Fix You tab patch on recent versions

Compatibility with older version is implemented, however, untested
2023-08-28 01:36:19 +01:00
nexpid
3b035d537a
[Themes] Fix themes shenanigans in latest versions (#131)
* [Themes] Hopefully fix BACKGROUND/BG semantic colors for 192.7+

* [Themes] Nvm use different alternative name system

* [Themes] Fix message background not working
2023-08-26 16:31:54 +01:00
Amsyar Rasyiq
a86b963330
[Global] Fix Vendetta on 193.4 (193204) (#136) 2023-08-18 19:42:34 +01:00
Wing
0790e00f00 Add myself to FUNDING.yml and fix maisy's username 2023-08-17 04:55:51 +01:00
aeongdesu
5c2b5d5385
[CI] Purge CDN cache at every build (#125) 2023-08-13 13:47:38 +01:00
Gabe616
10b12474ba
[TS] Use Symbol.for for emitterSymbol & syncAwaitSymbol (#130)
* [TS] Export emitterSymbol & syncAwaitSymbol

* [TS] Use Symbol.for instead

* [TS] Rename symbol names

Co-authored-by: Amsyar Rasyiq <82711525+amsyarasyiq@users.noreply.github.com>

---------

Co-authored-by: Amsyar Rasyiq <82711525+amsyarasyiq@users.noreply.github.com>
2023-08-13 13:21:42 +01:00
Beef
ee76885287
[Meta] Add FUNDING.yml 2023-08-05 16:19:10 +01:00
Beef
1bce60d7ab [Metro] Remove now-useless import of the patcher 2023-08-04 02:28:51 +01:00
Beef
06dee4cefc [Metro] Fix for 191.3, courtesy of pylix
Co-authored-by: Amsyar Rasyiq <82711525+amsyarasyiq@users.noreply.github.com>
2023-08-04 02:25:50 +01:00
aliernfrog
cf09dbc1ac
[UI] Fix You tab settings on 189.4+ (#118)
* [UI] Fix You tab settings on 189.4+

* [UI > YouTab] Formatting

---------

Co-authored-by: Beef <beefers@riseup.net>
2023-07-23 23:47:11 +01:00
Gabe616
d0f88156e6 [TS] Add onCancel to ConfirmationAlertOptions 2023-07-19 01:40:33 +01:00
Amsyar Rasyiq
23715fa8a0
[UI > QuickInstall] Fix install sheets (#114)
Issue: They stripped Icon component's name, find would fail
2023-07-17 17:24:41 +01:00
amsyarasyiq
47761371f1 [UI] Fix TabsV2 issues
- Developer settings not appearing at all (still not reactive)
- Use React.memo with custom pages (as they does internally)
2023-07-17 16:35:01 +01:00
Gabe616
5c37b911a3
[UI > Plugins] Add unproxied plugin warning prompt (#101)
* [UI > Plugins] Add unproxied plugin warning prompt

* [UI > Plugins] Show msg if developer not enabled

* [UI > Plugins] Prettier-be-gone!

---------

Co-authored-by: Beef <beefers@riseup.net>
2023-07-09 01:33:54 +01:00
toonlink
30fb554759 [Meta] Upgrade patcher version to fix calling original function in instead patches 2023-06-19 22:31:00 +01:00
Beef
e11d0ae9d6
[Meta] More README clarifications 2023-06-05 07:27:03 +01:00
Beef
adc97f2658
[Meta] Clarify iOS info in README 2023-06-05 07:19:24 +01:00
Beef
f2b67ee112 [UI > Toasts] Fix for recent versions 2023-06-03 15:08:04 +01:00
Beef
1bb79172d0 [Meta] Ignore .DS_Store (closes #93) 2023-06-01 20:05:33 +01:00
V
277401c752
[TS] Properly type __vendettaVersion (#78) 2023-05-30 19:03:49 +01:00
Beef
0f5dc8e854 [TS] Fix constants common module 2023-05-29 23:07:31 +01:00
Cynthia Foxwell
3083f8d53a
[Commands] Prevent patch from adding commands to all command types (#91)
* [Commands] Prevent patch from adding commands to all command types

* [Commands] Minor stylistic changes

---------

Co-authored-by: Beef <beefers@riseup.net>
2023-05-29 23:06:04 +01:00
Jack Matthews
028bb19080 [Metro > Common] Fix constants find
Discord renamed API_HOST to APP_URL_PREFIX in iOS build 44564,
breaking our constants find. Instead, we should use Fonts and Permissions
because those shouldn't ever be removed from constants.. right?
2023-05-26 11:08:26 +01:00
Beef
e99da222ad [UI > YouTab] Fix some of the glaring issues 2023-05-21 23:09:43 +01:00