aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/whatsapp
Commit message (Collapse)AuthorAge
* Fix missing elements and margin on Whatsapp's status page (#560)Libravatar Herculino Trotta2024-06-08
|
* fix: whatsapp install desktop notice (#548)Libravatar André Oliveira2024-05-15
|
* chore: bump all recipes minor versionsLibravatar André Oliveira2024-05-04
|
* Whatsapp - Disable max-width on new main app selector (#527)Libravatar Marco2024-04-03
|
* prevent pulling archived chats unread count (#452)Libravatar ahmed-zhran2023-11-03
|
* Fix Whatsapp recipe unread counts for muted conversations (#408)Libravatar George Murdocca2023-08-26
|
* Improve lint setup (#400)Libravatar Vijay Aravamudhan2023-07-26
| | | | * Use strict configuration of node/npm/pnpm * When generating a new recipe, string replace should handle all placeholders in a single file
* chore: improve lint setup (#397)Libravatar MCMXC2023-07-26
| | | | | | | | | | | | | | | | | - update eslint config to closely mirror the ones from ferdium-app - add .eslintignore - opt in to eslint `reportUnusedDisableDirectives` config option - remove `trailingComma: all` from `prettier` config which is default in `prettier` v3 - autofix or disable a lot of lint issues throughout codebase - add `volta` configuration to `package.json` to autoload correct `node` and `pnpm` versions - upgrade all `eslint` and `prettier` related dependencies to latest - update lint:fix npm script - reformat touched files with prettier - bumped up minor version for all recipes that have changes - introduced injection of 'service.css' where it was missing in many recipes --------- Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Fix WhatsApp count (#390)Libravatar Victor B2023-07-18
|
* Fix archive counted as unread on WhatsApp (#335)Libravatar Victor B2023-04-27
|
* fix: whatsapp not in fullscreenLibravatar André Oliveira2022-11-30
|
* fix whatsapp initial loading issueLibravatar Balaji Vijayakumar2022-11-24
|
* fix: Use IndexedDB for updating whatsapp unread message count (#240)Libravatar Raphael Jenni2022-11-19
| | | Co-authored-by: Victor Bonnelle <victor.bonnelle@protonmail.com>
* Revert "fix: add warning to whatsapp theming (#138)" (#171)Libravatar André Oliveira2022-09-05
| | | This reverts commit 6b2bc506c212e88359f06107097ac4446bd5216f.
* fix: add warning to whatsapp theming (#138)Libravatar André Oliveira2022-08-06
| | | | | * fix: add warning to whatsapp theming * fix: typo
* Fix #90Libravatar André Oliveira2022-07-08
|
* Add Tiktok recipe (#105)Libravatar André Oliveira2022-07-04
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Workaround for Whatsapp Web UI lag (#94)Libravatar Fernando Figueiredo2022-07-03
|
* [Whatsapp] Remove max width limit of 1600px (#49)Libravatar André Oliveira2022-06-07
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* Stop clearing storage data on unload in WhatsApp recipe (#778)Libravatar Rui Gonçalves2021-12-01
|
* Add setDialogTitle feature to api, WhatsApp and Telegram (#750)Libravatar Iaroslav2021-10-23
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: add eslint-plugin-unicorn (#733)Libravatar Markus Hatvan2021-10-05
|
* refactor: add 'serviceId' when invoking 'clearStorageData' (#726)Libravatar Vijay Aravamudhan2021-09-26
|
* fix: fix js error; stylingLibravatar Vijay A2021-09-19
|
* fix: privileged API accessLibravatar Kristóf Marussy2021-09-19
| | | | | | | | Privileged browser APIs should be accessed from webview.js via the Ferdi parameter to the exported function. If any service is broken (e.g., screen sharing), then most likely we have to fix recipe.js or screenshare.js
* Removed redundant 'README.md' filesLibravatar Vijay A2021-09-12
|
* update WhatsApp webview.js for non-English locales (#680)Libravatar Alex2021-09-11
| | | | | | * update webview.js for non-English locales the current implementation tries to get the message list parentChatElem through an element called "Chat list", which is not named that in non-English locales. As a replacement, I'm finding all div's with an aria-label attribute and then I choose the tallest one, which should usually be the chat list.
* refactor: use the exposed methods for session handling from the main repoLibravatar Vijay A2021-09-08
|
* Remove dependency on 'require' of 'electron' and 'electron/remote' modules.Libravatar Vijay A2021-09-05
| | | | Instead, use the exposed content from the recipe model in main ferdi.
* refactor: Use Ferdi.safeParseInt to ensure that parsing is done consistently ↵Libravatar Vijay A2021-08-31
| | | | in all recipes.
* chore: normalized all recipes to ensure compatibility with es6 (#639)Libravatar Vijay Raghavan Aravamudhan2021-08-27
| | | | - Removed some calls to set badge with '0' all the time. - Removed all 'sourceMaps' since they are all outdated atm.
* fix: Fixes stack trace captured in ↵Libravatar Vijay A2021-08-17
| | | | https://github.com/getferdi/ferdi/issues/1745\#issuecomment-900088263
* Cleanup of recipes to remove 'NaN' of badge variables since this is handled ↵Libravatar Vijay A2021-08-17
| | | | in the main program.
* Enabled darkmode forLibravatar Vijay A2021-08-12
| | | | | | | | | | | | | Facebook Messenger Facebook Workplace Chat (Facebook at work) Slack Google Calendar Whatsapp LinkedIn Telegram Instagram (from: https://github.com/ducfilan/Dark-mode-Franz-Ferdi)
* Cleanup all recipes (#605)Libravatar Vijay Raghavan Aravamudhan2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed legacy properties that are no longer used: 'author' 'customURL' 'description' 'hostedOnly' 'main' 'openDevTools' 'popup' 'repository' 'serviceName' 'webviewOptions' 'wording' - Removed entries for if they were the defaults: 'hasCustomUrl' 'hasDirectMessages' 'hasIndirectMessages' 'hasNotificationSound' 'hasTeamId' 'message' Fixed incorrect 'urlInputSuffix' type. Added validations for ensuring the above do not creep back in.
* Fixed eslintrc as root for this folder; Reformatted all files.Libravatar Vijay A2021-07-31
|
* Minify svg's using svgoLibravatar Vijay A2021-07-06
|
* Removed references to png images since they were not being used anyways.Libravatar Vijay A2021-07-06
|
* Reverted '@electron/remote' changes since the badges were broken for ↵Libravatar Vijay A2021-06-04
| | | | whatsapp and other recipes.
* Replace 'remote' with 'electron/remote'Libravatar Vijay A2021-05-26
| | | | Bumped up major version for affected recipes to denote breaking changes
* Housekeeping: These recipes had been updated for bug fixes since Apr 2020, ↵Libravatar Vijay A2021-05-15
| | | | but their versions had not been bumped up.
* Fix WhatsApp unread notification badge with new method (#446)Libravatar Boro Vukovic2021-03-05
|
* Update WhatsApp recipe to capture more unread message counters (#377)Libravatar Alex2021-01-05
|
* Revert "Use imagemin to minify images (#323)"Libravatar Amine Mouafik2020-10-10
| | | | This reverts commit 5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1.
* Use imagemin to minify images (#323)Libravatar Vijay Raghavan Aravamudhan2020-10-09
|
* Minify images using ImageOptim (lossless compression) (#313)Libravatar Vijay Raghavan Aravamudhan2020-10-07
|
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>