aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: fix unread message parsingv4.14.1upstream/4.14.1Libravatar Keshav Bhatt2023-05-201-8/+16
| | | | - fixes #116
* chore: bump version to 4.14v4.14.0Libravatar Keshav Bhatt2023-05-171-1/+8
|
* feat: minor fixes + code cleanupLibravatar Keshav Bhatt2023-05-1734-952/+1384
|
* chore: bump version 4.13v4.13.0Libravatar Keshav Bhatt2023-03-221-1/+1
|
* chore: update js to improve perfLibravatar Keshav Bhatt2023-03-221-44/+49
|
* feat: add open file option in download itemLibravatar Keshav Bhatt2023-03-223-62/+122
| | | | - option allows user to open downloaded file directly from download manager
* fix: prevent overwrite if file existsLibravatar Keshav Bhatt2023-03-223-54/+129
| | | | | | - handle situation to prevent download overwrite - add clear all downloads - cleanup
* chore: code cleanupLibravatar Keshav Bhatt2023-03-221-1/+0
|
* chore: update utilsLibravatar Keshav Bhatt2023-03-222-35/+33
| | | | - update genRand
* chore: code cleanupv4.12.1Libravatar Keshav Bhatt2023-01-275-52/+55
|
* chore: cleanupLibravatar Keshav Bhatt2023-01-2712-143/+146
| | | | - move methods to page
* chore: escape key to close child windowsLibravatar Keshav Bhatt2023-01-274-0/+21
|
* fix: icon on Plasma Wayland (#100)Libravatar José Rebelo2023-01-271-0/+1
|
* chore: bump version 4.12v4.12.0Libravatar Keshav Bhatt2023-01-261-1/+1
|
* fix: prevent zoom with ctrl+mouseLibravatar Keshav Bhatt2023-01-264-0/+38
| | | | - set zoomfactor using settings
* feat: close permission dialog with esc keyLibravatar Keshav Bhatt2023-01-262-0/+9
|
* feat: close with esc buttonLibravatar Keshav Bhatt2023-01-261-9/+12
|
* chore: cleanupLibravatar Keshav Bhatt2023-01-261-7/+9
|
* feat: bump version 4.11v4.11.0Libravatar Keshav Bhatt2023-01-261-1/+1
|
* chore: remove debugging from MoreApps widgetLibravatar Keshav Bhatt2023-01-261-2/+2
|
* chore: cleanup + inhancementsLibravatar Keshav Bhatt2023-01-261-16/+24
| | | | | - clean lock screen logic - fix: utilise page localstorage to persist & restore theme state
* fix: applock state fixLibravatar Keshav Bhatt2023-01-262-3/+3
| | | | - fixes app reporting locked while not locked
* chore: cleanup + additionLibravatar Keshav Bhatt2023-01-263-98/+54
| | | | | | - remove clear cache option - provide single app data cleanup option - close settings with esc button
* chore: add moreapps widget in lock screenv4.10.3Libravatar Keshav Bhatt2022-12-197-4/+741
|
* chore: skip dictionaries conversion if build type is flatpak buildv4.9.1Libravatar Keshav2022-09-131-17/+24
|
* chore: Version bump 4.9v4.9.0Libravatar Keshav Bhatt2022-09-031-1/+1
|
* chore: delete filedialog after execLibravatar Keshav Bhatt2022-09-031-2/+1
|
* feat: systemtray notification counterLibravatar Keshav Bhatt2022-08-314-48/+52
| | | | | other changes include: - no client side check on new chat numbers, whatsapp web doing check
* chore: add notification iconsLibravatar Keshav Bhatt2022-08-3114-0/+59
|
* chore(webengine): disable support for Pepper pluginsLibravatar Keshav Bhatt2022-08-311-2/+0
|
* chore: some enhancementsLibravatar Keshav Bhatt2022-08-317-27/+32
| | | | | | - webengine multiprocess - webengine disable sandbox - minor memory usage improvements
* chore: update UA to 104Libravatar Keshav Bhatt2022-08-301-1/+1
|
* fix: auto lock while scrollingLibravatar Keshav Bhatt2022-08-271-1/+12
| | | | | - added other user input events to prevent lock from triggering
* fix(build): fix build due to missing iconv4.8.1Libravatar Keshav Bhatt2022-08-271-1/+0
|
* chore: bump version 4.8Libravatar Keshav Bhatt2022-08-271-1/+1
|
* chore: unlock action buttonv4.8.0Libravatar Keshav Bhatt2022-08-276-38/+25
| | | | - use unlock action button instead of pushbutton
* chore: remove unused xml moduleLibravatar Keshav Bhatt2022-07-231-1/+1
|
* chore: version bump in proLibravatar Keshav Bhatt2022-07-231-1/+1
|
* Hide/show window only when tray icon is left clicked (#65)v4.7.2Libravatar César Quintana2022-07-231-1/+1
| | | do nothing if the reason is the context menu.
* fix: focus on password edit when echoLibravatar Keshav Bhatt2022-07-051-0/+1
|
* chore(ui): update ui colorLibravatar Keshav Bhatt2022-07-054-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 quirkLibravatar Keshav Bhatt2022-07-042-19/+23
| | | | - just reload without asking while loading quirks
* chore: setQuitOnLastWindowClosed falseLibravatar Keshav Bhatt2022-07-011-2/+2
| | | | | prevent quiting when last window is closed ex: download widget
* chore: set a minimum of 4 digits for the lock code (#56)Libravatar Gianluca Boiano2022-06-273-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)Libravatar Gianluca Boiano2022-06-2610-29/+1097
| | | | | | | * chore: add some entries to .gitignore * chore: general enhancements to original strings * feat(i18n): add Italian localization
* feat: some new featuresLibravatar Keshav Bhatt2022-06-255-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 showLibravatar Keshav Bhatt2022-06-251-2/+1
|
* feat: unlock animation plus some cleanupLibravatar Keshav Bhatt2022-06-252-58/+75
|
* fix: obey fullview settings on first launch & initial window sizeLibravatar Keshav Bhatt2022-06-252-2/+3
|
* chore: use appinstall artifacts from distLibravatar Keshav Bhatt2022-06-252-28/+38
| | | | | | - make snapcraft build to use new artifacts - make qmake install new atrifacts - remove desktop file from source