Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs(changelog): update cl & ver after release | 2022-09-17 | 1 | -0/+135 | |
| | |||||
* | chore: update appdatav4.10.0 | 2022-09-17 | 1 | -3/+66 | |
| | |||||
* | chore(snap): use svg icon for snap store | 2022-09-17 | 1 | -1/+1 | |
| | |||||
* | docs(changelog): update cl & ver after release | 2022-09-13 | 1 | -0/+11 | |
| | |||||
* | chore: skip dictionaries conversion if build type is flatpak buildv4.9.1 | 2022-09-13 | 1 | -17/+24 | |
| | |||||
* | docs(changelog): update cl & ver after release | 2022-09-03 | 1 | -0/+22 | |
| | |||||
* | chore: Version bump 4.9v4.9.0 | 2022-09-03 | 1 | -1/+1 | |
| | |||||
* | chore(snap): use svg icon for desktop entry | 2022-09-03 | 3 | -1/+82 | |
| | |||||
* | chore(ci): release dry-run action | 2022-09-03 | 1 | -0/+21 | |
| | |||||
* | chore: delete filedialog after exec | 2022-09-03 | 1 | -2/+1 | |
| | |||||
* | feat: systemtray notification counter | 2022-08-31 | 4 | -48/+52 | |
| | | | | | other changes include: - no client side check on new chat numbers, whatsapp web doing check | ||||
* | chore: add notification icons | 2022-08-31 | 14 | -0/+59 | |
| | |||||
* | chore(webengine): disable support for Pepper plugins | 2022-08-31 | 1 | -2/+0 | |
| | |||||
* | chore: some enhancements | 2022-08-31 | 7 | -27/+32 | |
| | | | | | | - webengine multiprocess - webengine disable sandbox - minor memory usage improvements | ||||
* | chore: update UA to 104 | 2022-08-30 | 1 | -1/+1 | |
| | |||||
* | docs(changelog): update cl & ver after release | 2022-08-27 | 1 | -0/+12 | |
| | |||||
* | fix: duplicate action in desktop filev4.8.2 | 2022-08-27 | 1 | -2/+2 | |
| | |||||
* | fix: auto lock while scrolling | 2022-08-27 | 1 | -1/+12 | |
| | | | | | - added other user input events to prevent lock from triggering | ||||
* | docs(changelog): update cl & ver after release | 2022-08-27 | 1 | -0/+15 | |
| | |||||
* | fix(build): fix build due to missing iconv4.8.1 | 2022-08-27 | 2 | -22/+0 | |
| | |||||
* | chore: bump version 4.8 | 2022-08-27 | 1 | -1/+1 | |
| | |||||
* | docs(changelog): update cl & ver after release | 2022-08-27 | 1 | -0/+21 | |
| | |||||
* | chore: unlock action buttonv4.8.0 | 2022-08-27 | 6 | -38/+25 | |
| | | | | - use unlock action button instead of pushbutton | ||||
* | chore(build): use Qt5.15.4 for build | 2022-08-27 | 1 | -1/+1 | |
| | |||||
* | feat: add toggle theme desktop action | 2022-08-27 | 1 | -0/+5 | |
| | |||||
* | Update README.md | 2022-07-25 | 1 | -1/+1 | |
| | | | add libx11-xcb-dev as dev dependency | ||||
* | chore: update readme | 2022-07-23 | 1 | -10/+92 | |
| | | | | | | | - add build instructions - update screenshot Closes #57 | ||||
* | chore: udapte new settings window screenshot | 2022-07-23 | 1 | -0/+0 | |
| | |||||
* | chore: remove unused xml module | 2022-07-23 | 1 | -1/+1 | |
| | |||||
* | chore: version bump in pro | 2022-07-23 | 1 | -1/+1 | |
| | |||||
* | chore(ci): disable auto release and version file | 2022-07-23 | 2 | -10/+2 | |
| | |||||
* | docs(changelog): update cl & ver after release | 2022-07-22 | 2 | -1/+8 | |
| | |||||
* | Hide/show window only when tray icon is left clicked (#65)v4.7.2 | 2022-07-23 | 1 | -1/+1 | |
| | | | do nothing if the reason is the context menu. | ||||
* | docs(changelog): update cl & ver after release | 2022-07-04 | 2 | -1/+18 | |
| | |||||
* | chore: Merge branch 'dev'v4.7.1 | 2022-07-05 | 6 | -371/+469 | |
|\ | |||||
| * | fix: focus on password edit when echo | 2022-07-05 | 1 | -0/+1 | |
| | | |||||
| * | chore(ui): update ui color | 2022-07-05 | 4 | -352/+445 | |
| | | | | | | | | | | | | - update color to match vendor specified one in settings widget - add bottom strip in lock dialog | ||||
| * | fix(web): bypass lock check while loading quirk | 2022-07-04 | 2 | -19/+23 | |
|/ | | | | - just reload without asking while loading quirks | ||||
* | docs(changelog): update cl & ver after release | 2022-07-03 | 2 | -1/+97 | |
| | |||||
* | feat(ci): add release workflowv4.7.0 | 2022-07-03 | 3 | -0/+71 | |
| | |||||
* | chore: use pre-commit | 2022-07-01 | 1 | -0/+5 | |
| | | | | - add conventional-commit-hook | ||||
* | chore: update todo | 2022-07-01 | 1 | -7/+7 | |
| | |||||
* | chore: setQuitOnLastWindowClosed false | 2022-07-01 | 1 | -2/+2 | |
| | | | | | prevent quiting when last window is closed ex: download widget | ||||
* | chore: set a minimum of 4 digits for the lock code (#56) | 2022-06-27 | 3 | -5/+5 | |
| | | | | | | | | * chore: set a minimum of 4 digits for the lock code coming from other applications (i.e. telegram) we expect a 4 digit PIN as minimum requirement * chore: set ui messages on pass code lenght accordingly | ||||
* | feat(i18n): add Italian localization (#55) | 2022-06-26 | 11 | -29/+1100 | |
| | | | | | | | * chore: add some entries to .gitignore * chore: general enhancements to original strings * feat(i18n): add Italian localization | ||||
* | feat: enable support for traybar entries on GNOME dash (#53) | 2022-06-26 | 1 | -8/+31 | |
| | | | | | * feat: enable support for traybar entries on GNOME dash * feat: .desktop: add New Chat entry | ||||
* | feat: some new features | 2022-06-25 | 5 | -137/+348 | |
| | | | | | | | | - feat: new command line options, run: whatsie -h for more - feat: add theme toggle action in system tray action menu with shortcut CTRL+T - feat: shortcut to open settings CTRL+P - fix: Changes (mosty non visible) in applock flow | ||||
* | chore: notification connect before show | 2022-06-25 | 1 | -2/+1 | |
| | |||||
* | feat: unlock animation plus some cleanup | 2022-06-25 | 2 | -58/+75 | |
| | |||||
* | chore: update app description | 2022-06-25 | 2 | -5/+2 | |
| |