neon443
29784a9a8f
fix downloading images 💀
...
make downloadimage not return a uiimage cos its not used anywhere
2025-11-02 22:56:40 +00:00
neon443
f90a2c65b4
had to revert the hash map stuff :pf:
2025-11-02 22:40:44 +00:00
neon443
bee0853f97
okay!
...
this is not good...
2025-11-02 22:25:01 +00:00
neon443
edaa0953c7
more optimisation using a hash map
2025-11-02 22:06:09 +00:00
neon443
14d61dc45e
fixed the hang when loading emojis!!
...
now gotta remove dependency on isLocal, and finish new download functions
2025-11-02 21:48:10 +00:00
neon443
4b32a9e6ae
removed ApiEmoji cos its not used
2025-11-02 20:28:59 +00:00
neon443
ae202380a2
currently on an optimisation spree
...
remove the islocal thing i added, got a better idea
using a Set of local emojis
2025-11-02 20:21:14 +00:00
neon443
55bbf31ded
updated isLocal
...
added localimageurlstring and localimageurl
2025-11-02 19:29:35 +00:00
neon443
5416d35118
add verison config thingy
2025-11-02 08:28:13 +00:00
neon443
fac32edb9d
update deleteAllStickers to do a emoji.refresh after
...
redid deleteAllEMojis test
fix a buncha warnings
2025-11-01 22:53:43 +00:00
neon443
ba77eb2c89
exclude downloadAll from tests
2025-11-01 22:33:09 +00:00
neon443
5c81d90039
re-add app groups to the new target
2025-11-01 22:29:38 +00:00
neon443
1c618529be
change to StickerSlack
...
fix build num
2025-11-01 22:00:38 +00:00
neon443
9c24b3e0bf
YES IT WORKED!!!
...
now we dont touch StickerSlackiMessageApp/Assets.xcassets
2025-11-01 21:10:13 +00:00
neon443
3d83db2227
YES IT WORKED!!!
2025-11-01 21:05:24 +00:00
neon443
a37e655855
plsplsplspls
2025-11-01 20:57:30 +00:00
neon443
f572d0f293
remade the imessageextension
...
updated recticon
2025-11-01 15:08:57 +00:00
neon443
64771a32e7
maybe fix
2025-11-01 14:31:57 +00:00
neon443
783d731077
encryption export compliance
2025-10-31 23:42:56 +00:00
neon443
1f9cfcfc1a
merge the asset catalogs
...
rename a test
2025-10-31 23:40:12 +00:00
neon443
aaa51e6cef
Merge remote-tracking branch 'refs/remotes/origin/main'
2025-10-31 23:30:51 +00:00
neon443
d7f3e79566
fix alpha channel by redoing the recIcons and adding the purple bg to the square ones
2025-10-31 23:30:41 +00:00
neon443
f1f65d4e36
rewrote refreshDB
...
using a task.detached to refresh the db
sets werent a good idea
2025-10-31 23:06:41 +00:00
neon443
46204aa9c2
trying to use Set
2025-10-31 17:33:25 +00:00
neon443
a1a15c9cb8
added a delete all images button
...
some other stuff
2025-10-31 16:23:05 +00:00
neon443
bf3ac0eb3b
added deleteAllStickers
...
fix crash when the uiimage isnt valid
swift 6 in the messages extension
added fakedownloadallstickers test
added deleteallimages test
2025-10-31 15:57:40 +00:00
neon443
a55c4b8c31
added apiemoji tests
2025-10-31 15:06:53 +00:00
neon443
8df79c7072
fix warnings
2025-10-30 23:46:08 +00:00
neon443
be020861ff
fix emoji picker ui size being wrong
...
added a local only mode to emojihoarder to prevent loading of remoteDB
2025-10-30 23:39:02 +00:00
neon443
ab1b89e56c
delete all emojis test
2025-10-30 23:25:17 +00:00
neon443
be22370ec0
finally wrote a funcitonal good test!!!!
...
added undownloadedemojisbefore unused atm
using a withThrowingDiscardingTaskGroup with a task limit
task limit: max tasks is cores-1
every tiem a task is added taskcount+=1
every tiem it finishes taskcount -= 1
if active tasks> maxtasks wait until i > what it was before
reduce activetasks by one
deleting images in pass 2
guard that it was downloaded before
basic async cos i cba atp
doThing wiht inout i to increment
itll download the image and make sure its not already downloaded etc
2025-10-30 23:15:28 +00:00
neon443
ff123811a0
ultra parallelised download all in sticker vailidation performance Test
...
the issue is that the counter doesnt work, and that it does crash if the network request times out 😭
2025-10-30 22:30:54 +00:00
neon443
dd02d5ca80
added validat() to MSSticker via an extension
...
added a button to validate them
wrote sticker validation test
wrote sticker validation performance test
2025-10-30 21:55:22 +00:00
neon443
3bd0892d42
fix "alpha channel"
2025-10-30 20:26:30 +00:00
neon443
0e17a85b81
added imessage app icons
2025-10-30 20:11:14 +00:00
neon443
72382e1472
remove fatalerror
2025-10-30 19:55:31 +00:00
neon443
c974e8136b
async let to parallelise stuff
...
fix crash when the fetched db doesnt exist
added loadremoteDB to asyncly fetch remotedb
fixed Tasks not running on background threads
remove expiration from slackresponse
emoji.uiid starts out as emoji.id
added filtering emojis test
hopefully optimised the display of images checking if its local
imessage extension ios 15+
remove the "hii!!" and "hello world" from the emojji picker
2025-10-30 19:44:59 +00:00
neon443
b738a06835
95% faster local image url getting
...
added localImageURL() test
2025-10-30 15:33:31 +00:00
neon443
780e66ce0d
added resources folder
2025-10-30 15:32:25 +00:00
neon443
90a4b11c38
we have an icon
2025-10-30 14:30:21 +00:00
neon443
16b4086286
fix lag when expanding the picker
2025-10-29 22:52:42 +00:00
neon443
4ab2ee8b98
better performance in stickerbroswer
...
Emoji.sticker can return nil
added tests to measure .sticker perfomance
delete redundant stickerbrowserviewcontroller
2025-10-29 22:48:26 +00:00
neon443
495abb99b4
the emojipicker works!
...
added stickerbrowserdatasorce to give msstickerbrowserview stikcers
update messagesviewcontroller to add the msstickerbrowser
added Emoji.sticker to get MSSticker from Emoji
2025-10-29 22:19:57 +00:00
neon443
98df6d776b
added filter categories
2025-10-29 20:16:21 +00:00
neon443
6d9638bf85
leading alignment, tiny shadow
2025-10-29 19:33:14 +00:00
neon443
a102edbd4e
added a callback to refreshDB cos async returns instantly
...
- fixes the search not applying after a refresh sometimes
added animations to searching and stuff
remove setPrefix
2025-10-29 18:56:57 +00:00
neon443
e45d8417d1
refreshable contentview
...
auto retry if image load fails
added a refresh function
refresh on delete
2025-10-29 18:36:34 +00:00
neon443
3de0479fd0
fix:
...
the file extension not working thing
if "" is searched, returning empty
2025-10-29 16:36:27 +00:00
neon443
002fc21308
async loading of the remote emoji database
...
- load the local one first
- async task to load the remote db and if it succeeds overwrite the local db and load the remote one
emoiji.localimageurl is now a computed propery
- need to fix the fact that the file extension is not known 😭
fetchRemoteDB automatically stores the db lcoally after fetching
add storeDB(data: Data) to store the db from a data form
Emoji.uiID is generated automatically
fix hoarder.localEmojiDB path
imessage extension scheme??
2025-10-29 16:29:35 +00:00
neon443
20e4e8a2c7
remove testData.json
2025-10-29 15:24:05 +00:00