| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- just reload without asking while loading quirks
|
|
|
|
|
| |
prevent quiting when last window is closed
ex: download widget
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
* chore: add some entries to .gitignore
* chore: general enhancements to original strings
* feat(i18n): add Italian localization
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- make snapcraft build to use new artifacts
- make qmake install new atrifacts
- remove desktop file from source
|
| |
|
| |
|
|
|
|
| |
closes #41
|
|
|
|
|
| |
- an option in setting to allow toggle full view mode
- remove unused webchannel module
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* fix: add missing icon and enable install_icon target generation (close #40)
* chore: README.md: some typo and cosmethic adjustments
|
|
|
|
|
| |
- show window on centre of screen where the mainwindow is located
- show default pos if geometery is not saved
|
|
|
|
|
| |
- show window on screen where the cursor is located
- default window size if saved geometry is not valid
|
| |
|
|
|
|
|
| |
- show notification on screen where the main instance is running
- closes #41
|
| |
|
|
|
|
|
| |
- replace Ctrl+H with Ctrl+W to hide window to tray
- fix the minimize behavior
|
| |
|
| |
|
|
|
|
| |
- allow context menu on editable, selected and copyble data types
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- reduce minimum size by 30%. fixes #37
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- if the app started minimized in tray
|
| |
|
|
|
|
| |
- settings to allow app auto locking after set time interval
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|