aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gmail
Commit message (Collapse)AuthorAge
* Fix unread counts in gmailLibravatar Vijay A2024-01-16
|
* Adds Spaces and Chat badges to countImportant (#479)Libravatar Andres2023-12-14
|
* 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>
* [Gmail] Add support for priority inboxLibravatar Bernhard2022-06-07
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* Bump gmail from 1.4.2 to 1.4.3Libravatar kytwb2022-03-02
|
* fix: show correct count in gmail badge when unread > 999 (#831)Libravatar James Andariese2022-03-02
|
* chore: add eslint-plugin-unicorn (#733)Libravatar Markus Hatvan2021-10-05
|
* fix: fix js error; stylingLibravatar Vijay A2021-09-19
|
* Removed redundant 'README.md' filesLibravatar Vijay A2021-09-12
|
* 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.
* Cleanup of recipes to remove 'NaN' of badge variables since this is handled ↵Libravatar Vijay A2021-08-17
| | | | in the main program.
* 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
|
* Fixed gmail icon being vertically stretchedLibravatar Vijay A2021-07-02
|
* Minifying imagesLibravatar Vijay A2021-05-25
|
* Fixing svg icon for gmailLibravatar Vijay A2021-05-12
|
* Use new icons for gmail (#492)Libravatar Vijay Raghavan Aravamudhan2021-05-11
|
* Fixing issue with non-sso login for gmail + gdrive not working due to ↵Libravatar Vijay Raghavan Aravamudhan2021-05-11
| | | | incompatible user-agent/browser version (#477)
* 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
|
* More careful Gmail unread count detectionLibravatar Kristóf Marussy2020-10-03
| | | | | | | | | | | | | | 10a670fe33bd7fab841ddaf4674deb11477f2267 changed the unread count detection to grab the number besides the Inbox link instead of the total number of unread messages in the traditional inbox. However, this detection may fail in there are no unread messages in the inbox and report the number of unread messages from a different category instead. This commit combines the previous and the combined approach by first finding the "Inbox" link as in the previous approach, but it extracts the number of unread messages from the number beside it (instead of the aria-label with the total number of unread messages).
* Bumping recipe versionLibravatar Stephen Papierski2020-09-24
|
* Changed gmail getMessages to grab value next to Inbox (changes withLibravatar Stephen Papierski2020-09-22
| | | | inbox type) instead of total messages in the traditional inbox.
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>