Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | ||
| | ||||||
* | fix: obey fullview settings on first launch & initial window size | 2022-06-25 | 2 | -2/+3 | ||
| | ||||||
* | chore: use appinstall artifacts from dist | 2022-06-25 | 3 | -43/+47 | ||
| | | | | | | - make snapcraft build to use new artifacts - make qmake install new atrifacts - remove desktop file from source | |||||
* | chore: distribution related files | 2022-06-25 | 9 | -0/+208 | ||
| | ||||||
* | chore(CI): use latest version of install-qt-action | 2022-06-25 | 1 | -1/+1 | ||
| | ||||||
* | chaore(CI): use Qt 5.15.2 | 2022-06-24 | 1 | -1/+2 | ||
| | ||||||
* | chore(CI): build with github action | 2022-06-24 | 1 | -0/+27 | ||
| | ||||||
* | chore: define fallback values for macros | 2022-06-24 | 5 | -40/+52 | ||
| | ||||||
* | chore(qmake): avoid error message when .git folder is missing (close #49) (#52) | 2022-06-24 | 1 | -4/+7 | ||
| | ||||||
* | fix: properly hide custom notification on multi monitor setups | 2022-06-23 | 1 | -6/+7 | ||
| | | | | closes #41 | |||||
* | chore: add full view support closes #46 | 2022-06-23 | 6 | -30/+137 | ||
| | | | | | - an option in setting to allow toggle full view mode - remove unused webchannel module | |||||
* | chore: version 4.4 | 2022-06-17 | 2 | -4/+8 | ||
| | ||||||
* | fix: use availableGeometry to map position of notification | 2022-06-17 | 1 | -1/+1 | ||
| | ||||||
* | chore: install dicts using qmake4.4 | 2022-06-17 | 3 | -27/+25 | ||
| | ||||||
* | fix: add missing icon, enabling install_icon target generation (clos… (#45) | 2022-06-17 | 3 | -23/+25 | ||
| | | | | | * fix: add missing icon and enable install_icon target generation (close #40) * chore: README.md: some typo and cosmethic adjustments | |||||
* | chore: add git sponser link4.3.1 | 2022-06-16 | 1 | -10/+3 | ||
| | ||||||
* | chore: improve settings window show behavior | 2022-06-16 | 2 | -8/+15 | ||
| | | | | | - show window on centre of screen where the mainwindow is located - show default pos if geometery is not saved | |||||
* | chore: improve window geo restore | 2022-06-16 | 2 | -3/+26 | ||
| | | | | | - show window on screen where the cursor is located - default window size if saved geometry is not valid | |||||
* | chore: nitification popup tweak; code cleanup | 2022-06-16 | 1 | -27/+31 | ||
| | ||||||
* | chore: update readme | 2022-06-16 | 1 | -9/+6 | ||
| | | | | - provide instruction to install using AUR for Arch users | |||||
* | fix: show notifications on correct screen | 2022-06-16 | 3 | -26/+23 | ||
| | | | | | - show notification on screen where the main instance is running - closes #41 | |||||
* | chore: version 4.34.3 | 2022-06-16 | 3 | -15/+24 | ||
| | ||||||
* | chore: use Ctrl+W to hide window to tray | 2022-06-16 | 2 | -8/+17 | ||
| | | | | | - replace Ctrl+H with Ctrl+W to hide window to tray - fix the minimize behavior | |||||
* | fix: logout flow during changepassword | 2022-06-13 | 1 | -7/+19 | ||
| | ||||||
* | fix: properly load setting for autoapplock checkbox | 2022-06-13 | 1 | -11/+10 | ||
| | ||||||
* | chore: filter contextmenu items | 2022-06-12 | 1 | -3/+16 | ||
| | | | | - allow context menu on editable, selected and copyble data types | |||||
* | chore: restore window directly when another instance is launched | 2022-05-10 | 3 | -32/+28 | ||
| | ||||||
* | chore: use new chat trigger method to invoke new chats4.2.1 | 2022-05-10 | 2 | -23/+27 | ||
| | ||||||
* | chore: update changelog | 2022-05-10 | 1 | -0/+17 | ||
| | ||||||
* | chore: version 4.24.2 | 2022-05-10 | 2 | -2/+2 | ||
| | ||||||
* | feat: implement IPC & other improvements | 2022-05-10 | 11 | -47/+1235 | ||
| | | | | | | | | | - lets run only one instance of application - lets pass arguments from secondary instances to main instance - open new chat without reloading page - restore application with commandline argument to secondary instance: example: whatsie whatsapp://whatsie will restore the primary instance of whatsie process | |||||
* | chore: remove runguard | 2022-05-10 | 2 | -99/+0 | ||
| | ||||||
* | chore: window show behavior | 2022-05-10 | 1 | -7/+7 | ||
| | ||||||
* | feat: add open downloads directory button in download widget | 2022-05-07 | 5 | -8/+53 | ||
| | ||||||
* | chore: update default UA | 2022-05-07 | 1 | -1/+1 | ||
| | ||||||
* | chore: stop timer instantly if rated already | 2022-05-07 | 1 | -0/+1 | ||
| | ||||||
* | fix: save geometry in quit event | 2022-05-07 | 1 | -7/+5 | ||
| | | | | - reduce minimum size by 30%. fixes #37 | |||||
* | chore: bump version 4.1 | 2022-05-07 | 2 | -2/+2 | ||
| | ||||||
* | chore: minor improvements | 2022-05-07 | 1 | -4/+5 | ||
| |