aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gmail/package.json
Commit message (Collapse)AuthorAge
* [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: fix js error; stylingLibravatar Vijay A2021-09-19
|
* 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.
* Minify svg's using svgoLibravatar 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
|
* 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
|
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>