| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | Add small sticker picker comparison table | Tulir Asokan | 2020-10-07 | -0/+9 | |
| | | |||||
| * | Make magic optional | Tulir Asokan | 2020-09-20 | -2/+11 | |
| | | |||||
| * | Update README and gitignore | Tulir Asokan | 2020-09-17 | -79/+7 | |
| | | |||||
| * | Update readme | Tulir Asokan | 2020-09-13 | -11/+15 | |
| | | |||||
| * | Add option to copy sticker-pack'ed pack to web/packs/ | Tulir Asokan | 2020-09-13 | -42/+63 | |
| | | |||||
| * | Add Element iOS preview with dark theme | Tulir Asokan | 2020-09-13 | -0/+3 | |
| | | |||||
| * | Add some .gitattributes | Tulir Asokan | 2020-09-13 | -0/+3 | |
| | | |||||
| * | Add support for ordering stickers in custom packs | Tulir Asokan | 2020-09-13 | -1/+9 | |
| | | |||||
| * | Add demo URL | Tulir Asokan | 2020-09-13 | -0/+3 | |
| | | |||||
| * | Add dedicated Matrix room | Tulir Asokan | 2020-09-13 | -1/+1 | |
| | | |||||
| * | Reorganize Python stuff and add command to create packs | Tulir Asokan | 2020-09-13 | -153/+355 | |
| | | | | | Fixes #11 | ||||
| * | Add error message for browsers with no module support | Tulir Asokan | 2020-09-11 | -0/+1 | |
| | | |||||
| * | Add support for dark theme. Fixes #17 | Tulir Asokan | 2020-09-11 | -21/+90 | |
| | | |||||
| * | Disable smooth navbar scrolling as it breaks on some platforms | Tulir Asokan | 2020-09-10 | -2/+2 | |
| | | |||||
| * | Scroll navbar when scrolling picker. Fixes #14 | Tulir Asokan | 2020-09-10 | -0/+19 | |
| | | |||||
| * | Make number of stickers per row configurable | Tulir Asokan | 2020-09-10 | -6/+31 | |
| | | |||||
| * | Compress compiled CSS | Tulir Asokan | 2020-09-10 | -157/+71 | |
| | | |||||
| * | Split web things into subdirectories | Tulir Asokan | 2020-09-10 | -10/+10 | |
| | | |||||
| * | Switch to local htm/preact compiled with snowpack | Tulir Asokan | 2020-09-10 | -2/+2576 | |
| | | |||||
| * | Only reload packs instead of whole page | Tulir Asokan | 2020-09-10 | -8/+21 | |
| | | |||||
| * | Add another hacky fix for iOS | Tulir Asokan | 2020-09-10 | -1/+1 | |
| | | |||||
| * | Send empty response to visibility action | Tulir Asokan | 2020-09-10 | -9/+12 | |
| | | |||||
| * | Add preload links | Tulir Asokan | 2020-09-10 | -1/+8 | |
| | | |||||
| * | Add simple settings section. Fixes #15 | Tulir Asokan | 2020-09-10 | -2/+33 | |
| | | |||||
| * | Fix typo | Tulir Asokan | 2020-09-08 | -1/+1 | |
| | | |||||
| * | Add README for ready-to-use packs | Tulir Asokan | 2020-09-08 | -0/+20 | |
| | | |||||
| * | Add Scalar pack metadata | Tulir Asokan | 2020-09-08 | -0/+11 | |
| | | |||||
| * | Add script to convert Scalar sticker picker assets.json | Tulir Asokan | 2020-09-08 | -0/+42 | |
| | | |||||
| * | Add namespacing for IDs | Tulir Asokan | 2020-09-08 | -5/+9 | |
| | | |||||
| * | Remove the other usage of asyncio.run | Tulir Asokan | 2020-09-08 | -2/+3 | |
| | | |||||
| * | Allow scrolling navbar with mouse wheel. Fixes #9 | Tulir Asokan | 2020-09-06 | -1/+7 | |
| | | |||||
| * | Stop using asyncio.run. Fixes #13 | Tulir Asokan | 2020-09-06 | -1/+3 | |
| | | |||||
| * | Add frequently used stickers section at top. Fixes #4 | Tulir Asokan | 2020-09-06 | -10/+89 | |
| | | |||||
| * | Stop using ID field from telegram metadata in widget | Tulir Asokan | 2020-09-06 | -16/+29 | |
| | | |||||
| * | Store IDs as strings and keep all emoticons. Fixes #12 | Tulir Asokan | 2020-09-06 | -14/+21 | |
| | | |||||
| * | Maybe make import.py work on Python 3.6 | Tulir Asokan | 2020-09-06 | -14/+15 | |
| | | |||||
| * | It works on iOS 🎉 | Tulir Asokan | 2020-09-05 | -1/+1 | |
| | | |||||
| * | Add slightly hacky fix for scrolling to pack on Element iOS (ref #8) | Tulir Asokan | 2020-09-05 | -1/+11 | |
| | | |||||
| * | Add hack to make scrolling work on iOS (ref #8) | Tulir Asokan | 2020-09-05 | -1/+20 | |
| | | |||||
| * | Add more Element iOS compatibility (ref #8) | Tulir Asokan | 2020-09-05 | -5/+22 | |
| | | |||||
| * | Stop using public class fields (ref #8) | Tulir Asokan | 2020-09-05 | -4/+4 | |
| | | |||||
| * | Set fake width instead of actually resizing image | Tulir Asokan | 2020-09-05 | -1/+16 | |
| | | | | | | | The image quality shouldn't be reduced, but it should be shown smaller in clients. Also add compatibility hack for broken clients like Element iOS that require a thumbnail_url | ||||
| * | Move saved pack print | Tulir Asokan | 2020-09-05 | -1/+1 | |
| | | |||||
| * | Add link to Matrix room | Tulir Asokan | 2020-09-05 | -0/+3 | |
| | | |||||
| * | Update previews | Tulir Asokan | 2020-09-05 | -0/+0 | |
| | | |||||
| * | Ask for Matrix access token on first run | Tulir Asokan | 2020-09-05 | -14/+34 | |
| | | |||||
| * | Make scrolling less hacky | Tulir Asokan | 2020-09-05 | -84/+130 | |
| | | |||||
| * | Add navbar and switch to sass. Fixes #2 | Tulir Asokan | 2020-09-05 | -62/+155 | |
| | | |||||
| * | Split up spinner and widget API into files | Tulir Asokan | 2020-09-05 | -68/+80 | |
| | | |||||
| * | Add previews to the readme | Tulir Asokan | 2020-09-05 | -0/+7 | |
| | | |||||
