Andreas Weinzierl
569d9815c6
remove redundant utf-8 setting
4 years ago
Andreas Weinzierl
0f7b678f57
Use utf8-encoding whenever JSON is processed
4 years ago
Andreas Weinzierl
b884a9c387
Set encoding to utf-8 when saving json file for stickerpack
Fixes UnicodeEncodeError with Windows 10 when trying to import sticker packs caused by the default encoding scheme in Windows
4 years ago
Tulir Asokan
ba0096275c
Update README.md
4 years ago
Tulir Asokan
3916ade97b
Merge pull request #26 from auscompgeek/patch-1
Show sticker body in hover tooltip
4 years ago
Tulir Asokan
dab2420cd4
Merge pull request #28 from SpiritCroc/fix-import
Rename import.py, since import is a keyword
4 years ago
SpiritCroc
601d2acc32
Rename import.py, since import is a keyword
from sticker.import import cmd
^
SyntaxError: invalid syntax
Fixes https://github.com/maunium/stickerpicker/issues/27 .
4 years ago
David Vo
21d4f5cce6
Show sticker body in hover tooltip
4 years ago
Tulir Asokan
d3adedf3df
Add fancy versioning stuff
4 years ago
Tulir Asokan
78fdb6f175
Switch license to AGPLv3+
The license was initially MPLv2 as I expected the project to be a fairly
simple tiny web app, but it has already grown into multiple files. Now
that I'm going to add a server component, I'm switching the license for
future versions to AGPL like all my other non-library projects.
4 years ago
Tulir Asokan
477a4c83ca
Update feature table
4 years ago
Tulir Asokan
59dd002ae4
Add small sticker picker comparison table
4 years ago
Tulir Asokan
e073f6972c
Make magic optional
4 years ago
Tulir Asokan
14059764a8
Update README and gitignore
4 years ago
Tulir Asokan
ddcdffc1c9
Update readme
4 years ago
Tulir Asokan
99719accf2
Add option to copy sticker-pack'ed pack to web/packs/
4 years ago
Tulir Asokan
87281d9ad7
Add Element iOS preview with dark theme
4 years ago
Tulir Asokan
88ab612d0b
Add some .gitattributes
4 years ago
Tulir Asokan
b0509920b4
Add support for ordering stickers in custom packs
4 years ago
Tulir Asokan
727b022b23
Add demo URL
4 years ago
Tulir Asokan
e0a523a952
Add dedicated Matrix room
4 years ago
Tulir Asokan
80bcf6d0ac
Reorganize Python stuff and add command to create packs
Fixes #11
4 years ago
Tulir Asokan
de79aea535
Add error message for browsers with no module support
4 years ago
Tulir Asokan
a0470519d7
Add support for dark theme. Fixes #17
4 years ago
Tulir Asokan
32058373ff
Disable smooth navbar scrolling as it breaks on some platforms
4 years ago
Tulir Asokan
e28540aba5
Scroll navbar when scrolling picker. Fixes #14
4 years ago
Tulir Asokan
74cd8d82fe
Make number of stickers per row configurable
4 years ago
Tulir Asokan
ed2b9f7e64
Compress compiled CSS
4 years ago
Tulir Asokan
81caaa2ebe
Split web things into subdirectories
4 years ago
Tulir Asokan
bdf4222c61
Switch to local htm/preact compiled with snowpack
4 years ago
Tulir Asokan
05a6e046c2
Only reload packs instead of whole page
4 years ago
Tulir Asokan
3045faaed8
Add another hacky fix for iOS
4 years ago
Tulir Asokan
df75622fda
Send empty response to visibility action
4 years ago
Tulir Asokan
89861f8a2c
Add preload links
4 years ago
Tulir Asokan
9e72458ad0
Add simple settings section. Fixes #15
4 years ago
Tulir Asokan
6f71cfdd75
Fix typo
4 years ago
Tulir Asokan
2402b6c676
Add README for ready-to-use packs
4 years ago
Tulir Asokan
f21925715e
Add Scalar pack metadata
4 years ago
Tulir Asokan
4bbd97cdbf
Add script to convert Scalar sticker picker assets.json
4 years ago
Tulir Asokan
314f6c0ff5
Add namespacing for IDs
4 years ago
Tulir Asokan
3ef92d588a
Remove the other usage of asyncio.run
4 years ago
Tulir Asokan
bddb5608bc
Allow scrolling navbar with mouse wheel. Fixes #9
4 years ago
Tulir Asokan
8c45207b0f
Stop using asyncio.run. Fixes #13
4 years ago
Tulir Asokan
aad04ba9b6
Add frequently used stickers section at top. Fixes #4
4 years ago
Tulir Asokan
4ce90892f0
Stop using ID field from telegram metadata in widget
4 years ago
Tulir Asokan
522e45a4ae
Store IDs as strings and keep all emoticons. Fixes #12
4 years ago
Tulir Asokan
c106c99b7f
Maybe make import.py work on Python 3.6
4 years ago
Tulir Asokan
5e3fc57b62
It works on iOS 🎉
4 years ago
Tulir Asokan
eb6967fdb6
Add slightly hacky fix for scrolling to pack on Element iOS (ref #8 )
4 years ago
Tulir Asokan
de072dcd81
Add hack to make scrolling work on iOS (ref #8 )
4 years ago