Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: use Ctrl+W to hide window to tray | 2022-06-16 | 1 | -8/+9 | |
| | | | | | - 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 | |
| | |||||
* | chore: restore window directly when another instance is launched | 2022-05-10 | 1 | -30/+26 | |
| | |||||
* | chore: use new chat trigger method to invoke new chats4.2.1 | 2022-05-10 | 1 | -23/+26 | |
| | |||||
* | feat: implement IPC & other improvements | 2022-05-10 | 1 | -32/+66 | |
| | | | | | | | | | - 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: window show behavior | 2022-05-10 | 1 | -7/+7 | |
| | |||||
* | fix: save geometry in quit event | 2022-05-07 | 1 | -7/+5 | |
| | | | | - reduce minimum size by 30%. fixes #37 | ||||
* | chore: minor improvements | 2022-05-07 | 1 | -4/+5 | |
| | |||||
* | fix: raise window from hidden state when clicked on notification | 2022-05-07 | 1 | -3/+7 | |
| | |||||
* | chore: inform app is minimized via notification | 2022-03-30 | 1 | -3/+4 | |
| | | | | - if the app started minimized in tray | ||||
* | fix: notification popup click behavior | 2022-03-30 | 1 | -17/+11 | |
| | |||||
* | feat: app auto locking | 2022-03-30 | 1 | -23/+57 | |
| | | | | - settings to allow app auto locking after set time interval | ||||
* | chore: unify passowrd echomode in lock widget | 2022-03-30 | 1 | -5/+2 | |
| | |||||
* | fix: improve logout flow, on change password | 2022-03-30 | 1 | -3/+47 | |
| | |||||
* | fix: change lock screen password beahvior | 2022-03-30 | 1 | -1/+1 | |
| | |||||
* | fix: theme switching | 2022-03-30 | 1 | -3/+2 | |
| | |||||
* | feat: v4.0 (#35) | 2022-03-30 | 1 | -83/+180 | |
| | | | | | | | | | | | | | | | | * add new widgets * feat: version 4.0 - SystemTray: tray icon uses png rather than svg - SystemTray: added settings to lets user change the systemtray icon click behavior(minimize/maximize on right click) - Download: added settiing that lets user set default download directory, avoid asking while saving files - Lock: added setting to let user change current set password for lock screen - Lock: current set password now hidden by default and can be revealed for 5 seconds by pressing view button - Style/Theme: added ability to change widget style on the fly, added default light palatte (prevent breaking of light theme on KDE EVs) - Theme: dark theme update - WebApp: added setting to set zoom factor when window is maximized and fullscreen (gives user ability to set different zoom factor for Normal , Maximized/Fullscreen WindowStates) - Setting: settings UI is more oraganized - WebApp: enable JavaScript execCommand("paste") - WebApp: tested for new WhatsApp Web that lets users use whatsie without requiring the phone connected to internet | ||||
* | feat: start application minimized. closes #19 | 2022-03-20 | 1 | -32/+28 | |
| | | | | - there is a setting to enable this feature | ||||
* | release webengine properly on exit | 2022-03-14 | 1 | -77/+57 | |
| | |||||
* | version 3.0 | 2022-02-28 | 1 | -1/+1 | |
| | |||||
* | build: migrate to qt 5.15 | 2022-02-28 | 1 | -881/+862 | |
| | |||||
* | updated rateApp and about dialog | 2021-08-30 | 1 | -1/+1 | |
| | |||||
* | updated the minimum size of window to prevent scrollbars. | 2021-07-24 | 1 | -2/+2 | |
| | | | | - 650px*520px | ||||
* | Decreases the main window minimum height to 500px | 2021-07-22 | 1 | -1/+1 | |
| | |||||
* | - fixed #9 (Window minimum width is too small); Now the minimum width is set | 2021-07-19 | 1 | -2/+7 | |
| | | | | | | to 800px - fixed #11 (Disable "Application is minimized to system tray" notification); Now the app only report this message once per session. | ||||
* | code refactoring | 2021-06-07 | 1 | -4/+4 | |
| | |||||
* | Added support for Opening whatsapp deeplinks | 2021-05-31 | 1 | -2/+32 | |
| | |||||
* | allow passing app arguments | 2021-05-30 | 1 | -14/+20 | |
| | |||||
* | fixed theme switch issue | 2021-05-30 | 1 | -3/+47 | |
| | |||||
* | Save theme changes happened from web interface. | 2021-05-30 | 1 | -0/+1 | |
| | |||||
* | updated darktheme palette | 2021-05-23 | 1 | -22/+27 | |
| | |||||
* | implemented page zoom feature, | 2021-05-12 | 1 | -0/+9 | |
| | | | | - in settings widget. | ||||
* | fix file dialog. | 2021-05-05 | 1 | -3/+4 | |
| | |||||
* | use non native file picker by default. since the native one is buggy. | 2021-05-05 | 1 | -1/+1 | |
| | |||||
* | handle download request, filedialog follow settings. | 2021-05-05 | 1 | -2/+6 | |
| | |||||
* | minor fixes | 2021-05-05 | 1 | -1/+1 | |
| | |||||
* | removed status bar widget, | 2021-05-05 | 1 | -29/+21 | |
| | | | | added RateApp dialog. | ||||
* | added blank lines LOL | 2021-05-03 | 1 | -0/+2 | |
| | |||||
* | fixed #2 | 2021-04-30 | 1 | -2/+2 | |
| | | | | follow popup timeout settings for systray messages. | ||||
* | allow app locking even if its not enabled in settings | 2021-04-26 | 1 | -6/+7 | |
| | |||||
* | fix crash on lock screen setup | 2021-04-26 | 1 | -3/+1 | |
| | |||||
* | added option to change notification type. | 2021-04-18 | 1 | -16/+57 | |
| | | | | - added ability to switch b/w native notification and customized notifications | ||||
* | implemented notification timeout spinbox in settings | 2021-04-11 | 1 | -2/+9 | |
| | |||||
* | code clean up and theme switching issue fix, notification pop-up theme fix. | 2021-04-11 | 1 | -60/+38 | |
| | |||||
* | tray restore action now shows unread message count | 2021-04-10 | 1 | -19/+32 | |
| | |||||
* | update test case to check loaded correctly. | 2021-04-09 | 1 | -0/+9 | |
| | |||||
* | wrote new test case to check loaded correctly. | 2021-04-09 | 1 | -35/+53 | |
| | |||||
* | new global app shortcuts, other improvements | 2021-04-09 | 1 | -15/+75 | |
| | |||||
* | integrated spell checker with app. | 2021-04-07 | 1 | -7/+18 | |
| | |||||
* | restore window pos when notification popup cicked | 2021-04-06 | 1 | -5/+4 | |
| |